Push event to branch Pharo13 Connecting to https://api.github.com using pharo-ci using token as pass Obtained Jenkinsfile from fa9e2f89b3e64e6b9b7800cee4c396dee10a6e94 [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 fa9e2f89b3e64e6b9b7800cee4c396dee10a6e94 (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 fa9e2f89b3e64e6b9b7800cee4c396dee10a6e94 # timeout=10 Commit message: "Merge pull request #16551 from jordanmontt/no-instrumentation-pragma" > git rev-list --no-walk 4ca1de3f6bea837bdb7abff26ab25240d65da48d # timeout=10 [Pipeline] sh + BUILD_NUMBER=14 BOOTSTRAP_ARCH=64 bash ./bootstrap/scripts/2-download.sh + set -e ++ date -u + echo Mon Apr 29 20:06:43 UTC 2024 'Bootstrap: Beginning to download resources required for bootstrap process' Mon Apr 29 20:06:43 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=fa9e2f89b3e64e6b9b7800cee4c396dee10a6e94 + 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-d1bfe9e built on Apr 29 2024 17:05:53 Compiler: 5.4.0 20160609 Built from: d1bfe9e - Commit: d1bfe9e - Date: 2024-04-29 14:32:52 +0200' Target VM: Pharo 10.2.1-d1bfe9e built on Apr 29 2024 17:05:53 Compiler: 5.4.0 20160609 Built from: d1bfe9e - Commit: d1bfe9e - Date: 2024-04-29 14:32:52 +0200 + '[' '!' -e /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmBootstrap/pharo ']' + rm -rf /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmBootstrap + mkdir /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmBootstrap + cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmBootstrap + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/getPharoVM.sh 100 vm 64 + '[' 3 -lt 1 ']' + export PHARO=100 + PHARO=100 + export VM=vm + VM=vm + export ARCHITECTURE=64 + ARCHITECTURE=64 + export RETRY_REMAINING=3 + RETRY_REMAINING=3 + wget --quiet -O - get.pharo.org/64/vm100 + bash Downloading the latest pharoVM: http://files.pharo.org/get-files/100/pharo-vm-Linux-x86_64-stable.zip pharo-vm/pharo Creating starter scripts pharo and pharo-ui + '[' 0 -eq 0 ']' + echo 'VM downloaded' VM downloaded + cd - /builds/workspace/uest_and_branch_Pipeline_Pharo13/64 ++ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmBootstrap/pharo --headless --version + echo 'Bootstrap VM: Pharo 9.0.22 built on Mar 30 2023 13:08:51 Compiler: 5.4.0 20160609 Built from: v9.0.22 - Commit: 421845e - Date: 2023-03-30 09:49:26 +0200' Bootstrap VM: Pharo 9.0.22 built on Mar 30 2023 13:08:51 Compiler: 5.4.0 20160609 Built from: v9.0.22 - Commit: 421845e - Date: 2023-03-30 09:49:26 +0200 + '[' '!' -e /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/bootstrapImage.zip ']' + download_to https://github.com/guillep/PharoBootstrap/releases/download/v1.7.8/bootstrapImage.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/bootstrapImage.zip + wget --progress=dot:mega https://github.com/guillep/PharoBootstrap/releases/download/v1.7.8/bootstrapImage.zip -O /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/bootstrapImage.zip --2024-04-29 22:06:53-- https://github.com/guillep/PharoBootstrap/releases/download/v1.7.8/bootstrapImage.zip Resolving github.com (github.com)... 140.82.121.3 Connecting to github.com (github.com)|140.82.121.3|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://github.com/pharo-project/PharoBootstrap/releases/download/v1.7.8/bootstrapImage.zip [following] --2024-04-29 22:06:53-- https://github.com/pharo-project/PharoBootstrap/releases/download/v1.7.8/bootstrapImage.zip Reusing existing connection to github.com:443. HTTP request sent, awaiting response... 302 Found Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/63601721/139fbf57-4a94-463f-b9d8-a069dddae866?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240429%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240429T200654Z&X-Amz-Expires=300&X-Amz-Signature=6f499682a0f07c89d36178e2770601d5fad330f2e9b3b7a331d34d0d52898d0c&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=63601721&response-content-disposition=attachment%3B%20filename%3DbootstrapImage.zip&response-content-type=application%2Foctet-stream [following] --2024-04-29 22:06:54-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/63601721/139fbf57-4a94-463f-b9d8-a069dddae866?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240429%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240429T200654Z&X-Amz-Expires=300&X-Amz-Signature=6f499682a0f07c89d36178e2770601d5fad330f2e9b3b7a331d34d0d52898d0c&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.110.133, 185.199.108.133, 185.199.111.133, ... Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.110.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 38478770 (37M) [application/octet-stream] Saving to: '/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/bootstrapImage.zip' 0K ........ ........ ........ ........ ........ ........ 8% 20.3M 2s 3072K ........ ........ ........ ........ ........ ........ 16% 23.3M 1s 6144K ........ ........ ........ ........ ........ ........ 24% 23.2M 1s 9216K ........ ........ ........ ........ ........ ........ 32% 23.2M 1s 12288K ........ ........ ........ ........ ........ ........ 40% 23.4M 1s 15360K ........ ........ ........ ........ ........ ........ 49% 23.1M 1s 18432K ........ ........ ........ ........ ........ ........ 57% 23.4M 1s 21504K ........ ........ ........ ........ ........ ........ 65% 23.2M 1s 24576K ........ ........ ........ ........ ........ ........ 73% 23.3M 0s 27648K ........ ........ ........ ........ ........ ........ 81% 23.2M 0s 30720K ........ ........ ........ ........ ........ ........ 89% 23.2M 0s 33792K ........ ........ ........ ........ ........ ........ 98% 23.2M 0s 36864K ........ ... 100% 23.6M=1.6s 2024-04-29 22:06:55 (23.0 MB/s) - '/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/bootstrapImage.zip' saved [38478770/38478770] + '[' '!' -e /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/PharoV60.sources.zip ']' + download_to http://files.pharo.org/sources/PharoV60.sources.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/PharoV60.sources.zip + wget --progress=dot:mega http://files.pharo.org/sources/PharoV60.sources.zip -O /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/PharoV60.sources.zip --2024-04-29 22:06:55-- http://files.pharo.org/sources/PharoV60.sources.zip Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23 Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 7116902 (6.8M) [application/zip] Saving to: '/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/PharoV60.sources.zip' 0K ........ ........ ........ ........ ........ ........ 44% 20.4M 0s 3072K ........ ........ ........ ........ ........ ........ 88% 23.4M 0s 6144K ........ .... 100% 23.3M=0.3s 2024-04-29 22:06:56 (22.0 MB/s) - '/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/PharoV60.sources.zip' saved [7116902/7116902] + '[' '!' -e /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/idea11.zip ']' + download_to https://github.com/pharo-project/pharo-icon-packs/archive/v1.0.2-idea11.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/idea11.zip + wget --progress=dot:mega https://github.com/pharo-project/pharo-icon-packs/archive/v1.0.2-idea11.zip -O /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/idea11.zip --2024-04-29 22:06:56-- https://github.com/pharo-project/pharo-icon-packs/archive/v1.0.2-idea11.zip Resolving github.com (github.com)... 140.82.121.3 Connecting to github.com (github.com)|140.82.121.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/pharo-project/pharo-icon-packs/zip/refs/tags/v1.0.2-idea11 [following] --2024-04-29 22:06:56-- 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.40M=0.06s 2024-04-29 22:06:56 (3.40 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=14 BOOTSTRAP_ARCH=64 bash ./bootstrap/scripts/3-prepare.sh + set -e ++ date -u + echo Mon Apr 29 20:06:59 UTC 2024 'Bootstrap: Beginning to prepare the image used for bootstrapping' Mon Apr 29 20:06:59 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 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=fa9e2f89b3e64e6b9b7800cee4c396dee10a6e94 + 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=14 --VERSION_INFO=Pharo13.0-SNAPSHOT-fa9e2f89b3e64e6b9b7800cee4c396dee10a6e94 --quit [+] Bootstrapping for a 64-bit architecture [+] Build number: 14 [+] VersionInfo: Pharo13.0-SNAPSHOT-fa9e2f89b3e64e6b9b7800cee4c396dee10a6e94 22:07:04 Begin: Bootstrap process 22:07:04 [+] Preparing bootstrap Looking for module ... loaded...computing accessor depths22:07:43 [+] Creating image on which bootstrapping will take place warning, variable nsMethodCache doesn't exist or has already been removed ...done22:07:46 Initializing bootstrap environment. 22:07:46 Creating initial Objects needed by the VM 22:07:46 Flushing new space. 22:07:46 Begin: Initializing initial objects 22:07:46 Initializing objects. 22:07:46 initializing hash table sizes 22:07:46 preparing class builder 22:07:47 class loader now creates class pools 22:07:47 Initializing StartUp list 22:07:47 Initializing Character Table 22:07:47 Initializing String Ascii and CaseInsensitive Table 22:07:48 Initializing SmallInteger constants 22:07:48 Initializing CompiledMethod constants 22:07:48 Installing symbol table 22:07:48 Bootstrapping class layouts 22:07:49 End: Initializing initial objects 22:07:49 Begin: Create classes 22:07:52 001/519 - 0:00:00:02.772: Built behavior Abort 22:07:52 002/519 - 0:00:00:00.751: Built behavior AbsolutePath 22:07:53 003/519 - 0:00:00:00.717: Built behavior AbstractAnnouncementSubscription 22:07:54 004/519 - 0:00:00:00.939: Built behavior AbstractBinaryFileStream 22:07:54 005/519 - 0:00:00:00.374: Built behavior AbstractDelayTicker 22:07:55 006/519 - 0:00:00:00.416: Built behavior AbstractLayout 22:07:55 007/519 - 0:00:00:00.344: Built behavior AbstractLayoutScope 22:07:55 008/519 - 0:00:00:00.405: Built behavior AbstractSessionHandler 22:07:57 009/519 - 0:00:00:01.11: Built behavior AdditionalBinding 22:07:57 010/519 - 0:00:00:00.448: Built behavior AdditionalMethodState 22:07:57 011/519 - 0:00:00:00.375: Built behavior Announcement 22:07:58 012/519 - 0:00:00:00.46: Built behavior AnnouncementDeliveryCondition 22:07:58 013/519 - 0:00:00:00.404: Built behavior AnnouncementLogger 22:08:00 014/519 - 0:00:00:01.602: Built behavior AnnouncementSet 22:08:00 015/519 - 0:00:00:00.457: Built behavior AnnouncementSetWithExclusions 22:08:01 016/519 - 0:00:00:00.435: Built behavior AnnouncementSubscription 22:08:01 017/519 - 0:00:00:00.61: Built behavior Announcer 22:08:02 018/519 - 0:00:00:00.972: Built behavior ArgumentsCountMismatch 22:08:03 019/519 - 0:00:00:00.447: Built behavior ArithmeticError 22:08:04 020/519 - 0:00:00:01.186: Built behavior Array 22:08:04 021/519 - 0:00:00:00.473: Built behavior Array2D 22:08:04 022/519 - 0:00:00:00: Built behavior ArrayedCollection 22:08:05 023/519 - 0:00:00:00.39: Built behavior AsciiCharset 22:08:05 024/519 - 0:00:00:00.479: Built behavior AssertionFailure 22:08:07 025/519 - 0:00:00:01.304: Built behavior Association 22:08:07 026/519 - 0:00:00:00.542: Built behavior AsyncFile 22:08:08 027/519 - 0:00:00:00.988: Built behavior Author 22:08:09 028/519 - 0:00:00:00.797: Built behavior AuthorNameRequest 22:08:09 029/519 - 0:00:00:00.405: Built behavior Bag 22:08:10 030/519 - 0:00:00:01.091: Built behavior BasicCommandLineHandler 22:08:11 031/519 - 0:00:00:00.586: Built behavior Behavior 22:08:11 032/519 - 0:00:00:00.39: Built behavior BinaryFileStream 22:08:12 033/519 - 0:00:00:00.747: Built behavior BitsLayout 22:08:13 034/519 - 0:00:00:00.891: Built behavior BlockCannotReturn 22:08:14 035/519 - 0:00:00:00.562: Built behavior BlockClosure 22:08:14 036/519 - 0:00:00:00.416: Built behavior Boolean 22:08:16 037/519 - 0:00:00:01.867: Built behavior BoxedFloat64 22:08:16 038/519 - 0:00:00:00.438: Built behavior ByteArray 22:08:17 039/519 - 0:00:00:00.421: Built behavior ByteLayout 22:08:18 040/519 - 0:00:00:01.27: Built behavior ByteString 22:08:19 041/519 - 0:00:00:00.884: Built behavior ByteSymbol 22:08:19 042/519 - 0:00:00:00.512: Built behavior BytecodeEncoder 22:08:20 043/519 - 0:00:00:00.876: Built behavior CannotDeleteFileException 22:08:20 044/519 - 0:00:00:00: Built behavior CannotReturn 22:08:21 045/519 - 0:00:00:00.659: Built behavior CategoryConverter 22:08:22 046/519 - 0:00:00:00.65: Built behavior ChangesLog 22:08:22 047/519 - 0:00:00:00.463: Built behavior Character 22:08:23 048/519 - 0:00:00:00.448: Built behavior CharacterSet 22:08:23 049/519 - 0:00:00:00.469: Built behavior CharacterSetComplement 22:08:24 050/519 - 0:00:00:00.82: Built behavior ChunkReadStream 22:08:24 051/519 - 0:00:00:00.384: Built behavior ChunkWriteStream 22:08:25 052/519 - 0:00:00:00.441: Built behavior CircularHierarchyError 22:08:26 053/519 - 0:00:00:01.093: Built behavior Class 22:08:27 054/519 - 0:00:00:01.296: Built behavior ClassAdded 22:08:27 055/519 - 0:00:00:00: Built behavior ClassAnnouncement 22:08:28 056/519 - 0:00:00:00.538: Built behavior ClassCommented 22:08:28 057/519 - 0:00:00:00: Built behavior ClassDescription 22:08:28 058/519 - 0:00:00:00.426: Built behavior ClassModificationApplied 22:08:29 059/519 - 0:00:00:00.519: Built behavior ClassModifiedClassDefinition 22:08:29 060/519 - 0:00:00:00.502: Built behavior ClassParentRenamed 22:08:29 061/519 - 0:00:00:00.408: Built behavior ClassRemoved 22:08:30 062/519 - 0:00:00:00.527: Built behavior ClassRenamed 22:08:30 063/519 - 0:00:00:00.502: Built behavior ClassRepackaged 22:08:31 064/519 - 0:00:00:00.489: Built behavior ClassResolver 22:08:31 065/519 - 0:00:00:00.411: Built behavior ClassResolverStrictResolve 22:08:32 066/519 - 0:00:00:00.461: Built behavior ClassSessionHandler 22:08:32 067/519 - 0:00:00:00.478: Built behavior ClassVariable 22:08:33 068/519 - 0:00:00:00.451: Built behavior CleanBlockClosure 22:08:33 069/519 - 0:00:00:00: Built behavior Collection 22:08:33 070/519 - 0:00:00:00.522: Built behavior CollectionElement 22:08:34 071/519 - 0:00:00:00.435: Built behavior CollectionIsEmpty 22:08:34 072/519 - 0:00:00:00.467: Built behavior CommandLineArguments 22:08:34 073/519 - 0:00:00:00: Built behavior CommandLineHandler 22:08:35 074/519 - 0:00:00:00.645: Built behavior CommandLinePasswordManager 22:08:36 075/519 - 0:00:00:01.074: Built behavior CommandLineUIManager 22:08:37 076/519 - 0:00:00:00.983: Built behavior CompiledBlock 22:08:37 077/519 - 0:00:00:00: Built behavior CompiledCode 22:08:37 078/519 - 0:00:00:00.369: Built behavior CompiledMethod 22:08:38 079/519 - 0:00:00:00.395: Built behavior CompiledMethodLayout 22:08:38 080/519 - 0:00:00:00.44: Built behavior ConstantBlockClosure 22:08:39 081/519 - 0:00:00:00.421: Built behavior ConstantBlockClosure1Arg 22:08:39 082/519 - 0:00:00:00.432: Built behavior ConstantBlockClosure2Arg 22:08:40 083/519 - 0:00:00:00.58: Built behavior ConstantBlockClosure3Arg 22:08:40 084/519 - 0:00:00:00.683: Built behavior Context 22:08:41 085/519 - 0:00:00:00.474: Built behavior ContextCannotReturn 22:08:42 086/519 - 0:00:00:01.361: Built behavior CurrentExecutionEnvironment 22:08:43 087/519 - 0:00:00:01.242: Built behavior DailyNonInteractiveTranscript 22:08:44 088/519 - 0:00:00:00.509: Built behavior DangerousClassNotifier 22:08:44 089/519 - 0:00:00:00: Built behavior DecoratorStream 22:08:45 090/519 - 0:00:00:01.017: Built behavior DefaultExecutionEnvironment 22:08:46 091/519 - 0:00:00:00.727: Built behavior Delay 22:08:47 092/519 - 0:00:00:01.357: Built behavior DelayBasicScheduler 22:08:47 093/519 - 0:00:00:00.49: Built behavior DelayMicrosecondTicker 22:08:49 094/519 - 0:00:00:01.561: Built behavior DelayMicrosecondTickerSimulation 22:08:49 095/519 - 0:00:00:00.428: Built behavior DelayMicrosecondUncappedTicker 22:08:50 096/519 - 0:00:00:00.429: Built behavior DelayMillisecondTicker 22:08:50 097/519 - 0:00:00:00.543: Built behavior DelayMillisecondTickerSimulation 22:08:51 098/519 - 0:00:00:00.551: Built behavior DelayMutexScheduler 22:08:51 099/519 - 0:00:00:00: Built behavior DelayNullScheduler 22:08:51 100/519 - 0:00:00:00.595: Built behavior DelaySemaphoreScheduler 22:08:52 101/519 - 0:00:00:00.54: Built behavior DelayWaitTimeout 22:08:53 102/519 - 0:00:00:00.479: Built behavior DependentsArray 22:08:54 103/519 - 0:00:00:01.294: Built behavior Deprecation 22:08:55 104/519 - 0:00:00:00.966: Built behavior DeprecationPerformedNotification 22:08:55 105/519 - 0:00:00:00.39: Built behavior Dictionary 22:08:56 106/519 - 0:00:00:00.508: Built behavior DoItVariable 22:08:56 107/519 - 0:00:00:00.473: Built behavior DomainError 22:08:57 108/519 - 0:00:00:00.369: Built behavior DoubleByteArray 22:08:57 109/519 - 0:00:00:00.387: Built behavior DoubleByteLayout 22:08:58 110/519 - 0:00:00:00.649: Built behavior DoubleLink 22:08:58 111/519 - 0:00:00:00.449: Built behavior DoubleLinkedList 22:08:58 112/519 - 0:00:00:00.42: Built behavior DoubleWordArray 22:08:59 113/519 - 0:00:00:00.407: Built behavior DoubleWordLayout 22:08:59 114/519 - 0:00:00:00.535: Built behavior DummySystemProgressItem 22:09:00 115/519 - 0:00:00:00.451: Built behavior DummyUIManager 22:09:00 116/519 - 0:00:00:00.591: Built behavior DuplicatedSlotName 22:09:01 117/519 - 0:00:00:00.542: Built behavior DuplicatedVariableError 22:09:01 118/519 - 0:00:00:00.434: Built behavior DynamicVariable 22:09:02 119/519 - 0:00:00:00.459: Built behavior EmptyLayout 22:09:02 120/519 - 0:00:00:00.388: Built behavior EncoderForSistaV1 22:09:03 121/519 - 0:00:00:00.513: Built behavior EndianDetector 22:09:04 122/519 - 0:00:00:00.951: Built behavior EphemeronLayout 22:09:04 123/519 - 0:00:00:00: Built behavior Error 22:09:04 124/519 - 0:00:00:00.504: Built behavior ErrorHandler 22:09:05 125/519 - 0:00:00:00.462: Built behavior ErrorHandlerSessionHandler 22:09:05 126/519 - 0:00:00:00.696: Built behavior ExactFloatPrintPolicy 22:09:05 127/519 - 0:00:00:00: Built behavior Exception 22:09:06 128/519 - 0:00:00:00.548: Built behavior ExceptionSet 22:09:06 129/519 - 0:00:00:00.467: Built behavior ExceptionSetWithExclusions 22:09:06 130/519 - 0:00:00:00: Built behavior ExecutionEnvironment 22:09:07 131/519 - 0:00:00:00.507: Built behavior Exit 22:09:07 132/519 - 0:00:00:00.468: Built behavior ExpressionEvaluated 22:09:08 133/519 - 0:00:00:00.489: Built behavior ExtensionPointsOwningPackageNotification 22:09:08 134/519 - 0:00:00:00.562: Built behavior ExternalAddress 22:09:13 135/519 - 0:00:00:04.371: Built behavior ExternalData 22:09:13 136/519 - 0:00:00:00: Built behavior ExternalObject 22:09:13 137/519 - 0:00:00:00.523: Built behavior ExternalSemaphoreTable 22:09:13 138/519 - 0:00:00:00: Built behavior ExternalStructure 22:09:14 139/519 - 0:00:00:00.712: Built behavior ExternalType 22:09:14 140/519 - 0:00:00:00.398: Built behavior ExternalUnion 22:09:15 141/519 - 0:00:00:00.481: Built behavior FFIBackend 22:09:15 142/519 - 0:00:00:00: Built behavior FFIConstants 22:09:15 143/519 - 0:00:00:00.377: Built behavior False 22:09:16 144/519 - 0:00:00:00.713: Built behavior File 22:09:17 145/519 - 0:00:00:00.547: Built behavior FileAlreadyExistsException 22:09:17 146/519 - 0:00:00:00.502: Built behavior FileDoesNotExistException 22:09:17 147/519 - 0:00:00:00: Built behavior FileException 22:09:18 148/519 - 0:00:00:00.521: Built behavior FilePathEncoder 22:09:18 149/519 - 0:00:00:00.411: Built behavior FileWriteError 22:09:19 150/519 - 0:00:00:00.657: Built behavior FinalizationProcess 22:09:19 151/519 - 0:00:00:00.616: Built behavior FinalizationRegistry 22:09:20 152/519 - 0:00:00:00.48: Built behavior FinalizationRegistryEntry 22:09:20 153/519 - 0:00:00:00.376: Built behavior FixedLayout 22:09:20 154/519 - 0:00:00:00: Built behavior Float 22:09:21 155/519 - 0:00:00:00.424: Built behavior Float32Array 22:09:21 156/519 - 0:00:00:00.428: Built behavior Float64Array 22:09:21 157/519 - 0:00:00:00.463: Built behavior FloatPrintPolicy 22:09:22 158/519 - 0:00:00:00.461: Built behavior Fraction 22:09:22 159/519 - 0:00:00:00.432: Built behavior FullBlockClosure 22:09:23 160/519 - 0:00:00:00.478: Built behavior Generator 22:09:23 161/519 - 0:00:00:00.401: Built behavior GlobalVariable 22:09:24 162/519 - 0:00:00:00.643: Built behavior HEAbstractExported 22:09:25 163/519 - 0:00:00:00.858: Built behavior HEAdditionalMethodState 22:09:25 164/519 - 0:00:00:00.387: Built behavior HEArray 22:09:26 165/519 - 0:00:00:00.469: Built behavior HEAssociation 22:09:26 166/519 - 0:00:00:00.509: Built behavior HEBinaryReader 22:09:26 167/519 - 0:00:00:00.363: Built behavior HEBoolean 22:09:27 168/519 - 0:00:00:00.406: Built behavior HEByteArray 22:09:27 169/519 - 0:00:00:00.402: Built behavior HEByteString 22:09:28 170/519 - 0:00:00:00.398: Built behavior HECharacter 22:09:29 171/519 - 0:00:00:01.47: Built behavior HEClass 22:09:30 172/519 - 0:00:00:00.833: Built behavior HEClassTrait 22:09:30 173/519 - 0:00:00:00.413: Built behavior HEClassVariable 22:09:31 174/519 - 0:00:00:00.634: Built behavior HECompiledBlock 22:09:32 175/519 - 0:00:00:00.512: Built behavior HEConstantBlock 22:09:32 176/519 - 0:00:00:00: Built behavior HEExportedLiteral 22:09:32 177/519 - 0:00:00:00.424: Built behavior HEExportedMetaclass 22:09:33 178/519 - 0:00:00:00.668: Built behavior HEExtendedEnvironment 22:09:33 179/519 - 0:00:00:00.421: Built behavior HEFloat 22:09:34 180/519 - 0:00:00:00.597: Built behavior HEFraction 22:09:34 181/519 - 0:00:00:00.424: Built behavior HEGlobalVariable 22:09:35 182/519 - 0:00:00:00.619: Built behavior HEInstaller 22:09:35 183/519 - 0:00:00:00.43: Built behavior HEInteger 22:09:36 184/519 - 0:00:00:00.722: Built behavior HEMethod 22:09:36 185/519 - 0:00:00:00: Built behavior HEMethodContainer 22:09:36 186/519 - 0:00:00:00.511: Built behavior HEMethodLiteral 22:09:37 187/519 - 0:00:00:00.565: Built behavior HEPackage 22:09:37 188/519 - 0:00:00:00.522: Built behavior HEPragma 22:09:38 189/519 - 0:00:00:00.408: Built behavior HEScaledDecimal 22:09:38 190/519 - 0:00:00:00.48: Built behavior HESendMessage 22:09:38 191/519 - 0:00:00:00: Built behavior HESymbol 22:09:39 192/519 - 0:00:00:00.438: Built behavior HETrait 22:09:39 193/519 - 0:00:00:00.43: Built behavior HETraitLiteral 22:09:40 194/519 - 0:00:00:00.422: Built behavior HEUndefinedObject 22:09:40 195/519 - 0:00:00:00.416: Built behavior HEWideString 22:09:41 196/519 - 0:00:00:00.7: Built behavior HashTableSizes 22:09:41 197/519 - 0:00:00:00: Built behavior HashedCollection 22:09:41 198/519 - 0:00:00:00.538: Built behavior Heap 22:09:42 199/519 - 0:00:00:00.483: Built behavior HermesCommandLineHandler 22:09:42 200/519 - 0:00:00:00.411: Built behavior IdentityBag 22:09:43 201/519 - 0:00:00:00.39: Built behavior IdentityDictionary 22:09:43 202/519 - 0:00:00:00.384: Built behavior IdentitySet 22:09:43 203/519 - 0:00:00:00.461: Built behavior IllegalFileName 22:09:44 204/519 - 0:00:00:00.47: Built behavior IllegalResumeAttempt 22:09:44 205/519 - 0:00:00:00.441: Built behavior ImmediateLayout 22:09:45 206/519 - 0:00:00:00.521: Built behavior IncompatibleLayoutConflict 22:09:46 207/519 - 0:00:00:00.912: Built behavior IndexedSlot 22:09:46 208/519 - 0:00:00:00.601: Built behavior InexactFloatPrintPolicy 22:09:47 209/519 - 0:00:00:00.551: Built behavior InstanceVariableNotFound 22:09:47 210/519 - 0:00:00:00.471: Built behavior InstanceVariableSlot 22:09:48 211/519 - 0:00:00:00.622: Built behavior InstructionClient 22:09:49 212/519 - 0:00:00:00.62: Built behavior InstructionStream 22:09:49 213/519 - 0:00:00:00.436: Built behavior Integer 22:09:49 214/519 - 0:00:00:00.423: Built behavior IntegerArray 22:09:50 215/519 - 0:00:00:00.523: Built behavior Interval 22:09:50 216/519 - 0:00:00:00.477: Built behavior InvalidGlobalName 22:09:51 217/519 - 0:00:00:00.48: Built behavior InvalidSlotName 22:09:52 218/519 - 0:00:00:00.931: Built behavior KeyNotFound 22:09:53 219/519 - 0:00:00:00.92: Built behavior KeyboardKey 22:09:53 220/519 - 0:00:00:00.456: Built behavior KeyedTree 22:09:54 221/519 - 0:00:00:00.539: Built behavior LargeInteger 22:09:54 222/519 - 0:00:00:00.454: Built behavior LargeNegativeInteger 22:09:55 223/519 - 0:00:00:00.415: Built behavior LargePositiveInteger 22:09:55 224/519 - 0:00:00:00.45: Built behavior LayoutClassScope 22:09:56 225/519 - 0:00:00:00.437: Built behavior LayoutEmptyScope 22:09:57 226/519 - 0:00:00:01.574: Built behavior LimitedWriteStream 22:09:58 227/519 - 0:00:00:00.567: Built behavior Link 22:09:58 228/519 - 0:00:00:00.496: Built behavior LinkedList 22:09:58 229/519 - 0:00:00:00: Built behavior LiteralVariable 22:09:59 230/519 - 0:00:00:00.429: Built behavior LocalRecursionStopper 22:09:59 231/519 - 0:00:00:00: Built behavior LookupKey 22:10:00 232/519 - 0:00:00:00.948: Built behavior MacOSPlatform 22:10:00 233/519 - 0:00:00:00.397: Built behavior MacOSXPlatform 22:10:00 234/519 - 0:00:00:00: Built behavior Magnitude 22:10:01 235/519 - 0:00:00:00.982: Built behavior ManifestAnnouncementsCore 22:10:01 236/519 - 0:00:00:00.428: Built behavior ManifestCollectionsAbstract 22:10:02 237/519 - 0:00:00:00.428: Built behavior ManifestCollectionsDoubleLinkedList 22:10:02 238/519 - 0:00:00:00.438: Built behavior ManifestCollectionsNative 22:10:03 239/519 - 0:00:00:00.464: Built behavior ManifestCollectionsSequenceable 22:10:03 240/519 - 0:00:00:00.536: Built behavior ManifestCollectionsStack 22:10:04 241/519 - 0:00:00:00.448: Built behavior ManifestCollectionsStreams 22:10:04 242/519 - 0:00:00:00.423: Built behavior ManifestCollectionsStrings 22:10:05 243/519 - 0:00:00:00.428: Built behavior ManifestCollectionsSupport 22:10:05 244/519 - 0:00:00:00.462: Built behavior ManifestCollectionsUnordered 22:10:06 245/519 - 0:00:00:00.535: Built behavior ManifestCollectionsWeak 22:10:06 246/519 - 0:00:00:00.437: Built behavior ManifestFileSystemPath 22:10:06 247/519 - 0:00:00:00.466: Built behavior ManifestFiles 22:10:07 248/519 - 0:00:00:00.464: Built behavior ManifestHermes 22:10:07 249/519 - 0:00:00:00.466: Built behavior ManifestKernel 22:10:08 250/519 - 0:00:00:00.5: Built behavior ManifestKernelCodeModel 22:10:09 251/519 - 0:00:00:00.635: Built behavior ManifestNumberParser 22:10:09 252/519 - 0:00:00:00.63: Built behavior ManifestPharoBootstrapInitialization 22:10:10 253/519 - 0:00:00:00.474: Built behavior ManifestSystemAnnouncements 22:10:10 254/519 - 0:00:00:00.494: Built behavior ManifestSystemBasicCommandLineHandler 22:10:11 255/519 - 0:00:00:00.462: Built behavior ManifestSystemCommandLine 22:10:11 256/519 - 0:00:00:00.634: Built behavior ManifestSystemCommandLineHandler 22:10:12 257/519 - 0:00:00:00.462: Built behavior ManifestSystemFinalization 22:10:12 258/519 - 0:00:00:00.449: Built behavior ManifestSystemPlatforms 22:10:13 259/519 - 0:00:00:00.478: Built behavior ManifestSystemSessionManager 22:10:13 260/519 - 0:00:00:00.471: Built behavior ManifestSystemSources 22:10:14 261/519 - 0:00:00:00.464: Built behavior ManifestSystemSupport 22:10:14 262/519 - 0:00:00:00.475: Built behavior ManifestTranscriptNonInteractive 22:10:15 263/519 - 0:00:00:00.497: Built behavior ManifestUIManager 22:10:15 264/519 - 0:00:00:00.684: Built behavior Message 22:10:16 265/519 - 0:00:00:00.636: Built behavior MessageNotUnderstood 22:10:16 266/519 - 0:00:00:00.536: Built behavior MessageSend 22:10:17 267/519 - 0:00:00:00.533: Built behavior Metaclass 22:10:18 268/519 - 0:00:00:00.94: Built behavior MethodAdded 22:10:18 269/519 - 0:00:00:00: Built behavior MethodAnnouncement 22:10:18 270/519 - 0:00:00:00.455: Built behavior MethodDictionary 22:10:19 271/519 - 0:00:00:00.534: Built behavior MethodModified 22:10:19 272/519 - 0:00:00:00.532: Built behavior MethodRecategorized 22:10:20 273/519 - 0:00:00:00.517: Built behavior MethodRemoved 22:10:20 274/519 - 0:00:00:00.522: Built behavior MethodRepackaged 22:10:21 275/519 - 0:00:00:00.724: Built behavior ModificationForbidden 22:10:22 276/519 - 0:00:00:00.794: Built behavior Monitor 22:10:23 277/519 - 0:00:00:00.578: Built behavior MonitorDelay 22:10:23 278/519 - 0:00:00:00.654: Built behavior Mutex 22:10:24 279/519 - 0:00:00:00.706: Built behavior MutexSet 22:10:25 280/519 - 0:00:00:00.768: Built behavior NewUndeclaredWarning 22:10:25 281/519 - 0:00:00:00.447: Built behavior NoChangesLog 22:10:26 282/519 - 0:00:00:01.074: Built behavior NoPharoFilesOpener 22:10:27 283/519 - 0:00:00:00.599: Built behavior NonBooleanReceiver 22:10:27 284/519 - 0:00:00:00: Built behavior NonInteractiveTranscript 22:10:27 285/519 - 0:00:00:00.513: Built behavior NonInteractiveUIManager 22:10:27 286/519 - 0:00:00:00: Built behavior NotFound 22:10:28 287/519 - 0:00:00:01.113: Built behavior NotYetImplemented 22:10:28 288/519 - 0:00:00:00: Built behavior Notification 22:10:29 289/519 - 0:00:00:00.46: Built behavior NullFFIBackend 22:10:29 290/519 - 0:00:00:00.564: Built behavior NullStream 22:10:30 291/519 - 0:00:00:00.6: Built behavior NullTermInfo 22:10:30 292/519 - 0:00:00:00: Built behavior Number 22:10:31 293/519 - 0:00:00:01.089: Built behavior NumberParser 22:10:31 294/519 - 0:00:00:00: Built behavior OSPlatform 22:10:32 295/519 - 0:00:00:00.608: Built behavior OSPlatformVisitor 22:10:32 296/519 - 0:00:00:00: Built behavior Object 22:10:32 297/519 - 0:00:00:00.459: Built behavior ObjectFinalizer 22:10:33 298/519 - 0:00:00:01.016: Built behavior ObjectFinalizerCollection 22:10:33 299/519 - 0:00:00:00: Built behavior ObjectLayout 22:10:33 300/519 - 0:00:00:00: Built behavior OrderedCollection 22:10:34 301/519 - 0:00:00:00.616: Built behavior OrderedDictionary 22:10:34 302/519 - 0:00:00:00.492: Built behavior OrderedIdentityDictionary 22:10:35 303/519 - 0:00:00:00.567: Built behavior OutOfMemory 22:10:36 304/519 - 0:00:00:00.751: Built behavior Package 22:10:37 305/519 - 0:00:00:00.916: Built behavior PackageAdded 22:10:37 306/519 - 0:00:00:00: Built behavior PackageAnnouncement 22:10:37 307/519 - 0:00:00:00.628: Built behavior PackageConflictError 22:10:37 308/519 - 0:00:00:00: Built behavior PackageManifest 22:10:38 309/519 - 0:00:00:00.677: Built behavior PackageOrganizer 22:10:38 310/519 - 0:00:00:00.452: Built behavior PackageRemoved 22:10:39 311/519 - 0:00:00:00.521: Built behavior PackageRenamed 22:10:39 312/519 - 0:00:00:00.692: Built behavior PackageTag 22:10:41 313/519 - 0:00:00:01.008: Built behavior PackageTagAdded 22:10:41 314/519 - 0:00:00:00: Built behavior PackageTagAnnouncement 22:10:41 315/519 - 0:00:00:00.5: Built behavior PackageTagRemoved 22:10:42 316/519 - 0:00:00:00.578: Built behavior PackageTagRenamed 22:10:42 317/519 - 0:00:00:00: Built behavior Path 22:10:42 318/519 - 0:00:00:00.604: Built behavior PerformMessageCommandLineHandler 22:10:43 319/519 - 0:00:00:00.637: Built behavior PharoBootstrapInitialization 22:10:43 320/519 - 0:00:00:00.523: Built behavior PharoCommandLineHandler 22:10:43 321/519 - 0:00:00:00: Built behavior PharoFilesOpener 22:10:44 322/519 - 0:00:00:00.575: Built behavior PluggableDictionary 22:10:44 323/519 - 0:00:00:00.566: Built behavior PluggableSet 22:10:45 324/519 - 0:00:00:00.933: Built behavior Point 22:10:45 325/519 - 0:00:00:00: Built behavior PointerLayout 22:10:45 326/519 - 0:00:00:00: Built behavior PositionableStream 22:10:46 327/519 - 0:00:00:00.535: Built behavior Pragma 22:10:47 328/519 - 0:00:00:00.718: Built behavior PrimitiveError 22:10:47 329/519 - 0:00:00:00.495: Built behavior PrimitiveFailed 22:10:48 330/519 - 0:00:00:00.462: Built behavior PrintVersionCommandLineHandler 22:10:49 331/519 - 0:00:00:00.923: Built behavior Process 22:10:49 332/519 - 0:00:00:00.536: Built behavior ProcessAlreadyTerminating 22:10:50 333/519 - 0:00:00:00.516: Built behavior ProcessList 22:10:50 334/519 - 0:00:00:00: Built behavior ProcessLocalVariable 22:10:50 335/519 - 0:00:00:00: Built behavior ProcessSpecificVariable 22:10:51 336/519 - 0:00:00:00.94: Built behavior ProcessorScheduler 22:10:51 337/519 - 0:00:00:00: Built behavior ProtoObject 22:10:51 338/519 - 0:00:00:00.668: Built behavior Protocol 22:10:52 339/519 - 0:00:00:01.087: Built behavior ProtocolAdded 22:10:52 340/519 - 0:00:00:00: Built behavior ProtocolAnnouncement 22:10:53 341/519 - 0:00:00:00.486: Built behavior ProtocolRemoved 22:10:53 342/519 - 0:00:00:00.518: Built behavior ProtocolRenamed 22:10:56 343/519 - 0:00:00:02.938: Built behavior ProvideAnswerNotification 22:10:57 344/519 - 0:00:00:00.6: Built behavior PseudoVariable 22:10:58 345/519 - 0:00:00:00.88: Built behavior RPackageSet 22:10:58 346/519 - 0:00:00:00.49: Built behavior ReadOnlyFileException 22:10:59 347/519 - 0:00:00:00.426: Built behavior ReadStream 22:10:59 348/519 - 0:00:00:00.456: Built behavior ReadWriteStream 22:11:00 349/519 - 0:00:00:00.679: Built behavior Rectangle 22:11:00 350/519 - 0:00:00:00.685: Built behavior RecursionStopper 22:11:01 351/519 - 0:00:00:00.419: Built behavior RelativePath 22:11:02 352/519 - 0:00:00:00.754: Built behavior RemoteString 22:11:02 353/519 - 0:00:00:00.586: Built behavior RunArray 22:11:03 354/519 - 0:00:00:00.463: Built behavior SaveCommandLineHandler 22:11:03 355/519 - 0:00:00:00.486: Built behavior ScaledDecimal 22:11:03 356/519 - 0:00:00:00: Built behavior SelectorException 22:11:04 357/519 - 0:00:00:00.459: Built behavior SelfVariable 22:11:04 358/519 - 0:00:00:00.511: Built behavior Semaphore 22:11:04 359/519 - 0:00:00:00: Built behavior SequenceableCollection 22:11:05 360/519 - 0:00:00:00.574: Built behavior SessionAccessModeResolver 22:11:05 361/519 - 0:00:00:00.643: Built behavior SessionCategory 22:11:06 362/519 - 0:00:00:00.821: Built behavior SessionManager 22:11:06 363/519 - 0:00:00:00: Built behavior Set 22:11:07 364/519 - 0:00:00:00.664: Built behavior ShAbstractChange 22:11:08 365/519 - 0:00:00:00.651: Built behavior ShAbstractChangeDetector 22:11:08 366/519 - 0:00:00:00.602: Built behavior ShAbstractClassChangeDetector 22:11:09 367/519 - 0:00:00:00.484: Built behavior ShAbstractInstanceSideClassChangeDetector 22:11:09 368/519 - 0:00:00:00.486: Built behavior ShBitLayoutChangeDetector 22:11:10 369/519 - 0:00:00:00.462: Built behavior ShBitLayoutChanged 22:11:10 370/519 - 0:00:00:00.453: Built behavior ShClassChanged 22:11:10 371/519 - 0:00:00:00.494: Built behavior ShClassSlotChangeDetector 22:11:11 372/519 - 0:00:00:00.676: Built behavior ShDefaultBuilderEnhancer 22:11:12 373/519 - 0:00:00:00.444: Built behavior ShInstanceShapeChanged 22:11:12 374/519 - 0:00:00:00.589: Built behavior ShLayoutChangeDetector 22:11:13 375/519 - 0:00:00:00.802: Built behavior ShLayoutDefinition 22:11:13 376/519 - 0:00:00:00.484: Built behavior ShMetaclassChangeDetector 22:11:14 377/519 - 0:00:00:00.45: Built behavior ShMetaclassChanged 22:11:14 378/519 - 0:00:00:00.452: Built behavior ShNoChangesInClass 22:11:15 379/519 - 0:00:00:00.468: Built behavior ShSharedPoolChangeDetector 22:11:15 380/519 - 0:00:00:00.462: Built behavior ShSharedVariablesChangeDetector 22:11:16 381/519 - 0:00:00:00.486: Built behavior ShSlotChangeDetector 22:11:16 382/519 - 0:00:00:00.481: Built behavior ShSuperclassChangeDetector 22:11:17 383/519 - 0:00:00:00.455: Built behavior ShSuperclassChanged 22:11:17 384/519 - 0:00:00:00: Built behavior SharedPool 22:11:17 385/519 - 0:00:00:00.623: Built behavior SharedQueue 22:11:18 386/519 - 0:00:00:01.12: Built behavior ShiftAnonymousClassInstaller 22:11:20 387/519 - 0:00:00:01.43: Built behavior ShiftClassBuilder 22:11:20 388/519 - 0:00:00:00: Built behavior ShiftClassInstaller 22:11:21 389/519 - 0:00:00:00.613: Built behavior ShiftClassSideBuilder 22:11:21 390/519 - 0:00:00:00.527: Built behavior ShouldBeImplemented 22:11:22 391/519 - 0:00:00:00.489: Built behavior ShouldNotImplement 22:11:22 392/519 - 0:00:00:00.584: Built behavior SimulationExceptionWrapper 22:11:23 393/519 - 0:00:00:00.518: Built behavior SizeMismatch 22:11:23 394/519 - 0:00:00:00: Built behavior Slot 22:11:23 395/519 - 0:00:00:00.578: Built behavior SlotNotFound 22:11:24 396/519 - 0:00:00:00.612: Built behavior SmallDictionary 22:11:24 397/519 - 0:00:00:00.487: Built behavior SmallFloat64 22:11:25 398/519 - 0:00:00:00.502: Built behavior SmallIdentityDictionary 22:11:25 399/519 - 0:00:00:00.574: Built behavior SmallInteger 22:11:27 400/519 - 0:00:00:01.079: Built behavior SmalltalkImage 22:11:27 401/519 - 0:00:00:00.871: Built behavior SnapshotOperation 22:11:28 402/519 - 0:00:00:00.556: Built behavior SortedCollection 22:11:28 403/519 - 0:00:00:00.422: Built behavior SourceChunkWriteStream 22:11:29 404/519 - 0:00:00:00.698: Built behavior SourceFile 22:11:30 405/519 - 0:00:00:00.696: Built behavior SourceFileArray 22:11:31 406/519 - 0:00:00:00.854: Built behavior SourceFileBufferedReadWriteStream 22:11:31 407/519 - 0:00:00:00.68: Built behavior SourceFileCharacterReadWriteStream 22:11:32 408/519 - 0:00:00:01.012: Built behavior SparseLargeArray 22:11:32 409/519 - 0:00:00:00: Built behavior SparseLargeTable 22:11:33 410/519 - 0:00:00:00.429: Built behavior Stack 22:11:33 411/519 - 0:00:00:00.452: Built behavior StartupUIManager 22:11:34 412/519 - 0:00:00:00.817: Built behavior Stdio 22:11:34 413/519 - 0:00:00:00.484: Built behavior StdioStream 22:11:34 414/519 - 0:00:00:00: Built behavior Stream 22:11:34 415/519 - 0:00:00:00: Built behavior String 22:11:35 416/519 - 0:00:00:00.495: Built behavior SubclassResponsibility 22:11:36 417/519 - 0:00:00:00.567: Built behavior SubscriptOutOfBounds 22:11:36 418/519 - 0:00:00:00.655: Built behavior SubscriptionRegistry 22:11:37 419/519 - 0:00:00:00.445: Built behavior SuperVariable 22:11:37 420/519 - 0:00:00:00: Built behavior Symbol 22:11:37 421/519 - 0:00:00:00.615: Built behavior SymbolNotFoundError 22:11:37 422/519 - 0:00:00:00: Built behavior SystemAnnouncement 22:11:38 423/519 - 0:00:00:00.477: Built behavior SystemAnnouncer 22:11:38 424/519 - 0:00:00:00.581: Built behavior SystemDictionary 22:11:39 425/519 - 0:00:00:00.623: Built behavior SystemNavigation 22:11:39 426/519 - 0:00:00:00: Built behavior SystemNotification 22:11:40 427/519 - 0:00:00:00.835: Built behavior SystemVersion 22:11:40 428/519 - 0:00:00:00.431: Built behavior TermInfoCharacter 22:11:41 429/519 - 0:00:00:00.636: Built behavior Termcap 22:11:41 430/519 - 0:00:00:00.524: Built behavior ThisContextVariable 22:11:42 431/519 - 0:00:00:00.452: Built behavior ThisProcessVariable 22:11:42 432/519 - 0:00:00:00.514: Built behavior TimedOut 22:11:43 433/519 - 0:00:00:00.513: Built behavior True 22:11:43 434/519 - 0:00:00:00: Built behavior UIManager 22:11:43 435/519 - 0:00:00:00.44: Built behavior UNCNetworkPath 22:11:44 436/519 - 0:00:00:00.428: Built behavior UndeclaredRegistry 22:11:44 437/519 - 0:00:00:00.481: Built behavior UndeclaredVariable 22:11:45 438/519 - 0:00:00:00.572: Built behavior UndeclaredVariableError 22:11:45 439/519 - 0:00:00:00.532: Built behavior UndeclaredVariableRead 22:11:46 440/519 - 0:00:00:00.526: Built behavior UndeclaredVariableWrite 22:11:46 441/519 - 0:00:00:00.521: Built behavior UndefinedClassVariable 22:11:47 442/519 - 0:00:00:00.654: Built behavior UndefinedObject 22:11:48 443/519 - 0:00:00:00.552: Built behavior UndefinedPackage 22:11:48 444/519 - 0:00:00:00.455: Built behavior UndefinedPackageTag 22:11:49 445/519 - 0:00:00:00.612: Built behavior UndefinedSlot 22:11:50 446/519 - 0:00:00:01.143: Built behavior UnhandledError 22:11:50 447/519 - 0:00:00:00: Built behavior UnhandledException 22:11:51 448/519 - 0:00:00:00.92: Built behavior Unix32Platform 22:11:51 449/519 - 0:00:00:00.435: Built behavior Unix64Platform 22:11:52 450/519 - 0:00:00:00.512: Built behavior UnixARM32Platform 22:11:52 451/519 - 0:00:00:00: Built behavior UnixPlatform 22:11:52 452/519 - 0:00:00:00.553: Built behavior UnwindError 22:11:53 453/519 - 0:00:00:00.807: Built behavior VTermOutputDriver 22:11:53 454/519 - 0:00:00:00.5: Built behavior ValueLink 22:11:54 455/519 - 0:00:00:00.49: Built behavior ValueNotFound 22:11:54 456/519 - 0:00:00:00: Built behavior Variable 22:11:55 457/519 - 0:00:00:00.525: Built behavior VariableLayout 22:11:55 458/519 - 0:00:00:00.765: Built behavior VirtualMachine 22:11:55 459/519 - 0:00:00:00: Built behavior Warning 22:11:56 460/519 - 0:00:00:00.551: Built behavior WeakAnnouncementSubscription 22:11:56 461/519 - 0:00:00:00.441: Built behavior WeakArray 22:11:57 462/519 - 0:00:00:00.491: Built behavior WeakIdentityKeyDictionary 22:11:58 463/519 - 0:00:00:00.917: Built behavior WeakIdentitySet 22:11:59 464/519 - 0:00:00:00.925: Built behavior WeakIdentityValueDictionary 22:11:59 465/519 - 0:00:00:00.476: Built behavior WeakKeyAssociation 22:12:00 466/519 - 0:00:00:00.552: Built behavior WeakKeyDictionary 22:12:00 467/519 - 0:00:00:00.502: Built behavior WeakLayout 22:12:01 468/519 - 0:00:00:00.562: Built behavior WeakMessageSend 22:12:01 469/519 - 0:00:00:00.481: Built behavior WeakOrderedCollection 22:12:01 470/519 - 0:00:00:00: Built behavior WeakSet 22:12:02 471/519 - 0:00:00:00.74: Built behavior WeakSubscriptionBuilder 22:12:02 472/519 - 0:00:00:00.48: Built behavior WeakValueAssociation 22:12:02 473/519 - 0:00:00:00: Built behavior WeakValueDictionary 22:12:03 474/519 - 0:00:00:00.52: Built behavior WideCharacterSet 22:12:03 475/519 - 0:00:00:00.545: Built behavior WideString 22:12:04 476/519 - 0:00:00:00.47: Built behavior WideSymbol 22:12:05 477/519 - 0:00:00:00.869: Built behavior Win32Platform 22:12:05 478/519 - 0:00:00:00.44: Built behavior Win32WideString 22:12:06 479/519 - 0:00:00:00.462: Built behavior Win64Platform 22:12:06 480/519 - 0:00:00:00: Built behavior WinPlatform 22:12:06 481/519 - 0:00:00:00.462: Built behavior WordArray 22:12:07 482/519 - 0:00:00:00.469: Built behavior WordLayout 22:12:07 483/519 - 0:00:00:00.786: Built behavior WorkingSession 22:12:08 484/519 - 0:00:00:00.568: Built behavior WorkspaceVariable 22:12:08 485/519 - 0:00:00:00: Built behavior WriteStream 22:12:09 486/519 - 0:00:00:00.528: Built behavior ZeroDivide 22:12:10 487/519 - 0:00:00:01.066: Built behavior ZnBase64Encoder 22:12:10 488/519 - 0:00:00:00.714: Built behavior ZnBufferedReadStream 22:12:11 489/519 - 0:00:00:00.715: Built behavior ZnBufferedReadWriteStream 22:12:12 490/519 - 0:00:00:00.714: Built behavior ZnBufferedWriteStream 22:12:14 491/519 - 0:00:00:01.85: Built behavior ZnByteEncoder 22:12:14 492/519 - 0:00:00:00.624: Built behavior ZnByteStringBecameWideString 22:12:15 493/519 - 0:00:00:00.762: Built behavior ZnCRLFReadStream 22:12:15 494/519 - 0:00:00:00: Built behavior ZnCharacterEncoder 22:12:16 495/519 - 0:00:00:00.642: Built behavior ZnCharacterEncodingError 22:12:17 496/519 - 0:00:00:01.623: Built behavior ZnCharacterReadStream 22:12:18 497/519 - 0:00:00:00.725: Built behavior ZnCharacterReadWriteStream 22:12:19 498/519 - 0:00:00:00.949: Built behavior ZnCharacterWriteStream 22:12:19 499/519 - 0:00:00:00.481: Built behavior ZnCodePointReadStream 22:12:20 500/519 - 0:00:00:00.538: Built behavior ZnCodePointWriteStream 22:12:21 501/519 - 0:00:00:00.715: Built behavior ZnCrPortableWriteStream 22:12:21 502/519 - 0:00:00:00.487: Built behavior ZnDefaultCharacterEncoder 22:12:21 503/519 - 0:00:00:00: Built behavior ZnEncodedReadStream 22:12:21 504/519 - 0:00:00:00: Built behavior ZnEncodedStream 22:12:21 505/519 - 0:00:00:00: Built behavior ZnEncodedWriteStream 22:12:22 506/519 - 0:00:00:00.971: Built behavior ZnEndianSensitiveUTFEncoder 22:12:23 507/519 - 0:00:00:00.753: Built behavior ZnEndianessReadWriteStream 22:12:24 508/519 - 0:00:00:00.817: Built behavior ZnFastLineReader 22:12:24 509/519 - 0:00:00:00.595: Built behavior ZnIncomplete 22:12:25 510/519 - 0:00:00:00.482: Built behavior ZnInvalidUTF8 22:12:25 511/519 - 0:00:00:00.637: Built behavior ZnNewLineWriterStream 22:12:26 512/519 - 0:00:00:00.451: Built behavior ZnNullEncoder 22:12:27 513/519 - 0:00:00:00.833: Built behavior ZnPercentEncoder 22:12:28 514/519 - 0:00:00:00.874: Built behavior ZnPositionableReadStream 22:12:28 515/519 - 0:00:00:00: Built behavior ZnSimplifiedByteEncoder 22:12:28 516/519 - 0:00:00:00.485: Built behavior ZnUTF16Encoder 22:12:29 517/519 - 0:00:00:00.489: Built behavior ZnUTF32Encoder DeprecationPerformedNotification: Automatic deprecation code rewrite: The method RGBehaviorStrategyUser>>#theNonMetaClass called from EPCrossCompilerBinding>>#binding has been deprecated. Please use #instanceSide instead 22:12:29 518/519 - 0:00:00:00.575: Built behavior ZnUTF8Encoder 22:12:29 519/519 - 0:00:00:00: Built behavior ZnUTFEncoder 22:12:29 End: Create classes 22:12:29 Begin: Installing defined methods 22:12:29 002/519 - 1/5: Installing method AbsolutePath>>isAbsolute 22:12:43 002/519 - 2/5: Installing method AbsolutePath>>isRoot 22:12:43 002/519 - 3/5: Installing method AbsolutePath>>printOn: 22:12:43 002/519 - 4/5: Installing method AbsolutePath>>printPathOn:delimiter: 22:12:43 002/519 - 5/5: Installing method AbsolutePath>>withParents DeprecationPerformedNotification: Automatic deprecation code rewrite: The method RGBehaviorStrategyUser>>#theNonMetaClass called from EPCrossCompilerBinding>>#binding has been deprecated. Please use #instanceSide instead 22:12:44 002/519 - 1/4: Installing method AbsolutePath class>>addEmptyElementTo: 22:12:44 002/519 - 2/4: Installing method AbsolutePath class>>addParentElementTo:on: 22:12:44 002/519 - 3/4: Installing method AbsolutePath class>>from:delimiter: 22:12:44 002/519 - 4/4: Installing method AbsolutePath class>>removeRedundantSegments: 22:12:44 003/519 - 1/14: Installing method AbstractAnnouncementSubscription>>action 22:12:44 003/519 - 2/14: Installing method AbstractAnnouncementSubscription>>action: 22:12:44 003/519 - 3/14: Installing method AbstractAnnouncementSubscription>>announcementClass 22:12:44 003/519 - 4/14: Installing method AbstractAnnouncementSubscription>>announcementClass: 22:12:44 003/519 - 5/14: Installing method AbstractAnnouncementSubscription>>announcer 22:12:44 003/519 - 6/14: Installing method AbstractAnnouncementSubscription>>announcer: 22:12:44 003/519 - 7/14: Installing method AbstractAnnouncementSubscription>>deliver: 22:12:44 003/519 - 8/14: Installing method AbstractAnnouncementSubscription>>handlesAnnouncement: 22:12:44 003/519 - 9/14: Installing method AbstractAnnouncementSubscription>>makeStrong 22:12:44 003/519 - 10/14: Installing method AbstractAnnouncementSubscription>>makeWeak 22:12:44 003/519 - 11/14: Installing method AbstractAnnouncementSubscription>>printOn: 22:12:44 003/519 - 12/14: Installing method AbstractAnnouncementSubscription>>subscriber 22:12:44 003/519 - 13/14: Installing method AbstractAnnouncementSubscription>>subscriber: 22:12:44 003/519 - 14/14: Installing method AbstractAnnouncementSubscription>>valuable: 22:12:45 004/519 - 1/38: Installing method AbstractBinaryFileStream>>atEnd 22:12:45 004/519 - 2/38: Installing method AbstractBinaryFileStream>>contents 22:12:45 004/519 - 3/38: Installing method AbstractBinaryFileStream>>cr 22:12:45 004/519 - 4/38: Installing method AbstractBinaryFileStream>>crlf 22:12:45 004/519 - 5/38: Installing method AbstractBinaryFileStream>>file 22:12:45 004/519 - 6/38: Installing method AbstractBinaryFileStream>>file: 22:12:45 004/519 - 7/38: Installing method AbstractBinaryFileStream>>flush 22:12:46 004/519 - 8/38: Installing method AbstractBinaryFileStream>>handle:file:forWrite: 22:12:46 004/519 - 9/38: Installing method AbstractBinaryFileStream>>isBinary 22:12:46 004/519 - 10/38: Installing method AbstractBinaryFileStream>>lf 22:12:46 004/519 - 11/38: Installing method AbstractBinaryFileStream>>name 22:12:46 004/519 - 12/38: Installing method AbstractBinaryFileStream>>next 22:12:46 004/519 - 13/38: Installing method AbstractBinaryFileStream>>next: 22:12:46 004/519 - 14/38: Installing method AbstractBinaryFileStream>>next:into: 22:12:46 004/519 - 15/38: Installing method AbstractBinaryFileStream>>next:into:startingAt: 22:12:46 004/519 - 16/38: Installing method AbstractBinaryFileStream>>next:putAll: 22:12:46 004/519 - 17/38: Installing method AbstractBinaryFileStream>>next:putAll:startingAt: 22:12:46 004/519 - 18/38: Installing method AbstractBinaryFileStream>>nextInto: 22:12:46 004/519 - 19/38: Installing method AbstractBinaryFileStream>>nextLittleEndianNumber: 22:12:46 004/519 - 20/38: Installing method AbstractBinaryFileStream>>nextLittleEndianNumber:put: 22:12:46 004/519 - 21/38: Installing method AbstractBinaryFileStream>>nextPut: 22:12:46 004/519 - 22/38: Installing method AbstractBinaryFileStream>>nextPutAll: 22:12:46 004/519 - 23/38: Installing method AbstractBinaryFileStream>>peek 22:12:46 004/519 - 24/38: Installing method AbstractBinaryFileStream>>position 22:12:46 004/519 - 25/38: Installing method AbstractBinaryFileStream>>position: 22:12:46 004/519 - 26/38: Installing method AbstractBinaryFileStream>>printOn: 22:12:46 004/519 - 27/38: Installing method AbstractBinaryFileStream>>readInto:startingAt:count: 22:12:46 004/519 - 28/38: Installing method AbstractBinaryFileStream>>releaseSemaphores 22:12:46 004/519 - 29/38: Installing method AbstractBinaryFileStream>>reset 22:12:46 004/519 - 30/38: Installing method AbstractBinaryFileStream>>setToEnd 22:12:46 004/519 - 31/38: Installing method AbstractBinaryFileStream>>size 22:12:46 004/519 - 32/38: Installing method AbstractBinaryFileStream>>skip: 22:12:46 004/519 - 33/38: Installing method AbstractBinaryFileStream>>sync 22:12:46 004/519 - 34/38: Installing method AbstractBinaryFileStream>>upTo: 22:12:46 004/519 - 35/38: Installing method AbstractBinaryFileStream>>upToAnyOf: 22:12:46 004/519 - 36/38: Installing method AbstractBinaryFileStream>>upToEnd 22:12:46 004/519 - 37/38: Installing method AbstractBinaryFileStream>>waitForData 22:12:46 004/519 - 38/38: Installing method AbstractBinaryFileStream>>writeFrom:startingAt:count: 22:12:46 004/519 - 1/2: Installing method AbstractBinaryFileStream class>>handle:file:forWrite: 22:12:46 004/519 - 2/2: Installing method AbstractBinaryFileStream class>>isAbstract 22:12:46 005/519 - 1/6: Installing method AbstractDelayTicker>>millisecondsUntilTick: 22:12:46 005/519 - 2/6: Installing method AbstractDelayTicker>>nowTick 22:12:46 005/519 - 3/6: Installing method AbstractDelayTicker>>restoreResumptionTimes: 22:12:46 005/519 - 4/6: Installing method AbstractDelayTicker>>saveResumptionTimes: 22:12:46 005/519 - 5/6: Installing method AbstractDelayTicker>>tickAfterMilliseconds: 22:12:46 005/519 - 6/6: Installing method AbstractDelayTicker>>waitForUserSignalled:orExpired: 22:12:46 005/519 - 1/1: Installing method AbstractDelayTicker class>>isAbstract 22:12:47 006/519 - 1/37: Installing method AbstractLayout>>= 22:12:47 006/519 - 2/37: Installing method AbstractLayout>>allSlots 22:12:47 006/519 - 3/37: Installing method AbstractLayout>>allSlotsDo: 22:12:47 006/519 - 4/37: Installing method AbstractLayout>>allVisibleSlots 22:12:47 006/519 - 5/37: Installing method AbstractLayout>>checkIntegrity 22:12:47 006/519 - 6/37: Installing method AbstractLayout>>checkSanity 22:12:47 006/519 - 7/37: Installing method AbstractLayout>>definesSlot: 22:12:47 006/519 - 8/37: Installing method AbstractLayout>>extend: 22:12:47 006/519 - 9/37: Installing method AbstractLayout>>extendByte 22:12:47 006/519 - 10/37: Installing method AbstractLayout>>extendDoubleByte 22:12:47 006/519 - 11/37: Installing method AbstractLayout>>extendDoubleWord 22:12:47 006/519 - 12/37: Installing method AbstractLayout>>extendImmediate 22:12:47 006/519 - 13/37: Installing method AbstractLayout>>extendVariable: 22:12:47 006/519 - 14/37: Installing method AbstractLayout>>extendWord 22:12:47 006/519 - 15/37: Installing method AbstractLayout>>fieldSize 22:12:47 006/519 - 16/37: Installing method AbstractLayout>>hasBindingThatBeginsWith: 22:12:47 006/519 - 17/37: Installing method AbstractLayout>>hasFields 22:12:47 006/519 - 18/37: Installing method AbstractLayout>>hasSlot: 22:12:47 006/519 - 19/37: Installing method AbstractLayout>>hasSlotNamed: 22:12:47 006/519 - 20/37: Installing method AbstractLayout>>hasSlots 22:12:47 006/519 - 21/37: Installing method AbstractLayout>>hash 22:12:47 006/519 - 22/37: Installing method AbstractLayout>>host 22:12:47 006/519 - 23/37: Installing method AbstractLayout>>host: 22:12:47 006/519 - 24/37: Installing method AbstractLayout>>instVarNames 22:12:47 006/519 - 25/37: Installing method AbstractLayout>>isBits 22:12:47 006/519 - 26/37: Installing method AbstractLayout>>isBytes 22:12:47 006/519 - 27/37: Installing method AbstractLayout>>isDoubleBytes 22:12:47 006/519 - 28/37: Installing method AbstractLayout>>isDoubleWords 22:12:47 006/519 - 29/37: Installing method AbstractLayout>>isFixedLayout 22:12:47 006/519 - 30/37: Installing method AbstractLayout>>isVariable 22:12:47 006/519 - 31/37: Installing method AbstractLayout>>isWeak 22:12:47 006/519 - 32/37: Installing method AbstractLayout>>isWords 22:12:47 006/519 - 33/37: Installing method AbstractLayout>>resolveSlot: 22:12:47 006/519 - 34/37: Installing method AbstractLayout>>resolveSlot:ifFound:ifNone: 22:12:47 006/519 - 35/37: Installing method AbstractLayout>>slotScope 22:12:47 006/519 - 36/37: Installing method AbstractLayout>>slots 22:12:47 006/519 - 37/37: Installing method AbstractLayout>>visibleSlots 22:12:47 006/519 - 1/1: Installing method AbstractLayout class>>isAbstract 22:12:48 007/519 - 1/24: Installing method AbstractLayoutScope>>= 22:12:48 007/519 - 2/24: Installing method AbstractLayoutScope>>allSlotsDo: 22:12:48 007/519 - 3/24: Installing method AbstractLayoutScope>>allVisibleSlots 22:12:48 007/519 - 4/24: Installing method AbstractLayoutScope>>extend 22:12:48 007/519 - 5/24: Installing method AbstractLayoutScope>>extend: 22:12:48 007/519 - 6/24: Installing method AbstractLayoutScope>>extend:as: 22:12:48 007/519 - 7/24: Installing method AbstractLayoutScope>>fieldSize 22:12:48 007/519 - 8/24: Installing method AbstractLayoutScope>>firstFieldIndex 22:12:48 007/519 - 9/24: Installing method AbstractLayoutScope>>flatten 22:12:48 007/519 - 10/24: Installing method AbstractLayoutScope>>flattenIn: 22:12:48 007/519 - 11/24: Installing method AbstractLayoutScope>>hasBindingThatBeginsWith: 22:12:48 007/519 - 12/24: Installing method AbstractLayoutScope>>hasFields 22:12:48 007/519 - 13/24: Installing method AbstractLayoutScope>>hasSlots 22:12:48 007/519 - 14/24: Installing method AbstractLayoutScope>>hash 22:12:48 007/519 - 15/24: Installing method AbstractLayoutScope>>ifEmpty: 22:12:48 007/519 - 16/24: Installing method AbstractLayoutScope>>ifNotEmpty: 22:12:48 007/519 - 17/24: Installing method AbstractLayoutScope>>indexOf: 22:12:48 007/519 - 18/24: Installing method AbstractLayoutScope>>indexOf:ifAbsent: 22:12:48 007/519 - 19/24: Installing method AbstractLayoutScope>>isEmpty 22:12:48 007/519 - 20/24: Installing method AbstractLayoutScope>>ownFieldSize 22:12:48 007/519 - 21/24: Installing method AbstractLayoutScope>>resolveSlot: 22:12:48 007/519 - 22/24: Installing method AbstractLayoutScope>>resolveSlot:ifFound:ifNone: 22:12:48 007/519 - 23/24: Installing method AbstractLayoutScope>>visibleSlotNames 22:12:48 007/519 - 24/24: Installing method AbstractLayoutScope>>visibleSlots 22:12:48 007/519 - 1/1: Installing method AbstractLayoutScope class>>isAbstract 22:12:48 008/519 - 1/4: Installing method AbstractSessionHandler>>handledId 22:12:48 008/519 - 2/4: Installing method AbstractSessionHandler>>printOn: 22:12:48 008/519 - 3/4: Installing method AbstractSessionHandler>>shutdown: 22:12:48 008/519 - 4/4: Installing method AbstractSessionHandler>>startup: 22:12:48 008/519 - 1/1: Installing method AbstractSessionHandler class>>isAbstract 22:12:48 009/519 - 1/3: Installing method AdditionalBinding>>emitStore: 22:12:48 009/519 - 2/3: Installing method AdditionalBinding>>emitValue: 22:12:48 009/519 - 3/3: Installing method AdditionalBinding>>isReferenced 22:12:50 010/519 - 1/33: Installing method AdditionalMethodState>>analogousCodeTo: 22:12:50 010/519 - 2/33: Installing method AdditionalMethodState>>at: 22:12:50 010/519 - 3/33: Installing method AdditionalMethodState>>at:ifAbsent: 22:12:50 010/519 - 4/33: Installing method AdditionalMethodState>>at:ifAbsentPut: 22:12:50 010/519 - 5/33: Installing method AdditionalMethodState>>at:ifPresent: 22:12:50 010/519 - 6/33: Installing method AdditionalMethodState>>at:put: 22:12:50 010/519 - 7/33: Installing method AdditionalMethodState>>copyWith: 22:12:50 010/519 - 8/33: Installing method AdditionalMethodState>>copyWithout: 22:12:50 010/519 - 9/33: Installing method AdditionalMethodState>>includes: 22:12:50 010/519 - 10/33: Installing method AdditionalMethodState>>includesKey: 22:12:50 010/519 - 11/33: Installing method AdditionalMethodState>>includesProperty: 22:12:50 010/519 - 12/33: Installing method AdditionalMethodState>>isEmpty 22:12:50 010/519 - 13/33: Installing method AdditionalMethodState>>isMethodProperties 22:12:50 010/519 - 14/33: Installing method AdditionalMethodState>>keysAndValuesDo: 22:12:50 010/519 - 15/33: Installing method AdditionalMethodState>>method 22:12:50 010/519 - 16/33: Installing method AdditionalMethodState>>method: 22:12:50 010/519 - 17/33: Installing method AdditionalMethodState>>notEmpty 22:12:50 010/519 - 18/33: Installing method AdditionalMethodState>>postCopy 22:12:50 010/519 - 19/33: Installing method AdditionalMethodState>>pragmas 22:12:50 010/519 - 20/33: Installing method AdditionalMethodState>>pragmasDo: 22:12:50 010/519 - 21/33: Installing method AdditionalMethodState>>printOn: 22:12:50 010/519 - 22/33: Installing method AdditionalMethodState>>properties 22:12:50 010/519 - 23/33: Installing method AdditionalMethodState>>propertyAt: 22:12:50 010/519 - 24/33: Installing method AdditionalMethodState>>propertyAt:ifAbsent: 22:12:50 010/519 - 25/33: Installing method AdditionalMethodState>>propertyAt:ifPresent: 22:12:50 010/519 - 26/33: Installing method AdditionalMethodState>>propertyKeysAndValuesDo: 22:12:50 010/519 - 27/33: Installing method AdditionalMethodState>>propertyValueAt: 22:12:50 010/519 - 28/33: Installing method AdditionalMethodState>>propertyValueAt:ifAbsent: 22:12:50 010/519 - 29/33: Installing method AdditionalMethodState>>removeKey: 22:12:50 010/519 - 30/33: Installing method AdditionalMethodState>>removeKey:ifAbsent: 22:12:50 010/519 - 31/33: Installing method AdditionalMethodState>>selector 22:12:50 010/519 - 32/33: Installing method AdditionalMethodState>>selector: 22:12:50 010/519 - 33/33: Installing method AdditionalMethodState>>setMethod: DeprecationPerformedNotification: Automatic deprecation code rewrite: The method RGBehaviorStrategyUser>>#theNonMetaClass called from EPCrossCompilerBinding>>#innerBindingOf: has been deprecated. Please use #instanceSide instead 22:12:51 010/519 - 1/7: Installing method AdditionalMethodState class>>forMethod:selector: 22:12:51 010/519 - 2/7: Installing method AdditionalMethodState class>>forSelector: 22:12:51 010/519 - 3/7: Installing method AdditionalMethodState class>>new 22:12:51 010/519 - 4/7: Installing method AdditionalMethodState class>>persistProperty: 22:12:51 010/519 - 5/7: Installing method AdditionalMethodState class>>propertiesToPersist 22:12:51 010/519 - 6/7: Installing method AdditionalMethodState class>>propertiesToPersist: 22:12:51 010/519 - 7/7: Installing method AdditionalMethodState class>>selector:with: 22:12:51 011/519 - 1/2: Installing method Announcement>>asAnnouncement 22:12:51 011/519 - 2/2: Installing method Announcement>>prepareForDelivery 22:12:51 011/519 - 1/5: Installing method Announcement class>>, 22:12:51 011/519 - 2/5: Installing method Announcement class>>- 22:12:51 011/519 - 3/5: Installing method Announcement class>>asAnnouncement 22:12:51 011/519 - 4/5: Installing method Announcement class>>handlesAnnouncement: 22:12:51 011/519 - 5/5: Installing method Announcement class>>where: 22:12:51 012/519 - 1/5: Installing method AnnouncementDeliveryCondition>>announcementClass 22:12:51 012/519 - 2/5: Installing method AnnouncementDeliveryCondition>>announcementClass: 22:12:51 012/519 - 3/5: Installing method AnnouncementDeliveryCondition>>conditionBlock 22:12:51 012/519 - 4/5: Installing method AnnouncementDeliveryCondition>>conditionBlock: 22:12:51 012/519 - 5/5: Installing method AnnouncementDeliveryCondition>>handlesAnnouncement: 22:12:51 012/519 - 1/1: Installing method AnnouncementDeliveryCondition class>>for:where: 22:12:51 013/519 - 1/2: Installing method AnnouncementLogger>>logAnnouncement: 22:12:51 013/519 - 2/2: Installing method AnnouncementLogger>>subscribeTo: 22:12:52 014/519 - 1/3: Installing method AnnouncementSet>>, 22:12:52 014/519 - 2/3: Installing method AnnouncementSet>>- 22:12:52 014/519 - 3/3: Installing method AnnouncementSet>>handlesAnnouncement: 22:12:52 015/519 - 1/4: Installing method AnnouncementSetWithExclusions>>addExclusion: 22:12:52 015/519 - 2/4: Installing method AnnouncementSetWithExclusions>>handlesAnnouncement: 22:12:52 015/519 - 3/4: Installing method AnnouncementSetWithExclusions>>initialize 22:12:52 015/519 - 4/4: Installing method AnnouncementSetWithExclusions>>initialize: 22:12:52 016/519 - 1/5: Installing method AnnouncementSubscription>>makeStrong 22:12:52 016/519 - 2/5: Installing method AnnouncementSubscription>>makeWeak 22:12:52 016/519 - 3/5: Installing method AnnouncementSubscription>>subscriber 22:12:52 016/519 - 4/5: Installing method AnnouncementSubscription>>subscriber: 22:12:52 016/519 - 5/5: Installing method AnnouncementSubscription>>unregister 22:12:52 017/519 - 1/20: Installing method Announcer>>announce: 22:12:52 017/519 - 2/20: Installing method Announcer>>basicSubscribe: 22:12:52 017/519 - 3/20: Installing method Announcer>>delayAnnouncementsAfter: 22:12:52 017/519 - 4/20: Installing method Announcer>>handleSubscriberClass: 22:12:52 017/519 - 5/20: Installing method Announcer>>hasSubscriber: 22:12:52 017/519 - 6/20: Installing method Announcer>>initialize 22:12:52 017/519 - 7/20: Installing method Announcer>>isSuspended 22:12:52 017/519 - 8/20: Installing method Announcer>>numberOfSubscriptions 22:12:52 017/519 - 9/20: Installing method Announcer>>prevent:during: 22:12:52 017/519 - 10/20: Installing method Announcer>>preventedAnnouncements 22:12:52 017/519 - 11/20: Installing method Announcer>>removeSubscription: 22:12:52 017/519 - 12/20: Installing method Announcer>>replace:with: 22:12:52 017/519 - 13/20: Installing method Announcer>>subscriptions 22:12:52 017/519 - 14/20: Installing method Announcer>>subscriptionsForClass: 22:12:52 017/519 - 15/20: Installing method Announcer>>suspendAllWhile: 22:12:52 017/519 - 16/20: Installing method Announcer>>suspendAllWhileStoring: 22:12:52 017/519 - 17/20: Installing method Announcer>>unsubscribe: 22:12:53 017/519 - 18/20: Installing method Announcer>>weak 22:12:53 017/519 - 19/20: Installing method Announcer>>when:do:for: 22:12:53 017/519 - 20/20: Installing method Announcer>>when:send:to: 22:12:53 018/519 - 1/6: Installing method ArgumentsCountMismatch>>calledArgumentsCount 22:12:53 018/519 - 2/6: Installing method ArgumentsCountMismatch>>calledArgumentsCount: 22:12:53 018/519 - 3/6: Installing method ArgumentsCountMismatch>>expectedArgumentsCount 22:12:53 018/519 - 4/6: Installing method ArgumentsCountMismatch>>expectedArgumentsCount: 22:12:53 018/519 - 5/6: Installing method ArgumentsCountMismatch>>messageText 22:12:53 018/519 - 6/6: Installing method ArgumentsCountMismatch>>printArgumentsCount: 22:12:53 018/519 - 1/1: Installing method ArgumentsCountMismatch class>>signalExpectedArgumentsCount:calledArgumentsCount: 22:12:54 020/519 - 1/30: Installing method Array>>as: 22:12:54 020/519 - 2/30: Installing method Array>>asArray 22:12:54 020/519 - 3/30: Installing method Array>>asNewArray 22:12:54 020/519 - 4/30: Installing method Array>>asOrderedCollection 22:12:54 020/519 - 5/30: Installing method Array>>asSet 22:12:54 020/519 - 6/30: Installing method Array>>atWrap: 22:12:54 020/519 - 7/30: Installing method Array>>atWrap:put: 22:12:54 020/519 - 8/30: Installing method Array>>beReadOnlyLiteral 22:12:54 020/519 - 9/30: Installing method Array>>copyWithDependent: 22:12:54 020/519 - 10/30: Installing method Array>>displayString 22:12:54 020/519 - 11/30: Installing method Array>>elementsExchangeIdentityWith: 22:12:54 020/519 - 12/30: Installing method Array>>elementsForwardIdentityTo: 22:12:54 020/519 - 13/30: Installing method Array>>elementsForwardIdentityTo:copyHash: 22:12:54 020/519 - 14/30: Installing method Array>>hasLiteral: 22:12:54 020/519 - 15/30: Installing method Array>>hasLiteralSuchThat: 22:12:54 020/519 - 16/30: Installing method Array>>isArray 22:12:54 020/519 - 17/30: Installing method Array>>isLiteral 22:12:54 020/519 - 18/30: Installing method Array>>isLiteral: 22:12:54 020/519 - 19/30: Installing method Array>>isSelfEvaluating 22:12:54 020/519 - 20/30: Installing method Array>>isSelfEvaluating: 22:12:54 020/519 - 21/30: Installing method Array>>literalEqual: 22:12:54 020/519 - 22/30: Installing method Array>>printAsLiteralFormOn: 22:12:54 020/519 - 23/30: Installing method Array>>printAsSelfEvaluatingFormOn: 22:12:54 020/519 - 24/30: Installing method Array>>printOn: 22:12:54 020/519 - 25/30: Installing method Array>>recursiveDo: 22:12:54 020/519 - 26/30: Installing method Array>>refersToLiteral: 22:12:54 020/519 - 27/30: Installing method Array>>replaceFrom:to:with:startingAt: 22:12:54 020/519 - 28/30: Installing method Array>>shouldBePrintedAsLiteral 22:12:54 020/519 - 29/30: Installing method Array>>shouldBePrintedAsLiteral: 22:12:54 020/519 - 30/30: Installing method Array>>storeOn: 22:12:54 020/519 - 1/3: Installing method Array class>>braceStream: 22:12:54 020/519 - 2/3: Installing method Array class>>empty 22:12:54 020/519 - 3/3: Installing method Array class>>new: 22:12:56 021/519 - 1/85: Installing method Array2D>>+* 22:12:56 021/519 - 2/85: Installing method Array2D>>, 22:12:56 021/519 - 3/85: Installing method Array2D>>,, 22:12:56 021/519 - 4/85: Installing method Array2D>>= 22:12:56 021/519 - 5/85: Installing method Array2D>>add: 22:12:56 021/519 - 6/85: Installing method Array2D>>anyOne 22:12:56 021/519 - 7/85: Installing method Array2D>>asArray 22:12:56 021/519 - 8/85: Installing method Array2D>>asBag 22:12:56 021/519 - 9/85: Installing method Array2D>>asByteArray 22:12:56 021/519 - 10/85: Installing method Array2D>>asCharacterSet 22:12:56 021/519 - 11/85: Installing method Array2D>>asFloatArray 22:12:56 021/519 - 12/85: Installing method Array2D>>asIdentitySet 22:12:56 021/519 - 13/85: Installing method Array2D>>asIntegerArray 22:12:56 021/519 - 14/85: Installing method Array2D>>asOrderedCollection 22:12:56 021/519 - 15/85: Installing method Array2D>>asSet 22:12:56 021/519 - 16/85: Installing method Array2D>>asSortedCollection 22:12:56 021/519 - 17/85: Installing method Array2D>>asSortedCollection: 22:12:56 021/519 - 18/85: Installing method Array2D>>asWordArray 22:12:56 021/519 - 19/85: Installing method Array2D>>at:at: 22:12:56 021/519 - 20/85: Installing method Array2D>>at:at:ifInvalid: 22:12:56 021/519 - 21/85: Installing method Array2D>>at:at:incrementBy: 22:12:56 021/519 - 22/85: Installing method Array2D>>at:at:put: 22:12:56 021/519 - 23/85: Installing method Array2D>>atAllPut: 22:12:56 021/519 - 24/85: Installing method Array2D>>atColumn: 22:12:56 021/519 - 25/85: Installing method Array2D>>atColumn:put: 22:12:56 021/519 - 26/85: Installing method Array2D>>atRandom 22:12:56 021/519 - 27/85: Installing method Array2D>>atRandom: 22:12:56 021/519 - 28/85: Installing method Array2D>>atRow: 22:12:56 021/519 - 29/85: Installing method Array2D>>atRow:put: 22:12:56 021/519 - 30/85: Installing method Array2D>>atRows:columns: 22:12:56 021/519 - 31/85: Installing method Array2D>>atRows:to:columns:to: 22:12:56 021/519 - 32/85: Installing method Array2D>>atRows:to:columns:to:ifInvalid: 22:12:56 021/519 - 33/85: Installing method Array2D>>atRows:to:columns:to:put: 22:12:56 021/519 - 34/85: Installing method Array2D>>collect: 22:12:56 021/519 - 35/85: Installing method Array2D>>columnCount 22:12:56 021/519 - 36/85: Installing method Array2D>>diagonal 22:12:57 021/519 - 37/85: Installing method Array2D>>difference: 22:12:57 021/519 - 38/85: Installing method Array2D>>do: 22:12:57 021/519 - 39/85: Installing method Array2D>>extent 22:12:57 021/519 - 40/85: Installing method Array2D>>hash 22:12:57 021/519 - 41/85: Installing method Array2D>>identityIncludes: 22:12:57 021/519 - 42/85: Installing method Array2D>>identityIndexOf: 22:12:57 021/519 - 43/85: Installing method Array2D>>identityIndexOf:ifAbsent: 22:12:57 021/519 - 44/85: Installing method Array2D>>includes: 22:12:57 021/519 - 45/85: Installing method Array2D>>includesAll: 22:12:57 021/519 - 46/85: Installing method Array2D>>includesAny: 22:12:57 021/519 - 47/85: Installing method Array2D>>indexForRow:andColumn: 22:12:57 021/519 - 48/85: Installing method Array2D>>indexOf: 22:12:57 021/519 - 49/85: Installing method Array2D>>indexOf:ifAbsent: 22:12:57 021/519 - 50/85: Installing method Array2D>>indicesCollect: 22:12:57 021/519 - 51/85: Installing method Array2D>>indicesDo: 22:12:57 021/519 - 52/85: Installing method Array2D>>indicesInject:into: 22:12:57 021/519 - 53/85: Installing method Array2D>>intersection: 22:12:57 021/519 - 54/85: Installing method Array2D>>isSequenceable 22:12:57 021/519 - 55/85: Installing method Array2D>>numberOfColumns 22:12:57 021/519 - 56/85: Installing method Array2D>>numberOfColumns: 22:12:57 021/519 - 57/85: Installing method Array2D>>numberOfRows 22:12:57 021/519 - 58/85: Installing method Array2D>>numberOfRows: 22:12:57 021/519 - 59/85: Installing method Array2D>>occurrencesOf: 22:12:57 021/519 - 60/85: Installing method Array2D>>postCopy 22:12:57 021/519 - 61/85: Installing method Array2D>>preMultiplyByArray: 22:12:57 021/519 - 62/85: Installing method Array2D>>preMultiplyByMatrix: 22:12:57 021/519 - 63/85: Installing method Array2D>>printOn: 22:12:57 021/519 - 64/85: Installing method Array2D>>privateContents 22:12:57 021/519 - 65/85: Installing method Array2D>>readStream 22:12:57 021/519 - 66/85: Installing method Array2D>>reject: 22:12:57 021/519 - 67/85: Installing method Array2D>>remove:ifAbsent: 22:12:57 021/519 - 68/85: Installing method Array2D>>removeAll 22:12:57 021/519 - 69/85: Installing method Array2D>>replaceAll:with: 22:12:57 021/519 - 70/85: Installing method Array2D>>rowAndColumnForIndex: 22:12:57 021/519 - 71/85: Installing method Array2D>>rowCount 22:12:57 021/519 - 72/85: Installing method Array2D>>rows:columns:contents: 22:12:57 021/519 - 73/85: Installing method Array2D>>select: 22:12:57 021/519 - 74/85: Installing method Array2D>>size 22:12:57 021/519 - 75/85: Installing method Array2D>>storeOn: 22:12:57 021/519 - 76/85: Installing method Array2D>>swap:at:with:at: 22:12:57 021/519 - 77/85: Installing method Array2D>>swapColumn:withColumn: 22:12:57 021/519 - 78/85: Installing method Array2D>>swapRow:withRow: 22:12:57 021/519 - 79/85: Installing method Array2D>>transposed 22:12:57 021/519 - 80/85: Installing method Array2D>>with:collect: 22:12:57 021/519 - 81/85: Installing method Array2D>>with:do: 22:12:58 021/519 - 82/85: Installing method Array2D>>with:inject:into: 22:12:58 021/519 - 83/85: Installing method Array2D>>withIndicesCollect: 22:12:58 021/519 - 84/85: Installing method Array2D>>withIndicesDo: 22:12:58 021/519 - 85/85: Installing method Array2D>>withIndicesInject:into: 22:12:58 021/519 - 1/14: Installing method Array2D class>>columnVector: 22:12:58 021/519 - 2/14: Installing method Array2D class>>diagonal: 22:12:58 021/519 - 3/14: Installing method Array2D class>>identity: 22:12:58 021/519 - 4/14: Installing method Array2D class>>isDeprecated 22:12:58 021/519 - 5/14: Installing method Array2D class>>new: 22:12:58 021/519 - 6/14: Installing method Array2D class>>new:element: 22:12:58 021/519 - 7/14: Installing method Array2D class>>new:tabulate: 22:12:58 021/519 - 8/14: Installing method Array2D class>>ones: 22:12:58 021/519 - 9/14: Installing method Array2D class>>rowVector: 22:12:58 021/519 - 10/14: Installing method Array2D class>>rows:columns: 22:12:58 021/519 - 11/14: Installing method Array2D class>>rows:columns:contents: 22:12:58 021/519 - 12/14: Installing method Array2D class>>rows:columns:element: 22:12:58 021/519 - 13/14: Installing method Array2D class>>rows:columns:tabulate: 22:12:58 021/519 - 14/14: Installing method Array2D class>>zeros: 22:12:58 022/519 - 1/10: Installing method ArrayedCollection>>add: 22:12:58 022/519 - 2/10: Installing method ArrayedCollection>>byteSize 22:12:58 022/519 - 3/10: Installing method ArrayedCollection>>bytesPerBasicElement 22:12:58 022/519 - 4/10: Installing method ArrayedCollection>>defaultElement 22:12:58 022/519 - 5/10: Installing method ArrayedCollection>>fillFrom:with: 22:12:58 022/519 - 6/10: Installing method ArrayedCollection>>removeAll 22:12:58 022/519 - 7/10: Installing method ArrayedCollection>>size 22:12:58 022/519 - 8/10: Installing method ArrayedCollection>>storeElementsFrom:to:on: 22:12:58 022/519 - 9/10: Installing method ArrayedCollection>>storeOn: 22:12:58 022/519 - 10/10: Installing method ArrayedCollection>>writeOn: 22:12:58 022/519 - 1/13: Installing method ArrayedCollection class>>isAbstract 22:12:59 022/519 - 2/13: Installing method ArrayedCollection class>>new 22:12:59 022/519 - 3/13: Installing method ArrayedCollection class>>new:withAll: 22:12:59 022/519 - 4/13: Installing method ArrayedCollection class>>newFrom: 22:12:59 022/519 - 5/13: Installing method ArrayedCollection class>>newFromArray: 22:12:59 022/519 - 6/13: Installing method ArrayedCollection class>>with: 22:12:59 022/519 - 7/13: Installing method ArrayedCollection class>>with:with: 22:12:59 022/519 - 8/13: Installing method ArrayedCollection class>>with:with:with: 22:12:59 022/519 - 9/13: Installing method ArrayedCollection class>>with:with:with:with: 22:12:59 022/519 - 10/13: Installing method ArrayedCollection class>>with:with:with:with:with: 22:12:59 022/519 - 11/13: Installing method ArrayedCollection class>>with:with:with:with:with:with: 22:12:59 022/519 - 12/13: Installing method ArrayedCollection class>>with:withAll: 22:12:59 022/519 - 13/13: Installing method ArrayedCollection class>>withAll: 22:12:59 023/519 - 1/35: Installing method AsciiCharset class>>isCasedLetter: 22:12:59 023/519 - 2/35: Installing method AsciiCharset class>>isClosePunctuation: 22:12:59 023/519 - 3/35: Installing method AsciiCharset class>>isConnectorPunctuation: 22:12:59 023/519 - 4/35: Installing method AsciiCharset class>>isControlOther: 22:12:59 023/519 - 5/35: Installing method AsciiCharset class>>isCurrencySymbol: 22:12:59 023/519 - 6/35: Installing method AsciiCharset class>>isDashPunctuation: 22:12:59 023/519 - 7/35: Installing method AsciiCharset class>>isDecimalDigit: 22:12:59 023/519 - 8/35: Installing method AsciiCharset class>>isDigit: 22:12:59 023/519 - 9/35: Installing method AsciiCharset class>>isEnclosingMark: 22:12:59 023/519 - 10/35: Installing method AsciiCharset class>>isFinalQuote: 22:12:59 023/519 - 11/35: Installing method AsciiCharset class>>isFormatOther: 22:12:59 023/519 - 12/35: Installing method AsciiCharset class>>isInitialQuote: 22:12:59 023/519 - 13/35: Installing method AsciiCharset class>>isLetter: 22:13:00 023/519 - 14/35: Installing method AsciiCharset class>>isLetterModifier: 22:13:00 023/519 - 15/35: Installing method AsciiCharset class>>isLetterNumber: 22:13:00 023/519 - 16/35: Installing method AsciiCharset class>>isLineSeparator: 22:13:00 023/519 - 17/35: Installing method AsciiCharset class>>isLowercase: 22:13:00 023/519 - 18/35: Installing method AsciiCharset class>>isMathSymbol: 22:13:00 023/519 - 19/35: Installing method AsciiCharset class>>isModifierSymbol: 22:13:00 023/519 - 20/35: Installing method AsciiCharset class>>isNonspacingMark: 22:13:00 023/519 - 21/35: Installing method AsciiCharset class>>isOpenPunctuation: 22:13:00 023/519 - 22/35: Installing method AsciiCharset class>>isOtherLetter: 22:13:00 023/519 - 23/35: Installing method AsciiCharset class>>isOtherNumber: 22:13:00 023/519 - 24/35: Installing method AsciiCharset class>>isOtherPunctuation: 22:13:00 023/519 - 25/35: Installing method AsciiCharset class>>isOtherSymbol: 22:13:00 023/519 - 26/35: Installing method AsciiCharset class>>isParagraphSeparator: 22:13:00 023/519 - 27/35: Installing method AsciiCharset class>>isPrivateOther: 22:13:00 023/519 - 28/35: Installing method AsciiCharset class>>isSpaceSeparator: 22:13:00 023/519 - 29/35: Installing method AsciiCharset class>>isSpacingCombiningMark: 22:13:00 023/519 - 30/35: Installing method AsciiCharset class>>isSurrogateOther: 22:13:00 023/519 - 31/35: Installing method AsciiCharset class>>isTitlecaseLetter: 22:13:00 023/519 - 32/35: Installing method AsciiCharset class>>isUppercase: 22:13:00 023/519 - 33/35: Installing method AsciiCharset class>>maxValue 22:13:00 023/519 - 34/35: Installing method AsciiCharset class>>toLowercase: 22:13:00 023/519 - 35/35: Installing method AsciiCharset class>>toUppercase: 22:13:00 025/519 - 1/12: Installing method Association>>= 22:13:00 025/519 - 2/12: Installing method Association>>analogousCodeTo: 22:13:00 025/519 - 3/12: Installing method Association>>hasLiteral: 22:13:00 025/519 - 4/12: Installing method Association>>isAssociation 22:13:00 025/519 - 5/12: Installing method Association>>isSelfEvaluating 22:13:00 025/519 - 6/12: Installing method Association>>isVariableBinding 22:13:00 025/519 - 7/12: Installing method Association>>key:value: 22:13:00 025/519 - 8/12: Installing method Association>>literalEqual: 22:13:00 025/519 - 9/12: Installing method Association>>printOn: 22:13:00 025/519 - 10/12: Installing method Association>>storeOn: 22:13:00 025/519 - 11/12: Installing method Association>>value 22:13:00 025/519 - 12/12: Installing method Association>>value: 22:13:00 025/519 - 1/1: Installing method Association class>>key:value: 22:13:01 026/519 - 1/13: Installing method AsyncFile>>close 22:13:01 026/519 - 2/13: Installing method AsyncFile>>fileHandle 22:13:01 026/519 - 3/13: Installing method AsyncFile>>open:forWrite: 22:13:01 026/519 - 4/13: Installing method AsyncFile>>primClose: 22:13:01 026/519 - 5/13: Installing method AsyncFile>>primOpen:forWrite:semaIndex: 22:13:01 026/519 - 6/13: Installing method AsyncFile>>primReadResult:intoBuffer:at:count: 22:13:01 026/519 - 7/13: Installing method AsyncFile>>primReadStart:fPosition:count: 22:13:01 026/519 - 8/13: Installing method AsyncFile>>primWriteResult: 22:13:01 026/519 - 9/13: Installing method AsyncFile>>primWriteStart:fPosition:fromBuffer:at:count: 22:13:01 026/519 - 10/13: Installing method AsyncFile>>readByteCount:fromFilePosition:onCompletionDo: 22:13:01 026/519 - 11/13: Installing method AsyncFile>>test:fileName: 22:13:01 026/519 - 12/13: Installing method AsyncFile>>waitForCompletion 22:13:01 026/519 - 13/13: Installing method AsyncFile>>writeBuffer:atFilePosition:onCompletionDo: 22:13:01 026/519 - 1/1: Installing method AsyncFile class>>initialize 22:13:01 027/519 - 1/9: Installing method Author>>checkAndSetFullNameWith: 22:13:02 027/519 - 2/9: Installing method Author>>fullName 22:13:02 027/519 - 3/9: Installing method Author>>fullName: 22:13:02 027/519 - 4/9: Installing method Author>>fullNamePerSe 22:13:02 027/519 - 5/9: Installing method Author>>ifUnknownAuthorUse:during: 22:13:02 027/519 - 6/9: Installing method Author>>initialize 22:13:02 027/519 - 7/9: Installing method Author>>requestFullName 22:13:02 027/519 - 8/9: Installing method Author>>reset 22:13:02 027/519 - 9/9: Installing method Author>>useAuthor:during: 22:13:02 027/519 - 1/12: Installing method Author class>>changeStamp 22:13:02 027/519 - 2/12: Installing method Author class>>changeStampPerSe 22:13:02 027/519 - 3/12: Installing method Author class>>fixStamp: 22:13:02 027/519 - 4/12: Installing method Author class>>fullName 22:13:02 027/519 - 5/12: Installing method Author class>>fullName: 22:13:02 027/519 - 6/12: Installing method Author class>>fullNamePerSe 22:13:02 027/519 - 7/12: Installing method Author class>>isDeprecated 22:13:02 027/519 - 8/12: Installing method Author class>>new 22:13:02 027/519 - 9/12: Installing method Author class>>requestFullName 22:13:02 027/519 - 10/12: Installing method Author class>>reset 22:13:02 027/519 - 11/12: Installing method Author class>>uniqueInstance 22:13:02 027/519 - 12/12: Installing method Author class>>useAuthor:during: 22:13:02 028/519 - 1/4: Installing method AuthorNameRequest>>defaultAction 22:13:02 028/519 - 2/4: Installing method AuthorNameRequest>>initialAnswer 22:13:02 028/519 - 3/4: Installing method AuthorNameRequest>>initialAnswer: 22:13:02 028/519 - 4/4: Installing method AuthorNameRequest>>messagePrompt 22:13:02 028/519 - 1/2: Installing method AuthorNameRequest class>>isDeprecated 22:13:02 028/519 - 2/2: Installing method AuthorNameRequest class>>messagePrompt 22:13:08 029/519 - 1/22: Installing method Bag>>= 22:13:08 029/519 - 2/22: Installing method Bag>>add: 22:13:08 029/519 - 3/22: Installing method Bag>>add:withOccurrences: 22:13:08 029/519 - 4/22: Installing method Bag>>asBag 22:13:08 029/519 - 5/22: Installing method Bag>>asSet 22:13:08 029/519 - 6/22: Installing method Bag>>associationsDo: 22:13:08 029/519 - 7/22: Installing method Bag>>cumulativeCounts 22:13:08 029/519 - 8/22: Installing method Bag>>do: 22:13:08 029/519 - 9/22: Installing method Bag>>doWithOccurrences: 22:13:08 029/519 - 10/22: Installing method Bag>>includes: 22:13:08 029/519 - 11/22: Installing method Bag>>keysAndValuesDo: 22:13:08 029/519 - 12/22: Installing method Bag>>occurrencesOf: 22:13:08 029/519 - 13/22: Installing method Bag>>postCopy 22:13:08 029/519 - 14/22: Installing method Bag>>remove:ifAbsent: 22:13:08 029/519 - 15/22: Installing method Bag>>removeAll 22:13:08 029/519 - 16/22: Installing method Bag>>removeKey:ifAbsent: 22:13:08 029/519 - 17/22: Installing method Bag>>setContents: 22:13:08 029/519 - 18/22: Installing method Bag>>size 22:13:08 029/519 - 19/22: Installing method Bag>>sortedCounts 22:13:08 029/519 - 20/22: Installing method Bag>>sortedElements 22:13:08 029/519 - 21/22: Installing method Bag>>sum 22:13:08 029/519 - 22/22: Installing method Bag>>valuesAndCounts 22:13:08 029/519 - 1/4: Installing method Bag class>>contentsClass 22:13:08 029/519 - 2/4: Installing method Bag class>>new 22:13:08 029/519 - 3/4: Installing method Bag class>>new: 22:13:08 029/519 - 4/4: Installing method Bag class>>newFrom: 22:13:09 030/519 - 1/26: Installing method BasicCommandLineHandler>>activate 22:13:09 030/519 - 2/26: Installing method BasicCommandLineHandler>>activateSubCommand: 22:13:09 030/519 - 3/26: Installing method BasicCommandLineHandler>>checkPassword 22:13:09 030/519 - 4/26: Installing method BasicCommandLineHandler>>copySubcommand 22:13:09 030/519 - 5/26: Installing method BasicCommandLineHandler>>copyright 22:13:09 030/519 - 6/26: Installing method BasicCommandLineHandler>>default 22:13:09 030/519 - 7/26: Installing method BasicCommandLineHandler>>disabledAccessMode 22:13:09 030/519 - 8/26: Installing method BasicCommandLineHandler>>error 22:13:09 030/519 - 9/26: Installing method BasicCommandLineHandler>>firstArgument 22:13:09 030/519 - 10/26: Installing method BasicCommandLineHandler>>handleArgument: 22:13:09 030/519 - 11/26: Installing method BasicCommandLineHandler>>handleEmptyArguments 22:13:09 030/519 - 12/26: Installing method BasicCommandLineHandler>>handleExit: 22:13:09 030/519 - 13/26: Installing method BasicCommandLineHandler>>handleExit:for: 22:13:09 030/519 - 14/26: Installing method BasicCommandLineHandler>>handlePassword: 22:13:09 030/519 - 15/26: Installing method BasicCommandLineHandler>>handleSubcommand 22:13:10 030/519 - 16/26: Installing method BasicCommandLineHandler>>initialize 22:13:10 030/519 - 17/26: Installing method BasicCommandLineHandler>>list 22:13:10 030/519 - 18/26: Installing method BasicCommandLineHandler>>noQuit 22:13:10 030/519 - 19/26: Installing method BasicCommandLineHandler>>readOnlyAccessMode 22:13:10 030/519 - 20/26: Installing method BasicCommandLineHandler>>readWriteAccessMode 22:13:10 030/519 - 21/26: Installing method BasicCommandLineHandler>>requirePasswordFor: 22:13:10 030/519 - 22/26: Installing method BasicCommandLineHandler>>selectHandlers 22:13:10 030/519 - 23/26: Installing method BasicCommandLineHandler>>selectedHandler 22:13:10 030/519 - 24/26: Installing method BasicCommandLineHandler>>subCommandsRoot 22:13:10 030/519 - 25/26: Installing method BasicCommandLineHandler>>version 22:13:10 030/519 - 26/26: Installing method BasicCommandLineHandler>>writeOnlyAccessMode 22:13:10 030/519 - 1/7: Installing method BasicCommandLineHandler class>>commandLinePasswordManager 22:13:10 030/519 - 2/7: Installing method BasicCommandLineHandler class>>commandName 22:13:10 030/519 - 3/7: Installing method BasicCommandLineHandler class>>description 22:13:10 030/519 - 4/7: Installing method BasicCommandLineHandler class>>initialize 22:13:10 030/519 - 5/7: Installing method BasicCommandLineHandler class>>isResponsibleFor: 22:13:10 030/519 - 6/7: Installing method BasicCommandLineHandler class>>priority 22:13:10 030/519 - 7/7: Installing method BasicCommandLineHandler class>>startUp: 22:13:13 031/519 - 1/200: Installing method Behavior>><< 22:13:13 031/519 - 2/200: Installing method Behavior>>>> 22:13:13 031/519 - 3/200: Installing method Behavior>>addObsoleteSubclass: 22:13:13 031/519 - 4/200: Installing method Behavior>>addSelector:withMethod: 22:13:13 031/519 - 5/200: Installing method Behavior>>addSelectorSilently:withMethod: 22:13:13 031/519 - 6/200: Installing method Behavior>>adoptInstance: 22:13:13 031/519 - 7/200: Installing method Behavior>>allCallsOn 22:13:13 031/519 - 8/200: Installing method Behavior>>allCallsOn: 22:13:13 031/519 - 9/200: Installing method Behavior>>allClassVarNames 22:13:13 031/519 - 10/200: Installing method Behavior>>allInstVarNames 22:13:13 031/519 - 11/200: Installing method Behavior>>allInstances 22:13:13 031/519 - 12/200: Installing method Behavior>>allInstancesDo: 22:13:13 031/519 - 13/200: Installing method Behavior>>allInstancesOrNil 22:13:13 031/519 - 14/200: Installing method Behavior>>allMethods 22:13:13 031/519 - 15/200: Installing method Behavior>>allMethodsAccessingSlot: 22:13:13 031/519 - 16/200: Installing method Behavior>>allMethodsReadingSlot: 22:13:13 031/519 - 17/200: Installing method Behavior>>allMethodsWritingSlot: 22:13:13 031/519 - 18/200: Installing method Behavior>>allSelectors 22:13:13 031/519 - 19/200: Installing method Behavior>>allSelectorsAbove 22:13:13 031/519 - 20/200: Installing method Behavior>>allSelectorsAboveUntil: 22:13:13 031/519 - 21/200: Installing method Behavior>>allSelectorsBelow: 22:13:13 031/519 - 22/200: Installing method Behavior>>allSelectorsWithout: 22:13:13 031/519 - 23/200: Installing method Behavior>>allSharedPools 22:13:13 031/519 - 24/200: Installing method Behavior>>allSlots 22:13:13 031/519 - 25/200: Installing method Behavior>>allSubInstances 22:13:13 031/519 - 26/200: Installing method Behavior>>allSubInstancesDo: 22:13:13 031/519 - 27/200: Installing method Behavior>>allSubclasses 22:13:13 031/519 - 28/200: Installing method Behavior>>allSubclassesDo: 22:13:13 031/519 - 29/200: Installing method Behavior>>allSubclassesWithLevelDo:startingLevel: 22:13:13 031/519 - 30/200: Installing method Behavior>>allSuperclasses 22:13:13 031/519 - 31/200: Installing method Behavior>>allSuperclassesDo: 22:13:13 031/519 - 32/200: Installing method Behavior>>allSuperclassesIncluding: 22:13:13 031/519 - 33/200: Installing method Behavior>>allUnsentMessages 22:13:13 031/519 - 34/200: Installing method Behavior>>basicIdentityHash 22:13:14 031/519 - 35/200: Installing method Behavior>>basicNew 22:13:14 031/519 - 36/200: Installing method Behavior>>basicNew: 22:13:14 031/519 - 37/200: Installing method Behavior>>basicObsoleteSubclasses 22:13:14 031/519 - 38/200: Installing method Behavior>>basicSuperclass: 22:13:14 031/519 - 39/200: Installing method Behavior>>becomeUncompact 22:13:14 031/519 - 40/200: Installing method Behavior>>binding 22:13:14 031/519 - 41/200: Installing method Behavior>>bindingOf: 22:13:14 031/519 - 42/200: Installing method Behavior>>byteSizeOfInstance 22:13:14 031/519 - 43/200: Installing method Behavior>>byteSizeOfInstanceOfSize: 22:13:14 031/519 - 44/200: Installing method Behavior>>canPerform: 22:13:14 031/519 - 45/200: Installing method Behavior>>canUnderstand: 22:13:14 031/519 - 46/200: Installing method Behavior>>classAndMethodFor:do:ifAbsent: 22:13:14 031/519 - 47/200: Installing method Behavior>>classBindingOf: 22:13:14 031/519 - 48/200: Installing method Behavior>>classDepth 22:13:14 031/519 - 49/200: Installing method Behavior>>classLayout 22:13:14 031/519 - 50/200: Installing method Behavior>>classLayout: 22:13:14 031/519 - 51/200: Installing method Behavior>>classVarNames 22:13:14 031/519 - 52/200: Installing method Behavior>>cleanUp 22:13:14 031/519 - 53/200: Installing method Behavior>>cleanUp: 22:13:14 031/519 - 54/200: Installing method Behavior>>codeChangeAnnouncer 22:13:14 031/519 - 55/200: Installing method Behavior>>codeSupportAnnouncer 22:13:14 031/519 - 56/200: Installing method Behavior>>compiledMethodAt: 22:13:14 031/519 - 57/200: Installing method Behavior>>compiledMethodAt:ifAbsent: 22:13:14 031/519 - 58/200: Installing method Behavior>>compiledMethodAt:ifPresent: 22:13:14 031/519 - 59/200: Installing method Behavior>>compiledMethodAt:ifPresent:ifAbsent: 22:13:14 031/519 - 60/200: Installing method Behavior>>deepCopy 22:13:14 031/519 - 61/200: Installing method Behavior>>definedMethods 22:13:14 031/519 - 62/200: Installing method Behavior>>definedSelectors 22:13:14 031/519 - 63/200: Installing method Behavior>>definedVariables 22:13:14 031/519 - 64/200: Installing method Behavior>>elementSize 22:13:14 031/519 - 65/200: Installing method Behavior>>emptyMethodDictionary 22:13:14 031/519 - 66/200: Installing method Behavior>>ensureProperties 22:13:14 031/519 - 67/200: Installing method Behavior>>environment 22:13:14 031/519 - 68/200: Installing method Behavior>>findOriginClassOf: 22:13:14 031/519 - 69/200: Installing method Behavior>>findOriginMethodOf: 22:13:14 031/519 - 70/200: Installing method Behavior>>fluidInstall 22:13:14 031/519 - 71/200: Installing method Behavior>>flushCache 22:13:14 031/519 - 72/200: Installing method Behavior>>format 22:13:14 031/519 - 73/200: Installing method Behavior>>handleFailingBasicNew 22:13:14 031/519 - 74/200: Installing method Behavior>>handleFailingBasicNew: 22:13:14 031/519 - 75/200: Installing method Behavior>>handleFailingBasicNewWithGC: 22:13:14 031/519 - 76/200: Installing method Behavior>>handleFailingFailingBasicNew 22:13:14 031/519 - 77/200: Installing method Behavior>>handleFailingFailingBasicNew: 22:13:14 031/519 - 78/200: Installing method Behavior>>hasAbstractMethods 22:13:14 031/519 - 79/200: Installing method Behavior>>hasBindingOf: 22:13:14 031/519 - 80/200: Installing method Behavior>>hasMethodAccessingVariable: 22:13:14 031/519 - 81/200: Installing method Behavior>>hasMethods 22:13:14 031/519 - 82/200: Installing method Behavior>>hasProperty: 22:13:14 031/519 - 83/200: Installing method Behavior>>hasSelectorReferringTo: 22:13:14 031/519 - 84/200: Installing method Behavior>>includesBehavior: 22:13:14 031/519 - 85/200: Installing method Behavior>>includesLocalSelector: 22:13:14 031/519 - 86/200: Installing method Behavior>>includesMethod: 22:13:14 031/519 - 87/200: Installing method Behavior>>includesSelector: 22:13:14 031/519 - 88/200: Installing method Behavior>>inheritsFrom: 22:13:14 031/519 - 89/200: Installing method Behavior>>initialize 22:13:14 031/519 - 90/200: Installing method Behavior>>initializeSlots: 22:13:14 031/519 - 91/200: Installing method Behavior>>instSize 22:13:14 031/519 - 92/200: Installing method Behavior>>instSpec 22:13:14 031/519 - 93/200: Installing method Behavior>>instVarNames 22:13:14 031/519 - 94/200: Installing method Behavior>>instanceCount 22:13:14 031/519 - 95/200: Installing method Behavior>>instanceVariables 22:13:14 031/519 - 96/200: Installing method Behavior>>instancesSizeInMemory 22:13:14 031/519 - 97/200: Installing method Behavior>>isAbstract 22:13:14 031/519 - 98/200: Installing method Behavior>>isAnonymous 22:13:14 031/519 - 99/200: Installing method Behavior>>isBehavior 22:13:14 031/519 - 100/200: Installing method Behavior>>isBits 22:13:14 031/519 - 101/200: Installing method Behavior>>isBytes 22:13:15 031/519 - 102/200: Installing method Behavior>>isCompact 22:13:15 031/519 - 103/200: Installing method Behavior>>isDisabledSelector: 22:13:15 031/519 - 104/200: Installing method Behavior>>isDoubleWords 22:13:15 031/519 - 105/200: Installing method Behavior>>isEphemeronClass 22:13:15 031/519 - 106/200: Installing method Behavior>>isFixed 22:13:15 031/519 - 107/200: Installing method Behavior>>isImmediateClass 22:13:15 031/519 - 108/200: Installing method Behavior>>isManifest 22:13:15 031/519 - 109/200: Installing method Behavior>>isMeta 22:13:15 031/519 - 110/200: Installing method Behavior>>isObsolete 22:13:15 031/519 - 111/200: Installing method Behavior>>isPointers 22:13:15 031/519 - 112/200: Installing method Behavior>>isPool 22:13:15 031/519 - 113/200: Installing method Behavior>>isReferenced 22:13:15 031/519 - 114/200: Installing method Behavior>>isRootInEnvironment 22:13:16 031/519 - 115/200: Installing method Behavior>>isUsed 22:13:16 031/519 - 116/200: Installing method Behavior>>isVariable 22:13:16 031/519 - 117/200: Installing method Behavior>>isWeak 22:13:16 031/519 - 118/200: Installing method Behavior>>isWords 22:13:16 031/519 - 119/200: Installing method Behavior>>localMethods 22:13:16 031/519 - 120/200: Installing method Behavior>>localSelectors 22:13:16 031/519 - 121/200: Installing method Behavior>>lookupSelector: 22:13:16 031/519 - 122/200: Installing method Behavior>>lookupVar: 22:13:16 031/519 - 123/200: Installing method Behavior>>methodDict 22:13:16 031/519 - 124/200: Installing method Behavior>>methodDict: 22:13:16 031/519 - 125/200: Installing method Behavior>>methodDictionary 22:13:16 031/519 - 126/200: Installing method Behavior>>methodDictionary: 22:13:16 031/519 - 127/200: Installing method Behavior>>methods 22:13:16 031/519 - 128/200: Installing method Behavior>>methodsAccessingSlot: 22:13:16 031/519 - 129/200: Installing method Behavior>>methodsDo: 22:13:16 031/519 - 130/200: Installing method Behavior>>methodsReadingSlot: 22:13:16 031/519 - 131/200: Installing method Behavior>>methodsReferencingClass: 22:13:16 031/519 - 132/200: Installing method Behavior>>methodsReferencingClasses: 22:13:16 031/519 - 133/200: Installing method Behavior>>methodsWritingSlot: 22:13:16 031/519 - 134/200: Installing method Behavior>>name 22:13:16 031/519 - 135/200: Installing method Behavior>>new 22:13:16 031/519 - 136/200: Installing method Behavior>>new: 22:13:16 031/519 - 137/200: Installing method Behavior>>nonObsoleteClass 22:13:16 031/519 - 138/200: Installing method Behavior>>obsolete 22:13:16 031/519 - 139/200: Installing method Behavior>>obsoleteSubclasses 22:13:16 031/519 - 140/200: Installing method Behavior>>originalName 22:13:16 031/519 - 141/200: Installing method Behavior>>packageOrganizer 22:13:16 031/519 - 142/200: Installing method Behavior>>postCopy 22:13:16 031/519 - 143/200: Installing method Behavior>>pragmas 22:13:16 031/519 - 144/200: Installing method Behavior>>pragmasDo: 22:13:16 031/519 - 145/200: Installing method Behavior>>printOn: 22:13:16 031/519 - 146/200: Installing method Behavior>>properties 22:13:16 031/519 - 147/200: Installing method Behavior>>propertyAt: 22:13:16 031/519 - 148/200: Installing method Behavior>>propertyAt:ifAbsent: 22:13:16 031/519 - 149/200: Installing method Behavior>>propertyAt:put: 22:13:16 031/519 - 150/200: Installing method Behavior>>realClass 22:13:16 031/519 - 151/200: Installing method Behavior>>referencedClasses 22:13:16 031/519 - 152/200: Installing method Behavior>>removeAllObsoleteSubclasses 22:13:16 031/519 - 153/200: Installing method Behavior>>removePropertiesIfEmpty 22:13:16 031/519 - 154/200: Installing method Behavior>>removeProperty: 22:13:17 031/519 - 155/200: Installing method Behavior>>removeProperty:ifAbsent: 22:13:17 031/519 - 156/200: Installing method Behavior>>removeSelector: 22:13:17 031/519 - 157/200: Installing method Behavior>>removeSelectorSilently: 22:13:17 031/519 - 158/200: Installing method Behavior>>restartMethods 22:13:17 031/519 - 159/200: Installing method Behavior>>selectSubclasses: 22:13:17 031/519 - 160/200: Installing method Behavior>>selectSuperclasses: 22:13:17 031/519 - 161/200: Installing method Behavior>>selectors 22:13:17 031/519 - 162/200: Installing method Behavior>>selectorsAndMethodsDo: 22:13:17 031/519 - 163/200: Installing method Behavior>>selectorsDo: 22:13:17 031/519 - 164/200: Installing method Behavior>>selectorsWithArgs: 22:13:17 031/519 - 165/200: Installing method Behavior>>setFormat: 22:13:17 031/519 - 166/200: Installing method Behavior>>shouldNotBeRedefined 22:13:17 031/519 - 167/200: Installing method Behavior>>shutDown 22:13:17 031/519 - 168/200: Installing method Behavior>>shutDown: 22:13:17 031/519 - 169/200: Installing method Behavior>>slots 22:13:17 031/519 - 170/200: Installing method Behavior>>someInstance 22:13:17 031/519 - 171/200: Installing method Behavior>>sourceCodeAt: 22:13:17 031/519 - 172/200: Installing method Behavior>>sourceCodeAt:ifAbsent: 22:13:17 031/519 - 173/200: Installing method Behavior>>sourceCodeTemplate 22:13:17 031/519 - 174/200: Installing method Behavior>>spaceUsed 22:13:17 031/519 - 175/200: Installing method Behavior>>startUp 22:13:17 031/519 - 176/200: Installing method Behavior>>startUp: 22:13:17 031/519 - 177/200: Installing method Behavior>>subclassDefinerClass 22:13:17 031/519 - 178/200: Installing method Behavior>>subclassInstVarNames 22:13:17 031/519 - 179/200: Installing method Behavior>>superclass 22:13:17 031/519 - 180/200: Installing method Behavior>>superclass: 22:13:17 031/519 - 181/200: Installing method Behavior>>superclass:methodDictionary:format: 22:13:17 031/519 - 182/200: Installing method Behavior>>thoroughHasSelectorReferringTo: 22:13:17 031/519 - 183/200: Installing method Behavior>>thoroughWhichMethodsReferTo: 22:13:17 031/519 - 184/200: Installing method Behavior>>thoroughWhichMethodsReferTo:specialIndex: 22:13:17 031/519 - 185/200: Installing method Behavior>>thoroughWhichSelectorsReferTo: 22:13:17 031/519 - 186/200: Installing method Behavior>>unreferencedInstanceVariables 22:13:17 031/519 - 187/200: Installing method Behavior>>usingMethods 22:13:17 031/519 - 188/200: Installing method Behavior>>whichClassDefinesClassVar: 22:13:17 031/519 - 189/200: Installing method Behavior>>whichClassDefinesInstVar: 22:13:17 031/519 - 190/200: Installing method Behavior>>whichClassIncludesSelector: 22:13:17 031/519 - 191/200: Installing method Behavior>>whichMethodsReferTo: 22:13:17 031/519 - 192/200: Installing method Behavior>>whichSelectorsReferTo: 22:13:17 031/519 - 193/200: Installing method Behavior>>whichSuperclassSatisfies: 22:13:17 031/519 - 194/200: Installing method Behavior>>withAllSubAndSuperclassesDo: 22:13:17 031/519 - 195/200: Installing method Behavior>>withAllSubclasses 22:13:17 031/519 - 196/200: Installing method Behavior>>withAllSubclassesDo: 22:13:17 031/519 - 197/200: Installing method Behavior>>withAllSuperAndSubclasses 22:13:17 031/519 - 198/200: Installing method Behavior>>withAllSuperAndSubclassesDo: 22:13:17 031/519 - 199/200: Installing method Behavior>>withAllSuperclasses 22:13:17 031/519 - 200/200: Installing method Behavior>>withAllSuperclassesDo: 22:13:17 031/519 - 1/4: Installing method Behavior class>>initialize 22:13:17 031/519 - 2/4: Installing method Behavior class>>initializeClassProperties 22:13:17 031/519 - 3/4: Installing method Behavior class>>initializeObsoleteSubclasses 22:13:17 031/519 - 4/4: Installing method Behavior class>>sortBlock 22:13:18 032/519 - 1/9: Installing method BinaryFileStream>>close 22:13:18 032/519 - 2/9: Installing method BinaryFileStream>>closed 22:13:18 032/519 - 3/9: Installing method BinaryFileStream>>finalize 22:13:18 032/519 - 4/9: Installing method BinaryFileStream>>peek 22:13:18 032/519 - 5/9: Installing method BinaryFileStream>>register 22:13:18 032/519 - 6/9: Installing method BinaryFileStream>>skip: 22:13:18 032/519 - 7/9: Installing method BinaryFileStream>>truncate 22:13:18 032/519 - 8/9: Installing method BinaryFileStream>>truncate: 22:13:18 032/519 - 9/9: Installing method BinaryFileStream>>unregister 22:13:18 033/519 - 1/9: Installing method BitsLayout>>bytesPerSlot 22:13:18 033/519 - 2/9: Installing method BitsLayout>>extend 22:13:18 033/519 - 3/9: Installing method BitsLayout>>extendByte 22:13:18 033/519 - 4/9: Installing method BitsLayout>>extendDoubleByte 22:13:18 033/519 - 5/9: Installing method BitsLayout>>extendDoubleWord 22:13:18 033/519 - 6/9: Installing method BitsLayout>>extendWeak: 22:13:18 033/519 - 7/9: Installing method BitsLayout>>extendWord 22:13:18 033/519 - 8/9: Installing method BitsLayout>>isBits 22:13:18 033/519 - 9/9: Installing method BitsLayout>>isVariable 22:13:18 033/519 - 1/1: Installing method BitsLayout class>>isAbstract 22:13:18 034/519 - 1/2: Installing method BlockCannotReturn>>home 22:13:18 034/519 - 2/2: Installing method BlockCannotReturn>>home: 22:13:18 034/519 - 1/1: Installing method BlockCannotReturn class>>result:from: 22:13:21 035/519 - 1/93: Installing method BlockClosure>>argumentCount 22:13:21 035/519 - 2/93: Installing method BlockClosure>>argumentNames 22:13:21 035/519 - 3/93: Installing method BlockClosure>>asContext 22:13:21 035/519 - 4/93: Installing method BlockClosure>>asContextWithSender: 22:13:21 035/519 - 5/93: Installing method BlockClosure>>asMinimalRepresentation 22:13:21 035/519 - 6/93: Installing method BlockClosure>>assert 22:13:21 035/519 - 7/93: Installing method BlockClosure>>assertWithDescription: 22:13:21 035/519 - 8/93: Installing method BlockClosure>>clearTemporariesOn: 22:13:21 035/519 - 9/93: Installing method BlockClosure>>compiledBlock 22:13:21 035/519 - 10/93: Installing method BlockClosure>>compiledBlock: 22:13:21 035/519 - 11/93: Installing method BlockClosure>>copiedValueAt: 22:13:21 035/519 - 12/93: Installing method BlockClosure>>copyForSaving 22:13:21 035/519 - 13/93: Installing method BlockClosure>>cull: 22:13:21 035/519 - 14/93: Installing method BlockClosure>>cull:cull: 22:13:21 035/519 - 15/93: Installing method BlockClosure>>cull:cull:cull: 22:13:21 035/519 - 16/93: Installing method BlockClosure>>cull:cull:cull:cull: 22:13:21 035/519 - 17/93: Installing method BlockClosure>>doPrintOn: 22:13:21 035/519 - 18/93: Installing method BlockClosure>>doWhileFalse: 22:13:21 035/519 - 19/93: Installing method BlockClosure>>doWhileTrue: 22:13:21 035/519 - 20/93: Installing method BlockClosure>>endPC 22:13:21 035/519 - 21/93: Installing method BlockClosure>>ensure: 22:13:21 035/519 - 22/93: Installing method BlockClosure>>fork 22:13:21 035/519 - 23/93: Installing method BlockClosure>>forkAndWait 22:13:21 035/519 - 24/93: Installing method BlockClosure>>forkAt: 22:13:21 035/519 - 25/93: Installing method BlockClosure>>forkAt:named: 22:13:21 035/519 - 26/93: Installing method BlockClosure>>forkNamed: 22:13:21 035/519 - 27/93: Installing method BlockClosure>>hasNonLocalReturn 22:13:21 035/519 - 28/93: Installing method BlockClosure>>home 22:13:21 035/519 - 29/93: Installing method BlockClosure>>homeMethod 22:13:21 035/519 - 30/93: Installing method BlockClosure>>ifCurtailed: 22:13:21 035/519 - 31/93: Installing method BlockClosure>>initialStackPointer 22:13:21 035/519 - 32/93: Installing method BlockClosure>>isBlock 22:13:21 035/519 - 33/93: Installing method BlockClosure>>isClean 22:13:21 035/519 - 34/93: Installing method BlockClosure>>isClosure 22:13:21 035/519 - 35/93: Installing method BlockClosure>>isDead 22:13:21 035/519 - 36/93: Installing method BlockClosure>>isFullBlock 22:13:21 035/519 - 37/93: Installing method BlockClosure>>isValid 22:13:21 035/519 - 38/93: Installing method BlockClosure>>method 22:13:21 035/519 - 39/93: Installing method BlockClosure>>newProcess 22:13:21 035/519 - 40/93: Installing method BlockClosure>>newProcessWith: 22:13:21 035/519 - 41/93: Installing method BlockClosure>>numArgs 22:13:21 035/519 - 42/93: Installing method BlockClosure>>numArgs: 22:13:21 035/519 - 43/93: Installing method BlockClosure>>numArgsError: 22:13:21 035/519 - 44/93: Installing method BlockClosure>>numCopiedValues 22:13:21 035/519 - 45/93: Installing method BlockClosure>>numTemps 22:13:21 035/519 - 46/93: Installing method BlockClosure>>on:do: 22:13:21 035/519 - 47/93: Installing method BlockClosure>>on:fork: 22:13:21 035/519 - 48/93: Installing method BlockClosure>>on:fork:return: 22:13:21 035/519 - 49/93: Installing method BlockClosure>>onDNU:do: 22:13:21 035/519 - 50/93: Installing method BlockClosure>>onErrorDo: 22:13:21 035/519 - 51/93: Installing method BlockClosure>>outerContext 22:13:21 035/519 - 52/93: Installing method BlockClosure>>outerContext: 22:13:21 035/519 - 53/93: Installing method BlockClosure>>printOn: 22:13:21 035/519 - 54/93: Installing method BlockClosure>>receiver 22:13:22 035/519 - 55/93: Installing method BlockClosure>>reentrant 22:13:22 035/519 - 56/93: Installing method BlockClosure>>repeat 22:13:22 035/519 - 57/93: Installing method BlockClosure>>repeatWithGCIf: 22:13:22 035/519 - 58/93: Installing method BlockClosure>>sender 22:13:22 035/519 - 59/93: Installing method BlockClosure>>simulateValueWithArguments:caller: 22:13:22 035/519 - 60/93: Installing method BlockClosure>>split:indicesDo: 22:13:22 035/519 - 61/93: Installing method BlockClosure>>startpc 22:13:22 035/519 - 62/93: Installing method BlockClosure>>startpcOrOuterCode 22:13:22 035/519 - 63/93: Installing method BlockClosure>>tempNames 22:13:22 035/519 - 64/93: Installing method BlockClosure>>value 22:13:22 035/519 - 65/93: Installing method BlockClosure>>value: 22:13:22 035/519 - 66/93: Installing method BlockClosure>>value:value: 22:13:22 035/519 - 67/93: Installing method BlockClosure>>value:value:value: 22:13:22 035/519 - 68/93: Installing method BlockClosure>>value:value:value:value: 22:13:22 035/519 - 69/93: Installing method BlockClosure>>valueAfterWaiting: 22:13:22 035/519 - 70/93: Installing method BlockClosure>>valueNoContextSwitch 22:13:22 035/519 - 71/93: Installing method BlockClosure>>valueNoContextSwitch: 22:13:22 035/519 - 72/93: Installing method BlockClosure>>valueSupplyingAnswer: 22:13:22 035/519 - 73/93: Installing method BlockClosure>>valueSupplyingAnswers: 22:13:22 035/519 - 74/93: Installing method BlockClosure>>valueSuppressingAllMessages 22:13:22 035/519 - 75/93: Installing method BlockClosure>>valueSuppressingMessages: 22:13:22 035/519 - 76/93: Installing method BlockClosure>>valueSuppressingMessages:supplyingAnswers: 22:13:22 035/519 - 77/93: Installing method BlockClosure>>valueUninterruptably 22:13:22 035/519 - 78/93: Installing method BlockClosure>>valueUnpreemptively 22:13:22 035/519 - 79/93: Installing method BlockClosure>>valueUnwindInContext: 22:13:22 035/519 - 80/93: Installing method BlockClosure>>valueWithArguments: 22:13:22 035/519 - 81/93: Installing method BlockClosure>>valueWithEnoughArguments: 22:13:22 035/519 - 82/93: Installing method BlockClosure>>valueWithExit 22:13:22 035/519 - 83/93: Installing method BlockClosure>>valueWithInterval: 22:13:22 035/519 - 84/93: Installing method BlockClosure>>valueWithPossibleArgs: 22:13:22 035/519 - 85/93: Installing method BlockClosure>>valueWithPossibleArgument: 22:13:22 035/519 - 86/93: Installing method BlockClosure>>valueWithoutNotifications 22:13:22 035/519 - 87/93: Installing method BlockClosure>>whileFalse 22:13:22 035/519 - 88/93: Installing method BlockClosure>>whileFalse: 22:13:22 035/519 - 89/93: Installing method BlockClosure>>whileNil: 22:13:22 035/519 - 90/93: Installing method BlockClosure>>whileNotNil: 22:13:22 035/519 - 91/93: Installing method BlockClosure>>whileTrue 22:13:22 035/519 - 92/93: Installing method BlockClosure>>whileTrue: 22:13:22 035/519 - 93/93: Installing method BlockClosure>>withAllBlocksDo: 22:13:22 035/519 - 1/1: Installing method BlockClosure class>>isAbstract 22:13:22 036/519 - 1/21: Installing method Boolean>>& 22:13:22 036/519 - 2/21: Installing method Boolean>>==> 22:13:22 036/519 - 3/21: Installing method Boolean>>and: 22:13:22 036/519 - 4/21: Installing method Boolean>>asBit 22:13:22 036/519 - 5/21: Installing method Boolean>>asInteger 22:13:22 036/519 - 6/21: Installing method Boolean>>deepCopy 22:13:22 036/519 - 7/21: Installing method Boolean>>eqv: 22:13:22 036/519 - 8/21: Installing method Boolean>>ifFalse: 22:13:22 036/519 - 9/21: Installing method Boolean>>ifFalse:ifTrue: 22:13:22 036/519 - 10/21: Installing method Boolean>>ifTrue: 22:13:22 036/519 - 11/21: Installing method Boolean>>ifTrue:ifFalse: 22:13:22 036/519 - 12/21: Installing method Boolean>>isLiteral 22:13:22 036/519 - 13/21: Installing method Boolean>>isSelfEvaluating 22:13:23 036/519 - 14/21: Installing method Boolean>>not 22:13:23 036/519 - 15/21: Installing method Boolean>>or: 22:13:23 036/519 - 16/21: Installing method Boolean>>setPinnedInMemory: 22:13:23 036/519 - 17/21: Installing method Boolean>>shallowCopy 22:13:23 036/519 - 18/21: Installing method Boolean>>storeOn: 22:13:23 036/519 - 19/21: Installing method Boolean>>veryDeepCopyWith: 22:13:23 036/519 - 20/21: Installing method Boolean>>xor: 22:13:23 036/519 - 21/21: Installing method Boolean>>| 22:13:23 036/519 - 1/1: Installing method Boolean class>>new 22:13:23 037/519 - 1/16: Installing method BoxedFloat64>>* 22:13:23 037/519 - 2/16: Installing method BoxedFloat64>>+ 22:13:23 037/519 - 3/16: Installing method BoxedFloat64>>- 22:13:23 037/519 - 4/16: Installing method BoxedFloat64>>/ 22:13:23 037/519 - 5/16: Installing method BoxedFloat64>>< 22:13:23 037/519 - 6/16: Installing method BoxedFloat64>><= 22:13:23 037/519 - 7/16: Installing method BoxedFloat64>>= 22:13:23 037/519 - 8/16: Installing method BoxedFloat64>>> 22:13:23 037/519 - 9/16: Installing method BoxedFloat64>>>= 22:13:23 037/519 - 10/16: Installing method BoxedFloat64>>exp 22:13:23 037/519 - 11/16: Installing method BoxedFloat64>>exponent 22:13:23 037/519 - 12/16: Installing method BoxedFloat64>>fractionPart 22:13:23 037/519 - 13/16: Installing method BoxedFloat64>>ln 22:13:23 037/519 - 14/16: Installing method BoxedFloat64>>timesTwoPower: 22:13:23 037/519 - 15/16: Installing method BoxedFloat64>>truncated 22:13:23 037/519 - 16/16: Installing method BoxedFloat64>>~= 22:13:23 037/519 - 1/2: Installing method BoxedFloat64 class>>basicNew 22:13:23 037/519 - 2/2: Installing method BoxedFloat64 class>>basicNew: 22:13:26 038/519 - 1/106: Installing method ByteArray>>= 22:13:26 038/519 - 2/106: Installing method ByteArray>>asByteArray 22:13:26 038/519 - 3/106: Installing method ByteArray>>asByteArrayOfSize: 22:13:26 038/519 - 4/106: Installing method ByteArray>>asByteArrayPointer 22:13:26 038/519 - 5/106: Installing method ByteArray>>asExternalPointer 22:13:26 038/519 - 6/106: Installing method ByteArray>>asInteger 22:13:26 038/519 - 7/106: Installing method ByteArray>>asString 22:13:26 038/519 - 8/106: Installing method ByteArray>>asWideString 22:13:26 038/519 - 9/106: Installing method ByteArray>>atAllPut: 22:13:26 038/519 - 10/106: Installing method ByteArray>>bitXor: 22:13:26 038/519 - 11/106: Installing method ByteArray>>boolean8AtOffset: 22:13:26 038/519 - 12/106: Installing method ByteArray>>boolean8AtOffset:put: 22:13:26 038/519 - 13/106: Installing method ByteArray>>booleanAt: 22:13:26 038/519 - 14/106: Installing method ByteArray>>booleanAt:put: 22:13:26 038/519 - 15/106: Installing method ByteArray>>byteAt: 22:13:26 038/519 - 16/106: Installing method ByteArray>>byteAt:put: 22:13:26 038/519 - 17/106: Installing method ByteArray>>byteSize 22:13:26 038/519 - 18/106: Installing method ByteArray>>char16AtOffset: 22:13:26 038/519 - 19/106: Installing method ByteArray>>char16AtOffset:put: 22:13:26 038/519 - 20/106: Installing method ByteArray>>char32AtOffset: 22:13:26 038/519 - 21/106: Installing method ByteArray>>char32AtOffset:put: 22:13:26 038/519 - 22/106: Installing method ByteArray>>char8AtOffset: 22:13:26 038/519 - 23/106: Installing method ByteArray>>char8AtOffset:put: 22:13:26 038/519 - 24/106: Installing method ByteArray>>decodeWith: 22:13:26 038/519 - 25/106: Installing method ByteArray>>defaultElement 22:13:26 038/519 - 26/106: Installing method ByteArray>>doubleAt: 22:13:26 038/519 - 27/106: Installing method ByteArray>>doubleAt:bigEndian: 22:13:26 038/519 - 28/106: Installing method ByteArray>>doubleAt:put: 22:13:26 038/519 - 29/106: Installing method ByteArray>>doubleAt:put:bigEndian: 22:13:26 038/519 - 30/106: Installing method ByteArray>>float32AtOffset: 22:13:26 038/519 - 31/106: Installing method ByteArray>>float32AtOffset:put: 22:13:26 038/519 - 32/106: Installing method ByteArray>>float64AtOffset: 22:13:26 038/519 - 33/106: Installing method ByteArray>>float64AtOffset:put: 22:13:26 038/519 - 34/106: Installing method ByteArray>>floatAt: 22:13:26 038/519 - 35/106: Installing method ByteArray>>floatAt:bigEndian: 22:13:26 038/519 - 36/106: Installing method ByteArray>>floatAt:put: 22:13:26 038/519 - 37/106: Installing method ByteArray>>hash 22:13:26 038/519 - 38/106: Installing method ByteArray>>hex 22:13:26 038/519 - 39/106: Installing method ByteArray>>hexDumpOn:max: 22:13:26 038/519 - 40/106: Installing method ByteArray>>indexOf:startingAt: 22:13:26 038/519 - 41/106: Installing method ByteArray>>int16AtOffset: 22:13:26 038/519 - 42/106: Installing method ByteArray>>int16AtOffset:put: 22:13:26 038/519 - 43/106: Installing method ByteArray>>int32AtOffset: 22:13:26 038/519 - 44/106: Installing method ByteArray>>int32AtOffset:put: 22:13:26 038/519 - 45/106: Installing method ByteArray>>int64AtOffset: 22:13:26 038/519 - 46/106: Installing method ByteArray>>int64AtOffset:put: 22:13:26 038/519 - 47/106: Installing method ByteArray>>int8AtOffset: 22:13:26 038/519 - 48/106: Installing method ByteArray>>int8AtOffset:put: 22:13:26 038/519 - 49/106: Installing method ByteArray>>integerAt:put:size:signed: 22:13:27 038/519 - 50/106: Installing method ByteArray>>integerAt:size:signed: 22:13:27 038/519 - 51/106: Installing method ByteArray>>isExternalAddress 22:13:27 038/519 - 52/106: Installing method ByteArray>>isLiteral 22:13:27 038/519 - 53/106: Installing method ByteArray>>isNull 22:13:27 038/519 - 54/106: Installing method ByteArray>>longAt:bigEndian: 22:13:27 038/519 - 55/106: Installing method ByteArray>>longAt:put:bigEndian: 22:13:27 038/519 - 56/106: Installing method ByteArray>>longPointerAt: 22:13:27 038/519 - 57/106: Installing method ByteArray>>longPointerAt:put: 22:13:27 038/519 - 58/106: Installing method ByteArray>>pointerAt: 22:13:27 038/519 - 59/106: Installing method ByteArray>>pointerAt:put: 22:13:27 038/519 - 60/106: Installing method ByteArray>>pointerAtOffset: 22:13:27 038/519 - 61/106: Installing method ByteArray>>pointerAtOffset:put: 22:13:27 038/519 - 62/106: Installing method ByteArray>>printHexOn: 22:13:27 038/519 - 63/106: Installing method ByteArray>>printOn: 22:13:27 038/519 - 64/106: Installing method ByteArray>>putOn: 22:13:27 038/519 - 65/106: Installing method ByteArray>>readHexFrom: 22:13:27 038/519 - 66/106: Installing method ByteArray>>replaceFrom:to:with:startingAt: 22:13:27 038/519 - 67/106: Installing method ByteArray>>shortAt:bigEndian: 22:13:27 038/519 - 68/106: Installing method ByteArray>>shortAt:put:bigEndian: 22:13:27 038/519 - 69/106: Installing method ByteArray>>shortPointerAt: 22:13:27 038/519 - 70/106: Installing method ByteArray>>shortPointerAt:put: 22:13:27 038/519 - 71/106: Installing method ByteArray>>signedCharAt: 22:13:27 038/519 - 72/106: Installing method ByteArray>>signedCharAt:put: 22:13:27 038/519 - 73/106: Installing method ByteArray>>signedLongAt: 22:13:27 038/519 - 74/106: Installing method ByteArray>>signedLongAt:put: 22:13:27 038/519 - 75/106: Installing method ByteArray>>signedLongLongAt: 22:13:27 038/519 - 76/106: Installing method ByteArray>>signedLongLongAt:put: 22:13:27 038/519 - 77/106: Installing method ByteArray>>signedShortAt: 22:13:27 038/519 - 78/106: Installing method ByteArray>>signedShortAt:put: 22:13:27 038/519 - 79/106: Installing method ByteArray>>storeOn: 22:13:27 038/519 - 80/106: Installing method ByteArray>>structAt:length: 22:13:27 038/519 - 81/106: Installing method ByteArray>>structAt:put:length: 22:13:27 038/519 - 82/106: Installing method ByteArray>>uint16AtOffset: 22:13:27 038/519 - 83/106: Installing method ByteArray>>uint16AtOffset:put: 22:13:27 038/519 - 84/106: Installing method ByteArray>>uint32AtOffset: 22:13:27 038/519 - 85/106: Installing method ByteArray>>uint32AtOffset:put: 22:13:27 038/519 - 86/106: Installing method ByteArray>>uint64AtOffset: 22:13:27 038/519 - 87/106: Installing method ByteArray>>uint64AtOffset:put: 22:13:27 038/519 - 88/106: Installing method ByteArray>>uint8AtOffset: 22:13:27 038/519 - 89/106: Installing method ByteArray>>uint8AtOffset:put: 22:13:27 038/519 - 90/106: Installing method ByteArray>>unsignedByteAt: 22:13:27 038/519 - 91/106: Installing method ByteArray>>unsignedByteAt:put: 22:13:27 038/519 - 92/106: Installing method ByteArray>>unsignedCharAt: 22:13:27 038/519 - 93/106: Installing method ByteArray>>unsignedCharAt:put: 22:13:27 038/519 - 94/106: Installing method ByteArray>>unsignedLongAt: 22:13:27 038/519 - 95/106: Installing method ByteArray>>unsignedLongAt:bigEndian: 22:13:27 038/519 - 96/106: Installing method ByteArray>>unsignedLongAt:put: 22:13:27 038/519 - 97/106: Installing method ByteArray>>unsignedLongAt:put:bigEndian: 22:13:27 038/519 - 98/106: Installing method ByteArray>>unsignedLongLongAt: 22:13:27 038/519 - 99/106: Installing method ByteArray>>unsignedLongLongAt:put: 22:13:27 038/519 - 100/106: Installing method ByteArray>>unsignedShortAt: 22:13:27 038/519 - 101/106: Installing method ByteArray>>unsignedShortAt:bigEndian: 22:13:27 038/519 - 102/106: Installing method ByteArray>>unsignedShortAt:put: 22:13:27 038/519 - 103/106: Installing method ByteArray>>unsignedShortAt:put:bigEndian: 22:13:27 038/519 - 104/106: Installing method ByteArray>>utf8Decoded 22:13:27 038/519 - 105/106: Installing method ByteArray>>voidAt: 22:13:27 038/519 - 106/106: Installing method ByteArray>>voidAt:put: 22:13:27 038/519 - 1/2: Installing method ByteArray class>>hashBytes:startingWith: 22:13:27 038/519 - 2/2: Installing method ByteArray class>>readHexFrom: 22:13:27 039/519 - 1/4: Installing method ByteLayout>>bytesPerSlot 22:13:27 039/519 - 2/4: Installing method ByteLayout>>extendByte 22:13:27 039/519 - 3/4: Installing method ByteLayout>>instanceSpecification 22:13:27 039/519 - 4/4: Installing method ByteLayout>>isBytes 22:13:27 039/519 - 1/1: Installing method ByteLayout class>>extending:scope:host: 22:13:28 040/519 - 1/18: Installing method ByteString>>asByteArray 22:13:28 040/519 - 2/18: Installing method ByteString>>asOctetString 22:13:28 040/519 - 3/18: Installing method ByteString>>at: 22:13:28 040/519 - 4/18: Installing method ByteString>>at:put: 22:13:28 040/519 - 5/18: Installing method ByteString>>byteAt: 22:13:28 040/519 - 6/18: Installing method ByteString>>byteAt:put: 22:13:28 040/519 - 7/18: Installing method ByteString>>byteSize 22:13:28 040/519 - 8/18: Installing method ByteString>>compareWith: 22:13:28 040/519 - 9/18: Installing method ByteString>>compareWith:collated: 22:13:28 040/519 - 10/18: Installing method ByteString>>createSymbol 22:13:28 040/519 - 11/18: Installing method ByteString>>findSubstring:in:startingAt:matchTable: 22:13:28 040/519 - 12/18: Installing method ByteString>>hasWideCharacterFrom:to: 22:13:28 040/519 - 13/18: Installing method ByteString>>indexOfAnyOf:startingAt: 22:13:28 040/519 - 14/18: Installing method ByteString>>indexOfAnyOf:startingAt:ifAbsent: 22:13:28 040/519 - 15/18: Installing method ByteString>>isAsciiString 22:13:28 040/519 - 16/18: Installing method ByteString>>isByteString 22:13:28 040/519 - 17/18: Installing method ByteString>>isOctetString 22:13:28 040/519 - 18/18: Installing method ByteString>>replaceFrom:to:with:startingAt: 22:13:28 040/519 - 1/6: Installing method ByteString class>>findFirstInString:inSet:startingAt: 22:13:28 040/519 - 2/6: Installing method ByteString class>>indexOfAscii:inString:startingAt: 22:13:28 040/519 - 3/6: Installing method ByteString class>>initialize 22:13:28 040/519 - 4/6: Installing method ByteString class>>nonAsciiMap 22:13:28 040/519 - 5/6: Installing method ByteString class>>stringHash:initialHash: 22:13:28 040/519 - 6/6: Installing method ByteString class>>translate:from:to:table: 22:13:28 041/519 - 1/17: Installing method ByteSymbol>>asByteArray 22:13:28 041/519 - 2/17: Installing method ByteSymbol>>asOctetString 22:13:28 041/519 - 3/17: Installing method ByteSymbol>>at: 22:13:28 041/519 - 4/17: Installing method ByteSymbol>>byteAt: 22:13:29 041/519 - 5/17: Installing method ByteSymbol>>byteAt:put: 22:13:29 041/519 - 6/17: Installing method ByteSymbol>>byteSize 22:13:29 041/519 - 7/17: Installing method ByteSymbol>>compareWith: 22:13:29 041/519 - 8/17: Installing method ByteSymbol>>compareWith:collated: 22:13:29 041/519 - 9/17: Installing method ByteSymbol>>findSubstring:in:startingAt:matchTable: 22:13:29 041/519 - 10/17: Installing method ByteSymbol>>hasWideCharacterFrom:to: 22:13:29 041/519 - 11/17: Installing method ByteSymbol>>indexOfAnyOf:startingAt: 22:13:29 041/519 - 12/17: Installing method ByteSymbol>>indexOfAnyOf:startingAt:ifAbsent: 22:13:29 041/519 - 13/17: Installing method ByteSymbol>>isByteString 22:13:29 041/519 - 14/17: Installing method ByteSymbol>>isOctetString 22:13:29 041/519 - 15/17: Installing method ByteSymbol>>privateAt:put: 22:13:29 041/519 - 16/17: Installing method ByteSymbol>>species 22:13:29 041/519 - 17/17: Installing method ByteSymbol>>string: 22:13:29 041/519 - 1/4: Installing method ByteSymbol class>>findFirstInString:inSet:startingAt: 22:13:29 041/519 - 2/4: Installing method ByteSymbol class>>indexOfAscii:inString:startingAt: 22:13:29 041/519 - 3/4: Installing method ByteSymbol class>>stringHash:initialHash: 22:13:29 041/519 - 4/4: Installing method ByteSymbol class>>translate:from:to:table: 22:13:30 042/519 - 1/44: Installing method BytecodeEncoder>>genPushSpecialLiteral: 22:13:30 042/519 - 2/44: Installing method BytecodeEncoder>>genPushThisProcess 22:13:30 042/519 - 3/44: Installing method BytecodeEncoder>>methodStreamPosition 22:13:30 042/519 - 4/44: Installing method BytecodeEncoder>>nextPut: 22:13:30 042/519 - 5/44: Installing method BytecodeEncoder>>outOfRangeError:index:range:to: 22:13:30 042/519 - 6/44: Installing method BytecodeEncoder>>sizeBranchPopFalse: 22:13:30 042/519 - 7/44: Installing method BytecodeEncoder>>sizeBranchPopTrue: 22:13:30 042/519 - 8/44: Installing method BytecodeEncoder>>sizeCallPrimitive: 22:13:30 042/519 - 9/44: Installing method BytecodeEncoder>>sizeDup 22:13:30 042/519 - 10/44: Installing method BytecodeEncoder>>sizeJump: 22:13:30 042/519 - 11/44: Installing method BytecodeEncoder>>sizeJumpLong: 22:13:30 042/519 - 12/44: Installing method BytecodeEncoder>>sizeOpcodeSelector:withArguments: 22:13:30 042/519 - 13/44: Installing method BytecodeEncoder>>sizePop 22:13:30 042/519 - 14/44: Installing method BytecodeEncoder>>sizePushConsArray: 22:13:30 042/519 - 15/44: Installing method BytecodeEncoder>>sizePushInstVar: 22:13:30 042/519 - 16/44: Installing method BytecodeEncoder>>sizePushInstVarLong: 22:13:30 042/519 - 17/44: Installing method BytecodeEncoder>>sizePushLiteral: 22:13:30 042/519 - 18/44: Installing method BytecodeEncoder>>sizePushLiteralVar: 22:13:30 042/519 - 19/44: Installing method BytecodeEncoder>>sizePushNewArray: 22:13:30 042/519 - 20/44: Installing method BytecodeEncoder>>sizePushReceiver 22:13:30 042/519 - 21/44: Installing method BytecodeEncoder>>sizePushRemoteTemp:inVectorAt: 22:13:30 042/519 - 22/44: Installing method BytecodeEncoder>>sizePushSpecialLiteral: 22:13:30 042/519 - 23/44: Installing method BytecodeEncoder>>sizePushTemp: 22:13:30 042/519 - 24/44: Installing method BytecodeEncoder>>sizePushThisContext 22:13:30 042/519 - 25/44: Installing method BytecodeEncoder>>sizePushThisProcess 22:13:30 042/519 - 26/44: Installing method BytecodeEncoder>>sizeReturnReceiver 22:13:30 042/519 - 27/44: Installing method BytecodeEncoder>>sizeReturnSpecialLiteral: 22:13:30 042/519 - 28/44: Installing method BytecodeEncoder>>sizeReturnTop 22:13:30 042/519 - 29/44: Installing method BytecodeEncoder>>sizeReturnTopToCaller 22:13:30 042/519 - 30/44: Installing method BytecodeEncoder>>sizeSend:numArgs: 22:13:30 042/519 - 31/44: Installing method BytecodeEncoder>>sizeSendSuper:numArgs: 22:13:30 042/519 - 32/44: Installing method BytecodeEncoder>>sizeStoreInstVar: 22:13:30 042/519 - 33/44: Installing method BytecodeEncoder>>sizeStoreInstVarLong: 22:13:30 042/519 - 34/44: Installing method BytecodeEncoder>>sizeStoreLiteralVar: 22:13:30 042/519 - 35/44: Installing method BytecodeEncoder>>sizeStorePopInstVar: 22:13:30 042/519 - 36/44: Installing method BytecodeEncoder>>sizeStorePopInstVarLong: 22:13:30 042/519 - 37/44: Installing method BytecodeEncoder>>sizeStorePopLiteralVar: 22:13:30 042/519 - 38/44: Installing method BytecodeEncoder>>sizeStorePopRemoteTemp:inVectorAt: 22:13:30 042/519 - 39/44: Installing method BytecodeEncoder>>sizeStorePopTemp: 22:13:30 042/519 - 40/44: Installing method BytecodeEncoder>>sizeStoreRemoteTemp:inVectorAt: 22:13:30 042/519 - 41/44: Installing method BytecodeEncoder>>sizeStoreTemp: 22:13:30 042/519 - 42/44: Installing method BytecodeEncoder>>sizeTrapIfNotInstanceOf: 22:13:30 042/519 - 43/44: Installing method BytecodeEncoder>>stream: 22:13:30 042/519 - 44/44: Installing method BytecodeEncoder>>streamToMethod: 22:13:30 042/519 - 1/10: Installing method BytecodeEncoder class>>extensionsFor:in:into: 22:13:30 042/519 - 2/10: Installing method BytecodeEncoder class>>instructionSizeAt:of: 22:13:30 042/519 - 3/10: Installing method BytecodeEncoder class>>isAbstract 22:13:30 042/519 - 4/10: Installing method BytecodeEncoder class>>isExtension: 22:13:30 042/519 - 5/10: Installing method BytecodeEncoder class>>literalMethodBytecodes 22:13:30 042/519 - 6/10: Installing method BytecodeEncoder class>>nonExtensionBytecodeAt:in: 22:13:30 042/519 - 7/10: Installing method BytecodeEncoder class>>nonExtensionPcAt:in: 22:13:30 042/519 - 8/10: Installing method BytecodeEncoder class>>quickPrimSpecialConstants 22:13:30 042/519 - 9/10: Installing method BytecodeEncoder class>>specialSelectors 22:13:30 042/519 - 10/10: Installing method BytecodeEncoder class>>stackDeltaForPrimitive:in: 22:13:30 044/519 - 1/3: Installing method CannotReturn>>isResumable 22:13:31 044/519 - 2/3: Installing method CannotReturn>>result 22:13:31 044/519 - 3/3: Installing method CannotReturn>>result: 22:13:31 045/519 - 1/5: Installing method CategoryConverter>>environment 22:13:31 045/519 - 2/5: Installing method CategoryConverter>>environment: 22:13:31 045/519 - 3/5: Installing method CategoryConverter>>packageName 22:13:31 045/519 - 4/5: Installing method CategoryConverter>>processCategory: 22:13:31 045/519 - 5/5: Installing method CategoryConverter>>tagName 22:13:31 045/519 - 1/2: Installing method CategoryConverter class>>category: 22:13:31 045/519 - 2/2: Installing method CategoryConverter class>>category:environment: 22:13:31 046/519 - 1/9: Installing method ChangesLog>>assureStartupStampLogged 22:13:31 046/519 - 2/9: Installing method ChangesLog>>logChange: 22:13:31 046/519 - 3/9: Installing method ChangesLog>>logClassRemoved: 22:13:31 046/519 - 4/9: Installing method ChangesLog>>logClassRenamed: 22:13:31 046/519 - 5/9: Installing method ChangesLog>>logExpressionEvaluated: 22:13:31 046/519 - 6/9: Installing method ChangesLog>>logMethodRemoved: 22:13:31 046/519 - 7/9: Installing method ChangesLog>>logSnapshot:andQuit: 22:13:31 046/519 - 8/9: Installing method ChangesLog>>recordStartupStamp 22:13:31 046/519 - 9/9: Installing method ChangesLog>>registerToAnnouncements 22:13:31 046/519 - 1/3: Installing method ChangesLog class>>default 22:13:31 046/519 - 2/3: Installing method ChangesLog class>>registerInterestToSystemAnnouncement 22:13:31 046/519 - 3/3: Installing method ChangesLog class>>reset 22:13:34 047/519 - 1/84: Installing method Character>>< 22:13:34 047/519 - 2/84: Installing method Character>>= 22:13:34 047/519 - 3/84: Installing method Character>>> 22:13:34 047/519 - 4/84: Installing method Character>>asCharacter 22:13:34 047/519 - 5/84: Installing method Character>>asHTMLString 22:13:34 047/519 - 6/84: Installing method Character>>asInteger 22:13:34 047/519 - 7/84: Installing method Character>>asLowercase 22:13:34 047/519 - 8/84: Installing method Character>>asString 22:13:34 047/519 - 9/84: Installing method Character>>asSymbol 22:13:34 047/519 - 10/84: Installing method Character>>asUnicode 22:13:34 047/519 - 11/84: Installing method Character>>asUppercase 22:13:34 047/519 - 12/84: Installing method Character>>asciiValue 22:13:34 047/519 - 13/84: Installing method Character>>basicIdentityHash 22:13:34 047/519 - 14/84: Installing method Character>>basicPharoToIso 22:13:34 047/519 - 15/84: Installing method Character>>charCode 22:13:34 047/519 - 16/84: Installing method Character>>characterSet 22:13:34 047/519 - 17/84: Installing method Character>>codePoint 22:13:34 047/519 - 18/84: Installing method Character>>copy 22:13:34 047/519 - 19/84: Installing method Character>>deepCopy 22:13:34 047/519 - 20/84: Installing method Character>>digitValue 22:13:34 047/519 - 21/84: Installing method Character>>hash 22:13:34 047/519 - 22/84: Installing method Character>>hex 22:13:34 047/519 - 23/84: Installing method Character>>hexDigitValue 22:13:34 047/519 - 24/84: Installing method Character>>initialize 22:13:34 047/519 - 25/84: Installing method Character>>isAlphaNumeric 22:13:34 047/519 - 26/84: Installing method Character>>isArrow 22:13:34 047/519 - 27/84: Installing method Character>>isCasedLetter 22:13:34 047/519 - 28/84: Installing method Character>>isCharacter 22:13:34 047/519 - 29/84: Installing method Character>>isClosePunctuation 22:13:34 047/519 - 30/84: Installing method Character>>isConnectorPunctuation 22:13:34 047/519 - 31/84: Installing method Character>>isControlOther 22:13:34 047/519 - 32/84: Installing method Character>>isCurrencySymbol 22:13:34 047/519 - 33/84: Installing method Character>>isDashPunctuation 22:13:34 047/519 - 34/84: Installing method Character>>isDecimalDigit 22:13:34 047/519 - 35/84: Installing method Character>>isDigit 22:13:34 047/519 - 36/84: Installing method Character>>isDoubleQuote 22:13:34 047/519 - 37/84: Installing method Character>>isEnclosingMark 22:13:34 047/519 - 38/84: Installing method Character>>isFinalQuote 22:13:34 047/519 - 39/84: Installing method Character>>isFormatOther 22:13:34 047/519 - 40/84: Installing method Character>>isImmediateObject 22:13:34 047/519 - 41/84: Installing method Character>>isInitialQuote 22:13:34 047/519 - 42/84: Installing method Character>>isLetter 22:13:34 047/519 - 43/84: Installing method Character>>isLetterModifier 22:13:34 047/519 - 44/84: Installing method Character>>isLetterNumber 22:13:34 047/519 - 45/84: Installing method Character>>isLineSeparator 22:13:34 047/519 - 46/84: Installing method Character>>isLiteral 22:13:34 047/519 - 47/84: Installing method Character>>isLowercase 22:13:34 047/519 - 48/84: Installing method Character>>isMathSymbol 22:13:34 047/519 - 49/84: Installing method Character>>isModifierSymbol 22:13:34 047/519 - 50/84: Installing method Character>>isNonspacingMark 22:13:34 047/519 - 51/84: Installing method Character>>isOctetCharacter 22:13:34 047/519 - 52/84: Installing method Character>>isOpenPunctuation 22:13:34 047/519 - 53/84: Installing method Character>>isOtherLetter 22:13:34 047/519 - 54/84: Installing method Character>>isOtherNumber 22:13:34 047/519 - 55/84: Installing method Character>>isOtherPunctuation 22:13:34 047/519 - 56/84: Installing method Character>>isOtherSymbol 22:13:34 047/519 - 57/84: Installing method Character>>isParagraphSeparator 22:13:34 047/519 - 58/84: Installing method Character>>isPinnedInMemory 22:13:34 047/519 - 59/84: Installing method Character>>isPrivateOther 22:13:34 047/519 - 60/84: Installing method Character>>isPunctuation 22:13:34 047/519 - 61/84: Installing method Character>>isSafeForHTTP 22:13:34 047/519 - 62/84: Installing method Character>>isSeparator 22:13:34 047/519 - 63/84: Installing method Character>>isSpaceSeparator 22:13:34 047/519 - 64/84: Installing method Character>>isSpacingCombiningMark 22:13:34 047/519 - 65/84: Installing method Character>>isSpecial 22:13:34 047/519 - 66/84: Installing method Character>>isSurrogateOther 22:13:34 047/519 - 67/84: Installing method Character>>isTitlecaseLetter 22:13:34 047/519 - 68/84: Installing method Character>>isUppercase 22:13:34 047/519 - 69/84: Installing method Character>>isVowel 22:13:34 047/519 - 70/84: Installing method Character>>join: 22:13:34 047/519 - 71/84: Installing method Character>>lowercase 22:13:35 047/519 - 72/84: Installing method Character>>nextObject 22:13:35 047/519 - 73/84: Installing method Character>>printOn: 22:13:35 047/519 - 74/84: Installing method Character>>printStringHex 22:13:35 047/519 - 75/84: Installing method Character>>sameAs: 22:13:35 047/519 - 76/84: Installing method Character>>setValue: 22:13:35 047/519 - 77/84: Installing method Character>>shallowCopy 22:13:35 047/519 - 78/84: Installing method Character>>shouldBePrintedAsLiteral 22:13:35 047/519 - 79/84: Installing method Character>>storeBinaryOn: 22:13:35 047/519 - 80/84: Installing method Character>>storeOn: 22:13:35 047/519 - 81/84: Installing method Character>>to: 22:13:35 047/519 - 82/84: Installing method Character>>tokenish 22:13:35 047/519 - 83/84: Installing method Character>>uppercase 22:13:35 047/519 - 84/84: Installing method Character>>veryDeepCopyWith: 22:13:35 047/519 - 1/41: Installing method Character class>>allByteCharacters 22:13:35 047/519 - 2/41: Installing method Character class>>alphabet 22:13:35 047/519 - 3/41: Installing method Character class>>arrowDown 22:13:35 047/519 - 4/41: Installing method Character class>>arrowLeft 22:13:35 047/519 - 5/41: Installing method Character class>>arrowRight 22:13:35 047/519 - 6/41: Installing method Character class>>arrowUp 22:13:35 047/519 - 7/41: Installing method Character class>>backspace 22:13:35 047/519 - 8/41: Installing method Character class>>centeredDot 22:13:35 047/519 - 9/41: Installing method Character class>>characterSet 22:13:35 047/519 - 10/41: Installing method Character class>>characterSet: 22:13:35 047/519 - 11/41: Installing method Character class>>codePoint: 22:13:35 047/519 - 12/41: Installing method Character class>>constantNameFor: 22:13:35 047/519 - 13/41: Installing method Character class>>constantNames 22:13:35 047/519 - 14/41: Installing method Character class>>cr 22:13:35 047/519 - 15/41: Installing method Character class>>delete 22:13:35 047/519 - 16/41: Installing method Character class>>digitValue: 22:13:35 047/519 - 17/41: Installing method Character class>>divide 22:13:35 047/519 - 18/41: Installing method Character class>>end 22:13:35 047/519 - 19/41: Installing method Character class>>enter 22:13:35 047/519 - 20/41: Installing method Character class>>escape 22:13:35 047/519 - 21/41: Installing method Character class>>home 22:13:35 047/519 - 22/41: Installing method Character class>>initialize 22:13:35 047/519 - 23/41: Installing method Character class>>initializeDigitValues 22:13:35 047/519 - 24/41: Installing method Character class>>insert 22:13:35 047/519 - 25/41: Installing method Character class>>lf 22:13:36 047/519 - 26/41: Installing method Character class>>linefeed 22:13:36 047/519 - 27/41: Installing method Character class>>maxVal 22:13:36 047/519 - 28/41: Installing method Character class>>nbsp 22:13:36 047/519 - 29/41: Installing method Character class>>new 22:13:36 047/519 - 30/41: Installing method Character class>>newPage 22:13:36 047/519 - 31/41: Installing method Character class>>null 22:13:36 047/519 - 32/41: Installing method Character class>>pageDown 22:13:36 047/519 - 33/41: Installing method Character class>>pageUp 22:13:36 047/519 - 34/41: Installing method Character class>>plusOrMinus 22:13:36 047/519 - 35/41: Installing method Character class>>separators 22:13:36 047/519 - 36/41: Installing method Character class>>space 22:13:36 047/519 - 37/41: Installing method Character class>>specialCharacters 22:13:36 047/519 - 38/41: Installing method Character class>>supportsNonASCII 22:13:36 047/519 - 39/41: Installing method Character class>>tab 22:13:36 047/519 - 40/41: Installing method Character class>>times 22:13:36 047/519 - 41/41: Installing method Character class>>value: 22:13:36 048/519 - 1/18: Installing method CharacterSet>>= 22:13:36 048/519 - 2/18: Installing method CharacterSet>>add: 22:13:36 048/519 - 3/18: Installing method CharacterSet>>asString 22:13:36 048/519 - 4/18: Installing method CharacterSet>>byteArrayMap 22:13:36 048/519 - 5/18: Installing method CharacterSet>>byteComplement 22:13:36 048/519 - 6/18: Installing method CharacterSet>>complement 22:13:36 048/519 - 7/18: Installing method CharacterSet>>do: 22:13:36 048/519 - 8/18: Installing method CharacterSet>>findFirstInByteString:startingAt: 22:13:36 048/519 - 9/18: Installing method CharacterSet>>hasWideCharacters 22:13:36 048/519 - 10/18: Installing method CharacterSet>>hash 22:13:36 048/519 - 11/18: Installing method CharacterSet>>includes: 22:13:36 048/519 - 12/18: Installing method CharacterSet>>initialize 22:13:36 048/519 - 13/18: Installing method CharacterSet>>postCopy 22:13:36 048/519 - 14/18: Installing method CharacterSet>>remove: 22:13:36 048/519 - 15/18: Installing method CharacterSet>>remove:ifAbsent: 22:13:36 048/519 - 16/18: Installing method CharacterSet>>removeAll 22:13:36 048/519 - 17/18: Installing method CharacterSet>>size 22:13:36 048/519 - 18/18: Installing method CharacterSet>>wideCharacterMap 22:13:37 048/519 - 1/6: Installing method CharacterSet class>>allByteCharacters 22:13:37 048/519 - 2/6: Installing method CharacterSet class>>allCharacters 22:13:37 048/519 - 3/6: Installing method CharacterSet class>>crlf 22:13:37 048/519 - 4/6: Installing method CharacterSet class>>newFrom: 22:13:37 048/519 - 5/6: Installing method CharacterSet class>>nonSeparators 22:13:37 048/519 - 6/6: Installing method CharacterSet class>>separators 22:13:37 049/519 - 1/19: Installing method CharacterSetComplement>>= 22:13:37 049/519 - 2/19: Installing method CharacterSetComplement>>add: 22:13:37 049/519 - 3/19: Installing method CharacterSetComplement>>byteArrayMap 22:13:37 049/519 - 4/19: Installing method CharacterSetComplement>>complement 22:13:37 049/519 - 5/19: Installing method CharacterSetComplement>>complement: 22:13:37 049/519 - 6/19: Installing method CharacterSetComplement>>do: 22:13:37 049/519 - 7/19: Installing method CharacterSetComplement>>findFirstInByteString:startingAt: 22:13:37 049/519 - 8/19: Installing method CharacterSetComplement>>hasWideCharacters 22:13:37 049/519 - 9/19: Installing method CharacterSetComplement>>hash 22:13:37 049/519 - 10/19: Installing method CharacterSetComplement>>includes: 22:13:37 049/519 - 11/19: Installing method CharacterSetComplement>>postCopy 22:13:37 049/519 - 12/19: Installing method CharacterSetComplement>>printOn: 22:13:37 049/519 - 13/19: Installing method CharacterSetComplement>>reject: 22:13:37 049/519 - 14/19: Installing method CharacterSetComplement>>remove: 22:13:37 049/519 - 15/19: Installing method CharacterSetComplement>>remove:ifAbsent: 22:13:37 049/519 - 16/19: Installing method CharacterSetComplement>>removeAll 22:13:37 049/519 - 17/19: Installing method CharacterSetComplement>>select: 22:13:37 049/519 - 18/19: Installing method CharacterSetComplement>>size 22:13:37 049/519 - 19/19: Installing method CharacterSetComplement>>storeOn: 22:13:37 049/519 - 1/1: Installing method CharacterSetComplement class>>of: 22:13:37 050/519 - 1/12: Installing method ChunkReadStream>>basicNext 22:13:37 050/519 - 2/12: Installing method ChunkReadStream>>basicNextChunk 22:13:37 050/519 - 3/12: Installing method ChunkReadStream>>decodeString:andRuns: 22:13:37 050/519 - 4/12: Installing method ChunkReadStream>>isNextChunkMetaData 22:13:37 050/519 - 5/12: Installing method ChunkReadStream>>isNextStyleChunk 22:13:37 050/519 - 6/12: Installing method ChunkReadStream>>next 22:13:37 050/519 - 7/12: Installing method ChunkReadStream>>parseLangTagFor: 22:13:38 050/519 - 8/12: Installing method ChunkReadStream>>position 22:13:38 050/519 - 9/12: Installing method ChunkReadStream>>readUpToEndOfStyleChunk 22:13:38 050/519 - 10/12: Installing method ChunkReadStream>>reset 22:13:38 050/519 - 11/12: Installing method ChunkReadStream>>skipSeparators 22:13:38 050/519 - 12/12: Installing method ChunkReadStream>>terminatorMark 22:13:38 051/519 - 1/7: Installing method ChunkWriteStream>>afterNexPut 22:13:38 051/519 - 2/7: Installing method ChunkWriteStream>>bang 22:13:38 051/519 - 3/7: Installing method ChunkWriteStream>>doesNotUnderstand: 22:13:38 051/519 - 4/7: Installing method ChunkWriteStream>>duplicateTerminatorMarkOn: 22:13:38 051/519 - 5/7: Installing method ChunkWriteStream>>nextChunkPut: 22:13:38 051/519 - 6/7: Installing method ChunkWriteStream>>nextPut: 22:13:38 051/519 - 7/7: Installing method ChunkWriteStream>>terminatorMark 22:13:38 052/519 - 1/1: Installing method CircularHierarchyError class>>signalFor: 22:13:41 053/519 - 1/107: Installing method Class>>addClassSlot: 22:13:41 053/519 - 2/107: Installing method Class>>addClassVarNamed: 22:13:41 053/519 - 3/107: Installing method Class>>addClassVariable: 22:13:41 053/519 - 4/107: Installing method Class>>addInstVarNamed: 22:13:41 053/519 - 5/107: Installing method Class>>addSharedPool: 22:13:41 053/519 - 6/107: Installing method Class>>addSharedPoolNamed: 22:13:41 053/519 - 7/107: Installing method Class>>addSlot: 22:13:41 053/519 - 8/107: Installing method Class>>addSubclass: 22:13:41 053/519 - 9/107: Installing method Class>>allClassVariables 22:13:41 053/519 - 10/107: Installing method Class>>allSharedPools 22:13:41 053/519 - 11/107: Installing method Class>>allUnreferencedClassVariables 22:13:41 053/519 - 12/107: Installing method Class>>applyDeprecation 22:13:41 053/519 - 13/107: Installing method Class>>basicDeclareClassVariable: 22:13:41 053/519 - 14/107: Installing method Class>>basicTag: 22:13:41 053/519 - 15/107: Installing method Class>>binding 22:13:41 053/519 - 16/107: Installing method Class>>bindingOf: 22:13:41 053/519 - 17/107: Installing method Class>>category 22:13:41 053/519 - 18/107: Installing method Class>>checkForCompiledMethodLayout: 22:13:41 053/519 - 19/107: Installing method Class>>classBuilder 22:13:41 053/519 - 20/107: Installing method Class>>classInstaller 22:13:41 053/519 - 21/107: Installing method Class>>classPool 22:13:41 053/519 - 22/107: Installing method Class>>classPool: 22:13:41 053/519 - 23/107: Installing method Class>>classSide 22:13:41 053/519 - 24/107: Installing method Class>>classThatDefinesClassVariable: 22:13:41 053/519 - 25/107: Installing method Class>>classVarNamed: 22:13:41 053/519 - 26/107: Installing method Class>>classVarNamed:put: 22:13:41 053/519 - 27/107: Installing method Class>>classVarNames 22:13:41 053/519 - 28/107: Installing method Class>>classVariableDefinitionString 22:13:41 053/519 - 29/107: Installing method Class>>classVariableNamed: 22:13:41 053/519 - 30/107: Installing method Class>>classVariableNamed:ifAbsent: 22:13:41 053/519 - 31/107: Installing method Class>>classVariables 22:13:41 053/519 - 32/107: Installing method Class>>classVariablesNeedFullDefinition 22:13:41 053/519 - 33/107: Installing method Class>>comment 22:13:41 053/519 - 34/107: Installing method Class>>comment: 22:13:41 053/519 - 35/107: Installing method Class>>comment:stamp: 22:13:41 053/519 - 36/107: Installing method Class>>commentSourcePointer 22:13:41 053/519 - 37/107: Installing method Class>>commentSourcePointer: 22:13:41 053/519 - 38/107: Installing method Class>>commentStamp 22:13:41 053/519 - 39/107: Installing method Class>>commentStamp: 22:13:41 053/519 - 40/107: Installing method Class>>commonSuperclassWith: 22:13:41 053/519 - 41/107: Installing method Class>>compileAllFrom: 22:13:41 053/519 - 42/107: Installing method Class>>copyForAnnouncement 22:13:41 053/519 - 43/107: Installing method Class>>declareClassVariables: 22:13:41 053/519 - 44/107: Installing method Class>>definedVariables 22:13:41 053/519 - 45/107: Installing method Class>>definesClassVariable: 22:13:41 053/519 - 46/107: Installing method Class>>definesClassVariableNamed: 22:13:41 053/519 - 47/107: Installing method Class>>deprecationRefactorings 22:13:41 053/519 - 48/107: Installing method Class>>duplicateClassWithNewName: 22:13:41 053/519 - 49/107: Installing method Class>>environment 22:13:41 053/519 - 50/107: Installing method Class>>environment: 22:13:41 053/519 - 51/107: Installing method Class>>expandedDefinitionStringFor: 22:13:41 053/519 - 52/107: Installing method Class>>getName 22:13:41 053/519 - 53/107: Installing method Class>>hasAbstractMethods 22:13:41 053/519 - 54/107: Installing method Class>>hasBindingThatBeginsWith: 22:13:41 053/519 - 55/107: Installing method Class>>hasClassSide 22:13:41 053/519 - 56/107: Installing method Class>>hasClassVarNamed: 22:13:41 053/519 - 57/107: Installing method Class>>hasClassVariable: 22:13:41 053/519 - 58/107: Installing method Class>>hasComment 22:13:41 053/519 - 59/107: Installing method Class>>hasMethods 22:13:41 053/519 - 60/107: Installing method Class>>hasSharedPools 22:13:41 053/519 - 61/107: Installing method Class>>hasSubclasses 22:13:41 053/519 - 62/107: Installing method Class>>innerBindingOf: 22:13:41 053/519 - 63/107: Installing method Class>>instanceSide 22:13:42 053/519 - 64/107: Installing method Class>>isAnonymous 22:13:42 053/519 - 65/107: Installing method Class>>isClass 22:13:42 053/519 - 66/107: Installing method Class>>isClassOrTrait 22:13:42 053/519 - 67/107: Installing method Class>>isObsolete 22:13:42 053/519 - 68/107: Installing method Class>>isSelfEvaluating 22:13:42 053/519 - 69/107: Installing method Class>>isUsed 22:13:42 053/519 - 70/107: Installing method Class>>name 22:13:42 053/519 - 71/107: Installing method Class>>needsSlotClassDefinition 22:13:42 053/519 - 72/107: Installing method Class>>newAnonymousSubclass 22:13:42 053/519 - 73/107: Installing method Class>>newAnonymousSubclassInEnvironment: 22:13:42 053/519 - 74/107: Installing method Class>>newSubclass 22:13:42 053/519 - 75/107: Installing method Class>>obsolete 22:13:42 053/519 - 76/107: Installing method Class>>package 22:13:42 053/519 - 77/107: Installing method Class>>packageTag 22:13:42 053/519 - 78/107: Installing method Class>>possibleVariablesFor:continuedFrom: 22:13:42 053/519 - 79/107: Installing method Class>>readClassVariableNamed: 22:13:42 053/519 - 80/107: Installing method Class>>reformatAll 22:13:42 053/519 - 81/107: Installing method Class>>removeClassSlot: 22:13:42 053/519 - 82/107: Installing method Class>>removeClassVarNamed: 22:13:42 053/519 - 83/107: Installing method Class>>removeClassVariable: 22:13:42 053/519 - 84/107: Installing method Class>>removeFromSystem 22:13:42 053/519 - 85/107: Installing method Class>>removeFromSystem: 22:13:42 053/519 - 86/107: Installing method Class>>removeFromSystemUnlogged 22:13:42 053/519 - 87/107: Installing method Class>>removeSharedPool: 22:13:42 053/519 - 88/107: Installing method Class>>removeSlot: 22:13:42 053/519 - 89/107: Installing method Class>>removeSubclass: 22:13:42 053/519 - 90/107: Installing method Class>>rename: 22:13:42 053/519 - 91/107: Installing method Class>>setName: 22:13:42 053/519 - 92/107: Installing method Class>>sharedPoolNames 22:13:42 053/519 - 93/107: Installing method Class>>sharedPoolOfVarNamed: 22:13:42 053/519 - 94/107: Installing method Class>>sharedPools 22:13:42 053/519 - 95/107: Installing method Class>>sharedPools: 22:13:42 053/519 - 96/107: Installing method Class>>sharedPoolsDo: 22:13:42 053/519 - 97/107: Installing method Class>>sharing: 22:13:42 053/519 - 98/107: Installing method Class>>subclass: 22:13:42 053/519 - 99/107: Installing method Class>>subclasses 22:13:42 053/519 - 100/107: Installing method Class>>subclasses: 22:13:42 053/519 - 101/107: Installing method Class>>subclassesDo: 22:13:42 053/519 - 102/107: Installing method Class>>superclass:methodDictionary:format: 22:13:42 053/519 - 103/107: Installing method Class>>unload 22:13:42 053/519 - 104/107: Installing method Class>>usesClassVarNamed: 22:13:42 053/519 - 105/107: Installing method Class>>usesLocalPoolVarNamed: 22:13:42 053/519 - 106/107: Installing method Class>>usesPoolVarNamed: 22:13:42 053/519 - 107/107: Installing method Class>>writeClassVariableNamed:value: 22:13:42 053/519 - 1/7: Installing method Class class>>allSuperclassesFor:cache: 22:13:42 053/519 - 2/7: Installing method Class class>>doesNotIncludeInstanceOrSuperclassesFor:in:cache: 22:13:42 053/519 - 3/7: Installing method Class class>>hasNoDependenciesFor:in:cache: 22:13:42 053/519 - 4/7: Installing method Class class>>hasNoDependenciesForMetaclass:in:cache: 22:13:42 053/519 - 5/7: Installing method Class class>>hasNoSuperclassesOf:in:cache: 22:13:42 053/519 - 6/7: Installing method Class class>>initialize 22:13:42 053/519 - 7/7: Installing method Class class>>superclassOrder: 22:13:42 054/519 - 1/3: Installing method ClassAdded>>classAdded 22:13:42 054/519 - 2/3: Installing method ClassAdded>>classAdded: 22:13:42 054/519 - 3/3: Installing method ClassAdded>>classAffected 22:13:42 054/519 - 1/1: Installing method ClassAdded class>>class: 22:13:43 055/519 - 1/5: Installing method ClassAnnouncement>>classAffected 22:13:43 055/519 - 2/5: Installing method ClassAnnouncement>>packageAffected 22:13:43 055/519 - 3/5: Installing method ClassAnnouncement>>packageTagAffected 22:13:43 055/519 - 4/5: Installing method ClassAnnouncement>>packageTagsAffected 22:13:43 055/519 - 5/5: Installing method ClassAnnouncement>>packagesAffected 22:13:43 056/519 - 1/11: Installing method ClassCommented>>classAffected 22:13:43 056/519 - 2/11: Installing method ClassCommented>>classCommented 22:13:43 056/519 - 3/11: Installing method ClassCommented>>classCommented: 22:13:43 056/519 - 4/11: Installing method ClassCommented>>newComment 22:13:43 056/519 - 5/11: Installing method ClassCommented>>newComment: 22:13:43 056/519 - 6/11: Installing method ClassCommented>>newStamp 22:13:43 056/519 - 7/11: Installing method ClassCommented>>newStamp: 22:13:43 056/519 - 8/11: Installing method ClassCommented>>oldComment 22:13:43 056/519 - 9/11: Installing method ClassCommented>>oldComment: 22:13:43 056/519 - 10/11: Installing method ClassCommented>>oldStamp 22:13:43 056/519 - 11/11: Installing method ClassCommented>>oldStamp: 22:13:43 056/519 - 1/2: Installing method ClassCommented class>>class:oldComment:newComment:oldStamp:newStamp: 22:13:43 056/519 - 2/2: Installing method ClassCommented class>>classCommented: 22:13:48 057/519 - 1/133: Installing method ClassDescription>>addAndClassifySelector:withMethod:inProtocol: 22:13:48 057/519 - 2/133: Installing method ClassDescription>>addInstVarNamed: 22:13:48 057/519 - 3/133: Installing method ClassDescription>>addProtocol: 22:13:48 057/519 - 4/133: Installing method ClassDescription>>addSelector:withMethod: 22:13:48 057/519 - 5/133: Installing method ClassDescription>>addSelectorSilently:withMethod: 22:13:48 057/519 - 6/133: Installing method ClassDescription>>addSlot: 22:13:48 057/519 - 7/133: Installing method ClassDescription>>allCallsOnIn: 22:13:48 057/519 - 8/133: Installing method ClassDescription>>allInstVarNames 22:13:48 057/519 - 9/133: Installing method ClassDescription>>allInstVarNamesEverywhere 22:13:48 057/519 - 10/133: Installing method ClassDescription>>allLocalCallsOn: 22:13:48 057/519 - 11/133: Installing method ClassDescription>>allSelectorsInProtocol: 22:13:48 057/519 - 12/133: Installing method ClassDescription>>allSharedPools 22:13:48 057/519 - 13/133: Installing method ClassDescription>>allSlots 22:13:48 057/519 - 14/133: Installing method ClassDescription>>allUnreferencedInstanceVariables 22:13:48 057/519 - 15/133: Installing method ClassDescription>>announceRecategorizationOf:oldProtocol: 22:13:48 057/519 - 16/133: Installing method ClassDescription>>authors 22:13:48 057/519 - 17/133: Installing method ClassDescription>>classCommentBlank 22:13:48 057/519 - 18/133: Installing method ClassDescription>>classSide 22:13:48 057/519 - 19/133: Installing method ClassDescription>>classThatDefinesInstVarNamed: 22:13:48 057/519 - 20/133: Installing method ClassDescription>>classVariablesOn: 22:13:48 057/519 - 21/133: Installing method ClassDescription>>classVariablesString 22:13:48 057/519 - 22/133: Installing method ClassDescription>>classify:under: 22:13:48 057/519 - 23/133: Installing method ClassDescription>>compile:classified: 22:13:48 057/519 - 24/133: Installing method ClassDescription>>compile:classified:notifying: 22:13:48 057/519 - 25/133: Installing method ClassDescription>>compile:classified:withStamp:notifying: 22:13:49 057/519 - 26/133: Installing method ClassDescription>>compile:classified:withStamp:notifying:logSource: 22:13:49 057/519 - 27/133: Installing method ClassDescription>>compile:notifying: 22:13:49 057/519 - 28/133: Installing method ClassDescription>>compileSilently: 22:13:49 057/519 - 29/133: Installing method ClassDescription>>compileSilently:classified: 22:13:49 057/519 - 30/133: Installing method ClassDescription>>compileSilently:classified:notifying: 22:13:49 057/519 - 31/133: Installing method ClassDescription>>copyAllMethodsFrom: 22:13:49 057/519 - 32/133: Installing method ClassDescription>>definesSlot: 22:13:49 057/519 - 33/133: Installing method ClassDescription>>definesSlotNamed: 22:13:49 057/519 - 34/133: Installing method ClassDescription>>dependentClasses 22:13:49 057/519 - 35/133: Installing method ClassDescription>>deprecatedAliases 22:13:49 057/519 - 36/133: Installing method ClassDescription>>deprecatedAliases: 22:13:49 057/519 - 37/133: Installing method ClassDescription>>ensureProtocol: 22:13:49 057/519 - 38/133: Installing method ClassDescription>>extendingPackages 22:13:49 057/519 - 39/133: Installing method ClassDescription>>extensionProtocols 22:13:49 057/519 - 40/133: Installing method ClassDescription>>extensionSelectors 22:13:49 057/519 - 41/133: Installing method ClassDescription>>forceNewFrom: 22:13:49 057/519 - 42/133: Installing method ClassDescription>>hasClassSide 22:13:49 057/519 - 43/133: Installing method ClassDescription>>hasInstVarNamed: 22:13:49 057/519 - 44/133: Installing method ClassDescription>>hasProtocol: 22:13:49 057/519 - 45/133: Installing method ClassDescription>>hasSharedPools 22:13:49 057/519 - 46/133: Installing method ClassDescription>>hasSlot: 22:13:49 057/519 - 47/133: Installing method ClassDescription>>hasSlotNamed: 22:13:49 057/519 - 48/133: Installing method ClassDescription>>includesSharedPoolNamed: 22:13:49 057/519 - 49/133: Installing method ClassDescription>>initialize 22:13:49 057/519 - 50/133: Installing method ClassDescription>>instVarIndexFor: 22:13:49 057/519 - 51/133: Installing method ClassDescription>>instVarIndexFor:ifAbsent: 22:13:49 057/519 - 52/133: Installing method ClassDescription>>instVarMappingFrom: 22:13:49 057/519 - 53/133: Installing method ClassDescription>>instVarNames 22:13:49 057/519 - 54/133: Installing method ClassDescription>>instanceSide 22:13:49 057/519 - 55/133: Installing method ClassDescription>>instanceVariablesOn: 22:13:49 057/519 - 56/133: Installing method ClassDescription>>instanceVariablesString 22:13:49 057/519 - 57/133: Installing method ClassDescription>>isClassSide 22:13:49 057/519 - 58/133: Installing method ClassDescription>>isDeprecated 22:13:49 057/519 - 59/133: Installing method ClassDescription>>isExtended 22:13:49 057/519 - 60/133: Installing method ClassDescription>>isExtendedInPackage: 22:13:49 057/519 - 61/133: Installing method ClassDescription>>isInstalled 22:13:49 057/519 - 62/133: Installing method ClassDescription>>isInstanceSide 22:13:49 057/519 - 63/133: Installing method ClassDescription>>isLocalSelector: 22:13:49 057/519 - 64/133: Installing method ClassDescription>>isMeta 22:13:49 057/519 - 65/133: Installing method ClassDescription>>isProtocolExtensionFromTheSamePackage: 22:13:49 057/519 - 66/133: Installing method ClassDescription>>isTaggedWith: 22:13:49 057/519 - 67/133: Installing method ClassDescription>>linesOfCode 22:13:49 057/519 - 68/133: Installing method ClassDescription>>localSlots 22:13:49 057/519 - 69/133: Installing method ClassDescription>>methodsInProtocol: 22:13:49 057/519 - 70/133: Installing method ClassDescription>>needsSlotClassDefinition 22:13:49 057/519 - 71/133: Installing method ClassDescription>>newInstanceFrom:variable:size: 22:13:49 057/519 - 72/133: Installing method ClassDescription>>noteAddedSelector:meta: 22:13:49 057/519 - 73/133: Installing method ClassDescription>>noteCompilationOf:meta: 22:13:49 057/519 - 74/133: Installing method ClassDescription>>notifyOfRecategorizedSelector:from:to: 22:13:49 057/519 - 75/133: Installing method ClassDescription>>numberOfMethods 22:13:49 057/519 - 76/133: Installing method ClassDescription>>obsolete 22:13:49 057/519 - 77/133: Installing method ClassDescription>>package 22:13:49 057/519 - 78/133: Installing method ClassDescription>>package: 22:13:49 057/519 - 79/133: Installing method ClassDescription>>package:tag: 22:13:49 057/519 - 80/133: Installing method ClassDescription>>packageName 22:13:49 057/519 - 81/133: Installing method ClassDescription>>packageTag 22:13:49 057/519 - 82/133: Installing method ClassDescription>>packageTag: 22:13:49 057/519 - 83/133: Installing method ClassDescription>>packageTagName 22:13:49 057/519 - 84/133: Installing method ClassDescription>>packages 22:13:49 057/519 - 85/133: Installing method ClassDescription>>printOn: 22:13:49 057/519 - 86/133: Installing method ClassDescription>>printProtocolChunk:on:withStamp:priorMethod: 22:13:49 057/519 - 87/133: Installing method ClassDescription>>protocolNameOfSelector: 22:13:49 057/519 - 88/133: Installing method ClassDescription>>protocolNamed: 22:13:49 057/519 - 89/133: Installing method ClassDescription>>protocolNamed:ifAbsent: 22:13:49 057/519 - 90/133: Installing method ClassDescription>>protocolNames 22:13:49 057/519 - 91/133: Installing method ClassDescription>>protocolOfSelector: 22:13:49 057/519 - 92/133: Installing method ClassDescription>>protocols 22:13:52 057/519 - 93/133: Installing method ClassDescription>>protocols: 22:13:52 057/519 - 94/133: Installing method ClassDescription>>reformatAll 22:13:52 057/519 - 95/133: Installing method ClassDescription>>removeEmptyProtocols 22:13:52 057/519 - 96/133: Installing method ClassDescription>>removeFromProtocols: 22:13:52 057/519 - 97/133: Installing method ClassDescription>>removeInstVarNamed: 22:13:52 057/519 - 98/133: Installing method ClassDescription>>removeNonexistentSelectorsFromProtocols 22:13:52 057/519 - 99/133: Installing method ClassDescription>>removePackageTag 22:13:52 057/519 - 100/133: Installing method ClassDescription>>removeProtocol: 22:13:52 057/519 - 101/133: Installing method ClassDescription>>removeProtocolIfEmpty: 22:13:52 057/519 - 102/133: Installing method ClassDescription>>removeSelector: 22:13:52 057/519 - 103/133: Installing method ClassDescription>>removeSlot: 22:13:52 057/519 - 104/133: Installing method ClassDescription>>renameProtocol:as: 22:13:52 057/519 - 105/133: Installing method ClassDescription>>reorganize 22:13:52 057/519 - 106/133: Installing method ClassDescription>>resetProtocols 22:13:52 057/519 - 107/133: Installing method ClassDescription>>selectorsInProtocol: 22:13:53 057/519 - 108/133: Installing method ClassDescription>>sharedPoolOfVarNamed: 22:13:53 057/519 - 109/133: Installing method ClassDescription>>sharedPoolString 22:13:53 057/519 - 110/133: Installing method ClassDescription>>sharedPoolStringOn: 22:13:53 057/519 - 111/133: Installing method ClassDescription>>sharedPools 22:13:53 057/519 - 112/133: Installing method ClassDescription>>sharedPoolsOn: 22:13:53 057/519 - 113/133: Installing method ClassDescription>>sharedPoolsString 22:13:53 057/519 - 114/133: Installing method ClassDescription>>slotNamed: 22:13:53 057/519 - 115/133: Installing method ClassDescription>>slotNamed:ifFound: 22:13:53 057/519 - 116/133: Installing method ClassDescription>>slotNamed:ifFound:ifNone: 22:13:53 057/519 - 117/133: Installing method ClassDescription>>slotNames 22:13:53 057/519 - 118/133: Installing method ClassDescription>>slots 22:13:53 057/519 - 119/133: Installing method ClassDescription>>slotsNeedFullDefinition 22:13:53 057/519 - 120/133: Installing method ClassDescription>>spaceUsed 22:13:53 057/519 - 121/133: Installing method ClassDescription>>storeOn: 22:13:53 057/519 - 122/133: Installing method ClassDescription>>superclass:layout: 22:13:53 057/519 - 123/133: Installing method ClassDescription>>superclass:methodDictionary:format: 22:13:53 057/519 - 124/133: Installing method ClassDescription>>superclass:withLayoutType:slots: 22:13:53 057/519 - 125/133: Installing method ClassDescription>>uncategorizedSelectors 22:13:53 057/519 - 126/133: Installing method ClassDescription>>usesLocalPoolVarNamed: 22:13:53 057/519 - 127/133: Installing method ClassDescription>>usesPoolVarNamed: 22:13:53 057/519 - 128/133: Installing method ClassDescription>>whichMethodsAccess: 22:13:53 057/519 - 129/133: Installing method ClassDescription>>whichMethodsRead: 22:13:53 057/519 - 130/133: Installing method ClassDescription>>whichMethodsWrite: 22:13:53 057/519 - 131/133: Installing method ClassDescription>>whichSelectorsAccess: 22:13:53 057/519 - 132/133: Installing method ClassDescription>>whichSelectorsRead: 22:13:53 057/519 - 133/133: Installing method ClassDescription>>whichSelectorsWrite: 22:13:53 057/519 - 1/1: Installing method ClassDescription class>>isAbstract 22:13:53 058/519 - 1/2: Installing method ClassModificationApplied>>classAffected 22:13:53 058/519 - 2/2: Installing method ClassModificationApplied>>modifiedClass: 22:13:53 058/519 - 1/1: Installing method ClassModificationApplied class>>toClass: 22:13:53 059/519 - 1/5: Installing method ClassModifiedClassDefinition>>classAffected 22:13:53 059/519 - 2/5: Installing method ClassModifiedClassDefinition>>newClassDefinition 22:13:53 059/519 - 3/5: Installing method ClassModifiedClassDefinition>>newClassDefinition: 22:13:53 059/519 - 4/5: Installing method ClassModifiedClassDefinition>>oldClassDefinition 22:13:53 059/519 - 5/5: Installing method ClassModifiedClassDefinition>>oldClassDefinition: 22:13:53 059/519 - 1/1: Installing method ClassModifiedClassDefinition class>>classDefinitionChangedFrom:to: 22:13:53 060/519 - 1/6: Installing method ClassParentRenamed>>classAffected 22:13:53 060/519 - 2/6: Installing method ClassParentRenamed>>classAffected: 22:13:53 060/519 - 3/6: Installing method ClassParentRenamed>>parentNewName 22:13:53 060/519 - 4/6: Installing method ClassParentRenamed>>parentNewName: 22:13:53 060/519 - 5/6: Installing method ClassParentRenamed>>parentOldName 22:13:53 060/519 - 6/6: Installing method ClassParentRenamed>>parentOldName: 22:13:53 060/519 - 1/1: Installing method ClassParentRenamed class>>classParentOf:renamedFrom:to: 22:13:53 061/519 - 1/4: Installing method ClassRemoved>>classAffected 22:13:53 061/519 - 2/4: Installing method ClassRemoved>>classRemoved 22:13:53 061/519 - 3/4: Installing method ClassRemoved>>classRemoved: 22:13:54 061/519 - 4/4: Installing method ClassRemoved>>packagesAffected 22:13:54 061/519 - 1/1: Installing method ClassRemoved class>>class: 22:13:54 062/519 - 1/8: Installing method ClassRenamed>>classAffected 22:13:54 062/519 - 2/8: Installing method ClassRenamed>>classRenamed 22:13:54 062/519 - 3/8: Installing method ClassRenamed>>classRenamed: 22:13:54 062/519 - 4/8: Installing method ClassRenamed>>newName 22:13:54 062/519 - 5/8: Installing method ClassRenamed>>newName: 22:13:54 062/519 - 6/8: Installing method ClassRenamed>>oldName 22:13:54 062/519 - 7/8: Installing method ClassRenamed>>oldName: 22:13:54 062/519 - 8/8: Installing method ClassRenamed>>packagesAffected 22:13:54 062/519 - 1/1: Installing method ClassRenamed class>>class:oldName:newName: 22:13:54 063/519 - 1/12: Installing method ClassRepackaged>>classAffected 22:13:54 063/519 - 2/12: Installing method ClassRepackaged>>classRepackaged 22:13:54 063/519 - 3/12: Installing method ClassRepackaged>>classRepackaged: 22:13:54 063/519 - 4/12: Installing method ClassRepackaged>>newPackage 22:13:54 063/519 - 5/12: Installing method ClassRepackaged>>newTag 22:13:54 063/519 - 6/12: Installing method ClassRepackaged>>newTag: 22:13:54 063/519 - 7/12: Installing method ClassRepackaged>>oldPackage 22:13:54 063/519 - 8/12: Installing method ClassRepackaged>>oldTag 22:13:54 063/519 - 9/12: Installing method ClassRepackaged>>oldTag: 22:13:54 063/519 - 10/12: Installing method ClassRepackaged>>packageTagsAffected 22:13:54 063/519 - 11/12: Installing method ClassRepackaged>>packagedChanged 22:13:54 063/519 - 12/12: Installing method ClassRepackaged>>packagesAffected 22:13:54 063/519 - 1/2: Installing method ClassRepackaged class>>classRepackaged:oldTag:newTag: 22:13:54 063/519 - 2/2: Installing method ClassRepackaged class>>initialize 22:13:54 064/519 - 1/2: Installing method ClassResolver>>resolve: 22:13:54 064/519 - 2/2: Installing method ClassResolver>>resolve:inEnv: 22:13:54 065/519 - 1/1: Installing method ClassResolverStrictResolve>>resolve: 22:13:55 066/519 - 1/5: Installing method ClassSessionHandler>>handledId 22:13:55 066/519 - 2/5: Installing method ClassSessionHandler>>registeredClass 22:13:55 066/519 - 3/5: Installing method ClassSessionHandler>>registeredClassName: 22:13:55 066/519 - 4/5: Installing method ClassSessionHandler>>shutdown: 22:13:55 066/519 - 5/5: Installing method ClassSessionHandler>>startup: 22:13:55 066/519 - 1/1: Installing method ClassSessionHandler class>>forClassNamed: 22:13:55 067/519 - 1/20: Installing method ClassVariable>>acceptVisitor:node: 22:13:55 067/519 - 2/20: Installing method ClassVariable>>definingClass 22:13:55 067/519 - 3/20: Installing method ClassVariable>>definingClass: 22:13:55 067/519 - 4/20: Installing method ClassVariable>>definitionOn: 22:13:55 067/519 - 5/20: Installing method ClassVariable>>definitionString 22:13:55 067/519 - 6/20: Installing method ClassVariable>>emitStore: 22:13:55 067/519 - 7/20: Installing method ClassVariable>>emitValue: 22:13:55 067/519 - 8/20: Installing method ClassVariable>>hasSameDefinitionAs: 22:13:55 067/519 - 9/20: Installing method ClassVariable>>isAccessedBy: 22:13:55 067/519 - 10/20: Installing method ClassVariable>>isClassVariable 22:13:55 067/519 - 11/20: Installing method ClassVariable>>isDefinedByOwningClass 22:13:55 067/519 - 12/20: Installing method ClassVariable>>isPoolVariable 22:13:55 067/519 - 13/20: Installing method ClassVariable>>isReferenced 22:13:55 067/519 - 14/20: Installing method ClassVariable>>needsFullDefinition 22:13:55 067/519 - 15/20: Installing method ClassVariable>>owningClass 22:13:55 067/519 - 16/20: Installing method ClassVariable>>owningClass: 22:13:55 067/519 - 17/20: Installing method ClassVariable>>possiblyUsingClasses 22:13:55 067/519 - 18/20: Installing method ClassVariable>>printOn: 22:13:55 067/519 - 19/20: Installing method ClassVariable>>usingClasses 22:13:55 067/519 - 20/20: Installing method ClassVariable>>usingMethods 22:13:56 068/519 - 1/22: Installing method CleanBlockClosure>>doPrintOn: 22:13:56 068/519 - 2/22: Installing method CleanBlockClosure>>hasLiteral: 22:13:56 068/519 - 3/22: Installing method CleanBlockClosure>>hasLiteralSuchThat: 22:13:56 068/519 - 4/22: Installing method CleanBlockClosure>>innerCompiledBlocksAnySatisfy: 22:13:56 068/519 - 5/22: Installing method CleanBlockClosure>>innerCompiledBlocksDo: 22:13:56 068/519 - 6/22: Installing method CleanBlockClosure>>isClean 22:13:56 068/519 - 7/22: Installing method CleanBlockClosure>>isEmbeddedBlock 22:13:56 068/519 - 8/22: Installing method CleanBlockClosure>>literal 22:13:56 068/519 - 9/22: Installing method CleanBlockClosure>>literalsEvenTheOnesInTheInnerBlocks 22:13:56 068/519 - 10/22: Installing method CleanBlockClosure>>messages 22:13:56 068/519 - 11/22: Installing method CleanBlockClosure>>outerCode 22:13:56 068/519 - 12/22: Installing method CleanBlockClosure>>outerCode: 22:13:56 068/519 - 13/22: Installing method CleanBlockClosure>>readsField: 22:13:56 068/519 - 14/22: Installing method CleanBlockClosure>>readsSelf 22:13:56 068/519 - 15/22: Installing method CleanBlockClosure>>readsThisContext 22:13:56 068/519 - 16/22: Installing method CleanBlockClosure>>receiver 22:13:56 068/519 - 17/22: Installing method CleanBlockClosure>>refersToLiteral: 22:13:56 068/519 - 18/22: Installing method CleanBlockClosure>>sender 22:13:56 068/519 - 19/22: Installing method CleanBlockClosure>>sendsAnySelectorOf: 22:13:56 068/519 - 20/22: Installing method CleanBlockClosure>>sendsToSuper 22:13:56 068/519 - 21/22: Installing method CleanBlockClosure>>writesField: 22:13:56 068/519 - 22/22: Installing method CleanBlockClosure>>writesRef: 22:13:56 068/519 - 1/1: Installing method CleanBlockClosure class>>compiledBlock: 22:13:58 069/519 - 1/130: Installing method Collection>>& 22:13:58 069/519 - 2/130: Installing method Collection>>, 22:13:58 069/519 - 3/130: Installing method Collection>>\ 22:13:58 069/519 - 4/130: Installing method Collection>>adaptToCollection:andSend: 22:13:58 069/519 - 5/130: Installing method Collection>>adaptToNumber:andSend: 22:13:58 069/519 - 6/130: Installing method Collection>>adaptToPoint:andSend: 22:13:58 069/519 - 7/130: Installing method Collection>>add: 22:13:58 069/519 - 8/130: Installing method Collection>>add:withOccurrences: 22:13:58 069/519 - 9/130: Installing method Collection>>addAll: 22:13:59 069/519 - 10/130: Installing method Collection>>addAssignToFloatArray: 22:13:59 069/519 - 11/130: Installing method Collection>>addIfNotPresent: 22:13:59 069/519 - 12/130: Installing method Collection>>allSatisfy: 22:13:59 069/519 - 13/130: Installing method Collection>>anyOne 22:13:59 069/519 - 14/130: Installing method Collection>>anySatisfy: 22:13:59 069/519 - 15/130: Installing method Collection>>asArray 22:13:59 069/519 - 16/130: Installing method Collection>>asBag 22:13:59 069/519 - 17/130: Installing method Collection>>asByteArray 22:13:59 069/519 - 18/130: Installing method Collection>>asCharacterSet 22:13:59 069/519 - 19/130: Installing method Collection>>asCommaString 22:13:59 069/519 - 20/130: Installing method Collection>>asCommaStringAnd 22:13:59 069/519 - 21/130: Installing method Collection>>asDictionary 22:13:59 069/519 - 22/130: Installing method Collection>>asIdentitySet 22:13:59 069/519 - 23/130: Installing method Collection>>asMultilineString 22:13:59 069/519 - 24/130: Installing method Collection>>asNewArray 22:13:59 069/519 - 25/130: Installing method Collection>>asOrderedCollection 22:13:59 069/519 - 26/130: Installing method Collection>>asOrderedDictionary 22:13:59 069/519 - 27/130: Installing method Collection>>asSet 22:13:59 069/519 - 28/130: Installing method Collection>>asSortedCollection 22:13:59 069/519 - 29/130: Installing method Collection>>asSortedCollection: 22:13:59 069/519 - 30/130: Installing method Collection>>asStringOn:delimiter: 22:13:59 069/519 - 31/130: Installing method Collection>>asStringOn:delimiter:last: 22:13:59 069/519 - 32/130: Installing method Collection>>associationsDo: 22:13:59 069/519 - 33/130: Installing method Collection>>capacity 22:13:59 069/519 - 34/130: Installing method Collection>>collect: 22:13:59 069/519 - 35/130: Installing method Collection>>collect:as: 22:13:59 069/519 - 36/130: Installing method Collection>>collect:into: 22:13:59 069/519 - 37/130: Installing method Collection>>collect:thenDo: 22:13:59 069/519 - 38/130: Installing method Collection>>collect:thenReject: 22:13:59 069/519 - 39/130: Installing method Collection>>collect:thenSelect: 22:13:59 069/519 - 40/130: Installing method Collection>>collectionSizeThreshold 22:13:59 069/519 - 41/130: Installing method Collection>>contains: 22:13:59 069/519 - 42/130: Installing method Collection>>contents 22:13:59 069/519 - 43/130: Installing method Collection>>copyEmpty 22:13:59 069/519 - 44/130: Installing method Collection>>copyWith: 22:13:59 069/519 - 45/130: Installing method Collection>>copyWithAll: 22:13:59 069/519 - 46/130: Installing method Collection>>copyWithDependent: 22:13:59 069/519 - 47/130: Installing method Collection>>copyWithout: 22:13:59 069/519 - 48/130: Installing method Collection>>copyWithoutAll: 22:13:59 069/519 - 49/130: Installing method Collection>>copyWithoutDuplicates 22:13:59 069/519 - 50/130: Installing method Collection>>copyWithoutFirst: 22:13:59 069/519 - 51/130: Installing method Collection>>copyWithoutFirstOccurrenceOf: 22:13:59 069/519 - 52/130: Installing method Collection>>count: 22:13:59 069/519 - 53/130: Installing method Collection>>detect: 22:13:59 069/519 - 54/130: Installing method Collection>>detect:ifFound: 22:13:59 069/519 - 55/130: Installing method Collection>>detect:ifFound:ifNone: 22:13:59 069/519 - 56/130: Installing method Collection>>detect:ifNone: 22:13:59 069/519 - 57/130: Installing method Collection>>detectMax: 22:13:59 069/519 - 58/130: Installing method Collection>>detectMin: 22:13:59 069/519 - 59/130: Installing method Collection>>difference: 22:13:59 069/519 - 60/130: Installing method Collection>>displayStringOn: 22:13:59 069/519 - 61/130: Installing method Collection>>do: 22:13:59 069/519 - 62/130: Installing method Collection>>do:separatedBy: 22:13:59 069/519 - 63/130: Installing method Collection>>do:without: 22:13:59 069/519 - 64/130: Installing method Collection>>doWithIndex: 22:13:59 069/519 - 65/130: Installing method Collection>>emptyCheck 22:13:59 069/519 - 66/130: Installing method Collection>>errorEmptyCollection 22:13:59 069/519 - 67/130: Installing method Collection>>errorNotFound: 22:13:59 069/519 - 68/130: Installing method Collection>>errorSizeMismatch 22:13:59 069/519 - 69/130: Installing method Collection>>fillFrom:with: 22:13:59 069/519 - 70/130: Installing method Collection>>findFirstInByteString:startingAt: 22:13:59 069/519 - 71/130: Installing method Collection>>flatCollect: 22:13:59 069/519 - 72/130: Installing method Collection>>flatCollect:as: 22:13:59 069/519 - 73/130: Installing method Collection>>flatCollectAsSet: 22:13:59 069/519 - 74/130: Installing method Collection>>flattenOn: 22:13:59 069/519 - 75/130: Installing method Collection>>flattened 22:13:59 069/519 - 76/130: Installing method Collection>>fold: 22:13:59 069/519 - 77/130: Installing method Collection>>gather: 22:13:59 069/519 - 78/130: Installing method Collection>>groupedBy: 22:13:59 069/519 - 79/130: Installing method Collection>>groupedBy:having: 22:13:59 069/519 - 80/130: Installing method Collection>>hash 22:13:59 069/519 - 81/130: Installing method Collection>>identityIncludes: 22:13:59 069/519 - 82/130: Installing method Collection>>ifEmpty: 22:13:59 069/519 - 83/130: Installing method Collection>>ifEmpty:ifNotEmpty: 22:13:59 069/519 - 84/130: Installing method Collection>>ifNotEmpty: 22:13:59 069/519 - 85/130: Installing method Collection>>ifNotEmpty:ifEmpty: 22:13:59 069/519 - 86/130: Installing method Collection>>includes: 22:13:59 069/519 - 87/130: Installing method Collection>>includesAll: 22:13:59 069/519 - 88/130: Installing method Collection>>includesAny: 22:13:59 069/519 - 89/130: Installing method Collection>>includesAnyOf: 22:13:59 069/519 - 90/130: Installing method Collection>>includesSubstringAnywhere: 22:13:59 069/519 - 91/130: Installing method Collection>>inject:into: 22:13:59 069/519 - 92/130: Installing method Collection>>intersection: 22:13:59 069/519 - 93/130: Installing method Collection>>isCollection 22:13:59 069/519 - 94/130: Installing method Collection>>isEmpty 22:13:59 069/519 - 95/130: Installing method Collection>>isEmptyOrNil 22:14:00 069/519 - 96/130: Installing method Collection>>isNotEmpty 22:14:00 069/519 - 97/130: Installing method Collection>>isSequenceable 22:14:00 069/519 - 98/130: Installing method Collection>>median 22:14:00 069/519 - 99/130: Installing method Collection>>noneSatisfy: 22:14:00 069/519 - 100/130: Installing method Collection>>notEmpty 22:14:00 069/519 - 101/130: Installing method Collection>>occurrencesOf: 22:14:00 069/519 - 102/130: Installing method Collection>>printElementsOn: 22:14:00 069/519 - 103/130: Installing method Collection>>printNameOn: 22:14:00 069/519 - 104/130: Installing method Collection>>printOn: 22:14:00 069/519 - 105/130: Installing method Collection>>printOn:delimiter: 22:14:00 069/519 - 106/130: Installing method Collection>>printOn:delimiter:last: 22:14:00 069/519 - 107/130: Installing method Collection>>reduce: 22:14:00 069/519 - 108/130: Installing method Collection>>reject: 22:14:00 069/519 - 109/130: Installing method Collection>>reject:thenCollect: 22:14:00 069/519 - 110/130: Installing method Collection>>reject:thenDo: 22:14:00 069/519 - 111/130: Installing method Collection>>remove: 22:14:00 069/519 - 112/130: Installing method Collection>>remove:ifAbsent: 22:14:00 069/519 - 113/130: Installing method Collection>>removeAll 22:14:00 069/519 - 114/130: Installing method Collection>>removeAll: 22:14:00 069/519 - 115/130: Installing method Collection>>removeAllFoundIn: 22:14:00 069/519 - 116/130: Installing method Collection>>removeAllSuchThat: 22:14:00 069/519 - 117/130: Installing method Collection>>select: 22:14:00 069/519 - 118/130: Installing method Collection>>select:thenCollect: 22:14:00 069/519 - 119/130: Installing method Collection>>select:thenDo: 22:14:00 069/519 - 120/130: Installing method Collection>>size 22:14:00 069/519 - 121/130: Installing method Collection>>sorted 22:14:00 069/519 - 122/130: Installing method Collection>>sorted: 22:14:00 069/519 - 123/130: Installing method Collection>>storeOn: 22:14:00 069/519 - 124/130: Installing method Collection>>sum: 22:14:00 069/519 - 125/130: Installing method Collection>>sum:ifEmpty: 22:14:00 069/519 - 126/130: Installing method Collection>>sumNumbers 22:14:00 069/519 - 127/130: Installing method Collection>>sumNumbers: 22:14:00 069/519 - 128/130: Installing method Collection>>union: 22:14:00 069/519 - 129/130: Installing method Collection>>withIndexDo: 22:14:00 069/519 - 130/130: Installing method Collection>>| 22:14:00 069/519 - 1/11: Installing method Collection class>><- 22:14:00 069/519 - 2/11: Installing method Collection class>>empty 22:14:00 069/519 - 3/11: Installing method Collection class>>isAbstract 22:14:00 069/519 - 4/11: Installing method Collection class>>newFromArray: 22:14:00 069/519 - 5/11: Installing method Collection class>>with: 22:14:00 069/519 - 6/11: Installing method Collection class>>with:with: 22:14:00 069/519 - 7/11: Installing method Collection class>>with:with:with: 22:14:00 069/519 - 8/11: Installing method Collection class>>with:with:with:with: 22:14:00 069/519 - 9/11: Installing method Collection class>>with:with:with:with:with: 22:14:00 069/519 - 10/11: Installing method Collection class>>with:with:with:with:with:with: 22:14:00 069/519 - 11/11: Installing method Collection class>>withAll: 22:14:00 070/519 - 1/5: Installing method CollectionElement>>= 22:14:00 070/519 - 2/5: Installing method CollectionElement>>asCollectionElement 22:14:00 070/519 - 3/5: Installing method CollectionElement>>enclosedElement 22:14:00 070/519 - 4/5: Installing method CollectionElement>>enclosedElement: 22:14:00 070/519 - 5/5: Installing method CollectionElement>>hash 22:14:00 070/519 - 1/3: Installing method CollectionElement class>>initialize 22:14:00 070/519 - 2/3: Installing method CollectionElement class>>with: 22:14:00 070/519 - 3/3: Installing method CollectionElement class>>withNil 22:14:00 071/519 - 1/4: Installing method CollectionIsEmpty>>collection 22:14:00 071/519 - 2/4: Installing method CollectionIsEmpty>>collection: 22:14:00 071/519 - 3/4: Installing method CollectionIsEmpty>>messageText 22:14:00 071/519 - 4/4: Installing method CollectionIsEmpty>>standardMessageText 22:14:00 071/519 - 1/1: Installing method CollectionIsEmpty class>>signalWith: 22:14:01 072/519 - 1/21: Installing method CommandLineArguments>>allFilesWithExtension: 22:14:01 072/519 - 2/21: Installing method CommandLineArguments>>argumentAt: 22:14:01 072/519 - 3/21: Installing method CommandLineArguments>>arguments 22:14:01 072/519 - 4/21: Installing method CommandLineArguments>>commandLineArguments 22:14:01 072/519 - 5/21: Installing method CommandLineArguments>>copySubcommand 22:14:01 072/519 - 6/21: Installing method CommandLineArguments>>copyWithoutPassword 22:14:01 072/519 - 7/21: Installing method CommandLineArguments>>hasArguments 22:14:01 072/519 - 8/21: Installing method CommandLineArguments>>hasFileWithExtension: 22:14:01 072/519 - 9/21: Installing method CommandLineArguments>>hasOption: 22:14:01 072/519 - 10/21: Installing method CommandLineArguments>>includesSubCommand: 22:14:01 072/519 - 11/21: Installing method CommandLineArguments>>initialize 22:14:01 072/519 - 12/21: Installing method CommandLineArguments>>initializeWithArguments: 22:14:01 072/519 - 13/21: Installing method CommandLineArguments>>longOptionAt: 22:14:01 072/519 - 14/21: Installing method CommandLineArguments>>longOptionAt:ifAbsent: 22:14:01 072/519 - 15/21: Installing method CommandLineArguments>>optionAt: 22:14:01 072/519 - 16/21: Installing method CommandLineArguments>>optionAt:ifAbsent: 22:14:01 072/519 - 17/21: Installing method CommandLineArguments>>optionAt:ifPresent: 22:14:01 072/519 - 18/21: Installing method CommandLineArguments>>optionAt:ifPresent:ifAbsent: 22:14:01 072/519 - 19/21: Installing method CommandLineArguments>>shortOptionAt: 22:14:01 072/519 - 20/21: Installing method CommandLineArguments>>shortOptionAt:ifAbsent: 22:14:01 072/519 - 21/21: Installing method CommandLineArguments>>withFirstArgument: 22:14:01 072/519 - 1/1: Installing method CommandLineArguments class>>withArguments: 22:14:02 073/519 - 1/30: Installing method CommandLineHandler>><< 22:14:02 073/519 - 2/30: Installing method CommandLineHandler>>activate 22:14:02 073/519 - 3/30: Installing method CommandLineHandler>>activateHelp 22:14:02 073/519 - 4/30: Installing method CommandLineHandler>>activateHelpWithoutArguments 22:14:02 073/519 - 5/30: Installing method CommandLineHandler>>allHandlers 22:14:02 073/519 - 6/30: Installing method CommandLineHandler>>argumentAt: 22:14:02 073/519 - 7/30: Installing method CommandLineHandler>>arguments 22:14:02 073/519 - 8/30: Installing method CommandLineHandler>>commandLine 22:14:02 073/519 - 9/30: Installing method CommandLineHandler>>commandLine: 22:14:02 073/519 - 10/30: Installing method CommandLineHandler>>commandName 22:14:02 073/519 - 11/30: Installing method CommandLineHandler>>description 22:14:02 073/519 - 12/30: Installing method CommandLineHandler>>exitFailure 22:14:02 073/519 - 13/30: Installing method CommandLineHandler>>exitFailure: 22:14:02 073/519 - 14/30: Installing method CommandLineHandler>>exitSuccess 22:14:02 073/519 - 15/30: Installing method CommandLineHandler>>hasArguments 22:14:02 073/519 - 16/30: Installing method CommandLineHandler>>hasOption: 22:14:02 073/519 - 17/30: Installing method CommandLineHandler>>hasSessionChanged 22:14:02 073/519 - 18/30: Installing method CommandLineHandler>>help 22:14:02 073/519 - 19/30: Installing method CommandLineHandler>>initialize 22:14:02 073/519 - 20/30: Installing method CommandLineHandler>>initializeStderr 22:14:02 073/519 - 21/30: Installing method CommandLineHandler>>initializeStdout 22:14:02 073/519 - 22/30: Installing method CommandLineHandler>>name 22:14:02 073/519 - 23/30: Installing method CommandLineHandler>>optionAt: 22:14:02 073/519 - 24/30: Installing method CommandLineHandler>>optionAt:ifAbsent: 22:14:02 073/519 - 25/30: Installing method CommandLineHandler>>optionAt:ifPresent: 22:14:02 073/519 - 26/30: Installing method CommandLineHandler>>optionAt:ifPresent:ifAbsent: 22:14:02 073/519 - 27/30: Installing method CommandLineHandler>>printHelp 22:14:02 073/519 - 28/30: Installing method CommandLineHandler>>quit 22:14:02 073/519 - 29/30: Installing method CommandLineHandler>>stderr 22:14:02 073/519 - 30/30: Installing method CommandLineHandler>>stdout 22:14:02 073/519 - 1/11: Installing method CommandLineHandler class>>activateWith: 22:14:02 073/519 - 2/11: Installing method CommandLineHandler class>>allHandlers 22:14:02 073/519 - 3/11: Installing method CommandLineHandler class>>commandLine: 22:14:02 073/519 - 4/11: Installing method CommandLineHandler class>>commandName 22:14:02 073/519 - 5/11: Installing method CommandLineHandler class>>description 22:14:02 073/519 - 6/11: Installing method CommandLineHandler class>>isAbstract 22:14:02 073/519 - 7/11: Installing method CommandLineHandler class>>isResponsibleFor: 22:14:02 073/519 - 8/11: Installing method CommandLineHandler class>>prepareSubcommand: 22:14:02 073/519 - 9/11: Installing method CommandLineHandler class>>priority 22:14:02 073/519 - 10/11: Installing method CommandLineHandler class>>requireDeploymentPassword 22:14:02 073/519 - 11/11: Installing method CommandLineHandler class>>selectHandlersFor: 22:14:03 074/519 - 1/12: Installing method CommandLinePasswordManager>>hasPasswordSet 22:14:03 074/519 - 2/12: Installing method CommandLinePasswordManager>>hashString: 22:14:03 074/519 - 3/12: Installing method CommandLinePasswordManager>>hashingPepper 22:14:03 074/519 - 4/12: Installing method CommandLinePasswordManager>>hashingPepper: 22:14:03 074/519 - 5/12: Installing method CommandLinePasswordManager>>isMatchingPassword: 22:14:03 074/519 - 6/12: Installing method CommandLinePasswordManager>>numberOfHashIterations 22:14:03 074/519 - 7/12: Installing method CommandLinePasswordManager>>numberOfHashIterations: 22:14:03 074/519 - 8/12: Installing method CommandLinePasswordManager>>password: 22:14:03 074/519 - 9/12: Installing method CommandLinePasswordManager>>passwordHash 22:14:03 074/519 - 10/12: Installing method CommandLinePasswordManager>>passwordHash: 22:14:03 074/519 - 11/12: Installing method CommandLinePasswordManager>>protectCommandLinesByPasswordWith:pepper:numberOfHashIterations: 22:14:03 074/519 - 12/12: Installing method CommandLinePasswordManager>>removePasswordProtection 22:14:03 074/519 - 1/10: Installing method CommandLinePasswordManager class>>current 22:14:03 074/519 - 2/10: Installing method CommandLinePasswordManager class>>defaultHashingPepper 22:14:03 074/519 - 3/10: Installing method CommandLinePasswordManager class>>defaultNumberOfHashIterations 22:14:03 074/519 - 4/10: Installing method CommandLinePasswordManager class>>exampleEnablePasswordProtection 22:14:03 074/519 - 5/10: Installing method CommandLinePasswordManager class>>exampleEnablePasswordProtectionCustomized 22:14:03 074/519 - 6/10: Installing method CommandLinePasswordManager class>>exampleRemovePasswordProtection 22:14:03 074/519 - 7/10: Installing method CommandLinePasswordManager class>>protectCommandLinesByPasswordWith: 22:14:03 074/519 - 8/10: Installing method CommandLinePasswordManager class>>protectCommandLinesByPasswordWith:pepper: 22:14:03 074/519 - 9/10: Installing method CommandLinePasswordManager class>>protectCommandLinesByPasswordWith:pepper:numberOfHashIterations: 22:14:03 074/519 - 10/10: Installing method CommandLinePasswordManager class>>removePasswordProtection 22:14:05 075/519 - 1/46: Installing method CommandLineUIManager>>abort: 22:14:05 075/519 - 2/46: Installing method CommandLineUIManager>>abort:title: 22:14:05 075/519 - 3/46: Installing method CommandLineUIManager>>activate 22:14:05 075/519 - 4/46: Installing method CommandLineUIManager>>alert: 22:14:05 075/519 - 5/46: Installing method CommandLineUIManager>>alert:title: 22:14:05 075/519 - 6/46: Installing method CommandLineUIManager>>alert:title:configure: 22:14:05 075/519 - 7/46: Installing method CommandLineUIManager>>choose:title: 22:14:05 075/519 - 8/46: Installing method CommandLineUIManager>>chooseFrom:lines:title: 22:14:05 075/519 - 9/46: Installing method CommandLineUIManager>>confirm:label:trueChoice:falseChoice:cancelChoice:default: 22:14:05 075/519 - 10/46: Installing method CommandLineUIManager>>confirm:trueChoice:falseChoice: 22:14:05 075/519 - 11/46: Installing method CommandLineUIManager>>confirm:trueChoice:falseChoice:cancelChoice:default: 22:14:05 075/519 - 12/46: Installing method CommandLineUIManager>>debugProcess:context:label:fullView:notification: 22:14:05 075/519 - 13/46: Installing method CommandLineUIManager>>deny: 22:14:05 075/519 - 14/46: Installing method CommandLineUIManager>>deny:title: 22:14:05 075/519 - 15/46: Installing method CommandLineUIManager>>exitFailure 22:14:05 075/519 - 16/46: Installing method CommandLineUIManager>>handleDebugRequest:fromDebuggerSystem: 22:14:05 075/519 - 17/46: Installing method CommandLineUIManager>>handleError:log: 22:14:05 075/519 - 18/46: Installing method CommandLineUIManager>>handleNotification: 22:14:05 075/519 - 19/46: Installing method CommandLineUIManager>>handleWarning: 22:14:05 075/519 - 20/46: Installing method CommandLineUIManager>>handleWarningDebugRequest:fromDebuggerSystem: 22:14:05 075/519 - 21/46: Installing method CommandLineUIManager>>headlessManager 22:14:05 075/519 - 22/46: Installing method CommandLineUIManager>>inform: 22:14:05 075/519 - 23/46: Installing method CommandLineUIManager>>initialize 22:14:05 075/519 - 24/46: Installing method CommandLineUIManager>>logColored:during: 22:14:05 075/519 - 25/46: Installing method CommandLineUIManager>>logDuring: 22:14:05 075/519 - 26/46: Installing method CommandLineUIManager>>logGreenDuring: 22:14:05 075/519 - 27/46: Installing method CommandLineUIManager>>logRedDuring: 22:14:05 075/519 - 28/46: Installing method CommandLineUIManager>>logTitle:andDescription:to: 22:14:05 075/519 - 29/46: Installing method CommandLineUIManager>>logYellowDuring: 22:14:05 075/519 - 30/46: Installing method CommandLineUIManager>>nonInteractiveManager 22:14:05 075/519 - 31/46: Installing method CommandLineUIManager>>onPrimitiveError: 22:14:05 075/519 - 32/46: Installing method CommandLineUIManager>>proceed: 22:14:05 075/519 - 33/46: Installing method CommandLineUIManager>>proceed:title: 22:14:05 075/519 - 34/46: Installing method CommandLineUIManager>>question: 22:14:05 075/519 - 35/46: Installing method CommandLineUIManager>>question:title: 22:14:05 075/519 - 36/46: Installing method CommandLineUIManager>>questionWithoutCancel: 22:14:05 075/519 - 37/46: Installing method CommandLineUIManager>>questionWithoutCancel:title: 22:14:05 075/519 - 38/46: Installing method CommandLineUIManager>>quitFrom:withMessage: 22:14:05 075/519 - 39/46: Installing method CommandLineUIManager>>replacing: 22:14:05 075/519 - 40/46: Installing method CommandLineUIManager>>stderr 22:14:05 075/519 - 41/46: Installing method CommandLineUIManager>>stdin 22:14:05 075/519 - 42/46: Installing method CommandLineUIManager>>stdout 22:14:05 075/519 - 43/46: Installing method CommandLineUIManager>>textEntry: 22:14:05 075/519 - 44/46: Installing method CommandLineUIManager>>textEntry:title: 22:14:05 075/519 - 45/46: Installing method CommandLineUIManager>>textEntry:title:entryText: 22:14:05 075/519 - 46/46: Installing method CommandLineUIManager>>unhandledErrorDefaultAction: 22:14:05 075/519 - 1/5: Installing method CommandLineUIManager class>>isValidForCurrentSystemConfiguration 22:14:05 075/519 - 2/5: Installing method CommandLineUIManager class>>replacing: 22:14:05 075/519 - 3/5: Installing method CommandLineUIManager class>>snapshotErrorImage 22:14:05 075/519 - 4/5: Installing method CommandLineUIManager class>>snapshotErrorImage: 22:14:05 075/519 - 5/5: Installing method CommandLineUIManager class>>uiSettingsOn: 22:14:06 076/519 - 1/32: Installing method CompiledBlock>>displayStringOn: 22:14:06 076/519 - 2/32: Installing method CompiledBlock>>endPC 22:14:06 076/519 - 3/32: Installing method CompiledBlock>>hasMethodReturn 22:14:06 076/519 - 4/32: Installing method CompiledBlock>>hasPragmaNamed: 22:14:06 076/519 - 5/32: Installing method CompiledBlock>>hasProperties 22:14:06 076/519 - 6/32: Installing method CompiledBlock>>hasProperty: 22:14:06 076/519 - 7/32: Installing method CompiledBlock>>hasSourceCode 22:14:06 076/519 - 8/32: Installing method CompiledBlock>>hash 22:14:06 076/519 - 9/32: Installing method CompiledBlock>>isCompiledBlock 22:14:06 076/519 - 10/32: Installing method CompiledBlock>>isEmbeddedBlock 22:14:06 076/519 - 11/32: Installing method CompiledBlock>>isInstalled 22:14:06 076/519 - 12/32: Installing method CompiledBlock>>isTestMethod 22:14:06 076/519 - 13/32: Installing method CompiledBlock>>literalEqual: 22:14:06 076/519 - 14/32: Installing method CompiledBlock>>literalsToSkip 22:14:06 076/519 - 15/32: Installing method CompiledBlock>>method 22:14:06 076/519 - 16/32: Installing method CompiledBlock>>methodClass 22:14:06 076/519 - 17/32: Installing method CompiledBlock>>methodNode 22:14:06 076/519 - 18/32: Installing method CompiledBlock>>outerCode 22:14:06 076/519 - 19/32: Installing method CompiledBlock>>outerCode: 22:14:06 076/519 - 20/32: Installing method CompiledBlock>>pcInOuter 22:14:06 076/519 - 21/32: Installing method CompiledBlock>>pragmas 22:14:06 076/519 - 22/32: Installing method CompiledBlock>>primitive 22:14:06 076/519 - 23/32: Installing method CompiledBlock>>printOn: 22:14:06 076/519 - 24/32: Installing method CompiledBlock>>properties 22:14:06 076/519 - 25/32: Installing method CompiledBlock>>propertyAt: 22:14:06 076/519 - 26/32: Installing method CompiledBlock>>sameLiteralsAs: 22:14:06 076/519 - 27/32: Installing method CompiledBlock>>selector 22:14:06 076/519 - 28/32: Installing method CompiledBlock>>sourceCode 22:14:06 076/519 - 29/32: Installing method CompiledBlock>>sourcePointer 22:14:06 076/519 - 30/32: Installing method CompiledBlock>>stepIntoQuickMethods 22:14:06 076/519 - 31/32: Installing method CompiledBlock>>stepIntoQuickMethods: 22:14:06 076/519 - 32/32: Installing method CompiledBlock>>trailerSize 22:14:09 077/519 - 1/114: Installing method CompiledCode>>= 22:14:09 077/519 - 2/114: Installing method CompiledCode>>accessesField: 22:14:09 077/519 - 3/114: Installing method CompiledCode>>accessesRef: 22:14:09 077/519 - 4/114: Installing method CompiledCode>>accessesSlot: 22:14:09 077/519 - 5/114: Installing method CompiledCode>>allBlocks 22:14:09 077/519 - 6/114: Installing method CompiledCode>>allBlocksDo: 22:14:09 077/519 - 7/114: Installing method CompiledCode>>allLiterals 22:14:09 077/519 - 8/114: Installing method CompiledCode>>argumentNames 22:14:09 077/519 - 9/114: Installing method CompiledCode>>asOrderedCollection 22:14:09 077/519 - 10/114: Installing method CompiledCode>>asString 22:14:09 077/519 - 11/114: Installing method CompiledCode>>author 22:14:09 077/519 - 12/114: Installing method CompiledCode>>bytecodes 22:14:09 077/519 - 13/114: Installing method CompiledCode>>clearFlag 22:14:09 077/519 - 14/114: Installing method CompiledCode>>clearSignFlag 22:14:09 077/519 - 15/114: Installing method CompiledCode>>clone 22:14:09 077/519 - 16/114: Installing method CompiledCode>>comment 22:14:09 077/519 - 17/114: Installing method CompiledCode>>definitionString 22:14:09 077/519 - 18/114: Installing method CompiledCode>>encoderClass 22:14:09 077/519 - 19/114: Installing method CompiledCode>>endPC 22:14:09 077/519 - 20/114: Installing method CompiledCode>>equivalentTo: 22:14:09 077/519 - 21/114: Installing method CompiledCode>>extensionPackage 22:14:09 077/519 - 22/114: Installing method CompiledCode>>flag 22:14:09 077/519 - 23/114: Installing method CompiledCode>>flattenOn: 22:14:09 077/519 - 24/114: Installing method CompiledCode>>frameSize 22:14:09 077/519 - 25/114: Installing method CompiledCode>>hasLiteral: 22:14:09 077/519 - 26/114: Installing method CompiledCode>>hasLiteralSuchThat: 22:14:09 077/519 - 27/114: Installing method CompiledCode>>hasPragmaNamed: 22:14:09 077/519 - 28/114: Installing method CompiledCode>>hasSelector: 22:14:09 077/519 - 29/114: Installing method CompiledCode>>hasSelector:specialSelectorIndex: 22:14:09 077/519 - 30/114: Installing method CompiledCode>>hasSourceCode 22:14:09 077/519 - 31/114: Installing method CompiledCode>>hasTemporaries 22:14:09 077/519 - 32/114: Installing method CompiledCode>>hash 22:14:09 077/519 - 33/114: Installing method CompiledCode>>header 22:14:09 077/519 - 34/114: Installing method CompiledCode>>headerDescription 22:14:09 077/519 - 35/114: Installing method CompiledCode>>indexOfLiteral: 22:14:09 077/519 - 36/114: Installing method CompiledCode>>initialPC 22:14:09 077/519 - 37/114: Installing method CompiledCode>>innerCompiledBlocksAnySatisfy: 22:14:09 077/519 - 38/114: Installing method CompiledCode>>innerCompiledBlocksDo: 22:14:09 077/519 - 39/114: Installing method CompiledCode>>isCollection 22:14:09 077/519 - 40/114: Installing method CompiledCode>>isDoIt 22:14:09 077/519 - 41/114: Installing method CompiledCode>>isExternalCallPrimitive 22:14:09 077/519 - 42/114: Installing method CompiledCode>>isInstalled 22:14:09 077/519 - 43/114: Installing method CompiledCode>>isNamedPrimitive 22:14:09 077/519 - 44/114: Installing method CompiledCode>>isPrimitive 22:14:09 077/519 - 45/114: Installing method CompiledCode>>isQuick 22:14:09 077/519 - 46/114: Installing method CompiledCode>>isRealPrimitive 22:14:09 077/519 - 47/114: Installing method CompiledCode>>isReturnSelf 22:14:09 077/519 - 48/114: Installing method CompiledCode>>isReturnSpecial 22:14:09 077/519 - 49/114: Installing method CompiledCode>>isTestMethod 22:14:09 077/519 - 50/114: Installing method CompiledCode>>literalAt: 22:14:09 077/519 - 51/114: Installing method CompiledCode>>literalAt:put: 22:14:09 077/519 - 52/114: Installing method CompiledCode>>literals 22:14:09 077/519 - 53/114: Installing method CompiledCode>>literalsAt: 22:14:09 077/519 - 54/114: Installing method CompiledCode>>literalsDo: 22:14:09 077/519 - 55/114: Installing method CompiledCode>>literalsEvenTheOnesInTheInnerBlocks 22:14:09 077/519 - 56/114: Installing method CompiledCode>>literalsToSkip 22:14:09 077/519 - 57/114: Installing method CompiledCode>>localMessages 22:14:09 077/519 - 58/114: Installing method CompiledCode>>localReadsRef: 22:14:09 077/519 - 59/114: Installing method CompiledCode>>localReadsSelf 22:14:09 077/519 - 60/114: Installing method CompiledCode>>localReadsThisContext 22:14:09 077/519 - 61/114: Installing method CompiledCode>>localSendsAnySelectorOf: 22:14:09 077/519 - 62/114: Installing method CompiledCode>>localSendsToSuper 22:14:09 077/519 - 63/114: Installing method CompiledCode>>localWritesRef: 22:14:09 077/519 - 64/114: Installing method CompiledCode>>messages 22:14:09 077/519 - 65/114: Installing method CompiledCode>>method 22:14:09 077/519 - 66/114: Installing method CompiledCode>>methodClass 22:14:09 077/519 - 67/114: Installing method CompiledCode>>methodNode 22:14:09 077/519 - 68/114: Installing method CompiledCode>>needsFrameSize: 22:14:09 077/519 - 69/114: Installing method CompiledCode>>numArgs 22:14:09 077/519 - 70/114: Installing method CompiledCode>>numLiterals 22:14:09 077/519 - 71/114: Installing method CompiledCode>>numTemps 22:14:09 077/519 - 72/114: Installing method CompiledCode>>objectAt: 22:14:09 077/519 - 73/114: Installing method CompiledCode>>objectAt:put: 22:14:09 077/519 - 74/114: Installing method CompiledCode>>origin 22:14:09 077/519 - 75/114: Installing method CompiledCode>>originMethod 22:14:09 077/519 - 76/114: Installing method CompiledCode>>package 22:14:09 077/519 - 77/114: Installing method CompiledCode>>pragmas 22:14:09 077/519 - 78/114: Installing method CompiledCode>>primitive 22:14:09 077/519 - 79/114: Installing method CompiledCode>>primitiveErrorVariableName 22:14:09 077/519 - 80/114: Installing method CompiledCode>>properties 22:14:09 077/519 - 81/114: Installing method CompiledCode>>propertyAt:ifAbsent: 22:14:09 077/519 - 82/114: Installing method CompiledCode>>readsField: 22:14:09 077/519 - 83/114: Installing method CompiledCode>>readsRef: 22:14:09 077/519 - 84/114: Installing method CompiledCode>>readsSelf 22:14:09 077/519 - 85/114: Installing method CompiledCode>>readsSlot: 22:14:09 077/519 - 86/114: Installing method CompiledCode>>readsThisContext 22:14:09 077/519 - 87/114: Installing method CompiledCode>>refersToLiteral: 22:14:09 077/519 - 88/114: Installing method CompiledCode>>sameLiteralsAs: 22:14:09 077/519 - 89/114: Installing method CompiledCode>>scanFor: 22:14:10 077/519 - 90/114: Installing method CompiledCode>>scanner 22:14:10 077/519 - 91/114: Installing method CompiledCode>>selector 22:14:10 077/519 - 92/114: Installing method CompiledCode>>sendsAnySelectorOf: 22:14:10 077/519 - 93/114: Installing method CompiledCode>>sendsSelector: 22:14:10 077/519 - 94/114: Installing method CompiledCode>>sendsToSuper 22:14:10 077/519 - 95/114: Installing method CompiledCode>>setFlag 22:14:10 077/519 - 96/114: Installing method CompiledCode>>setFrameBit: 22:14:10 077/519 - 97/114: Installing method CompiledCode>>setSignFlag 22:14:10 077/519 - 98/114: Installing method CompiledCode>>signFlag 22:14:10 077/519 - 99/114: Installing method CompiledCode>>sourceCode 22:14:10 077/519 - 100/114: Installing method CompiledCode>>sourceNode 22:14:10 077/519 - 101/114: Installing method CompiledCode>>sourceNodeForPC: 22:14:10 077/519 - 102/114: Installing method CompiledCode>>sourcePointer 22:14:10 077/519 - 103/114: Installing method CompiledCode>>stamp 22:14:10 077/519 - 104/114: Installing method CompiledCode>>stepIntoQuickMethods 22:14:10 077/519 - 105/114: Installing method CompiledCode>>timeStamp 22:14:10 077/519 - 106/114: Installing method CompiledCode>>usesPrimaryBytecodeSet 22:14:10 077/519 - 107/114: Installing method CompiledCode>>usesSecondaryBytecodeSet 22:14:10 077/519 - 108/114: Installing method CompiledCode>>voidCogVMState 22:14:10 077/519 - 109/114: Installing method CompiledCode>>withAllBlocks 22:14:10 077/519 - 110/114: Installing method CompiledCode>>withAllBlocksDo: 22:14:10 077/519 - 111/114: Installing method CompiledCode>>withAllNestedLiteralsDo: 22:14:10 077/519 - 112/114: Installing method CompiledCode>>writesField: 22:14:10 077/519 - 113/114: Installing method CompiledCode>>writesRef: 22:14:10 077/519 - 114/114: Installing method CompiledCode>>writesSlot: 22:14:10 077/519 - 1/7: Installing method CompiledCode class>>basicNew 22:14:10 077/519 - 2/7: Installing method CompiledCode class>>basicNew: 22:14:10 077/519 - 3/7: Installing method CompiledCode class>>basicNew:header: 22:14:10 077/519 - 4/7: Installing method CompiledCode class>>handleFailingFailingNew:header: 22:14:10 077/519 - 5/7: Installing method CompiledCode class>>handleFailingNew:header: 22:14:10 077/519 - 6/7: Installing method CompiledCode class>>newFrom: 22:14:10 077/519 - 7/7: Installing method CompiledCode class>>newMethod:header: 22:14:12 078/519 - 1/106: Installing method CompiledMethod>>allIgnoredNotImplementedSelectors 22:14:12 078/519 - 2/106: Installing method CompiledMethod>>argumentNames 22:14:12 078/519 - 3/106: Installing method CompiledMethod>>cachePragmas 22:14:12 078/519 - 4/106: Installing method CompiledMethod>>classBinding 22:14:12 078/519 - 5/106: Installing method CompiledMethod>>classBinding: 22:14:12 078/519 - 6/106: Installing method CompiledMethod>>clearSourcePointer 22:14:12 078/519 - 7/106: Installing method CompiledMethod>>codeForNoSource 22:14:12 078/519 - 8/106: Installing method CompiledMethod>>containsHalt 22:14:12 078/519 - 9/106: Installing method CompiledMethod>>defaultSelector 22:14:12 078/519 - 10/106: Installing method CompiledMethod>>displayStringOn: 22:14:12 078/519 - 11/106: Installing method CompiledMethod>>endPC 22:14:12 078/519 - 12/106: Installing method CompiledMethod>>flushCache 22:14:12 078/519 - 13/106: Installing method CompiledMethod>>getPreambleFrom:at: 22:14:12 078/519 - 14/106: Installing method CompiledMethod>>getSourceFromFile 22:14:12 078/519 - 15/106: Installing method CompiledMethod>>getSourceReplacingSelectorWith: 22:14:12 078/519 - 16/106: Installing method CompiledMethod>>hasComment 22:14:12 078/519 - 17/106: Installing method CompiledMethod>>hasNonLocalReturn 22:14:12 078/519 - 18/106: Installing method CompiledMethod>>hasPragma 22:14:12 078/519 - 19/106: Installing method CompiledMethod>>hasPragmaNamed: 22:14:12 078/519 - 20/106: Installing method CompiledMethod>>hasProperties 22:14:12 078/519 - 21/106: Installing method CompiledMethod>>hasProperty: 22:14:12 078/519 - 22/106: Installing method CompiledMethod>>hasSourceCode 22:14:12 078/519 - 23/106: Installing method CompiledMethod>>hasSourcePointer 22:14:12 078/519 - 24/106: Installing method CompiledMethod>>implementors 22:14:12 078/519 - 25/106: Installing method CompiledMethod>>isAbstract 22:14:12 078/519 - 26/106: Installing method CompiledMethod>>isBinarySelector 22:14:12 078/519 - 27/106: Installing method CompiledMethod>>isClassSide 22:14:12 078/519 - 28/106: Installing method CompiledMethod>>isClassified 22:14:12 078/519 - 29/106: Installing method CompiledMethod>>isCompiledMethod 22:14:12 078/519 - 30/106: Installing method CompiledMethod>>isConflict 22:14:12 078/519 - 31/106: Installing method CompiledMethod>>isDeprecated 22:14:12 078/519 - 32/106: Installing method CompiledMethod>>isDisabled 22:14:12 078/519 - 33/106: Installing method CompiledMethod>>isDisabled: 22:14:12 078/519 - 34/106: Installing method CompiledMethod>>isDoIt 22:14:12 078/519 - 35/106: Installing method CompiledMethod>>isExplicitlyRequired 22:14:12 078/519 - 36/106: Installing method CompiledMethod>>isExplicitlyRequired: 22:14:12 078/519 - 37/106: Installing method CompiledMethod>>isExtension 22:14:12 078/519 - 38/106: Installing method CompiledMethod>>isFaulty 22:14:12 078/519 - 39/106: Installing method CompiledMethod>>isFromTrait 22:14:12 078/519 - 40/106: Installing method CompiledMethod>>isInstalled 22:14:12 078/519 - 41/106: Installing method CompiledMethod>>isOverridden 22:14:12 078/519 - 42/106: Installing method CompiledMethod>>isProvided 22:14:12 078/519 - 43/106: Installing method CompiledMethod>>isProvided: 22:14:12 078/519 - 44/106: Installing method CompiledMethod>>isRequired 22:14:12 078/519 - 45/106: Installing method CompiledMethod>>isRequired: 22:14:12 078/519 - 46/106: Installing method CompiledMethod>>isReturnField 22:14:12 078/519 - 47/106: Installing method CompiledMethod>>isSelfEvaluating 22:14:12 078/519 - 48/106: Installing method CompiledMethod>>isSubclassResponsibility 22:14:12 078/519 - 49/106: Installing method CompiledMethod>>isSubclassResponsibility: 22:14:12 078/519 - 50/106: Installing method CompiledMethod>>linesOfCode 22:14:12 078/519 - 51/106: Installing method CompiledMethod>>literalsToSkip 22:14:12 078/519 - 52/106: Installing method CompiledMethod>>markerOrNil 22:14:12 078/519 - 53/106: Installing method CompiledMethod>>method 22:14:12 078/519 - 54/106: Installing method CompiledMethod>>methodClass 22:14:12 078/519 - 55/106: Installing method CompiledMethod>>methodClass: 22:14:12 078/519 - 56/106: Installing method CompiledMethod>>migratePersistingPropertiesIn: 22:14:13 078/519 - 57/106: Installing method CompiledMethod>>name 22:14:13 078/519 - 58/106: Installing method CompiledMethod>>overriddenMethod 22:14:13 078/519 - 59/106: Installing method CompiledMethod>>penultimateLiteral 22:14:13 078/519 - 60/106: Installing method CompiledMethod>>penultimateLiteral: 22:14:13 078/519 - 61/106: Installing method CompiledMethod>>postCopy 22:14:13 078/519 - 62/106: Installing method CompiledMethod>>pragmaAt: 22:14:13 078/519 - 63/106: Installing method CompiledMethod>>pragmaRefersToLiteral: 22:14:13 078/519 - 64/106: Installing method CompiledMethod>>pragmas 22:14:13 078/519 - 65/106: Installing method CompiledMethod>>pragmasDo: 22:14:13 078/519 - 66/106: Installing method CompiledMethod>>prepareForSimulationWith: 22:14:13 078/519 - 67/106: Installing method CompiledMethod>>printOn: 22:14:13 078/519 - 68/106: Installing method CompiledMethod>>printPrimitiveOn: 22:14:13 078/519 - 69/106: Installing method CompiledMethod>>properties 22:14:13 078/519 - 70/106: Installing method CompiledMethod>>properties: 22:14:13 078/519 - 71/106: Installing method CompiledMethod>>propertyAt: 22:14:13 078/519 - 72/106: Installing method CompiledMethod>>propertyAt:ifAbsent: 22:14:13 078/519 - 73/106: Installing method CompiledMethod>>propertyAt:ifAbsentPut: 22:14:13 078/519 - 74/106: Installing method CompiledMethod>>propertyAt:ifPresent: 22:14:13 078/519 - 75/106: Installing method CompiledMethod>>propertyAt:put: 22:14:13 078/519 - 76/106: Installing method CompiledMethod>>propertyKeysAndValuesDo: 22:14:13 078/519 - 77/106: Installing method CompiledMethod>>protocol 22:14:13 078/519 - 78/106: Installing method CompiledMethod>>protocol: 22:14:13 078/519 - 79/106: Installing method CompiledMethod>>protocolName 22:14:13 078/519 - 80/106: Installing method CompiledMethod>>putSource:withPreamble: 22:14:13 078/519 - 81/106: Installing method CompiledMethod>>readsField: 22:14:13 078/519 - 82/106: Installing method CompiledMethod>>receiver:withArguments:executeMethod: 22:14:13 078/519 - 83/106: Installing method CompiledMethod>>referencedClasses 22:14:13 078/519 - 84/106: Installing method CompiledMethod>>refersToLiteral: 22:14:13 078/519 - 85/106: Installing method CompiledMethod>>removeFromPackage 22:14:13 078/519 - 86/106: Installing method CompiledMethod>>removeFromSystem 22:14:13 078/519 - 87/106: Installing method CompiledMethod>>removeProperty: 22:14:13 078/519 - 88/106: Installing method CompiledMethod>>removeProperty:ifAbsent: 22:14:13 078/519 - 89/106: Installing method CompiledMethod>>returnField 22:14:13 078/519 - 90/106: Installing method CompiledMethod>>selector 22:14:13 078/519 - 91/106: Installing method CompiledMethod>>selector: 22:14:13 078/519 - 92/106: Installing method CompiledMethod>>senders 22:14:13 078/519 - 93/106: Installing method CompiledMethod>>setSourcePointer: 22:14:13 078/519 - 94/106: Installing method CompiledMethod>>sourceCode 22:14:13 078/519 - 95/106: Installing method CompiledMethod>>sourceCodeOrNil 22:14:13 078/519 - 96/106: Installing method CompiledMethod>>sourcePointer 22:14:13 078/519 - 97/106: Installing method CompiledMethod>>sourcePointer: 22:14:13 078/519 - 98/106: Installing method CompiledMethod>>stepIntoQuickMethods: 22:14:13 078/519 - 99/106: Installing method CompiledMethod>>storeOn: 22:14:13 078/519 - 100/106: Installing method CompiledMethod>>tempNames 22:14:13 078/519 - 101/106: Installing method CompiledMethod>>unclassify 22:14:13 078/519 - 102/106: Installing method CompiledMethod>>usesUndeclareds 22:14:13 078/519 - 103/106: Installing method CompiledMethod>>valueWithReceiver: 22:14:13 078/519 - 104/106: Installing method CompiledMethod>>valueWithReceiver:arguments: 22:14:13 078/519 - 105/106: Installing method CompiledMethod>>veryDeepCopyWith: 22:14:13 078/519 - 106/106: Installing method CompiledMethod>>writesField: 22:14:13 078/519 - 1/17: Installing method CompiledMethod class>>abstractMarker 22:14:13 078/519 - 2/17: Installing method CompiledMethod class>>checkBytecodeSetConflictsInMethodsWith: 22:14:13 078/519 - 3/17: Installing method CompiledMethod class>>checkIsValidBytecodeEncoder: 22:14:13 078/519 - 4/17: Installing method CompiledMethod class>>conflictMarker 22:14:13 078/519 - 5/17: Installing method CompiledMethod class>>disabledMarker 22:14:13 078/519 - 6/17: Installing method CompiledMethod class>>explicitRequirementMarker 22:14:13 078/519 - 7/17: Installing method CompiledMethod class>>fullFrameSize 22:14:13 078/519 - 8/17: Installing method CompiledMethod class>>headerFlagForEncoder: 22:14:13 078/519 - 9/17: Installing method CompiledMethod class>>initialize 22:14:13 078/519 - 10/17: Installing method CompiledMethod class>>installPrimaryBytecodeSet: 22:14:13 078/519 - 11/17: Installing method CompiledMethod class>>installSecondaryBytecodeSet: 22:14:13 078/519 - 12/17: Installing method CompiledMethod class>>methodPropertiesClass 22:14:13 078/519 - 13/17: Installing method CompiledMethod class>>new 22:14:13 078/519 - 14/17: Installing method CompiledMethod class>>smallFrameSize 22:14:13 078/519 - 15/17: Installing method CompiledMethod class>>sortBlock 22:14:13 078/519 - 16/17: Installing method CompiledMethod class>>subclassResponsibilityMarker 22:14:13 078/519 - 17/17: Installing method CompiledMethod class>>trailerSize 22:14:13 079/519 - 1/2: Installing method CompiledMethodLayout>>extend 22:14:13 079/519 - 2/2: Installing method CompiledMethodLayout>>instanceSpecification 22:14:14 079/519 - 1/1: Installing method CompiledMethodLayout class>>extending:scope:host: 22:14:14 080/519 - 1/7: Installing method ConstantBlockClosure>>literal: 22:14:14 080/519 - 2/7: Installing method ConstantBlockClosure>>value 22:14:14 080/519 - 3/7: Installing method ConstantBlockClosure>>value: 22:14:14 080/519 - 4/7: Installing method ConstantBlockClosure>>value:value: 22:14:14 080/519 - 5/7: Installing method ConstantBlockClosure>>value:value:value: 22:14:14 080/519 - 6/7: Installing method ConstantBlockClosure>>value:value:value:value: 22:14:14 080/519 - 7/7: Installing method ConstantBlockClosure>>valueWithArguments: 22:14:14 080/519 - 1/1: Installing method ConstantBlockClosure class>>numArgs:literal: 22:14:14 081/519 - 1/3: Installing method ConstantBlockClosure1Arg>>value 22:14:14 081/519 - 2/3: Installing method ConstantBlockClosure1Arg>>value: 22:14:14 081/519 - 3/3: Installing method ConstantBlockClosure1Arg>>valueWithArguments: 22:14:14 082/519 - 1/3: Installing method ConstantBlockClosure2Arg>>value 22:14:14 082/519 - 2/3: Installing method ConstantBlockClosure2Arg>>value:value: 22:14:14 082/519 - 3/3: Installing method ConstantBlockClosure2Arg>>valueWithArguments: 22:14:14 083/519 - 1/3: Installing method ConstantBlockClosure3Arg>>value 22:14:14 083/519 - 2/3: Installing method ConstantBlockClosure3Arg>>value:value:value: 22:14:14 083/519 - 3/3: Installing method ConstantBlockClosure3Arg>>valueWithArguments: 22:14:21 084/519 - 1/182: Installing method Context>>aboutToReturn:through: 22:14:21 084/519 - 2/182: Installing method Context>>activateMethod:withArgs:receiver:class: 22:14:21 084/519 - 3/182: Installing method Context>>activateReturn:value: 22:14:21 084/519 - 4/182: Installing method Context>>activeHome 22:14:21 084/519 - 5/182: Installing method Context>>activeOuterContext 22:14:21 084/519 - 6/182: Installing method Context>>arguments 22:14:21 084/519 - 7/182: Installing method Context>>asContext 22:14:21 084/519 - 8/182: Installing method Context>>at: 22:14:21 084/519 - 9/182: Installing method Context>>at:put: 22:14:21 084/519 - 10/182: Installing method Context>>basicAt: 22:14:21 084/519 - 11/182: Installing method Context>>basicAt:put: 22:14:21 084/519 - 12/182: Installing method Context>>basicSize 22:14:21 084/519 - 13/182: Installing method Context>>belongsToDoIt 22:14:21 084/519 - 14/182: Installing method Context>>blockReturnConstant: 22:14:21 084/519 - 15/182: Installing method Context>>blockReturnTop 22:14:21 084/519 - 16/182: Installing method Context>>bottomContext 22:14:21 084/519 - 17/182: Installing method Context>>canHandleSignal: 22:14:21 084/519 - 18/182: Installing method Context>>cannotReturn: 22:14:21 084/519 - 19/182: Installing method Context>>cannotReturn:to: 22:14:21 084/519 - 20/182: Installing method Context>>client 22:14:21 084/519 - 21/182: Installing method Context>>closure 22:14:21 084/519 - 22/182: Installing method Context>>compiledCode 22:14:21 084/519 - 23/182: Installing method Context>>contextClass 22:14:21 084/519 - 24/182: Installing method Context>>contextStack 22:14:21 084/519 - 25/182: Installing method Context>>contextTag 22:14:21 084/519 - 26/182: Installing method Context>>copyStack 22:14:21 084/519 - 27/182: Installing method Context>>copyTo: 22:14:21 084/519 - 28/182: Installing method Context>>cut: 22:14:21 084/519 - 29/182: Installing method Context>>deadContextForClosure: 22:14:21 084/519 - 30/182: Installing method Context>>debugStack:on: 22:14:21 084/519 - 31/182: Installing method Context>>debugStackOn: 22:14:21 084/519 - 32/182: Installing method Context>>depthBelow: 22:14:21 084/519 - 33/182: Installing method Context>>directedSuperSend:numArgs: 22:14:21 084/519 - 34/182: Installing method Context>>doDup 22:14:21 084/519 - 35/182: Installing method Context>>doNop 22:14:21 084/519 - 36/182: Installing method Context>>doPop 22:14:21 084/519 - 37/182: Installing method Context>>doPrimitive:method:receiver:args: 22:14:21 084/519 - 38/182: Installing method Context>>endPC 22:14:21 084/519 - 39/182: Installing method Context>>errorReportOn: 22:14:21 084/519 - 40/182: Installing method Context>>evaluateSignal: 22:14:21 084/519 - 41/182: Installing method Context>>exception 22:14:21 084/519 - 42/182: Installing method Context>>exceptionClass 22:14:21 084/519 - 43/182: Installing method Context>>exceptionHandlerBlock 22:14:21 084/519 - 44/182: Installing method Context>>exceptionsToCaptureWhenStepping 22:14:21 084/519 - 45/182: Installing method Context>>failPrimitiveWith: 22:14:21 084/519 - 46/182: Installing method Context>>filterDebuggerStack 22:14:21 084/519 - 47/182: Installing method Context>>findContextSuchThat: 22:14:21 084/519 - 48/182: Installing method Context>>findMethodContextSuchThat: 22:14:21 084/519 - 49/182: Installing method Context>>findNextHandlerContext 22:14:21 084/519 - 50/182: Installing method Context>>findNextHandlerOrSignalingContext 22:14:21 084/519 - 51/182: Installing method Context>>findNextUnwindContextUpTo: 22:14:21 084/519 - 52/182: Installing method Context>>handleSignal: 22:14:21 084/519 - 53/182: Installing method Context>>hasContext: 22:14:21 084/519 - 54/182: Installing method Context>>hasNonLocalReturn 22:14:21 084/519 - 55/182: Installing method Context>>hasSender: 22:14:21 084/519 - 56/182: Installing method Context>>hasTemporaryVariableNamed: 22:14:21 084/519 - 57/182: Installing method Context>>home 22:14:21 084/519 - 58/182: Installing method Context>>homeMethod 22:14:21 084/519 - 59/182: Installing method Context>>insertSender: 22:14:21 084/519 - 60/182: Installing method Context>>instVarAt:put: 22:14:21 084/519 - 61/182: Installing method Context>>isBlockContext 22:14:21 084/519 - 62/182: Installing method Context>>isBottomContext 22:14:21 084/519 - 63/182: Installing method Context>>isContext 22:14:21 084/519 - 64/182: Installing method Context>>isDead 22:14:21 084/519 - 65/182: Installing method Context>>isEndOfProcessTermination 22:14:21 084/519 - 66/182: Installing method Context>>isExecutingBlock 22:14:21 084/519 - 67/182: Installing method Context>>isFailToken: 22:14:21 084/519 - 68/182: Installing method Context>>isHandlerContext 22:14:21 084/519 - 69/182: Installing method Context>>isHandlerOrSignalingContext 22:14:21 084/519 - 70/182: Installing method Context>>isPrimFailToken: 22:14:21 084/519 - 71/182: Installing method Context>>isUnwindContext 22:14:21 084/519 - 72/182: Installing method Context>>jump 22:14:21 084/519 - 73/182: Installing method Context>>jump:if:withInterpreter: 22:14:21 084/519 - 74/182: Installing method Context>>jump:withInterpreter: 22:14:21 084/519 - 75/182: Installing method Context>>longStack 22:14:21 084/519 - 76/182: Installing method Context>>method 22:14:21 084/519 - 77/182: Installing method Context>>methodClass 22:14:21 084/519 - 78/182: Installing method Context>>methodNode 22:14:21 084/519 - 79/182: Installing method Context>>methodReturnReceiver 22:14:21 084/519 - 80/182: Installing method Context>>methodReturnTop 22:14:21 084/519 - 81/182: Installing method Context>>nextHandlerContext 22:14:21 084/519 - 82/182: Installing method Context>>numArgs 22:14:21 084/519 - 83/182: Installing method Context>>numTemps 22:14:21 084/519 - 84/182: Installing method Context>>object:basicAt: 22:14:21 084/519 - 85/182: Installing method Context>>object:basicAt:put: 22:14:22 084/519 - 86/182: Installing method Context>>object:eqeq: 22:14:22 084/519 - 87/182: Installing method Context>>object:instVarAt: 22:14:22 084/519 - 88/182: Installing method Context>>object:instVarAt:put: 22:14:22 084/519 - 89/182: Installing method Context>>object:perform:withArguments:inClass: 22:14:22 084/519 - 90/182: Installing method Context>>objectClass: 22:14:22 084/519 - 91/182: Installing method Context>>objectSize: 22:14:22 084/519 - 92/182: Installing method Context>>outerContext 22:14:22 084/519 - 93/182: Installing method Context>>outerMostContext 22:14:22 084/519 - 94/182: Installing method Context>>pc 22:14:22 084/519 - 95/182: Installing method Context>>pc: 22:14:22 084/519 - 96/182: Installing method Context>>pop 22:14:22 084/519 - 97/182: Installing method Context>>popIntoLiteralVariable: 22:14:22 084/519 - 98/182: Installing method Context>>popIntoReceiverVariable: 22:14:22 084/519 - 99/182: Installing method Context>>popIntoRemoteTemp:inVectorAt: 22:14:22 084/519 - 100/182: Installing method Context>>popIntoTemporaryVariable: 22:14:22 084/519 - 101/182: Installing method Context>>print:on: 22:14:22 084/519 - 102/182: Installing method Context>>printDebugOn: 22:14:22 084/519 - 103/182: Installing method Context>>printDebugStackOn: 22:14:22 084/519 - 104/182: Installing method Context>>printDetails: 22:14:22 084/519 - 105/182: Installing method Context>>printOn: 22:14:22 084/519 - 106/182: Installing method Context>>printStackOfSize: 22:14:22 084/519 - 107/182: Installing method Context>>privRefresh 22:14:22 084/519 - 108/182: Installing method Context>>privRefreshWith: 22:14:22 084/519 - 109/182: Installing method Context>>privSender: 22:14:22 084/519 - 110/182: Installing method Context>>push: 22:14:22 084/519 - 111/182: Installing method Context>>pushActiveContext 22:14:22 084/519 - 112/182: Installing method Context>>pushActiveProcess 22:14:22 084/519 - 113/182: Installing method Context>>pushArgs:from: 22:14:22 084/519 - 114/182: Installing method Context>>pushClosureTemps: 22:14:22 084/519 - 115/182: Installing method Context>>pushConsArrayWithElements: 22:14:22 084/519 - 116/182: Installing method Context>>pushConstant: 22:14:22 084/519 - 117/182: Installing method Context>>pushFullClosure:numCopied:receiverOnStack:ignoreOuterContext: 22:14:22 084/519 - 118/182: Installing method Context>>pushLiteralVariable: 22:14:22 084/519 - 119/182: Installing method Context>>pushNewArrayOfSize: 22:14:22 084/519 - 120/182: Installing method Context>>pushReceiver 22:14:22 084/519 - 121/182: Installing method Context>>pushReceiverVariable: 22:14:22 084/519 - 122/182: Installing method Context>>pushRemoteTemp:inVectorAt: 22:14:22 084/519 - 123/182: Installing method Context>>pushTemporaryVariable: 22:14:22 084/519 - 124/182: Installing method Context>>quickMethodPrimitiveBytecodeSize 22:14:22 084/519 - 125/182: Installing method Context>>receiver 22:14:22 084/519 - 126/182: Installing method Context>>receiver: 22:14:22 084/519 - 127/182: Installing method Context>>release 22:14:22 084/519 - 128/182: Installing method Context>>releaseTo: 22:14:22 084/519 - 129/182: Installing method Context>>removeSelf 22:14:22 084/519 - 130/182: Installing method Context>>resume 22:14:22 084/519 - 131/182: Installing method Context>>resume: 22:14:22 084/519 - 132/182: Installing method Context>>resume:through: 22:14:22 084/519 - 133/182: Installing method Context>>resumeEvaluating: 22:14:22 084/519 - 134/182: Installing method Context>>return 22:14:22 084/519 - 135/182: Installing method Context>>return: 22:14:22 084/519 - 136/182: Installing method Context>>return:from: 22:14:22 084/519 - 137/182: Installing method Context>>return:through: 22:14:22 084/519 - 138/182: Installing method Context>>runUntilErrorOrReturnFrom: 22:14:22 084/519 - 139/182: Installing method Context>>runUntilReturnFrom: 22:14:22 084/519 - 140/182: Installing method Context>>selector 22:14:22 084/519 - 141/182: Installing method Context>>send:to:with:lookupIn: 22:14:22 084/519 - 142/182: Installing method Context>>send:to:with:super: 22:14:22 084/519 - 143/182: Installing method Context>>sender 22:14:22 084/519 - 144/182: Installing method Context>>setNamedPrimitiveInformationFrom:toMethod: 22:14:22 084/519 - 145/182: Installing method Context>>setSender:receiver:method:arguments: 22:14:22 084/519 - 146/182: Installing method Context>>setSender:receiver:method:closure:startpc: 22:14:22 084/519 - 147/182: Installing method Context>>shortDebugStack 22:14:22 084/519 - 148/182: Installing method Context>>shortDebugStackOn: 22:14:22 084/519 - 149/182: Installing method Context>>shortStack 22:14:22 084/519 - 150/182: Installing method Context>>singleRelease 22:14:22 084/519 - 151/182: Installing method Context>>size 22:14:22 084/519 - 152/182: Installing method Context>>sourceCode 22:14:22 084/519 - 153/182: Installing method Context>>stack 22:14:22 084/519 - 154/182: Installing method Context>>stackOfSize: 22:14:22 084/519 - 155/182: Installing method Context>>stackPtr 22:14:22 084/519 - 156/182: Installing method Context>>stackp: 22:14:22 084/519 - 157/182: Installing method Context>>startpc 22:14:22 084/519 - 158/182: Installing method Context>>step 22:14:22 084/519 - 159/182: Installing method Context>>stepToCallee 22:14:22 084/519 - 160/182: Installing method Context>>stepToCalleeOrNil 22:14:22 084/519 - 161/182: Installing method Context>>stepUntilSomethingOnStack 22:14:22 084/519 - 162/182: Installing method Context>>storeIntoLiteralVariable: 22:14:22 084/519 - 163/182: Installing method Context>>storeIntoReceiverVariable: 22:14:22 084/519 - 164/182: Installing method Context>>storeIntoRemoteTemp:inVectorAt: 22:14:22 084/519 - 165/182: Installing method Context>>storeIntoTemporaryVariable: 22:14:22 084/519 - 166/182: Installing method Context>>swapReceiver: 22:14:22 084/519 - 167/182: Installing method Context>>swapSender: 22:14:23 084/519 - 168/182: Installing method Context>>tempAt: 22:14:23 084/519 - 169/182: Installing method Context>>tempAt:put: 22:14:23 084/519 - 170/182: Installing method Context>>terminate 22:14:23 084/519 - 171/182: Installing method Context>>terminateTo: 22:14:23 084/519 - 172/182: Installing method Context>>top 22:14:23 084/519 - 173/182: Installing method Context>>tryNamedPrimitiveIn:for:withArgs: 22:14:23 084/519 - 174/182: Installing method Context>>tryPrimitiveFor:receiver:args: 22:14:23 084/519 - 175/182: Installing method Context>>unwindAndStop: 22:14:23 084/519 - 176/182: Installing method Context>>unwindBlock 22:14:23 084/519 - 177/182: Installing method Context>>unwindComplete 22:14:23 084/519 - 178/182: Installing method Context>>unwindComplete: 22:14:23 084/519 - 179/182: Installing method Context>>unwindForTermination 22:14:23 084/519 - 180/182: Installing method Context>>unwindTo: 22:14:23 084/519 - 181/182: Installing method Context>>willFailReturn 22:14:23 084/519 - 182/182: Installing method Context>>withoutPrimitiveTryNamedPrimitiveIn:for:withArgs: 22:14:23 084/519 - 1/19: Installing method Context class>>allInstances 22:14:23 084/519 - 2/19: Installing method Context class>>allInstancesDo: 22:14:23 084/519 - 3/19: Installing method Context class>>basicNew: 22:14:23 084/519 - 4/19: Installing method Context class>>carefullyPrint:on: 22:14:23 084/519 - 5/19: Installing method Context class>>compiler 22:14:23 084/519 - 6/19: Installing method Context class>>contextEnsure: 22:14:23 084/519 - 7/19: Installing method Context class>>contextOn:do: 22:14:23 084/519 - 8/19: Installing method Context class>>initialize 22:14:23 084/519 - 9/19: Installing method Context class>>initializePrimitiveSimulators 22:14:23 084/519 - 10/19: Installing method Context class>>initializeTryNamedPrimitiveTemplateMethod 22:14:23 084/519 - 11/19: Installing method Context class>>new 22:14:23 084/519 - 12/19: Installing method Context class>>new: 22:14:23 084/519 - 13/19: Installing method Context class>>newForMethod: 22:14:23 084/519 - 14/19: Installing method Context class>>primitiveFailToken 22:14:23 084/519 - 15/19: Installing method Context class>>primitiveFailTokenFor: 22:14:23 084/519 - 16/19: Installing method Context class>>sender:receiver:method:arguments: 22:14:23 084/519 - 17/19: Installing method Context class>>specialPrimitiveSimulators 22:14:23 084/519 - 18/19: Installing method Context class>>theReturnMethod 22:14:23 084/519 - 19/19: Installing method Context class>>tryNamedPrimitiveTemplateMethod 22:14:23 085/519 - 1/2: Installing method ContextCannotReturn>>target 22:14:23 085/519 - 2/2: Installing method ContextCannotReturn>>target: 22:14:23 085/519 - 1/1: Installing method ContextCannotReturn class>>result:to: 22:14:23 086/519 - 1/2: Installing method CurrentExecutionEnvironment>>default 22:14:23 086/519 - 2/2: Installing method CurrentExecutionEnvironment>>installValue:intoForked:from: 22:14:23 086/519 - 1/3: Installing method CurrentExecutionEnvironment class>>activate:for: 22:14:23 086/519 - 2/3: Installing method CurrentExecutionEnvironment class>>isInheritable 22:14:24 086/519 - 3/3: Installing method CurrentExecutionEnvironment class>>restoreDefault 22:14:24 087/519 - 1/4: Installing method DailyNonInteractiveTranscript>>fileNameWithDate 22:14:24 087/519 - 2/4: Installing method DailyNonInteractiveTranscript>>initialize 22:14:24 087/519 - 3/4: Installing method DailyNonInteractiveTranscript>>initializeStream 22:14:24 087/519 - 4/4: Installing method DailyNonInteractiveTranscript>>stream 22:14:24 087/519 - 1/1: Installing method DailyNonInteractiveTranscript class>>defaultLogFileName 22:14:24 088/519 - 1/8: Installing method DangerousClassNotifier class>>check: 22:14:24 088/519 - 2/8: Installing method DangerousClassNotifier class>>disable 22:14:24 088/519 - 3/8: Installing method DangerousClassNotifier class>>disableDuring: 22:14:24 088/519 - 4/8: Installing method DangerousClassNotifier class>>enable 22:14:24 088/519 - 5/8: Installing method DangerousClassNotifier class>>enabled 22:14:24 088/519 - 6/8: Installing method DangerousClassNotifier class>>initialize 22:14:24 088/519 - 7/8: Installing method DangerousClassNotifier class>>shouldNotBeRedefined: 22:14:24 088/519 - 8/8: Installing method DangerousClassNotifier class>>tooDangerousClasses 22:14:24 089/519 - 1/8: Installing method DecoratorStream>>atEnd 22:14:24 089/519 - 2/8: Installing method DecoratorStream>>contents 22:14:24 089/519 - 3/8: Installing method DecoratorStream>>next 22:14:24 089/519 - 4/8: Installing method DecoratorStream>>nextPut: 22:14:24 089/519 - 5/8: Installing method DecoratorStream>>on: 22:14:24 089/519 - 6/8: Installing method DecoratorStream>>peek 22:14:24 089/519 - 7/8: Installing method DecoratorStream>>position 22:14:24 089/519 - 8/8: Installing method DecoratorStream>>store: 22:14:24 089/519 - 1/1: Installing method DecoratorStream class>>on: 22:14:24 090/519 - 1/1: Installing method DefaultExecutionEnvironment>>prepareForNewProcess: 22:14:24 090/519 - 1/3: Installing method DefaultExecutionEnvironment class>>beActive 22:14:24 090/519 - 2/3: Installing method DefaultExecutionEnvironment class>>beActiveDuring: 22:14:24 090/519 - 3/3: Installing method DefaultExecutionEnvironment class>>instance 22:14:25 091/519 - 1/16: Installing method Delay>>beingWaitedOn 22:14:25 091/519 - 2/16: Installing method Delay>>delaySemaphore 22:14:25 091/519 - 3/16: Installing method Delay>>isExpired 22:14:25 091/519 - 4/16: Installing method Delay>>millisecondDelayDuration 22:14:25 091/519 - 5/16: Installing method Delay>>millisecondsToGo 22:14:25 091/519 - 6/16: Installing method Delay>>printOn: 22:14:25 091/519 - 7/16: Installing method Delay>>resumptionTick 22:14:25 091/519 - 8/16: Installing method Delay>>resumptionTickAdjustFrom:to: 22:14:25 091/519 - 9/16: Installing method Delay>>schedule 22:14:25 091/519 - 10/16: Installing method Delay>>setDelay: 22:14:25 091/519 - 11/16: Installing method Delay>>setDelay:forSemaphore: 22:14:25 091/519 - 12/16: Installing method Delay>>timingPriorityScheduleTicker: 22:14:25 091/519 - 13/16: Installing method Delay>>timingPrioritySignalExpired 22:14:25 091/519 - 14/16: Installing method Delay>>timingPriorityUnschedule 22:14:25 091/519 - 15/16: Installing method Delay>>unschedule 22:14:25 091/519 - 16/16: Installing method Delay>>wait 22:14:25 091/519 - 1/21: Installing method Delay class>>anyActive 22:14:25 091/519 - 2/21: Installing method Delay class>>delaySchedulerClass 22:14:25 091/519 - 3/21: Installing method Delay class>>delaySchedulerClass: 22:14:25 091/519 - 4/21: Installing method Delay class>>forDays: 22:14:25 091/519 - 5/21: Installing method Delay class>>forHours: 22:14:25 091/519 - 6/21: Installing method Delay class>>forMilliseconds: 22:14:25 091/519 - 7/21: Installing method Delay class>>forMinutes: 22:14:25 091/519 - 8/21: Installing method Delay class>>forSeconds: 22:14:25 091/519 - 9/21: Installing method Delay class>>initialize 22:14:25 091/519 - 10/21: Installing method Delay class>>nextWakeUpTime 22:14:25 091/519 - 11/21: Installing method Delay class>>restartMethods 22:14:25 091/519 - 12/21: Installing method Delay class>>restartTimerEventLoop 22:14:25 091/519 - 13/21: Installing method Delay class>>scheduler 22:14:25 091/519 - 14/21: Installing method Delay class>>scheduler: 22:14:25 091/519 - 15/21: Installing method Delay class>>schedulingProcess 22:14:25 091/519 - 16/21: Installing method Delay class>>shutDown 22:14:25 091/519 - 17/21: Installing method Delay class>>startTimerEventLoop 22:14:25 091/519 - 18/21: Installing method Delay class>>startUp 22:14:25 091/519 - 19/21: Installing method Delay class>>stopTimerEventLoop 22:14:25 091/519 - 20/21: Installing method Delay class>>systemSettingOn: 22:14:25 091/519 - 21/21: Installing method Delay class>>timeoutSemaphore:afterMSecs: 22:14:26 092/519 - 1/22: Installing method DelayBasicScheduler>>anyActive 22:14:26 092/519 - 2/22: Installing method DelayBasicScheduler>>initialize 22:14:26 092/519 - 3/22: Installing method DelayBasicScheduler>>initializeTicker:suspendedDelaysHeap: 22:14:26 092/519 - 4/22: Installing method DelayBasicScheduler>>nextWakeUpTime 22:14:26 092/519 - 5/22: Installing method DelayBasicScheduler>>printOn: 22:14:26 092/519 - 6/22: Installing method DelayBasicScheduler>>restartTimerEventLoop 22:14:26 092/519 - 7/22: Installing method DelayBasicScheduler>>resume 22:14:26 092/519 - 8/22: Installing method DelayBasicScheduler>>runBackendLoopAtTimingPriority 22:14:26 092/519 - 9/22: Installing method DelayBasicScheduler>>schedule: 22:14:26 092/519 - 10/22: Installing method DelayBasicScheduler>>scheduleAtTimingPriority 22:14:26 092/519 - 11/22: Installing method DelayBasicScheduler>>schedulingProcess 22:14:26 092/519 - 12/22: Installing method DelayBasicScheduler>>shutDown 22:14:26 092/519 - 13/22: Installing method DelayBasicScheduler>>simulate_vmMilliseconds: 22:14:26 092/519 - 14/22: Installing method DelayBasicScheduler>>startTimerEventLoop 22:14:26 092/519 - 15/22: Installing method DelayBasicScheduler>>startTimerEventLoopPriority: 22:14:26 092/519 - 16/22: Installing method DelayBasicScheduler>>startUp 22:14:26 092/519 - 17/22: Installing method DelayBasicScheduler>>stopTimerEventLoop 22:14:26 092/519 - 18/22: Installing method DelayBasicScheduler>>suspend 22:14:26 092/519 - 19/22: Installing method DelayBasicScheduler>>suspendAtTimingPriority 22:14:26 092/519 - 20/22: Installing method DelayBasicScheduler>>ticker 22:14:26 092/519 - 21/22: Installing method DelayBasicScheduler>>unschedule: 22:14:26 092/519 - 22/22: Installing method DelayBasicScheduler>>unscheduleAtTimingPriority 22:14:26 092/519 - 1/2: Installing method DelayBasicScheduler class>>defaultSuspendedDelaysHeap 22:14:26 092/519 - 2/2: Installing method DelayBasicScheduler class>>onTicker:suspendedDelaysHeap: 22:14:26 093/519 - 1/5: Installing method DelayMicrosecondTicker>>millisecondsUntilTick: 22:14:26 093/519 - 2/5: Installing method DelayMicrosecondTicker>>nowTick 22:14:26 093/519 - 3/5: Installing method DelayMicrosecondTicker>>primSignal:atUTCMicroseconds: 22:14:26 093/519 - 4/5: Installing method DelayMicrosecondTicker>>tickAfterMilliseconds: 22:14:26 093/519 - 5/5: Installing method DelayMicrosecondTicker>>waitForUserSignalled:orExpired: 22:14:26 094/519 - 1/5: Installing method DelayMicrosecondTickerSimulation>>initialize 22:14:26 094/519 - 2/5: Installing method DelayMicrosecondTickerSimulation>>nowTick 22:14:26 094/519 - 3/5: Installing method DelayMicrosecondTickerSimulation>>primSignal:atUTCMicroseconds: 22:14:26 094/519 - 4/5: Installing method DelayMicrosecondTickerSimulation>>simulate_vmMilliseconds: 22:14:26 094/519 - 5/5: Installing method DelayMicrosecondTickerSimulation>>vmSimNextWakeupMilliseconds 22:14:26 095/519 - 1/1: Installing method DelayMicrosecondUncappedTicker>>waitForUserSignalled:orExpired: 22:14:26 096/519 - 1/5: Installing method DelayMillisecondTicker>>millisecondsUntilTick: 22:14:27 096/519 - 2/5: Installing method DelayMillisecondTicker>>nowTick 22:14:27 096/519 - 3/5: Installing method DelayMillisecondTicker>>primSignal:atMilliseconds: 22:14:27 096/519 - 4/5: Installing method DelayMillisecondTicker>>tickAfterMilliseconds: 22:14:27 096/519 - 5/5: Installing method DelayMillisecondTicker>>waitForUserSignalled:orExpired: 22:14:27 097/519 - 1/5: Installing method DelayMillisecondTickerSimulation>>initialize 22:14:27 097/519 - 2/5: Installing method DelayMillisecondTickerSimulation>>nowTick 22:14:27 097/519 - 3/5: Installing method DelayMillisecondTickerSimulation>>primSignal:atMilliseconds: 22:14:27 097/519 - 4/5: Installing method DelayMillisecondTickerSimulation>>simulate_vmMilliseconds: 22:14:27 097/519 - 5/5: Installing method DelayMillisecondTickerSimulation>>vmSimNextWakeupMilliseconds 22:14:27 098/519 - 1/3: Installing method DelayMutexScheduler>>initializeTicker:suspendedDelaysHeap: 22:14:27 098/519 - 2/3: Installing method DelayMutexScheduler>>schedule: 22:14:27 098/519 - 3/3: Installing method DelayMutexScheduler>>unschedule: 22:14:27 099/519 - 1/6: Installing method DelayNullScheduler>>schedule: 22:14:27 099/519 - 2/6: Installing method DelayNullScheduler>>shutDown 22:14:27 099/519 - 3/6: Installing method DelayNullScheduler>>startTimerEventLoop 22:14:27 099/519 - 4/6: Installing method DelayNullScheduler>>startUp 22:14:27 099/519 - 5/6: Installing method DelayNullScheduler>>stopTimerEventLoop 22:14:27 099/519 - 6/6: Installing method DelayNullScheduler>>unschedule: 22:14:27 100/519 - 1/5: Installing method DelaySemaphoreScheduler>>initializeTicker:suspendedDelaysHeap: 22:14:27 100/519 - 2/5: Installing method DelaySemaphoreScheduler>>schedule: 22:14:27 100/519 - 3/5: Installing method DelaySemaphoreScheduler>>scheduleAtTimingPriority 22:14:27 100/519 - 4/5: Installing method DelaySemaphoreScheduler>>unschedule: 22:14:27 100/519 - 5/5: Installing method DelaySemaphoreScheduler>>unscheduleAtTimingPriority 22:14:27 101/519 - 1/5: Installing method DelayWaitTimeout>>isExpired 22:14:27 101/519 - 2/5: Installing method DelayWaitTimeout>>setDelay:forSemaphore: 22:14:27 101/519 - 3/5: Installing method DelayWaitTimeout>>timingPrioritySignalExpired 22:14:27 101/519 - 4/5: Installing method DelayWaitTimeout>>wait 22:14:27 101/519 - 5/5: Installing method DelayWaitTimeout>>waitOnCompletion:onTimeout: 22:14:27 102/519 - 1/12: Installing method DependentsArray>>at: 22:14:27 102/519 - 2/12: Installing method DependentsArray>>at:put: 22:14:27 102/519 - 3/12: Installing method DependentsArray>>basicReplaceFrom:to:with:startingAt: 22:14:27 102/519 - 4/12: Installing method DependentsArray>>collect: 22:14:27 102/519 - 5/12: Installing method DependentsArray>>copyWith: 22:14:27 102/519 - 6/12: Installing method DependentsArray>>do: 22:14:27 102/519 - 7/12: Installing method DependentsArray>>first 22:14:27 102/519 - 8/12: Installing method DependentsArray>>last 22:14:27 102/519 - 9/12: Installing method DependentsArray>>reverseDo: 22:14:28 102/519 - 10/12: Installing method DependentsArray>>select: 22:14:28 102/519 - 11/12: Installing method DependentsArray>>size 22:14:28 102/519 - 12/12: Installing method DependentsArray>>writeStream 22:14:28 102/519 - 1/7: Installing method DependentsArray class>>with: 22:14:28 102/519 - 2/7: Installing method DependentsArray class>>with:with: 22:14:28 102/519 - 3/7: Installing method DependentsArray class>>with:with:with: 22:14:28 102/519 - 4/7: Installing method DependentsArray class>>with:with:with:with: 22:14:28 102/519 - 5/7: Installing method DependentsArray class>>with:with:with:with:with: 22:14:28 102/519 - 6/7: Installing method DependentsArray class>>with:with:with:with:with:with: 22:14:28 102/519 - 7/7: Installing method DependentsArray class>>withAll: 22:14:28 103/519 - 1/24: Installing method Deprecation>>= 22:14:28 103/519 - 2/24: Installing method Deprecation>>condition: 22:14:28 103/519 - 3/24: Installing method Deprecation>>context: 22:14:28 103/519 - 4/24: Installing method Deprecation>>contextOfDeprecatedMethod 22:14:28 103/519 - 5/24: Installing method Deprecation>>contextOfSender 22:14:28 103/519 - 6/24: Installing method Deprecation>>date: 22:14:28 103/519 - 7/24: Installing method Deprecation>>defaultAction 22:14:28 103/519 - 8/24: Installing method Deprecation>>deprecatedMethodName 22:14:28 103/519 - 9/24: Installing method Deprecation>>deprecationDate 22:14:28 103/519 - 10/24: Installing method Deprecation>>explanation: 22:14:28 103/519 - 11/24: Installing method Deprecation>>explanationString 22:14:28 103/519 - 12/24: Installing method Deprecation>>hash 22:14:28 103/519 - 13/24: Installing method Deprecation>>logTranscript 22:14:28 103/519 - 14/24: Installing method Deprecation>>messageText 22:14:28 103/519 - 15/24: Installing method Deprecation>>raiseWarning 22:14:28 103/519 - 16/24: Installing method Deprecation>>rewriterClass 22:14:28 103/519 - 17/24: Installing method Deprecation>>rule: 22:14:28 103/519 - 18/24: Installing method Deprecation>>sendingMethodName 22:14:28 103/519 - 19/24: Installing method Deprecation>>shouldTransform 22:14:28 103/519 - 20/24: Installing method Deprecation>>showWarning 22:14:28 103/519 - 21/24: Installing method Deprecation>>signal 22:14:28 103/519 - 22/24: Installing method Deprecation>>transform 22:14:28 103/519 - 23/24: Installing method Deprecation>>version: 22:14:28 103/519 - 24/24: Installing method Deprecation>>versionString 22:14:28 103/519 - 1/9: Installing method Deprecation class>>activateTransformations 22:14:28 103/519 - 2/9: Installing method Deprecation class>>activateTransformations: 22:14:28 103/519 - 3/9: Installing method Deprecation class>>deprecationsWhile: 22:14:28 103/519 - 4/9: Installing method Deprecation class>>initialize 22:14:28 103/519 - 5/9: Installing method Deprecation class>>raiseWarning 22:14:28 103/519 - 6/9: Installing method Deprecation class>>raiseWarning: 22:14:28 103/519 - 7/9: Installing method Deprecation class>>reset 22:14:28 103/519 - 8/9: Installing method Deprecation class>>showWarning 22:14:29 103/519 - 9/9: Installing method Deprecation class>>showWarning: 22:14:30 105/519 - 1/67: Installing method Dictionary>>= 22:14:30 105/519 - 2/67: Installing method Dictionary>>add: 22:14:30 105/519 - 3/67: Installing method Dictionary>>addAll: 22:14:30 105/519 - 4/67: Installing method Dictionary>>associationAt: 22:14:30 105/519 - 5/67: Installing method Dictionary>>associationAt:ifAbsent: 22:14:30 105/519 - 6/67: Installing method Dictionary>>associationAt:ifPresent: 22:14:30 105/519 - 7/67: Installing method Dictionary>>associationAt:ifPresent:ifAbsent: 22:14:30 105/519 - 8/67: Installing method Dictionary>>associations 22:14:30 105/519 - 9/67: Installing method Dictionary>>associationsDo: 22:14:30 105/519 - 10/67: Installing method Dictionary>>associationsSelect: 22:14:30 105/519 - 11/67: Installing method Dictionary>>at: 22:14:30 105/519 - 12/67: Installing method Dictionary>>at:at: 22:14:30 105/519 - 13/67: Installing method Dictionary>>at:at:ifAbsent: 22:14:30 105/519 - 14/67: Installing method Dictionary>>at:at:ifAbsentPut: 22:14:30 105/519 - 15/67: Installing method Dictionary>>at:at:put: 22:14:30 105/519 - 16/67: Installing method Dictionary>>at:ifAbsent: 22:14:30 105/519 - 17/67: Installing method Dictionary>>at:ifAbsentPut: 22:14:30 105/519 - 18/67: Installing method Dictionary>>at:ifPresent: 22:14:30 105/519 - 19/67: Installing method Dictionary>>at:ifPresent:ifAbsent: 22:14:30 105/519 - 20/67: Installing method Dictionary>>at:ifPresent:ifAbsentPut: 22:14:30 105/519 - 21/67: Installing method Dictionary>>at:put: 22:14:30 105/519 - 22/67: Installing method Dictionary>>at:update: 22:14:30 105/519 - 23/67: Installing method Dictionary>>at:update:initial: 22:14:31 105/519 - 24/67: Installing method Dictionary>>bindingOf: 22:14:31 105/519 - 25/67: Installing method Dictionary>>bindingsDo: 22:14:31 105/519 - 26/67: Installing method Dictionary>>collect: 22:14:31 105/519 - 27/67: Installing method Dictionary>>difference: 22:14:31 105/519 - 28/67: Installing method Dictionary>>do: 22:14:31 105/519 - 29/67: Installing method Dictionary>>errorKeyNotFound: 22:14:31 105/519 - 30/67: Installing method Dictionary>>errorValueNotFound: 22:14:31 105/519 - 31/67: Installing method Dictionary>>fixCollisionsFrom: 22:14:31 105/519 - 32/67: Installing method Dictionary>>flatCollect: 22:14:31 105/519 - 33/67: Installing method Dictionary>>hasBindingThatBeginsWith: 22:14:31 105/519 - 34/67: Installing method Dictionary>>includes: 22:14:31 105/519 - 35/67: Installing method Dictionary>>includesAssociation: 22:14:31 105/519 - 36/67: Installing method Dictionary>>includesIdentity: 22:14:31 105/519 - 37/67: Installing method Dictionary>>includesKey: 22:14:31 105/519 - 38/67: Installing method Dictionary>>intersection: 22:14:31 105/519 - 39/67: Installing method Dictionary>>isDictionary 22:14:31 105/519 - 40/67: Installing method Dictionary>>isHealthy 22:14:31 105/519 - 41/67: Installing method Dictionary>>keyAtIdentityValue: 22:14:31 105/519 - 42/67: Installing method Dictionary>>keyAtIdentityValue:ifAbsent: 22:14:31 105/519 - 43/67: Installing method Dictionary>>keyAtValue: 22:14:31 105/519 - 44/67: Installing method Dictionary>>keyAtValue:ifAbsent: 22:14:31 105/519 - 45/67: Installing method Dictionary>>keyForIdentity: 22:14:31 105/519 - 46/67: Installing method Dictionary>>keys 22:14:31 105/519 - 47/67: Installing method Dictionary>>keysAndValuesDo: 22:14:31 105/519 - 48/67: Installing method Dictionary>>keysAndValuesRemove: 22:14:31 105/519 - 49/67: Installing method Dictionary>>keysDo: 22:14:31 105/519 - 50/67: Installing method Dictionary>>keysSortedSafely 22:14:31 105/519 - 51/67: Installing method Dictionary>>noCheckAdd: 22:14:31 105/519 - 52/67: Installing method Dictionary>>noCheckNoGrowFillFrom: 22:14:31 105/519 - 53/67: Installing method Dictionary>>postCopy 22:14:31 105/519 - 54/67: Installing method Dictionary>>printElementsOn: 22:14:31 105/519 - 55/67: Installing method Dictionary>>rehash 22:14:31 105/519 - 56/67: Installing method Dictionary>>reject:thenCollect: 22:14:31 105/519 - 57/67: Installing method Dictionary>>remove: 22:14:31 105/519 - 58/67: Installing method Dictionary>>remove:ifAbsent: 22:14:31 105/519 - 59/67: Installing method Dictionary>>removeKey: 22:14:31 105/519 - 60/67: Installing method Dictionary>>removeKey:ifAbsent: 22:14:31 105/519 - 61/67: Installing method Dictionary>>removeUnreferencedKeys 22:14:31 105/519 - 62/67: Installing method Dictionary>>scanFor: 22:14:31 105/519 - 63/67: Installing method Dictionary>>select: 22:14:31 105/519 - 64/67: Installing method Dictionary>>select:thenCollect: 22:14:31 105/519 - 65/67: Installing method Dictionary>>storeOn: 22:14:31 105/519 - 66/67: Installing method Dictionary>>values 22:14:31 105/519 - 67/67: Installing method Dictionary>>valuesDo: 22:14:31 105/519 - 1/3: Installing method Dictionary class>>newFrom: 22:14:31 105/519 - 2/3: Installing method Dictionary class>>newFromKeys:andValues: 22:14:31 105/519 - 3/3: Installing method Dictionary class>>newFromPairs: 22:14:32 106/519 - 1/30: Installing method DoItVariable>>actualVariable 22:14:32 106/519 - 2/30: Installing method DoItVariable>>actualVariable: 22:14:32 106/519 - 3/30: Installing method DoItVariable>>allowsShadowing 22:14:32 106/519 - 4/30: Installing method DoItVariable>>doItContext 22:14:32 106/519 - 5/30: Installing method DoItVariable>>doItContext: 22:14:32 106/519 - 6/30: Installing method DoItVariable>>emitStore: 22:14:32 106/519 - 7/30: Installing method DoItVariable>>emitValue: 22:14:32 106/519 - 8/30: Installing method DoItVariable>>isArgumentVariable 22:14:32 106/519 - 9/30: Installing method DoItVariable>>isClassVariable 22:14:32 106/519 - 10/30: Installing method DoItVariable>>isGlobalVariable 22:14:32 106/519 - 11/30: Installing method DoItVariable>>isInstanceVariable 22:14:32 106/519 - 12/30: Installing method DoItVariable>>isLiteralVariable 22:14:32 106/519 - 13/30: Installing method DoItVariable>>isLocalVariable 22:14:32 106/519 - 14/30: Installing method DoItVariable>>isPseudoVariable 22:14:32 106/519 - 15/30: Installing method DoItVariable>>isSelfVariable 22:14:32 106/519 - 16/30: Installing method DoItVariable>>isSuperVariable 22:14:32 106/519 - 17/30: Installing method DoItVariable>>isTempVariable 22:14:32 106/519 - 18/30: Installing method DoItVariable>>isThisContextVariable 22:14:32 106/519 - 19/30: Installing method DoItVariable>>isThisProcessVariable 22:14:32 106/519 - 20/30: Installing method DoItVariable>>isUndeclaredVariable 22:14:32 106/519 - 21/30: Installing method DoItVariable>>isUninitialized 22:14:32 106/519 - 22/30: Installing method DoItVariable>>isWorkspaceVariable 22:14:32 106/519 - 23/30: Installing method DoItVariable>>key 22:14:32 106/519 - 24/30: Installing method DoItVariable>>printOn: 22:14:32 106/519 - 25/30: Installing method DoItVariable>>read 22:14:32 106/519 - 26/30: Installing method DoItVariable>>readInContext: 22:14:32 106/519 - 27/30: Installing method DoItVariable>>scope 22:14:32 106/519 - 28/30: Installing method DoItVariable>>usingMethods 22:14:32 106/519 - 29/30: Installing method DoItVariable>>write: 22:14:32 106/519 - 30/30: Installing method DoItVariable>>write:inContext: 22:14:32 106/519 - 1/2: Installing method DoItVariable class>>fromContext:variable: 22:14:33 106/519 - 2/2: Installing method DoItVariable class>>named:fromContext: 22:14:33 107/519 - 1/4: Installing method DomainError>>from 22:14:33 107/519 - 2/4: Installing method DomainError>>from: 22:14:33 107/519 - 3/4: Installing method DomainError>>to 22:14:33 107/519 - 4/4: Installing method DomainError>>to: 22:14:33 107/519 - 1/6: Installing method DomainError class>>signal:from: 22:14:33 107/519 - 2/6: Installing method DomainError class>>signal:from:to: 22:14:33 107/519 - 3/6: Installing method DomainError class>>signal:to: 22:14:33 107/519 - 4/6: Installing method DomainError class>>signalFrom: 22:14:33 107/519 - 5/6: Installing method DomainError class>>signalFrom:to: 22:14:33 107/519 - 6/6: Installing method DomainError class>>signalTo: 22:14:33 108/519 - 1/6: Installing method DoubleByteArray>>= 22:14:33 108/519 - 2/6: Installing method DoubleByteArray>>atAllPut: 22:14:33 108/519 - 3/6: Installing method DoubleByteArray>>byteSize 22:14:33 108/519 - 4/6: Installing method DoubleByteArray>>bytesPerElement 22:14:33 108/519 - 5/6: Installing method DoubleByteArray>>defaultElement 22:14:33 108/519 - 6/6: Installing method DoubleByteArray>>replaceFrom:to:with:startingAt: 22:14:33 109/519 - 1/4: Installing method DoubleByteLayout>>bytesPerSlot 22:14:33 109/519 - 2/4: Installing method DoubleByteLayout>>extendDoubleByte 22:14:33 109/519 - 3/4: Installing method DoubleByteLayout>>instanceSpecification 22:14:33 109/519 - 4/4: Installing method DoubleByteLayout>>isDoubleBytes 22:14:33 109/519 - 1/1: Installing method DoubleByteLayout class>>extending:scope:host: 22:14:33 110/519 - 1/10: Installing method DoubleLink>>asDoubleLink 22:14:33 110/519 - 2/10: Installing method DoubleLink>>clearLinks 22:14:33 110/519 - 3/10: Installing method DoubleLink>>hasPredecessor 22:14:33 110/519 - 4/10: Installing method DoubleLink>>hasSuccessor 22:14:33 110/519 - 5/10: Installing method DoubleLink>>nextLink 22:14:33 110/519 - 6/10: Installing method DoubleLink>>nextLink: 22:14:33 110/519 - 7/10: Installing method DoubleLink>>previousLink 22:14:33 110/519 - 8/10: Installing method DoubleLink>>previousLink: 22:14:33 110/519 - 9/10: Installing method DoubleLink>>value 22:14:33 110/519 - 10/10: Installing method DoubleLink>>value: 22:14:33 110/519 - 1/1: Installing method DoubleLink class>>value: 22:14:34 111/519 - 1/18: Installing method DoubleLinkedList>>add: 22:14:34 111/519 - 2/18: Installing method DoubleLinkedList>>add:afterLink: 22:14:34 111/519 - 3/18: Installing method DoubleLinkedList>>add:beforeLink: 22:14:34 111/519 - 4/18: Installing method DoubleLinkedList>>addFirst: 22:14:34 111/519 - 5/18: Installing method DoubleLinkedList>>addLast: 22:14:34 111/519 - 6/18: Installing method DoubleLinkedList>>do: 22:14:34 111/519 - 7/18: Installing method DoubleLinkedList>>first 22:14:34 111/519 - 8/18: Installing method DoubleLinkedList>>firstLink 22:14:34 111/519 - 9/18: Installing method DoubleLinkedList>>isEmpty 22:14:34 111/519 - 10/18: Installing method DoubleLinkedList>>last 22:14:34 111/519 - 11/18: Installing method DoubleLinkedList>>lastLink 22:14:34 111/519 - 12/18: Installing method DoubleLinkedList>>linksDo: 22:14:34 111/519 - 13/18: Installing method DoubleLinkedList>>removeAll 22:14:34 111/519 - 14/18: Installing method DoubleLinkedList>>removeFirst 22:14:34 111/519 - 15/18: Installing method DoubleLinkedList>>removeLast 22:14:34 111/519 - 16/18: Installing method DoubleLinkedList>>removeLink: 22:14:34 111/519 - 17/18: Installing method DoubleLinkedList>>reverseDo: 22:14:34 111/519 - 18/18: Installing method DoubleLinkedList>>reverseLinksDo: 22:14:34 111/519 - 1/1: Installing method DoubleLinkedList class>>newFrom: 22:14:34 112/519 - 1/6: Installing method DoubleWordArray>>= 22:14:34 112/519 - 2/6: Installing method DoubleWordArray>>atAllPut: 22:14:34 112/519 - 3/6: Installing method DoubleWordArray>>byteSize 22:14:34 112/519 - 4/6: Installing method DoubleWordArray>>bytesPerElement 22:14:34 112/519 - 5/6: Installing method DoubleWordArray>>defaultElement 22:14:34 112/519 - 6/6: Installing method DoubleWordArray>>replaceFrom:to:with:startingAt: 22:14:34 113/519 - 1/3: Installing method DoubleWordLayout>>extendDoubleWord 22:14:34 113/519 - 2/3: Installing method DoubleWordLayout>>instanceSpecification 22:14:34 113/519 - 3/3: Installing method DoubleWordLayout>>isDoubleWords 22:14:34 113/519 - 1/1: Installing method DoubleWordLayout class>>extending:scope:host: 22:14:34 114/519 - 1/1: Installing method DummySystemProgressItem>>doesNotUnderstand: 22:14:35 115/519 - 1/22: Installing method DummyUIManager>>chooseDirectory:from: 22:14:35 115/519 - 2/22: Installing method DummyUIManager>>chooseFrom:lines:title: 22:14:35 115/519 - 3/22: Installing method DummyUIManager>>chooseFrom:values:lines:title: 22:14:35 115/519 - 4/22: Installing method DummyUIManager>>confirm: 22:14:35 115/519 - 5/22: Installing method DummyUIManager>>confirm:label:trueChoice:falseChoice:cancelChoice:default: 22:14:35 115/519 - 6/22: Installing method DummyUIManager>>confirm:orCancel: 22:14:35 115/519 - 7/22: Installing method DummyUIManager>>debugProcess:context:label:fullView:notification: 22:14:35 115/519 - 8/22: Installing method DummyUIManager>>edit:label:accept: 22:14:35 115/519 - 9/22: Installing method DummyUIManager>>handleError:log: 22:14:35 115/519 - 10/22: Installing method DummyUIManager>>handleWarning: 22:14:35 115/519 - 11/22: Installing method DummyUIManager>>inform: 22:14:35 115/519 - 12/22: Installing method DummyUIManager>>informUserDuring: 22:14:35 115/519 - 13/22: Installing method DummyUIManager>>lowSpaceWatcherDefaultAction 22:14:35 115/519 - 14/22: Installing method DummyUIManager>>multiLineRequest:initialAnswer:answerHeight: 22:14:35 115/519 - 15/22: Installing method DummyUIManager>>progressBarEnabled 22:14:35 115/519 - 16/22: Installing method DummyUIManager>>progressBarEnabled: 22:14:35 115/519 - 17/22: Installing method DummyUIManager>>request:initialAnswer: 22:14:35 115/519 - 18/22: Installing method DummyUIManager>>request:initialAnswer:entryCompletion: 22:14:35 115/519 - 19/22: Installing method DummyUIManager>>request:initialAnswer:title:entryCompletion: 22:14:35 115/519 - 20/22: Installing method DummyUIManager>>requestPassword: 22:14:35 115/519 - 21/22: Installing method DummyUIManager>>traceCr: 22:14:35 115/519 - 22/22: Installing method DummyUIManager>>unhandledErrorDefaultAction: 22:14:35 116/519 - 1/7: Installing method DuplicatedSlotName>>host 22:14:36 116/519 - 2/7: Installing method DuplicatedSlotName>>host: 22:14:36 116/519 - 3/7: Installing method DuplicatedSlotName>>messageText 22:14:36 116/519 - 4/7: Installing method DuplicatedSlotName>>newSlot 22:14:36 116/519 - 5/7: Installing method DuplicatedSlotName>>newSlot: 22:14:36 116/519 - 6/7: Installing method DuplicatedSlotName>>oldSlot 22:14:36 116/519 - 7/7: Installing method DuplicatedSlotName>>oldSlot: 22:14:36 117/519 - 1/5: Installing method DuplicatedVariableError>>isResumable 22:14:36 117/519 - 2/5: Installing method DuplicatedVariableError>>superclass 22:14:36 117/519 - 3/5: Installing method DuplicatedVariableError>>superclass: 22:14:36 117/519 - 4/5: Installing method DuplicatedVariableError>>variable 22:14:36 117/519 - 5/5: Installing method DuplicatedVariableError>>variable: 22:14:36 117/519 - 1/1: Installing method DuplicatedVariableError class>>signalWith: 22:14:36 118/519 - 1/1: Installing method DynamicVariable>>value:during: 22:14:36 118/519 - 1/1: Installing method DynamicVariable class>>value:during: 22:14:36 119/519 - 1/7: Installing method EmptyLayout>>extend: 22:14:36 119/519 - 2/7: Installing method EmptyLayout>>extendByte 22:14:36 119/519 - 3/7: Installing method EmptyLayout>>extendDoubleByte 22:14:36 119/519 - 4/7: Installing method EmptyLayout>>extendDoubleWord 22:14:36 119/519 - 5/7: Installing method EmptyLayout>>extendVariable: 22:14:36 119/519 - 6/7: Installing method EmptyLayout>>extendWeak 22:14:36 119/519 - 7/7: Installing method EmptyLayout>>extendWord 22:14:36 119/519 - 1/1: Installing method EmptyLayout class>>instance 22:14:37 120/519 - 1/54: Installing method EncoderForSistaV1>>genBranchPopFalse: 22:14:37 120/519 - 2/54: Installing method EncoderForSistaV1>>genBranchPopFalseLong: 22:14:37 120/519 - 3/54: Installing method EncoderForSistaV1>>genBranchPopTrue: 22:14:37 120/519 - 4/54: Installing method EncoderForSistaV1>>genBranchPopTrueLong: 22:14:37 120/519 - 5/54: Installing method EncoderForSistaV1>>genCallMappedInlinedPrimitive: 22:14:37 120/519 - 6/54: Installing method EncoderForSistaV1>>genCallPrimitive: 22:14:37 120/519 - 7/54: Installing method EncoderForSistaV1>>genDup 22:14:37 120/519 - 8/54: Installing method EncoderForSistaV1>>genJump: 22:14:37 120/519 - 9/54: Installing method EncoderForSistaV1>>genJumpLong: 22:14:37 120/519 - 10/54: Installing method EncoderForSistaV1>>genNop 22:14:37 120/519 - 11/54: Installing method EncoderForSistaV1>>genPop 22:14:37 120/519 - 12/54: Installing method EncoderForSistaV1>>genPushCharacter: 22:14:37 120/519 - 13/54: Installing method EncoderForSistaV1>>genPushConsArray: 22:14:37 120/519 - 14/54: Installing method EncoderForSistaV1>>genPushFullClosure:numCopied:receiverOnStack:outerContextNeeded: 22:14:37 120/519 - 15/54: Installing method EncoderForSistaV1>>genPushInstVar: 22:14:37 120/519 - 16/54: Installing method EncoderForSistaV1>>genPushInstVarLong: 22:14:37 120/519 - 17/54: Installing method EncoderForSistaV1>>genPushInteger: 22:14:37 120/519 - 18/54: Installing method EncoderForSistaV1>>genPushIntegerLong: 22:14:37 120/519 - 19/54: Installing method EncoderForSistaV1>>genPushLiteral: 22:14:37 120/519 - 20/54: Installing method EncoderForSistaV1>>genPushLiteralVar: 22:14:37 120/519 - 21/54: Installing method EncoderForSistaV1>>genPushNewArray: 22:14:37 120/519 - 22/54: Installing method EncoderForSistaV1>>genPushReceiver 22:14:37 120/519 - 23/54: Installing method EncoderForSistaV1>>genPushRemoteTemp:inVectorAt: 22:14:37 120/519 - 24/54: Installing method EncoderForSistaV1>>genPushSpecialLiteral: 22:14:37 120/519 - 25/54: Installing method EncoderForSistaV1>>genPushTemp: 22:14:37 120/519 - 26/54: Installing method EncoderForSistaV1>>genPushThisContext 22:14:37 120/519 - 27/54: Installing method EncoderForSistaV1>>genPushThisProcess 22:14:37 120/519 - 28/54: Installing method EncoderForSistaV1>>genReturnReceiver 22:14:37 120/519 - 29/54: Installing method EncoderForSistaV1>>genReturnSpecialLiteral: 22:14:37 120/519 - 30/54: Installing method EncoderForSistaV1>>genReturnTop 22:14:37 120/519 - 31/54: Installing method EncoderForSistaV1>>genReturnTopToCaller 22:14:37 120/519 - 32/54: Installing method EncoderForSistaV1>>genSend:numArgs: 22:14:37 120/519 - 33/54: Installing method EncoderForSistaV1>>genSendDirectedSuper:numArgs: 22:14:37 120/519 - 34/54: Installing method EncoderForSistaV1>>genSendSpecial:numArgs: 22:14:37 120/519 - 35/54: Installing method EncoderForSistaV1>>genSendSuper:numArgs: 22:14:37 120/519 - 36/54: Installing method EncoderForSistaV1>>genSignedSingleExtendB: 22:14:37 120/519 - 37/54: Installing method EncoderForSistaV1>>genStoreInstVar: 22:14:37 120/519 - 38/54: Installing method EncoderForSistaV1>>genStoreInstVarLong: 22:14:37 120/519 - 39/54: Installing method EncoderForSistaV1>>genStoreLiteralVar: 22:14:37 120/519 - 40/54: Installing method EncoderForSistaV1>>genStorePopInstVar: 22:14:37 120/519 - 41/54: Installing method EncoderForSistaV1>>genStorePopInstVarLong: 22:14:37 120/519 - 42/54: Installing method EncoderForSistaV1>>genStorePopLiteralVar: 22:14:37 120/519 - 43/54: Installing method EncoderForSistaV1>>genStorePopRemoteTemp:inVectorAt: 22:14:37 120/519 - 44/54: Installing method EncoderForSistaV1>>genStorePopTemp: 22:14:37 120/519 - 45/54: Installing method EncoderForSistaV1>>genStoreRemoteTemp:inVectorAt: 22:14:37 120/519 - 46/54: Installing method EncoderForSistaV1>>genStoreTemp: 22:14:37 120/519 - 47/54: Installing method EncoderForSistaV1>>genTrap 22:14:37 120/519 - 48/54: Installing method EncoderForSistaV1>>genTrapIfNotInstanceOf: 22:14:37 120/519 - 49/54: Installing method EncoderForSistaV1>>genUnsignedMultipleExtendA: 22:14:37 120/519 - 50/54: Installing method EncoderForSistaV1>>genUnsignedSingleExtendA: 22:14:37 120/519 - 51/54: Installing method EncoderForSistaV1>>genUnsignedSingleExtendB: 22:14:37 120/519 - 52/54: Installing method EncoderForSistaV1>>isSpecialLiteralForPush: 22:14:37 120/519 - 53/54: Installing method EncoderForSistaV1>>sizePushFullClosure:numCopied: 22:14:37 120/519 - 54/54: Installing method EncoderForSistaV1>>sizePushFullClosure:numCopied:receiverOnStack:ignoreOuterContext: 22:14:38 120/519 - 1/43: Installing method EncoderForSistaV1 class>>backJumpBytecodeSize 22:14:38 120/519 - 2/43: Installing method EncoderForSistaV1 class>>bindingReadScanBlockFor:using: 22:14:38 120/519 - 3/43: Installing method EncoderForSistaV1 class>>bindingWriteScanBlockFor:using: 22:14:38 120/519 - 4/43: Installing method EncoderForSistaV1 class>>bytecodeSize: 22:14:38 120/519 - 5/43: Installing method EncoderForSistaV1 class>>callPrimitiveCode 22:14:38 120/519 - 6/43: Installing method EncoderForSistaV1 class>>extensionsAt:in:into: 22:14:38 120/519 - 7/43: Installing method EncoderForSistaV1 class>>firstSpecialSelectorByte 22:14:38 120/519 - 8/43: Installing method EncoderForSistaV1 class>>instVarReadScanBlockFor:using: 22:14:38 120/519 - 9/43: Installing method EncoderForSistaV1 class>>instVarWriteScanBlockFor:using: 22:14:38 120/519 - 10/43: Installing method EncoderForSistaV1 class>>instructionSizeAt:of: 22:14:38 120/519 - 11/43: Installing method EncoderForSistaV1 class>>interpretNextInstructionFor:in: 22:14:38 120/519 - 12/43: Installing method EncoderForSistaV1 class>>isBlockReturnAt:in: 22:14:38 120/519 - 13/43: Installing method EncoderForSistaV1 class>>isBranchIfFalseAt:in: 22:14:38 120/519 - 14/43: Installing method EncoderForSistaV1 class>>isBranchIfTrueAt:in: 22:14:38 120/519 - 15/43: Installing method EncoderForSistaV1 class>>isCreateBlockAt:in: 22:14:38 120/519 - 16/43: Installing method EncoderForSistaV1 class>>isCreateFullBlock:code:at: 22:14:38 120/519 - 17/43: Installing method EncoderForSistaV1 class>>isCreateFullBlockAt:in: 22:14:38 120/519 - 18/43: Installing method EncoderForSistaV1 class>>isExtension: 22:14:38 120/519 - 19/43: Installing method EncoderForSistaV1 class>>isJumpAt:in: 22:14:38 120/519 - 20/43: Installing method EncoderForSistaV1 class>>isJustPopAt:in: 22:14:38 120/519 - 21/43: Installing method EncoderForSistaV1 class>>isPushTempAt:in: 22:14:38 120/519 - 22/43: Installing method EncoderForSistaV1 class>>isRealSendAt:in: 22:14:38 120/519 - 23/43: Installing method EncoderForSistaV1 class>>isReturnAt:in: 22:14:38 120/519 - 24/43: Installing method EncoderForSistaV1 class>>isReturnTopFromMethodAt:in: 22:14:38 120/519 - 25/43: Installing method EncoderForSistaV1 class>>isSendAt:in: 22:14:38 120/519 - 26/43: Installing method EncoderForSistaV1 class>>isStoreAt:in: 22:14:38 120/519 - 27/43: Installing method EncoderForSistaV1 class>>isStorePopAt:in: 22:14:38 120/519 - 28/43: Installing method EncoderForSistaV1 class>>literalIndexOfBytecodeAt:in: 22:14:38 120/519 - 29/43: Installing method EncoderForSistaV1 class>>literalMethodBytecodes 22:14:38 120/519 - 30/43: Installing method EncoderForSistaV1 class>>markerOrNilFor: 22:14:38 120/519 - 31/43: Installing method EncoderForSistaV1 class>>method:refersInBytecodeToLiteral:specialSelectorIndex: 22:14:38 120/519 - 32/43: Installing method EncoderForSistaV1 class>>methodReturnBytecodes 22:14:38 120/519 - 33/43: Installing method EncoderForSistaV1 class>>nonExtensionBytecodeAt:in: 22:14:38 120/519 - 34/43: Installing method EncoderForSistaV1 class>>prepareMethod:forSimulationWith: 22:14:38 120/519 - 35/43: Installing method EncoderForSistaV1 class>>pushNilByte 22:14:39 120/519 - 36/43: Installing method EncoderForSistaV1 class>>readsSelfFor: 22:14:39 120/519 - 37/43: Installing method EncoderForSistaV1 class>>readsThisContextFor: 22:14:39 120/519 - 38/43: Installing method EncoderForSistaV1 class>>selectorToSendOrItselfFor:in:at: 22:14:39 120/519 - 39/43: Installing method EncoderForSistaV1 class>>sendsToSuperFor: 22:14:39 120/519 - 40/43: Installing method EncoderForSistaV1 class>>specialLiterals 22:14:39 120/519 - 41/43: Installing method EncoderForSistaV1 class>>stackDeltaForPrimitive:in: 22:14:39 120/519 - 42/43: Installing method EncoderForSistaV1 class>>superSendScanBlockUsing: 22:14:39 120/519 - 43/43: Installing method EncoderForSistaV1 class>>unusedBytecode 22:14:39 121/519 - 1/5: Installing method EndianDetector class>>calcEndianness 22:14:39 121/519 - 2/5: Installing method EndianDetector class>>endianness 22:14:39 121/519 - 3/5: Installing method EndianDetector class>>isBigEndian 22:14:39 121/519 - 4/5: Installing method EndianDetector class>>isLittleEndian 22:14:39 121/519 - 5/5: Installing method EndianDetector class>>startUp: 22:14:39 122/519 - 1/1: Installing method EphemeronLayout>>instanceSpecification 22:14:39 122/519 - 1/1: Installing method EphemeronLayout class>>extending:scope:host: 22:14:39 123/519 - 1/1: Installing method Error>>isResumable 22:14:39 123/519 - 1/1: Installing method Error class>>captureIfSignalledWhenStepping 22:14:39 124/519 - 1/5: Installing method ErrorHandler class>>defaultErrorHandler 22:14:39 124/519 - 2/5: Installing method ErrorHandler class>>defaultErrorHandler: 22:14:39 124/519 - 3/5: Installing method ErrorHandler class>>handleError: 22:14:39 124/519 - 4/5: Installing method ErrorHandler class>>handleNotification: 22:14:39 124/519 - 5/5: Installing method ErrorHandler class>>handleWarning: 22:14:39 125/519 - 1/3: Installing method ErrorHandlerSessionHandler>>handledId 22:14:39 125/519 - 2/3: Installing method ErrorHandlerSessionHandler>>shutdown: 22:14:39 125/519 - 3/3: Installing method ErrorHandlerSessionHandler>>startup: 22:14:39 125/519 - 1/2: Installing method ErrorHandlerSessionHandler class>>initialize 22:14:39 125/519 - 2/2: Installing method ErrorHandlerSessionHandler class>>uniqueInstance 22:14:39 126/519 - 1/1: Installing method ExactFloatPrintPolicy>>absPrint:on:base: 22:14:40 127/519 - 1/38: Installing method Exception>>completeProcess:with: 22:14:40 127/519 - 2/38: Installing method Exception>>defaultAction 22:14:40 127/519 - 3/38: Installing method Exception>>defaultDescription 22:14:40 127/519 - 4/38: Installing method Exception>>defaultResumeValue 22:14:40 127/519 - 5/38: Installing method Exception>>defaultReturnValue 22:14:40 127/519 - 6/38: Installing method Exception>>description 22:14:40 127/519 - 7/38: Installing method Exception>>freeze 22:14:40 127/519 - 8/38: Installing method Exception>>freezeUpTo: 22:14:40 127/519 - 9/38: Installing method Exception>>isDebuggerFailure 22:14:40 127/519 - 10/38: Installing method Exception>>isHandleableBy: 22:14:40 127/519 - 11/38: Installing method Exception>>isNested 22:14:40 127/519 - 12/38: Installing method Exception>>isResumable 22:14:40 127/519 - 13/38: Installing method Exception>>messageText 22:14:40 127/519 - 14/38: Installing method Exception>>messageText: 22:14:40 127/519 - 15/38: Installing method Exception>>originException 22:14:40 127/519 - 16/38: Installing method Exception>>outer 22:14:40 127/519 - 17/38: Installing method Exception>>pass 22:14:40 127/519 - 18/38: Installing method Exception>>printOn: 22:14:40 127/519 - 19/38: Installing method Exception>>privHandlerContext 22:14:40 127/519 - 20/38: Installing method Exception>>privHandlerContext: 22:14:40 127/519 - 21/38: Installing method Exception>>raiseUnhandledError 22:14:40 127/519 - 22/38: Installing method Exception>>receiver 22:14:40 127/519 - 23/38: Installing method Exception>>resignalAs: 22:14:40 127/519 - 24/38: Installing method Exception>>resume 22:14:40 127/519 - 25/38: Installing method Exception>>resume: 22:14:40 127/519 - 26/38: Installing method Exception>>resumeUnchecked: 22:14:40 127/519 - 27/38: Installing method Exception>>return 22:14:40 127/519 - 28/38: Installing method Exception>>return: 22:14:40 127/519 - 29/38: Installing method Exception>>searchFrom: 22:14:40 127/519 - 30/38: Installing method Exception>>signal 22:14:40 127/519 - 31/38: Installing method Exception>>signal: 22:14:40 127/519 - 32/38: Installing method Exception>>signalIn: 22:14:40 127/519 - 33/38: Installing method Exception>>signaler 22:14:41 127/519 - 34/38: Installing method Exception>>signaler: 22:14:41 127/519 - 35/38: Installing method Exception>>signalerContext 22:14:41 127/519 - 36/38: Installing method Exception>>tag 22:14:41 127/519 - 37/38: Installing method Exception>>tag: 22:14:41 127/519 - 38/38: Installing method Exception>>unhandledErrorAction 22:14:41 127/519 - 1/9: Installing method Exception class>>, 22:14:41 127/519 - 2/9: Installing method Exception class>>- 22:14:41 127/519 - 3/9: Installing method Exception class>>captureIfSignalledWhenStepping 22:14:41 127/519 - 4/9: Installing method Exception class>>handles: 22:14:41 127/519 - 5/9: Installing method Exception class>>signal 22:14:41 127/519 - 6/9: Installing method Exception class>>signal: 22:14:41 127/519 - 7/9: Installing method Exception class>>signal:in: 22:14:41 127/519 - 8/9: Installing method Exception class>>signal:withTag: 22:14:41 127/519 - 9/9: Installing method Exception class>>signalIn: 22:14:41 128/519 - 1/5: Installing method ExceptionSet>>, 22:14:41 128/519 - 2/5: Installing method ExceptionSet>>- 22:14:41 128/519 - 3/5: Installing method ExceptionSet>>add: 22:14:41 128/519 - 4/5: Installing method ExceptionSet>>handles: 22:14:41 128/519 - 5/5: Installing method ExceptionSet>>initialize 22:14:41 129/519 - 1/4: Installing method ExceptionSetWithExclusions>>- 22:14:41 129/519 - 2/4: Installing method ExceptionSetWithExclusions>>addExclusion: 22:14:41 129/519 - 3/4: Installing method ExceptionSetWithExclusions>>handles: 22:14:41 129/519 - 4/4: Installing method ExceptionSetWithExclusions>>initialize 22:14:41 130/519 - 1/5: Installing method ExecutionEnvironment>>activated 22:14:41 130/519 - 2/5: Installing method ExecutionEnvironment>>beActiveDuring: 22:14:41 130/519 - 3/5: Installing method ExecutionEnvironment>>deactivated 22:14:41 130/519 - 4/5: Installing method ExecutionEnvironment>>isTest 22:14:41 130/519 - 5/5: Installing method ExecutionEnvironment>>prepareForNewProcess: 22:14:41 131/519 - 1/6: Installing method Exit>>defaultAction 22:14:41 131/519 - 2/6: Installing method Exit>>isSuccess 22:14:41 131/519 - 3/6: Installing method Exit>>printMessage 22:14:41 131/519 - 4/6: Installing method Exit>>printOn: 22:14:41 131/519 - 5/6: Installing method Exit>>status 22:14:41 131/519 - 6/6: Installing method Exit>>status: 22:14:41 131/519 - 1/7: Installing method Exit class>>failure 22:14:41 131/519 - 2/7: Installing method Exit class>>signalFailure 22:14:41 131/519 - 3/7: Installing method Exit class>>signalFailure: 22:14:41 131/519 - 4/7: Installing method Exit class>>signalSuccess 22:14:41 131/519 - 5/7: Installing method Exit class>>signalSuccess: 22:14:41 131/519 - 6/7: Installing method Exit class>>status: 22:14:42 131/519 - 7/7: Installing method Exit class>>success 22:14:42 132/519 - 1/6: Installing method ExpressionEvaluated>>context 22:14:42 132/519 - 2/6: Installing method ExpressionEvaluated>>context: 22:14:42 132/519 - 3/6: Installing method ExpressionEvaluated>>expression 22:14:42 132/519 - 4/6: Installing method ExpressionEvaluated>>expressionEvaluated 22:14:42 132/519 - 5/6: Installing method ExpressionEvaluated>>expressionEvaluated: 22:14:42 132/519 - 6/6: Installing method ExpressionEvaluated>>item 22:14:42 132/519 - 1/2: Installing method ExpressionEvaluated class>>expression: 22:14:42 132/519 - 2/2: Installing method ExpressionEvaluated class>>expression:context: 22:14:42 133/519 - 1/3: Installing method ExtensionPointsOwningPackageNotification>>messageText 22:14:42 133/519 - 2/3: Installing method ExtensionPointsOwningPackageNotification>>packageName 22:14:42 133/519 - 3/3: Installing method ExtensionPointsOwningPackageNotification>>packageName: 22:14:42 133/519 - 1/1: Installing method ExtensionPointsOwningPackageNotification class>>signalFor: 22:14:42 134/519 - 1/18: Installing method ExternalAddress>>+ 22:14:42 134/519 - 2/18: Installing method ExternalAddress>>= 22:14:42 134/519 - 3/18: Installing method ExternalAddress>>asByteArrayPointer 22:14:42 134/519 - 4/18: Installing method ExternalAddress>>asExternalPointer 22:14:42 134/519 - 5/18: Installing method ExternalAddress>>asInteger 22:14:42 134/519 - 6/18: Installing method ExternalAddress>>beNull 22:14:42 134/519 - 7/18: Installing method ExternalAddress>>byteAt: 22:14:42 134/519 - 8/18: Installing method ExternalAddress>>byteAt:put: 22:14:42 134/519 - 9/18: Installing method ExternalAddress>>bytesFromCString 22:14:42 134/519 - 10/18: Installing method ExternalAddress>>clone 22:14:42 134/519 - 11/18: Installing method ExternalAddress>>finalize 22:14:42 134/519 - 12/18: Installing method ExternalAddress>>free 22:14:42 134/519 - 13/18: Installing method ExternalAddress>>fromInteger: 22:14:42 134/519 - 14/18: Installing method ExternalAddress>>isExternalAddress 22:14:42 134/519 - 15/18: Installing method ExternalAddress>>isNull 22:14:42 134/519 - 16/18: Installing method ExternalAddress>>printOn: 22:14:42 134/519 - 17/18: Installing method ExternalAddress>>shallowCopy 22:14:42 134/519 - 18/18: Installing method ExternalAddress>>utf8StringFromCString 22:14:43 134/519 - 1/8: Installing method ExternalAddress class>>allocate: 22:14:43 134/519 - 2/8: Installing method ExternalAddress class>>allocate:bytesDuring: 22:14:43 134/519 - 3/8: Installing method ExternalAddress class>>gcallocate: 22:14:43 134/519 - 4/8: Installing method ExternalAddress class>>loadSymbol:module: 22:14:43 134/519 - 5/8: Installing method ExternalAddress class>>new 22:14:43 134/519 - 6/8: Installing method ExternalAddress class>>new: 22:14:43 134/519 - 7/8: Installing method ExternalAddress class>>startUp: 22:14:43 134/519 - 8/8: Installing method ExternalAddress class>>wordSize 22:14:43 135/519 - 1/4: Installing method ExternalData>>bytesFromCString 22:14:43 135/519 - 2/4: Installing method ExternalData>>printOn: 22:14:43 135/519 - 3/4: Installing method ExternalData>>setHandle:type: 22:14:43 135/519 - 4/4: Installing method ExternalData>>utf8StringFromCString 22:14:43 135/519 - 1/4: Installing method ExternalData class>>compileFields 22:14:43 135/519 - 2/4: Installing method ExternalData class>>fields 22:14:43 135/519 - 3/4: Installing method ExternalData class>>fromHandle:type: 22:14:43 135/519 - 4/4: Installing method ExternalData class>>new 22:14:43 136/519 - 1/4: Installing method ExternalObject>>getHandle 22:14:43 136/519 - 2/4: Installing method ExternalObject>>isExternalAddress 22:14:43 136/519 - 3/4: Installing method ExternalObject>>isNull 22:14:43 136/519 - 4/4: Installing method ExternalObject>>setHandle: 22:14:43 136/519 - 1/5: Installing method ExternalObject class>>initialize 22:14:43 136/519 - 2/5: Installing method ExternalObject class>>install 22:14:43 136/519 - 3/5: Installing method ExternalObject class>>installSubclasses 22:14:43 136/519 - 4/5: Installing method ExternalObject class>>null 22:14:43 136/519 - 5/5: Installing method ExternalObject class>>startUp: 22:14:43 137/519 - 1/12: Installing method ExternalSemaphoreTable class>>clearExternalObjects 22:14:43 137/519 - 2/12: Installing method ExternalSemaphoreTable class>>collectionBasedOn:withRoomFor: 22:14:44 137/519 - 3/12: Installing method ExternalSemaphoreTable class>>externalObjects 22:14:44 137/519 - 4/12: Installing method ExternalSemaphoreTable class>>freedSlotsIn:ratherThanIncreaseSizeTo: 22:14:44 137/519 - 5/12: Installing method ExternalSemaphoreTable class>>initialize 22:14:44 137/519 - 6/12: Installing method ExternalSemaphoreTable class>>privateRegisterExternalObject: 22:14:44 137/519 - 7/12: Installing method ExternalSemaphoreTable class>>privateUnregisterExternalObject: 22:14:44 137/519 - 8/12: Installing method ExternalSemaphoreTable class>>registerExternalObject: 22:14:44 137/519 - 9/12: Installing method ExternalSemaphoreTable class>>slotFor:in: 22:14:44 137/519 - 10/12: Installing method ExternalSemaphoreTable class>>unprotectedExternalObjects 22:14:44 137/519 - 11/12: Installing method ExternalSemaphoreTable class>>unprotectedExternalObjects: 22:14:44 137/519 - 12/12: Installing method ExternalSemaphoreTable class>>unregisterExternalObject: 22:14:44 138/519 - 1/2: Installing method ExternalStructure>>compositeName 22:14:44 138/519 - 2/2: Installing method ExternalStructure>>free 22:14:45 138/519 - 1/31: Installing method ExternalStructure class>>byteSize 22:14:45 138/519 - 2/31: Installing method ExternalStructure class>>checkFieldLayoutChange 22:14:45 138/519 - 3/31: Installing method ExternalStructure class>>compileAlias:withAccessors: 22:14:45 138/519 - 4/31: Installing method ExternalStructure class>>compileAllFields 22:14:45 138/519 - 5/31: Installing method ExternalStructure class>>compileFields 22:14:45 138/519 - 6/31: Installing method ExternalStructure class>>compileFields: 22:14:45 138/519 - 7/31: Installing method ExternalStructure class>>compileFields:withAccessors: 22:14:45 138/519 - 8/31: Installing method ExternalStructure class>>compiledSpec 22:14:45 138/519 - 9/31: Installing method ExternalStructure class>>compositeName 22:14:45 138/519 - 10/31: Installing method ExternalStructure class>>defineAliasAccessorsFor:type: 22:14:45 138/519 - 11/31: Installing method ExternalStructure class>>defineFieldAccessorsFor:startingAt:type: 22:14:45 138/519 - 12/31: Installing method ExternalStructure class>>defineFields 22:14:45 138/519 - 13/31: Installing method ExternalStructure class>>defineFields: 22:14:45 138/519 - 14/31: Installing method ExternalStructure class>>doneCompiling 22:14:45 138/519 - 15/31: Installing method ExternalStructure class>>externalNew 22:14:45 138/519 - 16/31: Installing method ExternalStructure class>>externalType 22:14:45 138/519 - 17/31: Installing method ExternalStructure class>>fields 22:14:45 138/519 - 18/31: Installing method ExternalStructure class>>fileOutInitializerOn: 22:14:45 138/519 - 19/31: Installing method ExternalStructure class>>fileOutOn:moveSource:toFile:initializing: 22:14:45 138/519 - 20/31: Installing method ExternalStructure class>>fromHandle: 22:14:45 138/519 - 21/31: Installing method ExternalStructure class>>install 22:14:45 138/519 - 22/31: Installing method ExternalStructure class>>maybeCompileAccessor:withSelector: 22:14:45 138/519 - 23/31: Installing method ExternalStructure class>>new 22:14:45 138/519 - 24/31: Installing method ExternalStructure class>>obsolete 22:14:45 138/519 - 25/31: Installing method ExternalStructure class>>pointerSize 22:14:45 138/519 - 26/31: Installing method ExternalStructure class>>recompileStructures 22:14:45 138/519 - 27/31: Installing method ExternalStructure class>>rename: 22:14:45 138/519 - 28/31: Installing method ExternalStructure class>>shouldGenerate:policy: 22:14:45 138/519 - 29/31: Installing method ExternalStructure class>>sortStructs:into: 22:14:45 138/519 - 30/31: Installing method ExternalStructure class>>typeNamesFromWhichIDepend 22:14:45 138/519 - 31/31: Installing method ExternalStructure class>>typedef 22:14:46 139/519 - 1/30: Installing method ExternalType>>asNonPointerType 22:14:46 139/519 - 2/30: Installing method ExternalType>>asPointerType 22:14:46 139/519 - 3/30: Installing method ExternalType>>asPointerType: 22:14:46 139/519 - 4/30: Installing method ExternalType>>atomicType 22:14:46 139/519 - 5/30: Installing method ExternalType>>byteSize 22:14:46 139/519 - 6/30: Installing method ExternalType>>compiledSpec 22:14:46 139/519 - 7/30: Installing method ExternalType>>compiledSpec: 22:14:46 139/519 - 8/30: Installing method ExternalType>>embeddedSpecWithSize: 22:14:46 139/519 - 9/30: Installing method ExternalType>>externalTypeName 22:14:46 139/519 - 10/30: Installing method ExternalType>>headerWord 22:14:46 139/519 - 11/30: Installing method ExternalType>>isAtomic 22:14:46 139/519 - 12/30: Installing method ExternalType>>isIntegerType 22:14:46 139/519 - 13/30: Installing method ExternalType>>isPointerType 22:14:46 139/519 - 14/30: Installing method ExternalType>>isSigned 22:14:46 139/519 - 15/30: Installing method ExternalType>>isStructureType 22:14:46 139/519 - 16/30: Installing method ExternalType>>isUnsigned 22:14:46 139/519 - 17/30: Installing method ExternalType>>isVoid 22:14:46 139/519 - 18/30: Installing method ExternalType>>newReferentClass: 22:14:46 139/519 - 19/30: Installing method ExternalType>>pointerSize 22:14:46 139/519 - 20/30: Installing method ExternalType>>pointerSize: 22:14:46 139/519 - 21/30: Installing method ExternalType>>printAtomicType:on: 22:14:46 139/519 - 22/30: Installing method ExternalType>>printOn: 22:14:46 139/519 - 23/30: Installing method ExternalType>>printStructureFieldStartingAt:withName:inClass:on:indent: 22:14:46 139/519 - 24/30: Installing method ExternalType>>printTypedefOn: 22:14:46 139/519 - 25/30: Installing method ExternalType>>readFieldAt: 22:14:46 139/519 - 26/30: Installing method ExternalType>>referentClass 22:14:46 139/519 - 27/30: Installing method ExternalType>>setReferencedType: 22:14:46 139/519 - 28/30: Installing method ExternalType>>storeOn: 22:14:46 139/519 - 29/30: Installing method ExternalType>>typedef 22:14:46 139/519 - 30/30: Installing method ExternalType>>writeFieldAt:with: 22:14:57 139/519 - 1/39: Installing method ExternalType class>>atomicTypeNamed: 22:14:57 139/519 - 2/39: Installing method ExternalType class>>bool 22:14:57 139/519 - 3/39: Installing method ExternalType class>>byte 22:14:57 139/519 - 4/39: Installing method ExternalType class>>char 22:14:57 139/519 - 5/39: Installing method ExternalType class>>cleanupUnusedTypes 22:14:57 139/519 - 6/39: Installing method ExternalType class>>double 22:14:58 139/519 - 7/39: Installing method ExternalType class>>float 22:14:58 139/519 - 8/39: Installing method ExternalType class>>forceTypeNamed: 22:14:58 139/519 - 9/39: Installing method ExternalType class>>initialize 22:14:58 139/519 - 10/39: Installing method ExternalType class>>initializeAtomicTypes 22:14:58 139/519 - 11/39: Installing method ExternalType class>>initializeDefaultTypes 22:14:58 139/519 - 12/39: Installing method ExternalType class>>initializeFFIConstants 22:14:58 139/519 - 13/39: Installing method ExternalType class>>initializeStructureTypes 22:14:58 139/519 - 14/39: Installing method ExternalType class>>long 22:14:58 139/519 - 15/39: Installing method ExternalType class>>new 22:14:58 139/519 - 16/39: Installing method ExternalType class>>newTypeNamed:force: 22:14:58 139/519 - 17/39: Installing method ExternalType class>>noticeModificationOf: 22:14:58 139/519 - 18/39: Installing method ExternalType class>>noticeRemovalOf: 22:14:58 139/519 - 19/39: Installing method ExternalType class>>noticeRenamingOf:from:to: 22:14:58 139/519 - 20/39: Installing method ExternalType class>>pointerSpec 22:14:58 139/519 - 21/39: Installing method ExternalType class>>sbyte 22:14:58 139/519 - 22/39: Installing method ExternalType class>>schar 22:14:58 139/519 - 23/39: Installing method ExternalType class>>short 22:14:58 139/519 - 24/39: Installing method ExternalType class>>signedByte 22:14:58 139/519 - 25/39: Installing method ExternalType class>>signedChar 22:14:58 139/519 - 26/39: Installing method ExternalType class>>signedLong 22:14:58 139/519 - 27/39: Installing method ExternalType class>>signedLongLong 22:14:58 139/519 - 28/39: Installing method ExternalType class>>signedShort 22:14:58 139/519 - 29/39: Installing method ExternalType class>>string 22:14:58 139/519 - 30/39: Installing method ExternalType class>>structTypeNamed: 22:14:58 139/519 - 31/39: Installing method ExternalType class>>structureSpec 22:14:58 139/519 - 32/39: Installing method ExternalType class>>ulong 22:14:58 139/519 - 33/39: Installing method ExternalType class>>unsignedByte 22:14:58 139/519 - 34/39: Installing method ExternalType class>>unsignedChar 22:14:58 139/519 - 35/39: Installing method ExternalType class>>unsignedLong 22:14:58 139/519 - 36/39: Installing method ExternalType class>>unsignedLongLong 22:14:58 139/519 - 37/39: Installing method ExternalType class>>unsignedShort 22:14:58 139/519 - 38/39: Installing method ExternalType class>>ushort 22:14:58 139/519 - 39/39: Installing method ExternalType class>>void 22:14:58 140/519 - 1/2: Installing method ExternalUnion class>>compileFields:withAccessors: 22:14:58 140/519 - 2/2: Installing method ExternalUnion class>>compositeName 22:14:58 141/519 - 1/9: Installing method FFIBackend>>allocate: 22:14:58 141/519 - 2/9: Installing method FFIBackend>>free: 22:14:58 141/519 - 3/9: Installing method FFIBackend>>integerOfObject:at:put:size:signed: 22:14:58 141/519 - 4/9: Installing method FFIBackend>>integerOfObject:at:size:signed: 22:14:58 141/519 - 5/9: Installing method FFIBackend>>loadSymbol:module: 22:14:58 141/519 - 6/9: Installing method FFIBackend>>on:float32At: 22:14:58 141/519 - 7/9: Installing method FFIBackend>>on:float32At:put: 22:14:58 141/519 - 8/9: Installing method FFIBackend>>on:float64At: 22:14:58 141/519 - 9/9: Installing method FFIBackend>>on:float64At:put: 22:14:59 141/519 - 1/5: Installing method FFIBackend class>>current 22:14:59 141/519 - 2/5: Installing method FFIBackend class>>detectFFIBackend 22:14:59 141/519 - 3/5: Installing method FFIBackend class>>isAvailable 22:14:59 141/519 - 4/5: Installing method FFIBackend class>>reset 22:14:59 141/519 - 5/5: Installing method FFIBackend class>>startUp: 22:14:59 142/519 - 1/4: Installing method FFIConstants class>>initialize 22:14:59 142/519 - 2/4: Installing method FFIConstants class>>initializeCallingConventions 22:14:59 142/519 - 3/4: Installing method FFIConstants class>>initializeErrorConstants 22:14:59 142/519 - 4/4: Installing method FFIConstants class>>initializeTypeConstants 22:14:59 143/519 - 1/12: Installing method False>>& 22:14:59 143/519 - 2/12: Installing method False>>and: 22:14:59 143/519 - 3/12: Installing method False>>asBit 22:14:59 143/519 - 4/12: Installing method False>>ifFalse: 22:14:59 143/519 - 5/12: Installing method False>>ifFalse:ifTrue: 22:14:59 143/519 - 6/12: Installing method False>>ifTrue: 22:14:59 143/519 - 7/12: Installing method False>>ifTrue:ifFalse: 22:14:59 143/519 - 8/12: Installing method False>>not 22:14:59 143/519 - 9/12: Installing method False>>or: 22:14:59 143/519 - 10/12: Installing method False>>printOn: 22:14:59 143/519 - 11/12: Installing method False>>xor: 22:14:59 143/519 - 12/12: Installing method False>>| 22:15:00 144/519 - 1/18: Installing method File>>basename 22:15:00 144/519 - 2/18: Installing method File>>basicOpenForWrite: 22:15:00 144/519 - 3/18: Installing method File>>checkDoesNotExist 22:15:00 144/519 - 4/18: Installing method File>>checkWritableFilesystem 22:15:00 144/519 - 5/18: Installing method File>>delete 22:15:00 144/519 - 6/18: Installing method File>>exists 22:15:00 144/519 - 7/18: Installing method File>>name 22:15:00 144/519 - 8/18: Installing method File>>named: 22:15:00 144/519 - 9/18: Installing method File>>openForAppend 22:15:00 144/519 - 10/18: Installing method File>>openForRead 22:15:00 144/519 - 11/18: Installing method File>>openForWrite 22:15:00 144/519 - 12/18: Installing method File>>openForWrite: 22:15:00 144/519 - 13/18: Installing method File>>readStream 22:15:00 144/519 - 14/18: Installing method File>>readStreamDo: 22:15:00 144/519 - 15/18: Installing method File>>size 22:15:00 144/519 - 16/18: Installing method File>>unregister 22:15:00 144/519 - 17/18: Installing method File>>writeStream 22:15:00 144/519 - 18/18: Installing method File>>writeStreamDo: 22:15:01 144/519 - 1/107: Installing method File class>>atEnd: 22:15:01 144/519 - 2/107: Installing method File class>>cantAllocateMemory 22:15:01 144/519 - 3/107: Installing method File class>>cantOpenDir 22:15:01 144/519 - 4/107: Installing method File class>>cantReadlink 22:15:01 144/519 - 5/107: Installing method File class>>cantStatPath 22:15:01 144/519 - 6/107: Installing method File class>>close: 22:15:01 144/519 - 7/107: Installing method File class>>closed: 22:15:01 144/519 - 8/107: Installing method File class>>connectToFile:writable: 22:15:01 144/519 - 9/107: Installing method File class>>connectToFileDescriptor:writable: 22:15:01 144/519 - 10/107: Installing method File class>>corruptValue 22:15:01 144/519 - 11/107: Installing method File class>>createDirectory: 22:15:01 144/519 - 12/107: Installing method File class>>decodePathString: 22:15:01 144/519 - 13/107: Installing method File class>>deleteDirectory: 22:15:01 144/519 - 14/107: Installing method File class>>deleteFile: 22:15:01 144/519 - 15/107: Installing method File class>>delimiter 22:15:01 144/519 - 16/107: Installing method File class>>encodePathString: 22:15:01 144/519 - 17/107: Installing method File class>>exists: 22:15:01 144/519 - 18/107: Installing method File class>>file:posixPermissions: 22:15:01 144/519 - 19/107: Installing method File class>>file:symlinkUid:gid: 22:15:01 144/519 - 20/107: Installing method File class>>file:uid:gid: 22:15:01 144/519 - 21/107: Installing method File class>>fileAttribute:number: 22:15:01 144/519 - 22/107: Installing method File class>>fileAttributeNumberMap 22:15:01 144/519 - 23/107: Installing method File class>>fileAttributes:mask: 22:15:01 144/519 - 24/107: Installing method File class>>fileAttributesVersionString 22:15:01 144/519 - 25/107: Installing method File class>>fileDescriptorIsAvailable: 22:15:02 144/519 - 26/107: Installing method File class>>fileDescriptorType: 22:15:02 144/519 - 27/107: Installing method File class>>flush: 22:15:02 144/519 - 28/107: Installing method File class>>fromPlatformPath: 22:15:02 144/519 - 29/107: Installing method File class>>getAttributesFailed 22:15:02 144/519 - 30/107: Installing method File class>>getMacFile:type:creator: 22:15:02 144/519 - 31/107: Installing method File class>>getPosition: 22:15:02 144/519 - 32/107: Installing method File class>>initialize 22:15:02 144/519 - 33/107: Installing method File class>>invalidArguments 22:15:02 144/519 - 34/107: Installing method File class>>isBlock: 22:15:02 144/519 - 35/107: Installing method File class>>isCharacter: 22:15:02 144/519 - 36/107: Installing method File class>>isDirectory: 22:15:02 144/519 - 37/107: Installing method File class>>isExecutable: 22:15:02 144/519 - 38/107: Installing method File class>>isFIFO: 22:15:02 144/519 - 39/107: Installing method File class>>isFile: 22:15:02 144/519 - 40/107: Installing method File class>>isReadable: 22:15:02 144/519 - 41/107: Installing method File class>>isRegular: 22:15:02 144/519 - 42/107: Installing method File class>>isSocket: 22:15:02 144/519 - 43/107: Installing method File class>>isSymlink: 22:15:02 144/519 - 44/107: Installing method File class>>isWritable: 22:15:02 144/519 - 45/107: Installing method File class>>lookupDirectory:filename: 22:15:02 144/519 - 46/107: Installing method File class>>lookupEntryIn:index: 22:15:02 144/519 - 47/107: Installing method File class>>modeIsBlock: 22:15:02 144/519 - 48/107: Installing method File class>>modeIsCharacter: 22:15:02 144/519 - 49/107: Installing method File class>>modeIsDirectory: 22:15:02 144/519 - 50/107: Installing method File class>>modeIsFIFO: 22:15:02 144/519 - 51/107: Installing method File class>>modeIsRegular: 22:15:02 144/519 - 52/107: Installing method File class>>modeIsSocket: 22:15:02 144/519 - 53/107: Installing method File class>>modeIsSymlink: 22:15:02 144/519 - 54/107: Installing method File class>>modeOf: 22:15:02 144/519 - 55/107: Installing method File class>>named: 22:15:02 144/519 - 56/107: Installing method File class>>open:writable: 22:15:02 144/519 - 57/107: Installing method File class>>openForReadFileNamed: 22:15:02 144/519 - 58/107: Installing method File class>>openForWriteFileNamed: 22:15:02 144/519 - 59/107: Installing method File class>>posixPermissions: 22:15:02 144/519 - 60/107: Installing method File class>>primClosedir: 22:15:02 144/519 - 61/107: Installing method File class>>primDeleteFile: 22:15:02 144/519 - 62/107: Installing method File class>>primExists: 22:15:02 144/519 - 63/107: Installing method File class>>primFile:posixPermissions: 22:15:02 144/519 - 64/107: Installing method File class>>primFile:symlinkUid:gid: 22:15:02 144/519 - 65/107: Installing method File class>>primFile:uid:gid: 22:15:02 144/519 - 66/107: Installing method File class>>primFileAttribute:number: 22:15:02 144/519 - 67/107: Installing method File class>>primFileAttributes:mask: 22:15:02 144/519 - 68/107: Installing method File class>>primFileMasks 22:15:02 144/519 - 69/107: Installing method File class>>primFromPlatformPath: 22:15:02 144/519 - 70/107: Installing method File class>>primLogicalDrives 22:15:02 144/519 - 71/107: Installing method File class>>primOpendir: 22:15:02 144/519 - 72/107: Installing method File class>>primPathMax 22:15:02 144/519 - 73/107: Installing method File class>>primReaddir: 22:15:02 144/519 - 74/107: Installing method File class>>primRewinddir: 22:15:02 144/519 - 75/107: Installing method File class>>primToPlatformPath: 22:15:02 144/519 - 76/107: Installing method File class>>primitiveWaitForDataOn:signalling: 22:15:02 144/519 - 77/107: Installing method File class>>read:into:startingAt:count: 22:15:02 144/519 - 78/107: Installing method File class>>register: 22:15:02 144/519 - 79/107: Installing method File class>>registry 22:15:02 144/519 - 80/107: Installing method File class>>rename:to: 22:15:02 144/519 - 81/107: Installing method File class>>reset 22:15:02 144/519 - 82/107: Installing method File class>>retryWithGC:until:forFileNamed: 22:15:03 144/519 - 83/107: Installing method File class>>s_IFBLK 22:15:03 144/519 - 84/107: Installing method File class>>s_IFCHR 22:15:03 144/519 - 85/107: Installing method File class>>s_IFDIR 22:15:03 144/519 - 86/107: Installing method File class>>s_IFIFO 22:15:03 144/519 - 87/107: Installing method File class>>s_IFLNK 22:15:03 144/519 - 88/107: Installing method File class>>s_IFMT 22:15:03 144/519 - 89/107: Installing method File class>>s_IFREG 22:15:03 144/519 - 90/107: Installing method File class>>s_IFSOCK 22:15:03 144/519 - 91/107: Installing method File class>>setPosition:to: 22:15:03 144/519 - 92/107: Installing method File class>>signalError:for: 22:15:03 144/519 - 93/107: Installing method File class>>sizeOf: 22:15:03 144/519 - 94/107: Installing method File class>>sizeOrNil: 22:15:03 144/519 - 95/107: Installing method File class>>startUp: 22:15:03 144/519 - 96/107: Installing method File class>>statFailed 22:15:03 144/519 - 97/107: Installing method File class>>stdioHandles 22:15:03 144/519 - 98/107: Installing method File class>>stdioIsAvailable 22:15:03 144/519 - 99/107: Installing method File class>>stringTooLong 22:15:03 144/519 - 100/107: Installing method File class>>sync: 22:15:03 144/519 - 101/107: Installing method File class>>timeConversionFailed 22:15:03 144/519 - 102/107: Installing method File class>>toPlatformPath: 22:15:03 144/519 - 103/107: Installing method File class>>truncate:to: 22:15:03 144/519 - 104/107: Installing method File class>>unexpectedError 22:15:03 144/519 - 105/107: Installing method File class>>unregister: 22:15:03 144/519 - 106/107: Installing method File class>>unsupportedOperation 22:15:03 144/519 - 107/107: Installing method File class>>write:from:startingAt:count: 22:15:03 145/519 - 1/3: Installing method FileAlreadyExistsException>>file 22:15:03 145/519 - 2/3: Installing method FileAlreadyExistsException>>file: 22:15:03 145/519 - 3/3: Installing method FileAlreadyExistsException>>messageText 22:15:03 145/519 - 1/1: Installing method FileAlreadyExistsException class>>signalOnFile: 22:15:03 146/519 - 1/2: Installing method FileDoesNotExistException>>readOnly 22:15:03 146/519 - 2/2: Installing method FileDoesNotExistException>>readOnly: 22:15:03 146/519 - 1/1: Installing method FileDoesNotExistException class>>signalWithFile:writeMode: 22:15:04 147/519 - 1/4: Installing method FileException>>fileName 22:15:04 147/519 - 2/4: Installing method FileException>>fileName: 22:15:09 147/519 - 3/4: Installing method FileException>>isResumable 22:15:09 147/519 - 4/4: Installing method FileException>>messageText 22:15:09 147/519 - 1/3: Installing method FileException class>>fileName: 22:15:09 147/519 - 2/3: Installing method FileException class>>signalOnFile: 22:15:09 147/519 - 3/3: Installing method FileException class>>signalWith: 22:15:09 148/519 - 1/2: Installing method FilePathEncoder class>>decode: 22:15:09 148/519 - 2/2: Installing method FilePathEncoder class>>encode: 22:15:09 150/519 - 1/8: Installing method FinalizationProcess class>>finalizationProcess 22:15:09 150/519 - 2/8: Installing method FinalizationProcess class>>initialize 22:15:09 150/519 - 3/8: Installing method FinalizationProcess class>>mournLoopWith: 22:15:09 150/519 - 4/8: Installing method FinalizationProcess class>>primitiveFetchMourner 22:15:09 150/519 - 5/8: Installing method FinalizationProcess class>>restartFinalizationProcess 22:15:09 150/519 - 6/8: Installing method FinalizationProcess class>>restartMethods 22:15:09 150/519 - 7/8: Installing method FinalizationProcess class>>runningFinalizationProcess 22:15:09 150/519 - 8/8: Installing method FinalizationProcess class>>startUp: 22:15:10 151/519 - 1/20: Installing method FinalizationRegistry>>add: 22:15:10 151/519 - 2/20: Installing method FinalizationRegistry>>add:finalizer: 22:15:10 151/519 - 3/20: Installing method FinalizationRegistry>>ephemeronAtKey: 22:15:10 151/519 - 4/20: Installing method FinalizationRegistry>>ephemeronAtKey:ifAbsent: 22:15:10 151/519 - 5/20: Installing method FinalizationRegistry>>errorHandler 22:15:10 151/519 - 6/20: Installing method FinalizationRegistry>>errorHandler: 22:15:10 151/519 - 7/20: Installing method FinalizationRegistry>>finalizeEphemeron: 22:15:10 151/519 - 8/20: Installing method FinalizationRegistry>>handleErrorsDuring: 22:15:10 151/519 - 9/20: Installing method FinalizationRegistry>>includes: 22:15:10 151/519 - 10/20: Installing method FinalizationRegistry>>initialize 22:15:10 151/519 - 11/20: Installing method FinalizationRegistry>>isEmpty 22:15:10 151/519 - 12/20: Installing method FinalizationRegistry>>keys 22:15:10 151/519 - 13/20: Installing method FinalizationRegistry>>postCopy 22:15:10 151/519 - 14/20: Installing method FinalizationRegistry>>protected: 22:15:10 151/519 - 15/20: Installing method FinalizationRegistry>>remove: 22:15:10 151/519 - 16/20: Installing method FinalizationRegistry>>remove:ifAbsent: 22:15:10 151/519 - 17/20: Installing method FinalizationRegistry>>removeEphemeron: 22:15:10 151/519 - 18/20: Installing method FinalizationRegistry>>size 22:15:10 151/519 - 19/20: Installing method FinalizationRegistry>>values 22:15:10 151/519 - 20/20: Installing method FinalizationRegistry>>valuesDo: 22:15:10 151/519 - 1/1: Installing method FinalizationRegistry class>>default 22:15:10 152/519 - 1/5: Installing method FinalizationRegistryEntry>>container 22:15:10 152/519 - 2/5: Installing method FinalizationRegistryEntry>>container: 22:15:10 152/519 - 3/5: Installing method FinalizationRegistryEntry>>link 22:15:10 152/519 - 4/5: Installing method FinalizationRegistryEntry>>link: 22:15:10 152/519 - 5/5: Installing method FinalizationRegistryEntry>>mourn 22:15:10 152/519 - 1/1: Installing method FinalizationRegistryEntry class>>key:value:container: 22:15:10 153/519 - 1/2: Installing method FixedLayout>>instanceSpecification 22:15:10 153/519 - 2/2: Installing method FixedLayout>>isFixedLayout 22:15:10 153/519 - 1/1: Installing method FixedLayout class>>extending:scope:host: 22:15:11 154/519 - 1/42: Installing method Float>>abs 22:15:11 154/519 - 2/42: Installing method Float>>absPrintExactlyOn:base: 22:15:11 154/519 - 3/42: Installing method Float>>absPrintInexactlyOn:base: 22:15:11 154/519 - 4/42: Installing method Float>>absPrintOn:base:digitCount: 22:15:11 154/519 - 5/42: Installing method Float>>adaptToFraction:andCompare: 22:15:11 154/519 - 6/42: Installing method Float>>adaptToFraction:andSend: 22:15:11 154/519 - 7/42: Installing method Float>>adaptToInteger:andCompare: 22:15:11 154/519 - 8/42: Installing method Float>>adaptToInteger:andSend: 22:15:11 154/519 - 9/42: Installing method Float>>asApproximateFraction 22:15:11 154/519 - 10/42: Installing method Float>>asApproximateFractionAtOrder: 22:15:11 154/519 - 11/42: Installing method Float>>asFloat 22:15:11 154/519 - 12/42: Installing method Float>>asFraction 22:15:11 154/519 - 13/42: Installing method Float>>asMinimalDecimalFraction 22:15:11 154/519 - 14/42: Installing method Float>>asScaledDecimal 22:15:11 154/519 - 15/42: Installing method Float>>asTrueFraction 22:15:11 154/519 - 16/42: Installing method Float>>at: 22:15:11 154/519 - 17/42: Installing method Float>>at:put: 22:15:11 154/519 - 18/42: Installing method Float>>basicAt: 22:15:12 154/519 - 19/42: Installing method Float>>basicAt:put: 22:15:12 154/519 - 20/42: Installing method Float>>deepCopy 22:15:12 154/519 - 21/42: Installing method Float>>exponent 22:15:12 154/519 - 22/42: Installing method Float>>floorLog: 22:15:12 154/519 - 23/42: Installing method Float>>hash 22:15:12 154/519 - 24/42: Installing method Float>>isFinite 22:15:12 154/519 - 25/42: Installing method Float>>isFloat 22:15:12 154/519 - 26/42: Installing method Float>>isInfinite 22:15:12 154/519 - 27/42: Installing method Float>>isLiteral 22:15:12 154/519 - 28/42: Installing method Float>>isNaN 22:15:12 154/519 - 29/42: Installing method Float>>isPowerOfTwo 22:15:12 154/519 - 30/42: Installing method Float>>isSelfEvaluating 22:15:12 154/519 - 31/42: Installing method Float>>isZero 22:15:12 154/519 - 32/42: Installing method Float>>literalEqual: 22:15:12 154/519 - 33/42: Installing method Float>>negated 22:15:12 154/519 - 34/42: Installing method Float>>printOn:base: 22:15:12 154/519 - 35/42: Installing method Float>>reciprocalFloorLog: 22:15:12 154/519 - 36/42: Installing method Float>>reciprocalLogBase2 22:15:12 154/519 - 37/42: Installing method Float>>shallowCopy 22:15:12 154/519 - 38/42: Installing method Float>>signBit 22:15:12 154/519 - 39/42: Installing method Float>>significand 22:15:12 154/519 - 40/42: Installing method Float>>significandAsInteger 22:15:12 154/519 - 41/42: Installing method Float>>timesTwoPower: 22:15:12 154/519 - 42/42: Installing method Float>>veryDeepCopyWith: 22:15:12 154/519 - 1/28: Installing method Float class>>basicNew 22:15:12 154/519 - 2/28: Installing method Float class>>basicNew: 22:15:12 154/519 - 3/28: Installing method Float class>>defaultComparisonPrecision 22:15:12 154/519 - 4/28: Installing method Float class>>denormalized 22:15:12 154/519 - 5/28: Installing method Float class>>e 22:15:12 154/519 - 6/28: Installing method Float class>>emax 22:15:12 154/519 - 7/28: Installing method Float class>>emin 22:15:12 154/519 - 8/28: Installing method Float class>>fromIEEE32Bit: 22:15:12 154/519 - 9/28: Installing method Float class>>fromIEEE64Bit: 22:15:12 154/519 - 10/28: Installing method Float class>>fromIEEE64BitWord: 22:15:12 154/519 - 11/28: Installing method Float class>>halfPi 22:15:12 154/519 - 12/28: Installing method Float class>>infinity 22:15:12 154/519 - 13/28: Installing method Float class>>initialize 22:15:12 154/519 - 14/28: Installing method Float class>>isAbstract 22:15:12 154/519 - 15/28: Installing method Float class>>machineEpsilon 22:15:12 154/519 - 16/28: Installing method Float class>>maxExactInteger 22:15:12 154/519 - 17/28: Installing method Float class>>nan 22:15:12 154/519 - 18/28: Installing method Float class>>negativeInfinity 22:15:12 154/519 - 19/28: Installing method Float class>>negativeZero 22:15:12 154/519 - 20/28: Installing method Float class>>one 22:15:12 154/519 - 21/28: Installing method Float class>>pi 22:15:12 154/519 - 22/28: Installing method Float class>>precision 22:15:12 154/519 - 23/28: Installing method Float class>>radix 22:15:12 154/519 - 24/28: Installing method Float class>>readFrom: 22:15:12 154/519 - 25/28: Installing method Float class>>readFrom:ifFail: 22:15:12 154/519 - 26/28: Installing method Float class>>threePi 22:15:12 154/519 - 27/28: Installing method Float class>>twoPi 22:15:12 154/519 - 28/28: Installing method Float class>>zero 22:15:13 155/519 - 1/18: Installing method Float32Array>>= 22:15:13 155/519 - 2/18: Installing method Float32Array>>addAssignToFloatArray: 22:15:13 155/519 - 3/18: Installing method Float32Array>>asFloatArray 22:15:13 155/519 - 4/18: Installing method Float32Array>>at: 22:15:13 155/519 - 5/18: Installing method Float32Array>>at:put: 22:15:13 155/519 - 6/18: Installing method Float32Array>>defaultElement 22:15:13 155/519 - 7/18: Installing method Float32Array>>dot: 22:15:13 155/519 - 8/18: Installing method Float32Array>>hash 22:15:13 155/519 - 9/18: Installing method Float32Array>>primAddArray: 22:15:13 155/519 - 10/18: Installing method Float32Array>>primAddScalar: 22:15:13 155/519 - 11/18: Installing method Float32Array>>primDivArray: 22:15:13 155/519 - 12/18: Installing method Float32Array>>primDivScalar: 22:15:13 155/519 - 13/18: Installing method Float32Array>>primMulArray: 22:15:13 155/519 - 14/18: Installing method Float32Array>>primMulScalar: 22:15:13 155/519 - 15/18: Installing method Float32Array>>primSubArray: 22:15:13 155/519 - 16/18: Installing method Float32Array>>primSubScalar: 22:15:13 155/519 - 17/18: Installing method Float32Array>>replaceFrom:to:with:startingAt: 22:15:13 155/519 - 18/18: Installing method Float32Array>>sum 22:15:13 156/519 - 1/4: Installing method Float64Array>>at64Bits: 22:15:13 156/519 - 2/4: Installing method Float64Array>>at64Bits:put: 22:15:13 156/519 - 3/4: Installing method Float64Array>>at: 22:15:13 156/519 - 4/4: Installing method Float64Array>>at:put: 22:15:13 157/519 - 1/2: Installing method FloatPrintPolicy>>default 22:15:13 157/519 - 2/2: Installing method FloatPrintPolicy>>initialize 22:15:13 157/519 - 1/1: Installing method FloatPrintPolicy class>>absPrint:on:base: 22:15:14 158/519 - 1/30: Installing method Fraction>>* 22:15:14 158/519 - 2/30: Installing method Fraction>>+ 22:15:14 158/519 - 3/30: Installing method Fraction>>- 22:15:14 158/519 - 4/30: Installing method Fraction>>/ 22:15:14 158/519 - 5/30: Installing method Fraction>>< 22:15:14 158/519 - 6/30: Installing method Fraction>><= 22:15:14 158/519 - 7/30: Installing method Fraction>>= 22:15:14 158/519 - 8/30: Installing method Fraction>>> 22:15:14 158/519 - 9/30: Installing method Fraction>>>= 22:15:14 158/519 - 10/30: Installing method Fraction>>adaptToInteger:andSend: 22:15:14 158/519 - 11/30: Installing method Fraction>>asFloat 22:15:14 158/519 - 12/30: Installing method Fraction>>asFraction 22:15:14 158/519 - 13/30: Installing method Fraction>>asLargerPowerOfTwo 22:15:14 158/519 - 14/30: Installing method Fraction>>asScaledDecimal 22:15:14 158/519 - 15/30: Installing method Fraction>>asSmallerPowerOfTwo 22:15:14 158/519 - 16/30: Installing method Fraction>>denominator 22:15:14 158/519 - 17/30: Installing method Fraction>>hash 22:15:14 158/519 - 18/30: Installing method Fraction>>isFraction 22:15:14 158/519 - 19/30: Installing method Fraction>>isPowerOfTwo 22:15:14 158/519 - 20/30: Installing method Fraction>>isSelfEvaluating 22:15:14 158/519 - 21/30: Installing method Fraction>>negated 22:15:14 158/519 - 22/30: Installing method Fraction>>negative 22:15:14 158/519 - 23/30: Installing method Fraction>>numerator 22:15:14 158/519 - 24/30: Installing method Fraction>>printOn:base: 22:15:14 158/519 - 25/30: Installing method Fraction>>printOn:showingDecimalPlaces: 22:15:14 158/519 - 26/30: Installing method Fraction>>reciprocal 22:15:14 158/519 - 27/30: Installing method Fraction>>reduced 22:15:14 158/519 - 28/30: Installing method Fraction>>round: 22:15:14 158/519 - 29/30: Installing method Fraction>>setNumerator:denominator: 22:15:14 158/519 - 30/30: Installing method Fraction>>truncated 22:15:14 158/519 - 1/2: Installing method Fraction class>>numerator:denominator: 22:15:14 158/519 - 2/2: Installing method Fraction class>>readFrom: 22:15:14 159/519 - 1/3: Installing method FullBlockClosure>>receiver 22:15:15 159/519 - 2/3: Installing method FullBlockClosure>>receiver: 22:15:15 159/519 - 3/3: Installing method FullBlockClosure>>sender 22:15:15 160/519 - 1/13: Installing method Generator>>atEnd 22:15:15 160/519 - 2/13: Installing method Generator>>close 22:15:15 160/519 - 3/13: Installing method Generator>>contents 22:15:15 160/519 - 4/13: Installing method Generator>>fork 22:15:15 160/519 - 5/13: Installing method Generator>>initializeOn: 22:15:15 160/519 - 6/13: Installing method Generator>>next 22:15:15 160/519 - 7/13: Installing method Generator>>nextPut: 22:15:15 160/519 - 8/13: Installing method Generator>>peek 22:15:15 160/519 - 9/13: Installing method Generator>>printOn: 22:15:15 160/519 - 10/13: Installing method Generator>>reset 22:15:15 160/519 - 11/13: Installing method Generator>>size 22:15:15 160/519 - 12/13: Installing method Generator>>value: 22:15:15 160/519 - 13/13: Installing method Generator>>yield: 22:15:15 160/519 - 1/3: Installing method Generator class>>on: 22:15:15 160/519 - 2/3: Installing method Generator class>>onDo: 22:15:15 160/519 - 3/3: Installing method Generator class>>somePrimes 22:15:15 161/519 - 1/8: Installing method GlobalVariable>>acceptVisitor:node: 22:15:15 161/519 - 2/8: Installing method GlobalVariable>>definingClass 22:15:15 161/519 - 3/8: Installing method GlobalVariable>>emitStore: 22:15:15 161/519 - 4/8: Installing method GlobalVariable>>emitValue: 22:15:15 161/519 - 5/8: Installing method GlobalVariable>>isDeprecated 22:15:15 161/519 - 6/8: Installing method GlobalVariable>>isDeprecated: 22:15:15 161/519 - 7/8: Installing method GlobalVariable>>isGlobalVariable 22:15:15 161/519 - 8/8: Installing method GlobalVariable>>scope 22:15:15 162/519 - 1/3: Installing method HEAbstractExported>>= 22:15:15 162/519 - 2/3: Installing method HEAbstractExported>>hash 22:15:15 162/519 - 3/3: Installing method HEAbstractExported>>instVarNamesForEqualityComparison 22:15:15 162/519 - 1/1: Installing method HEAbstractExported class>>readFrom: 22:15:15 163/519 - 1/3: Installing method HEAdditionalMethodState>>asLiteralIn: 22:15:15 163/519 - 2/3: Installing method HEAdditionalMethodState>>doReadFrom: 22:15:15 163/519 - 3/3: Installing method HEAdditionalMethodState>>value: 22:15:15 163/519 - 1/1: Installing method HEAdditionalMethodState class>>tag 22:15:15 164/519 - 1/3: Installing method HEArray>>asLiteralIn: 22:15:15 164/519 - 2/3: Installing method HEArray>>doReadFrom: 22:15:15 164/519 - 3/3: Installing method HEArray>>value: 22:15:15 164/519 - 1/1: Installing method HEArray class>>tag 22:15:15 165/519 - 1/3: Installing method HEAssociation>>asLiteralIn: 22:15:15 165/519 - 2/3: Installing method HEAssociation>>doReadFrom: 22:15:15 165/519 - 3/3: Installing method HEAssociation>>value: 22:15:15 165/519 - 1/1: Installing method HEAssociation class>>tag 22:15:16 166/519 - 1/10: Installing method HEBinaryReader>>close 22:15:16 166/519 - 2/10: Installing method HEBinaryReader>>intSize 22:15:16 166/519 - 3/10: Installing method HEBinaryReader>>readByte 22:15:16 166/519 - 4/10: Installing method HEBinaryReader>>readByteArray 22:15:16 166/519 - 5/10: Installing method HEBinaryReader>>readByteString 22:15:16 166/519 - 6/10: Installing method HEBinaryReader>>readByteSymbol 22:15:16 166/519 - 7/10: Installing method HEBinaryReader>>readInt32 22:15:16 166/519 - 8/10: Installing method HEBinaryReader>>readUInt32 22:15:16 166/519 - 9/10: Installing method HEBinaryReader>>stream 22:15:16 166/519 - 10/10: Installing method HEBinaryReader>>stream: 22:15:16 167/519 - 1/2: Installing method HEBoolean>>asLiteralIn: 22:15:16 167/519 - 2/2: Installing method HEBoolean>>doReadFrom: 22:15:16 167/519 - 1/1: Installing method HEBoolean class>>tag 22:15:16 168/519 - 1/2: Installing method HEByteArray>>asLiteralIn: 22:15:16 168/519 - 2/2: Installing method HEByteArray>>doReadFrom: 22:15:16 168/519 - 1/1: Installing method HEByteArray class>>tag 22:15:16 169/519 - 1/3: Installing method HEByteString>>asLiteralIn: 22:15:16 169/519 - 2/3: Installing method HEByteString>>doConvertValue: 22:15:16 169/519 - 3/3: Installing method HEByteString>>doReadFrom: 22:15:16 169/519 - 1/1: Installing method HEByteString class>>tag 22:15:16 170/519 - 1/2: Installing method HECharacter>>asLiteralIn: 22:15:16 170/519 - 2/2: Installing method HECharacter>>value: 22:15:16 170/519 - 1/1: Installing method HECharacter class>>tag 22:15:17 171/519 - 1/18: Installing method HEClass>>classInstancevariables 22:15:17 171/519 - 2/18: Installing method HEClass>>classInstancevariables: 22:15:17 171/519 - 3/18: Installing method HEClass>>className 22:15:17 171/519 - 4/18: Installing method HEClass>>className: 22:15:17 171/519 - 5/18: Installing method HEClass>>classVariables 22:15:17 171/519 - 6/18: Installing method HEClass>>classVariables: 22:15:17 171/519 - 7/18: Installing method HEClass>>doReadHeaderFrom: 22:15:17 171/519 - 8/18: Installing method HEClass>>instanceVariables 22:15:17 171/519 - 9/18: Installing method HEClass>>instanceVariables: 22:15:17 171/519 - 10/18: Installing method HEClass>>isTrait 22:15:17 171/519 - 11/18: Installing method HEClass>>layoutClass 22:15:17 171/519 - 12/18: Installing method HEClass>>layoutClass: 22:15:17 171/519 - 13/18: Installing method HEClass>>name 22:15:17 171/519 - 14/18: Installing method HEClass>>printOn: 22:15:17 171/519 - 15/18: Installing method HEClass>>sharedPools 22:15:17 171/519 - 16/18: Installing method HEClass>>sharedPools: 22:15:17 171/519 - 17/18: Installing method HEClass>>superclass 22:15:17 171/519 - 18/18: Installing method HEClass>>superclass: 22:15:17 172/519 - 1/2: Installing method HEClassTrait>>asLiteralIn: 22:15:17 172/519 - 2/2: Installing method HEClassTrait>>value: 22:15:17 172/519 - 1/1: Installing method HEClassTrait class>>tag 22:15:17 173/519 - 1/2: Installing method HEClassVariable>>asLiteralIn: 22:15:17 173/519 - 2/2: Installing method HEClassVariable>>value: 22:15:17 173/519 - 1/1: Installing method HEClassVariable class>>tag 22:15:17 174/519 - 1/4: Installing method HECompiledBlock>>asLiteralIn: 22:15:17 174/519 - 2/4: Installing method HECompiledBlock>>doReadFrom: 22:15:17 174/519 - 3/4: Installing method HECompiledBlock>>headerFor: 22:15:17 174/519 - 4/4: Installing method HECompiledBlock>>instVarNamesForEqualityComparison 22:15:17 174/519 - 1/1: Installing method HECompiledBlock class>>tag 22:15:18 175/519 - 1/3: Installing method HEConstantBlock>>asLiteralIn: 22:15:18 175/519 - 2/3: Installing method HEConstantBlock>>doReadFrom: 22:15:18 175/519 - 3/3: Installing method HEConstantBlock>>instVarNamesForEqualityComparison 22:15:18 175/519 - 1/1: Installing method HEConstantBlock class>>tag 22:15:18 176/519 - 1/4: Installing method HEExportedLiteral>>asExportedLiteral 22:15:18 176/519 - 2/4: Installing method HEExportedLiteral>>asLiteralIn: 22:15:18 176/519 - 3/4: Installing method HEExportedLiteral>>doReadFrom: 22:15:18 176/519 - 4/4: Installing method HEExportedLiteral>>value 22:15:18 176/519 - 1/1: Installing method HEExportedLiteral class>>readFrom: 22:15:18 177/519 - 1/2: Installing method HEExportedMetaclass>>asLiteralIn: 22:15:18 177/519 - 2/2: Installing method HEExportedMetaclass>>value: 22:15:18 177/519 - 1/1: Installing method HEExportedMetaclass class>>tag 22:15:18 178/519 - 1/11: Installing method HEExtendedEnvironment>>classNamed: 22:15:18 178/519 - 2/11: Installing method HEExtendedEnvironment>>inner 22:15:18 178/519 - 3/11: Installing method HEExtendedEnvironment>>inner: 22:15:18 178/519 - 4/11: Installing method HEExtendedEnvironment>>newBlock 22:15:18 178/519 - 5/11: Installing method HEExtendedEnvironment>>newBlock: 22:15:18 178/519 - 6/11: Installing method HEExtendedEnvironment>>newClass 22:15:18 178/519 - 7/11: Installing method HEExtendedEnvironment>>newClass: 22:15:18 178/519 - 8/11: Installing method HEExtendedEnvironment>>newMethod 22:15:18 178/519 - 9/11: Installing method HEExtendedEnvironment>>newMethod: 22:15:18 178/519 - 10/11: Installing method HEExtendedEnvironment>>newSelector 22:15:18 178/519 - 11/11: Installing method HEExtendedEnvironment>>newSelector: 22:15:18 179/519 - 1/2: Installing method HEFloat>>asLiteralIn: 22:15:18 179/519 - 2/2: Installing method HEFloat>>doReadFrom: 22:15:18 179/519 - 1/1: Installing method HEFloat class>>tag 22:15:18 180/519 - 1/2: Installing method HEFraction>>asLiteralIn: 22:15:18 180/519 - 2/2: Installing method HEFraction>>doReadFrom: 22:15:18 180/519 - 1/1: Installing method HEFraction class>>tag 22:15:18 181/519 - 1/2: Installing method HEGlobalVariable>>asLiteralIn: 22:15:18 181/519 - 2/2: Installing method HEGlobalVariable>>value: 22:15:19 181/519 - 1/1: Installing method HEGlobalVariable class>>tag 22:15:19 182/519 - 1/22: Installing method HEInstaller>>build: 22:15:19 182/519 - 2/22: Installing method HEInstaller>>buildTrait: 22:15:19 182/519 - 3/22: Installing method HEInstaller>>buildTraitCompositionFor: 22:15:19 182/519 - 4/22: Installing method HEInstaller>>classNamed: 22:15:19 182/519 - 5/22: Installing method HEInstaller>>doInstallPackage: 22:15:19 182/519 - 6/22: Installing method HEInstaller>>environment 22:15:19 182/519 - 7/22: Installing method HEInstaller>>environment: 22:15:19 182/519 - 8/22: Installing method HEInstaller>>existingClass: 22:15:19 182/519 - 9/22: Installing method HEInstaller>>existingTrait: 22:15:19 182/519 - 10/22: Installing method HEInstaller>>initialize 22:15:19 182/519 - 11/22: Installing method HEInstaller>>installExtensionMethod: 22:15:19 182/519 - 12/22: Installing method HEInstaller>>installMethods:into: 22:15:20 182/519 - 13/22: Installing method HEInstaller>>installPackage: 22:15:20 182/519 - 14/22: Installing method HEInstaller>>messageExistingClass: 22:15:20 182/519 - 15/22: Installing method HEInstaller>>messageExistingTrait: 22:15:20 182/519 - 16/22: Installing method HEInstaller>>messageMethod:alreadyExistsIn: 22:15:20 182/519 - 17/22: Installing method HEInstaller>>newUndeclaredVariables 22:15:20 182/519 - 18/22: Installing method HEInstaller>>rebuildMethod:into: 22:15:20 182/519 - 19/22: Installing method HEInstaller>>reportNewUndeclareds: 22:15:20 182/519 - 20/22: Installing method HEInstaller>>shouldBuildMethod:in: 22:15:20 182/519 - 21/22: Installing method HEInstaller>>supportsTraits 22:15:20 182/519 - 22/22: Installing method HEInstaller>>validateNoNewUndeclared 22:15:20 183/519 - 1/2: Installing method HEInteger>>asLiteralIn: 22:15:20 183/519 - 2/2: Installing method HEInteger>>doReadFrom: 22:15:20 183/519 - 1/1: Installing method HEInteger class>>tag 22:15:20 184/519 - 1/14: Installing method HEMethod>>bytecode 22:15:20 184/519 - 2/14: Installing method HEMethod>>bytecode: 22:15:20 184/519 - 3/14: Installing method HEMethod>>className 22:15:20 184/519 - 4/14: Installing method HEMethod>>className: 22:15:20 184/519 - 5/14: Installing method HEMethod>>headerFor: 22:15:20 184/519 - 6/14: Installing method HEMethod>>literals 22:15:20 184/519 - 7/14: Installing method HEMethod>>literals: 22:15:20 184/519 - 8/14: Installing method HEMethod>>name 22:15:20 184/519 - 9/14: Installing method HEMethod>>name: 22:15:20 184/519 - 10/14: Installing method HEMethod>>printOn: 22:15:20 184/519 - 11/14: Installing method HEMethod>>protocol 22:15:20 184/519 - 12/14: Installing method HEMethod>>protocol: 22:15:20 184/519 - 13/14: Installing method HEMethod>>readFrom: 22:15:20 184/519 - 14/14: Installing method HEMethod>>selector 22:15:20 185/519 - 1/15: Installing method HEMethodContainer>>classSideMethods 22:15:20 185/519 - 2/15: Installing method HEMethodContainer>>classSideMethods: 22:15:20 185/519 - 3/15: Installing method HEMethodContainer>>classTraitComposition 22:15:20 185/519 - 4/15: Installing method HEMethodContainer>>classTraitComposition: 22:15:20 185/519 - 5/15: Installing method HEMethodContainer>>doReadHeaderFrom: 22:15:20 185/519 - 6/15: Installing method HEMethodContainer>>doReadMethodsFrom: 22:15:20 185/519 - 7/15: Installing method HEMethodContainer>>methods 22:15:20 185/519 - 8/15: Installing method HEMethodContainer>>methods: 22:15:20 185/519 - 9/15: Installing method HEMethodContainer>>packageName 22:15:20 185/519 - 10/15: Installing method HEMethodContainer>>packageName: 22:15:20 185/519 - 11/15: Installing method HEMethodContainer>>readFrom: 22:15:20 185/519 - 12/15: Installing method HEMethodContainer>>tagName 22:15:20 185/519 - 13/15: Installing method HEMethodContainer>>tagName: 22:15:20 185/519 - 14/15: Installing method HEMethodContainer>>traitComposition 22:15:20 185/519 - 15/15: Installing method HEMethodContainer>>traitComposition: 22:15:21 186/519 - 1/5: Installing method HEMethodLiteral>>asLiteralIn: 22:15:21 186/519 - 2/5: Installing method HEMethodLiteral>>className 22:15:21 186/519 - 3/5: Installing method HEMethodLiteral>>className: 22:15:21 186/519 - 4/5: Installing method HEMethodLiteral>>doReadFrom: 22:15:21 186/519 - 5/5: Installing method HEMethodLiteral>>value: 22:15:21 186/519 - 1/1: Installing method HEMethodLiteral class>>tag 22:15:21 187/519 - 1/14: Installing method HEPackage>>addClass: 22:15:21 187/519 - 2/14: Installing method HEPackage>>classes 22:15:21 187/519 - 3/14: Installing method HEPackage>>classes: 22:15:21 187/519 - 4/14: Installing method HEPackage>>extensionMethods 22:15:21 187/519 - 5/14: Installing method HEPackage>>extensionMethods: 22:15:21 187/519 - 6/14: Installing method HEPackage>>initialize 22:15:21 187/519 - 7/14: Installing method HEPackage>>packageName 22:15:21 187/519 - 8/14: Installing method HEPackage>>packageName: 22:15:21 187/519 - 9/14: Installing method HEPackage>>printOn: 22:15:21 187/519 - 10/14: Installing method HEPackage>>readClassFrom: 22:15:21 187/519 - 11/14: Installing method HEPackage>>readFrom: 22:15:21 187/519 - 12/14: Installing method HEPackage>>traits 22:15:21 187/519 - 13/14: Installing method HEPackage>>traits: 22:15:21 187/519 - 14/14: Installing method HEPackage>>version 22:15:21 187/519 - 1/1: Installing method HEPackage class>>formatVersion 22:15:21 188/519 - 1/6: Installing method HEPragma>>arguments 22:15:21 188/519 - 2/6: Installing method HEPragma>>asLiteralIn: 22:15:21 188/519 - 3/6: Installing method HEPragma>>doReadFrom: 22:15:21 188/519 - 4/6: Installing method HEPragma>>keyword 22:15:21 188/519 - 5/6: Installing method HEPragma>>method 22:15:21 188/519 - 6/6: Installing method HEPragma>>value: 22:15:21 188/519 - 1/1: Installing method HEPragma class>>tag 22:15:21 189/519 - 1/1: Installing method HEScaledDecimal>>doReadFrom: 22:15:21 189/519 - 1/1: Installing method HEScaledDecimal class>>tag 22:15:21 190/519 - 1/8: Installing method HESendMessage>>arguments 22:15:21 190/519 - 2/8: Installing method HESendMessage>>arguments: 22:15:21 190/519 - 3/8: Installing method HESendMessage>>asLiteralIn: 22:15:21 190/519 - 4/8: Installing method HESendMessage>>doReadFrom: 22:15:21 190/519 - 5/8: Installing method HESendMessage>>receiver 22:15:21 190/519 - 6/8: Installing method HESendMessage>>receiver: 22:15:21 190/519 - 7/8: Installing method HESendMessage>>selector 22:15:21 190/519 - 8/8: Installing method HESendMessage>>selector: 22:15:22 190/519 - 1/2: Installing method HESendMessage class>>selector:receiver:arguments: 22:15:22 190/519 - 2/2: Installing method HESendMessage class>>tag 22:15:22 191/519 - 1/1: Installing method HESymbol>>doConvertValue: 22:15:22 191/519 - 1/1: Installing method HESymbol class>>tag 22:15:22 192/519 - 1/6: Installing method HETrait>>doReadHeaderFrom: 22:15:22 192/519 - 2/6: Installing method HETrait>>isTrait 22:15:22 192/519 - 3/6: Installing method HETrait>>name 22:15:22 192/519 - 4/6: Installing method HETrait>>printOn: 22:15:22 192/519 - 5/6: Installing method HETrait>>traitName 22:15:22 192/519 - 6/6: Installing method HETrait>>traitName: 22:15:22 193/519 - 1/2: Installing method HETraitLiteral>>asLiteralIn: 22:15:22 193/519 - 2/2: Installing method HETraitLiteral>>value: 22:15:22 193/519 - 1/1: Installing method HETraitLiteral class>>tag 22:15:22 194/519 - 1/2: Installing method HEUndefinedObject>>asLiteralIn: 22:15:22 194/519 - 2/2: Installing method HEUndefinedObject>>doReadFrom: 22:15:22 194/519 - 1/1: Installing method HEUndefinedObject class>>tag 22:15:22 195/519 - 1/1: Installing method HEWideString>>doReadFrom: 22:15:22 195/519 - 1/1: Installing method HEWideString class>>tag 22:15:23 196/519 - 1/8: Installing method HashTableSizes>>candidateIsGoodPrime 22:15:23 196/519 - 2/8: Installing method HashTableSizes>>computeSizes 22:15:23 196/519 - 3/8: Installing method HashTableSizes>>firstCandidateForExp: 22:15:23 196/519 - 4/8: Installing method HashTableSizes>>goodPrimeForExp: 22:15:23 196/519 - 5/8: Installing method HashTableSizes>>initialize 22:15:23 196/519 - 6/8: Installing method HashTableSizes>>limitForExp: 22:15:23 196/519 - 7/8: Installing method HashTableSizes>>numValuesPerPower 22:15:23 196/519 - 8/8: Installing method HashTableSizes>>primeAlmostFactorsOf: 22:15:23 196/519 - 1/7: Installing method HashTableSizes class>>atLeast: 22:15:23 196/519 - 2/7: Installing method HashTableSizes class>>basicAtLeast: 22:15:23 196/519 - 3/7: Installing method HashTableSizes class>>initialize 22:15:23 196/519 - 4/7: Installing method HashTableSizes class>>maxSmallSize 22:15:23 196/519 - 5/7: Installing method HashTableSizes class>>numValuesPerPower 22:15:23 196/519 - 6/7: Installing method HashTableSizes class>>sizes 22:15:23 196/519 - 7/7: Installing method HashTableSizes class>>smallSizesLookupTable 22:15:23 197/519 - 1/22: Installing method HashedCollection>>add:withOccurrences: 22:15:23 197/519 - 2/22: Installing method HashedCollection>>array 22:15:23 197/519 - 3/22: Installing method HashedCollection>>atNewIndex:put: 22:15:23 197/519 - 4/22: Installing method HashedCollection>>capacity 22:15:23 197/519 - 5/22: Installing method HashedCollection>>compact 22:15:23 197/519 - 6/22: Installing method HashedCollection>>errorNoFreeSpace 22:15:23 197/519 - 7/22: Installing method HashedCollection>>findElementOrNil: 22:15:24 197/519 - 8/22: Installing method HashedCollection>>fixCollisionsFrom: 22:15:24 197/519 - 9/22: Installing method HashedCollection>>fullCheck 22:15:24 197/519 - 10/22: Installing method HashedCollection>>grow 22:15:24 197/519 - 11/22: Installing method HashedCollection>>growSize 22:15:24 197/519 - 12/22: Installing method HashedCollection>>growTo: 22:15:24 197/519 - 13/22: Installing method HashedCollection>>initialize: 22:15:24 197/519 - 14/22: Installing method HashedCollection>>noCheckAdd: 22:15:24 197/519 - 15/22: Installing method HashedCollection>>noCheckNoGrowFillFrom: 22:15:24 197/519 - 16/22: Installing method HashedCollection>>rehash 22:15:24 197/519 - 17/22: Installing method HashedCollection>>removeAll 22:15:24 197/519 - 18/22: Installing method HashedCollection>>scanFor: 22:15:24 197/519 - 19/22: Installing method HashedCollection>>scanForEmptySlotFor: 22:15:24 197/519 - 20/22: Installing method HashedCollection>>size 22:15:24 197/519 - 21/22: Installing method HashedCollection>>union: 22:15:24 197/519 - 22/22: Installing method HashedCollection>>veryDeepCopyWith: 22:15:24 197/519 - 1/11: Installing method HashedCollection class>>cleanUp: 22:15:24 197/519 - 2/11: Installing method HashedCollection class>>compactAll 22:15:24 197/519 - 3/11: Installing method HashedCollection class>>compactAllInstances 22:15:24 197/519 - 4/11: Installing method HashedCollection class>>empty 22:15:24 197/519 - 5/11: Installing method HashedCollection class>>isAbstract 22:15:24 197/519 - 6/11: Installing method HashedCollection class>>new 22:15:24 197/519 - 7/11: Installing method HashedCollection class>>new: 22:15:24 197/519 - 8/11: Installing method HashedCollection class>>newFrom: 22:15:24 197/519 - 9/11: Installing method HashedCollection class>>rehashAll 22:15:24 197/519 - 10/11: Installing method HashedCollection class>>rehashAllInstances 22:15:24 197/519 - 11/11: Installing method HashedCollection class>>sizeFor: 22:15:25 198/519 - 1/45: Installing method Heap>>= 22:15:25 198/519 - 2/45: Installing method Heap>>add: 22:15:25 198/519 - 3/45: Installing method Heap>>array 22:15:25 198/519 - 4/45: Installing method Heap>>at: 22:15:25 198/519 - 5/45: Installing method Heap>>at:put: 22:15:25 198/519 - 6/45: Installing method Heap>>collect: 22:15:25 198/519 - 7/45: Installing method Heap>>copyEmpty 22:15:25 198/519 - 8/45: Installing method Heap>>defaultSortBlock 22:15:25 198/519 - 9/45: Installing method Heap>>do: 22:15:25 198/519 - 10/45: Installing method Heap>>downHeap: 22:15:25 198/519 - 11/45: Installing method Heap>>downHeapSingle: 22:15:25 198/519 - 12/45: Installing method Heap>>first 22:15:25 198/519 - 13/45: Installing method Heap>>fullySort 22:15:25 198/519 - 14/45: Installing method Heap>>grow 22:15:25 198/519 - 15/45: Installing method Heap>>growSize 22:15:25 198/519 - 16/45: Installing method Heap>>growTo: 22:15:25 198/519 - 17/45: Installing method Heap>>indexUpdateBlock: 22:15:25 198/519 - 18/45: Installing method Heap>>isEmpty 22:15:25 198/519 - 19/45: Installing method Heap>>isHeap 22:15:25 198/519 - 20/45: Installing method Heap>>isSorted 22:15:25 198/519 - 21/45: Installing method Heap>>isSortedBy: 22:15:25 198/519 - 22/45: Installing method Heap>>mergeFirst:middle:last:into:by: 22:15:25 198/519 - 23/45: Installing method Heap>>mergeSortFrom:to:by: 22:15:25 198/519 - 24/45: Installing method Heap>>mergeSortFrom:to:src:dst:by: 22:15:25 198/519 - 25/45: Installing method Heap>>postCopy 22:15:25 198/519 - 26/45: Installing method Heap>>privateRemoveAt: 22:15:25 198/519 - 27/45: Installing method Heap>>privateReverseSort 22:15:25 198/519 - 28/45: Installing method Heap>>reSort 22:15:25 198/519 - 29/45: Installing method Heap>>remove:ifAbsent: 22:15:25 198/519 - 30/45: Installing method Heap>>removeAll 22:15:25 198/519 - 31/45: Installing method Heap>>removeFirst 22:15:25 198/519 - 32/45: Installing method Heap>>removeFirstOrNil 22:15:25 198/519 - 33/45: Installing method Heap>>setCollection: 22:15:25 198/519 - 34/45: Installing method Heap>>setCollection:tally: 22:15:25 198/519 - 35/45: Installing method Heap>>size 22:15:25 198/519 - 36/45: Installing method Heap>>sort 22:15:25 198/519 - 37/45: Installing method Heap>>sort: 22:15:25 198/519 - 38/45: Installing method Heap>>sortBlock 22:15:25 198/519 - 39/45: Installing method Heap>>sortBlock: 22:15:25 198/519 - 40/45: Installing method Heap>>sorted 22:15:25 198/519 - 41/45: Installing method Heap>>sorted: 22:15:25 198/519 - 42/45: Installing method Heap>>sorts:before: 22:15:25 198/519 - 43/45: Installing method Heap>>trim 22:15:25 198/519 - 44/45: Installing method Heap>>upHeap: 22:15:25 198/519 - 45/45: Installing method Heap>>updateObjectIndex: 22:15:25 198/519 - 1/6: Installing method Heap class>>defaultSortBlock 22:15:25 198/519 - 2/6: Installing method Heap class>>new 22:15:25 198/519 - 3/6: Installing method Heap class>>new: 22:15:25 198/519 - 4/6: Installing method Heap class>>sortBlock: 22:15:25 198/519 - 5/6: Installing method Heap class>>withAll: 22:15:25 198/519 - 6/6: Installing method Heap class>>withAll:sortBlock: 22:15:25 199/519 - 1/5: Installing method HermesCommandLineHandler>>activate 22:15:25 199/519 - 2/5: Installing method HermesCommandLineHandler>>createInstaller 22:15:25 199/519 - 3/5: Installing method HermesCommandLineHandler>>processFile: 22:15:25 199/519 - 4/5: Installing method HermesCommandLineHandler>>processFiles 22:15:25 199/519 - 5/5: Installing method HermesCommandLineHandler>>validateParameters 22:15:25 199/519 - 1/2: Installing method HermesCommandLineHandler class>>commandName 22:15:25 199/519 - 2/2: Installing method HermesCommandLineHandler class>>description 22:15:25 200/519 - 1/1: Installing method IdentityBag>>asSet 22:15:26 200/519 - 1/1: Installing method IdentityBag class>>contentsClass 22:15:26 201/519 - 1/3: Installing method IdentityDictionary>>keyAtValue:ifAbsent: 22:15:26 201/519 - 2/3: Installing method IdentityDictionary>>scanFor: 22:15:26 201/519 - 3/3: Installing method IdentityDictionary>>scanForEmptySlotFor: 22:15:26 202/519 - 1/4: Installing method IdentitySet>>asIdentitySet 22:15:26 202/519 - 2/4: Installing method IdentitySet>>identityIncludes: 22:15:26 202/519 - 3/4: Installing method IdentitySet>>scanFor: 22:15:26 202/519 - 4/4: Installing method IdentitySet>>scanForEmptySlotFor: 22:15:26 204/519 - 1/2: Installing method IllegalResumeAttempt>>isResumable 22:15:26 204/519 - 2/2: Installing method IllegalResumeAttempt>>readMe 22:15:26 205/519 - 1/4: Installing method ImmediateLayout>>extend 22:15:26 205/519 - 2/4: Installing method ImmediateLayout>>extend: 22:15:26 205/519 - 3/4: Installing method ImmediateLayout>>initialize 22:15:26 205/519 - 4/4: Installing method ImmediateLayout>>instanceSpecification 22:15:26 205/519 - 1/1: Installing method ImmediateLayout class>>extending:scope:host: 22:15:26 206/519 - 1/5: Installing method IncompatibleLayoutConflict>>layout 22:15:26 206/519 - 2/5: Installing method IncompatibleLayoutConflict>>layout: 22:15:26 206/519 - 3/5: Installing method IncompatibleLayoutConflict>>messageText 22:15:26 206/519 - 4/5: Installing method IncompatibleLayoutConflict>>subType 22:15:26 206/519 - 5/5: Installing method IncompatibleLayoutConflict>>subType: 22:15:26 207/519 - 1/9: Installing method IndexedSlot>>= 22:15:26 207/519 - 2/9: Installing method IndexedSlot>>hash 22:15:26 207/519 - 3/9: Installing method IndexedSlot>>index 22:15:26 207/519 - 4/9: Installing method IndexedSlot>>index: 22:15:26 207/519 - 5/9: Installing method IndexedSlot>>isVirtual 22:15:26 207/519 - 6/9: Installing method IndexedSlot>>object:instVarAt: 22:15:26 207/519 - 7/9: Installing method IndexedSlot>>object:instVarAt:put: 22:15:26 207/519 - 8/9: Installing method IndexedSlot>>read: 22:15:26 207/519 - 9/9: Installing method IndexedSlot>>write:to: 22:15:26 208/519 - 1/1: Installing method InexactFloatPrintPolicy>>absPrint:on:base: 22:15:26 209/519 - 1/4: Installing method InstanceVariableNotFound>>instVarName 22:15:26 209/519 - 2/4: Installing method InstanceVariableNotFound>>instVarName: 22:15:26 209/519 - 3/4: Installing method InstanceVariableNotFound>>messageText 22:15:26 209/519 - 4/4: Installing method InstanceVariableNotFound>>standardMessageText 22:15:27 209/519 - 1/1: Installing method InstanceVariableNotFound class>>signalFor: 22:15:27 210/519 - 1/7: Installing method InstanceVariableSlot>>definitionOn: 22:15:27 210/519 - 2/7: Installing method InstanceVariableSlot>>emitStore: 22:15:27 210/519 - 3/7: Installing method InstanceVariableSlot>>emitValue: 22:15:27 210/519 - 4/7: Installing method InstanceVariableSlot>>isAccessedIn: 22:15:27 210/519 - 5/7: Installing method InstanceVariableSlot>>isReadIn: 22:15:27 210/519 - 6/7: Installing method InstanceVariableSlot>>isWrittenIn: 22:15:27 210/519 - 7/7: Installing method InstanceVariableSlot>>needsFullDefinition 22:15:27 210/519 - 1/1: Installing method InstanceVariableSlot class>>resetIvarSlots 22:15:27 211/519 - 1/40: Installing method InstructionClient>>addMappedInlinePrimitiveHandler:at: 22:15:27 211/519 - 2/40: Installing method InstructionClient>>blockReturnConstant: 22:15:27 211/519 - 3/40: Installing method InstructionClient>>blockReturnTop 22:15:27 211/519 - 4/40: Installing method InstructionClient>>callPrimitive: 22:15:27 211/519 - 5/40: Installing method InstructionClient>>directedSuperSend:numArgs: 22:15:27 211/519 - 6/40: Installing method InstructionClient>>doDup 22:15:27 211/519 - 7/40: Installing method InstructionClient>>doNop 22:15:27 211/519 - 8/40: Installing method InstructionClient>>doPop 22:15:27 211/519 - 9/40: Installing method InstructionClient>>jump: 22:15:27 211/519 - 10/40: Installing method InstructionClient>>jump:if: 22:15:27 211/519 - 11/40: Installing method InstructionClient>>jump:if:withInterpreter: 22:15:27 211/519 - 12/40: Installing method InstructionClient>>jump:withInterpreter: 22:15:27 211/519 - 13/40: Installing method InstructionClient>>mappedInlinePrimitive: 22:15:27 211/519 - 14/40: Installing method InstructionClient>>methodReturnConstant: 22:15:27 211/519 - 15/40: Installing method InstructionClient>>methodReturnReceiver 22:15:27 211/519 - 16/40: Installing method InstructionClient>>methodReturnTop 22:15:27 211/519 - 17/40: Installing method InstructionClient>>pc: 22:15:27 211/519 - 18/40: Installing method InstructionClient>>popIntoLiteralVariable: 22:15:27 211/519 - 19/40: Installing method InstructionClient>>popIntoReceiverVariable: 22:15:27 211/519 - 20/40: Installing method InstructionClient>>popIntoRemoteTemp:inVectorAt: 22:15:27 211/519 - 21/40: Installing method InstructionClient>>popIntoTemporaryVariable: 22:15:27 211/519 - 22/40: Installing method InstructionClient>>pushActiveContext 22:15:27 211/519 - 23/40: Installing method InstructionClient>>pushActiveProcess 22:15:27 211/519 - 24/40: Installing method InstructionClient>>pushClosureTemps: 22:15:27 211/519 - 25/40: Installing method InstructionClient>>pushConsArrayWithElements: 22:15:27 211/519 - 26/40: Installing method InstructionClient>>pushConstant: 22:15:27 211/519 - 27/40: Installing method InstructionClient>>pushFullClosure:numCopied:receiverOnStack:ignoreOuterContext: 22:15:27 211/519 - 28/40: Installing method InstructionClient>>pushLiteralVariable: 22:15:27 211/519 - 29/40: Installing method InstructionClient>>pushNewArrayOfSize: 22:15:27 211/519 - 30/40: Installing method InstructionClient>>pushReceiver 22:15:27 211/519 - 31/40: Installing method InstructionClient>>pushReceiverVariable: 22:15:27 211/519 - 32/40: Installing method InstructionClient>>pushRemoteTemp:inVectorAt: 22:15:27 211/519 - 33/40: Installing method InstructionClient>>pushTemporaryVariable: 22:15:27 211/519 - 34/40: Installing method InstructionClient>>send:super:numArgs: 22:15:27 211/519 - 35/40: Installing method InstructionClient>>storeIntoLiteralVariable: 22:15:27 211/519 - 36/40: Installing method InstructionClient>>storeIntoReceiverVariable: 22:15:27 211/519 - 37/40: Installing method InstructionClient>>storeIntoRemoteTemp:inVectorAt: 22:15:27 211/519 - 38/40: Installing method InstructionClient>>storeIntoTemporaryVariable: 22:15:27 211/519 - 39/40: Installing method InstructionClient>>trap 22:15:27 211/519 - 40/40: Installing method InstructionClient>>unusedBytecode 22:15:28 212/519 - 1/11: Installing method InstructionStream>>compiledCode 22:15:28 212/519 - 2/11: Installing method InstructionStream>>interpretNext2ByteSistaV1Instruction:for:extA:extB:startPC: 22:15:28 212/519 - 3/11: Installing method InstructionStream>>interpretNext3ByteSistaV1Instruction:for:extA:extB:startPC: 22:15:28 212/519 - 4/11: Installing method InstructionStream>>interpretNextInstructionFor: 22:15:28 212/519 - 5/11: Installing method InstructionStream>>interpretNextSistaV1InstructionFor: 22:15:28 212/519 - 6/11: Installing method InstructionStream>>interpretSistaV1ExtendedPush:for: 22:15:28 212/519 - 7/11: Installing method InstructionStream>>interpretUnusedBytecode:at: 22:15:28 212/519 - 8/11: Installing method InstructionStream>>method 22:15:28 212/519 - 9/11: Installing method InstructionStream>>method:pc: 22:15:28 212/519 - 10/11: Installing method InstructionStream>>pc 22:15:28 212/519 - 11/11: Installing method InstructionStream>>pc: 22:15:28 212/519 - 1/3: Installing method InstructionStream class>>initialize 22:15:28 212/519 - 2/3: Installing method InstructionStream class>>on: 22:15:28 212/519 - 3/3: Installing method InstructionStream class>>on:pc: 22:15:30 213/519 - 1/87: Installing method Integer>>& 22:15:30 213/519 - 2/87: Installing method Integer>>* 22:15:30 213/519 - 3/87: Installing method Integer>>+ 22:15:30 213/519 - 4/87: Installing method Integer>>- 22:15:30 213/519 - 5/87: Installing method Integer>>/ 22:15:31 213/519 - 6/87: Installing method Integer>>// 22:15:31 213/519 - 7/87: Installing method Integer>>< 22:15:31 213/519 - 8/87: Installing method Integer>><< 22:15:31 213/519 - 9/87: Installing method Integer>><= 22:15:31 213/519 - 10/87: Installing method Integer>>= 22:15:31 213/519 - 11/87: Installing method Integer>>> 22:15:31 213/519 - 12/87: Installing method Integer>>>= 22:15:31 213/519 - 13/87: Installing method Integer>>>> 22:15:31 213/519 - 14/87: Installing method Integer>>\\\ 22:15:31 213/519 - 15/87: Installing method Integer>>adaptToFraction:andSend: 22:15:31 213/519 - 16/87: Installing method Integer>>alignedTo: 22:15:31 213/519 - 17/87: Installing method Integer>>allMask: 22:15:31 213/519 - 18/87: Installing method Integer>>anyBitOfMagnitudeFrom:to: 22:15:31 213/519 - 19/87: Installing method Integer>>anyMask: 22:15:31 213/519 - 20/87: Installing method Integer>>asByteArray 22:15:31 213/519 - 21/87: Installing method Integer>>asByteArrayOfSize: 22:15:31 213/519 - 22/87: Installing method Integer>>asCharacter 22:15:31 213/519 - 23/87: Installing method Integer>>asCharacterDigit 22:15:31 213/519 - 24/87: Installing method Integer>>asFraction 22:15:31 213/519 - 25/87: Installing method Integer>>asInteger 22:15:31 213/519 - 26/87: Installing method Integer>>asLargerPowerOfTwo 22:15:31 213/519 - 27/87: Installing method Integer>>asPowerOfTwo 22:15:31 213/519 - 28/87: Installing method Integer>>asScaledDecimal 22:15:31 213/519 - 29/87: Installing method Integer>>asSmallerPowerOfTwo 22:15:31 213/519 - 30/87: Installing method Integer>>bitAnd: 22:15:31 213/519 - 31/87: Installing method Integer>>bitAt: 22:15:31 213/519 - 32/87: Installing method Integer>>bitAt:put: 22:15:31 213/519 - 33/87: Installing method Integer>>bitClear: 22:15:31 213/519 - 34/87: Installing method Integer>>bitInvert 22:15:31 213/519 - 35/87: Installing method Integer>>bitInvert32 22:15:31 213/519 - 36/87: Installing method Integer>>bitOr: 22:15:31 213/519 - 37/87: Installing method Integer>>bitShift: 22:15:31 213/519 - 38/87: Installing method Integer>>bitShiftMagnitude: 22:15:31 213/519 - 39/87: Installing method Integer>>bitString 22:15:31 213/519 - 40/87: Installing method Integer>>bitStringLength 22:15:31 213/519 - 41/87: Installing method Integer>>bitXor: 22:15:31 213/519 - 42/87: Installing method Integer>>byteAt: 22:15:31 213/519 - 43/87: Installing method Integer>>byteAt:put: 22:15:31 213/519 - 44/87: Installing method Integer>>bytesCompare: 22:15:31 213/519 - 45/87: Installing method Integer>>bytesCount 22:15:31 213/519 - 46/87: Installing method Integer>>ceiling 22:15:31 213/519 - 47/87: Installing method Integer>>copyto: 22:15:31 213/519 - 48/87: Installing method Integer>>crossSumBase: 22:15:31 213/519 - 49/87: Installing method Integer>>decimalDigitLength 22:15:31 213/519 - 50/87: Installing method Integer>>denominator 22:15:31 213/519 - 51/87: Installing method Integer>>digitAdd: 22:15:31 213/519 - 52/87: Installing method Integer>>digitAt:base: 22:15:31 213/519 - 53/87: Installing method Integer>>digitDiv:neg: 22:15:31 213/519 - 54/87: Installing method Integer>>digitLogic:op:length: 22:15:31 213/519 - 55/87: Installing method Integer>>digitLshift: 22:15:31 213/519 - 56/87: Installing method Integer>>digitMultiply:neg: 22:15:31 213/519 - 57/87: Installing method Integer>>digitRshift:bytes:lookfirst: 22:15:31 213/519 - 58/87: Installing method Integer>>digitSubtract: 22:15:31 213/519 - 59/87: Installing method Integer>>digitSum 22:15:31 213/519 - 60/87: Installing method Integer>>even 22:15:31 213/519 - 61/87: Installing method Integer>>floor 22:15:31 213/519 - 62/87: Installing method Integer>>gcd: 22:15:31 213/519 - 63/87: Installing method Integer>>growby: 22:15:31 213/519 - 64/87: Installing method Integer>>growto: 22:15:31 213/519 - 65/87: Installing method Integer>>hashMultiply 22:15:31 213/519 - 66/87: Installing method Integer>>highBit 22:15:31 213/519 - 67/87: Installing method Integer>>highBitOfMagnitude 22:15:31 213/519 - 68/87: Installing method Integer>>isFraction 22:15:31 213/519 - 69/87: Installing method Integer>>isInteger 22:15:31 213/519 - 70/87: Installing method Integer>>isLarge 22:15:31 213/519 - 71/87: Installing method Integer>>isLiteral 22:15:31 213/519 - 72/87: Installing method Integer>>isPowerOfTwo 22:15:31 213/519 - 73/87: Installing method Integer>>lastDigit 22:15:31 213/519 - 74/87: Installing method Integer>>lowBit 22:15:31 213/519 - 75/87: Installing method Integer>>noMask: 22:15:31 213/519 - 76/87: Installing method Integer>>normalize 22:15:31 213/519 - 77/87: Installing method Integer>>numberOfDigitsInBase: 22:15:31 213/519 - 78/87: Installing method Integer>>numerator 22:15:31 213/519 - 79/87: Installing method Integer>>printOn:base:nDigits: 22:15:31 213/519 - 80/87: Installing method Integer>>quo: 22:15:31 213/519 - 81/87: Installing method Integer>>reciprocalModulo: 22:15:31 213/519 - 82/87: Installing method Integer>>replaceFrom:to:with:startingAt: 22:15:31 213/519 - 83/87: Installing method Integer>>round: 22:15:31 213/519 - 84/87: Installing method Integer>>rounded 22:15:31 213/519 - 85/87: Installing method Integer>>timesRepeat: 22:15:31 213/519 - 86/87: Installing method Integer>>truncated 22:15:31 213/519 - 87/87: Installing method Integer>>| 22:15:32 213/519 - 1/10: Installing method Integer class>>basicNew 22:15:32 213/519 - 2/10: Installing method Integer class>>byte1:byte2:byte3:byte4: 22:15:32 213/519 - 3/10: Installing method Integer class>>isAbstract 22:15:32 213/519 - 4/10: Installing method Integer class>>new 22:15:32 213/519 - 5/10: Installing method Integer class>>new:neg: 22:15:32 213/519 - 6/10: Installing method Integer class>>readFrom: 22:15:32 213/519 - 7/10: Installing method Integer class>>readFrom:base: 22:15:32 213/519 - 8/10: Installing method Integer class>>readFrom:ifFail: 22:15:32 213/519 - 9/10: Installing method Integer class>>readFrom:radix: 22:15:32 213/519 - 10/10: Installing method Integer class>>readHexByteFrom: 22:15:32 214/519 - 1/6: Installing method IntegerArray>>asIntegerArray 22:15:32 214/519 - 2/6: Installing method IntegerArray>>at: 22:15:32 214/519 - 3/6: Installing method IntegerArray>>at:put: 22:15:32 214/519 - 4/6: Installing method IntegerArray>>atAllPut: 22:15:32 214/519 - 5/6: Installing method IntegerArray>>defaultElement 22:15:32 214/519 - 6/6: Installing method IntegerArray>>primFill: 22:15:32 215/519 - 1/32: Installing method Interval>>+ 22:15:32 215/519 - 2/32: Installing method Interval>>- 22:15:32 215/519 - 3/32: Installing method Interval>>= 22:15:32 215/519 - 4/32: Installing method Interval>>add: 22:15:32 215/519 - 5/32: Installing method Interval>>anyOne 22:15:32 215/519 - 6/32: Installing method Interval>>asOpenInterval 22:15:32 215/519 - 7/32: Installing method Interval>>at: 22:15:32 215/519 - 8/32: Installing method Interval>>at:put: 22:15:32 215/519 - 9/32: Installing method Interval>>collect: 22:15:32 215/519 - 10/32: Installing method Interval>>do: 22:15:32 215/519 - 11/32: Installing method Interval>>extent 22:15:32 215/519 - 12/32: Installing method Interval>>first 22:15:32 215/519 - 13/32: Installing method Interval>>hash 22:15:32 215/519 - 14/32: Installing method Interval>>increment 22:15:32 215/519 - 15/32: Installing method Interval>>indexOf:startingAt:ifAbsent: 22:15:32 215/519 - 16/32: Installing method Interval>>isInterval 22:15:33 215/519 - 17/32: Installing method Interval>>isSelfEvaluating 22:15:33 215/519 - 18/32: Installing method Interval>>last 22:15:33 215/519 - 19/32: Installing method Interval>>permutationsDo: 22:15:33 215/519 - 20/32: Installing method Interval>>printOn: 22:15:33 215/519 - 21/32: Installing method Interval>>rangeIncludes: 22:15:33 215/519 - 22/32: Installing method Interval>>remove: 22:15:33 215/519 - 23/32: Installing method Interval>>reverseDo: 22:15:33 215/519 - 24/32: Installing method Interval>>setFrom:to:by: 22:15:33 215/519 - 25/32: Installing method Interval>>size 22:15:33 215/519 - 26/32: Installing method Interval>>sort: 22:15:33 215/519 - 27/32: Installing method Interval>>sorted 22:15:33 215/519 - 28/32: Installing method Interval>>sorted: 22:15:33 215/519 - 29/32: Installing method Interval>>species 22:15:33 215/519 - 30/32: Installing method Interval>>stop 22:15:33 215/519 - 31/32: Installing method Interval>>storeOn: 22:15:33 215/519 - 32/32: Installing method Interval>>sum 22:15:33 215/519 - 1/6: Installing method Interval class>>from:to: 22:15:33 215/519 - 2/6: Installing method Interval class>>from:to:by: 22:15:33 215/519 - 3/6: Installing method Interval class>>new 22:15:33 215/519 - 4/6: Installing method Interval class>>newFrom: 22:15:33 215/519 - 5/6: Installing method Interval class>>newFromArray: 22:15:33 215/519 - 6/6: Installing method Interval class>>streamSpecies 22:15:33 216/519 - 1/1: Installing method InvalidGlobalName class>>signal:for: 22:15:33 217/519 - 1/1: Installing method InvalidSlotName class>>signalFor: 22:15:33 218/519 - 1/3: Installing method KeyNotFound>>key 22:15:33 218/519 - 2/3: Installing method KeyNotFound>>key: 22:15:33 218/519 - 3/3: Installing method KeyNotFound>>standardMessageText 22:15:33 219/519 - 1/12: Installing method KeyboardKey>>= 22:15:33 219/519 - 2/12: Installing method KeyboardKey>>hash 22:15:33 219/519 - 3/12: Installing method KeyboardKey>>isArrowDown 22:15:33 219/519 - 4/12: Installing method KeyboardKey>>isArrowLeft 22:15:33 219/519 - 5/12: Installing method KeyboardKey>>isArrowRight 22:15:33 219/519 - 6/12: Installing method KeyboardKey>>isArrowUp 22:15:33 219/519 - 7/12: Installing method KeyboardKey>>isUnkownKey 22:15:33 219/519 - 8/12: Installing method KeyboardKey>>name 22:15:33 219/519 - 9/12: Installing method KeyboardKey>>printOn: 22:15:33 219/519 - 10/12: Installing method KeyboardKey>>value 22:15:33 219/519 - 11/12: Installing method KeyboardKey>>withValue: 22:15:33 219/519 - 12/12: Installing method KeyboardKey>>withValue:andName: 22:15:36 219/519 - 1/115: Installing method KeyboardKey class>>A 22:15:36 219/519 - 2/115: Installing method KeyboardKey class>>B 22:15:36 219/519 - 3/115: Installing method KeyboardKey class>>C 22:15:36 219/519 - 4/115: Installing method KeyboardKey class>>D 22:15:36 219/519 - 5/115: Installing method KeyboardKey class>>E 22:15:36 219/519 - 6/115: Installing method KeyboardKey class>>F 22:15:36 219/519 - 7/115: Installing method KeyboardKey class>>F1 22:15:36 219/519 - 8/115: Installing method KeyboardKey class>>F10 22:15:36 219/519 - 9/115: Installing method KeyboardKey class>>F11 22:15:36 219/519 - 10/115: Installing method KeyboardKey class>>F12 22:15:36 219/519 - 11/115: Installing method KeyboardKey class>>F2 22:15:36 219/519 - 12/115: Installing method KeyboardKey class>>F3 22:15:36 219/519 - 13/115: Installing method KeyboardKey class>>F4 22:15:36 219/519 - 14/115: Installing method KeyboardKey class>>F5 22:15:36 219/519 - 15/115: Installing method KeyboardKey class>>F6 22:15:36 219/519 - 16/115: Installing method KeyboardKey class>>F7 22:15:36 219/519 - 17/115: Installing method KeyboardKey class>>F8 22:15:37 219/519 - 18/115: Installing method KeyboardKey class>>F9 22:15:37 219/519 - 19/115: Installing method KeyboardKey class>>G 22:15:37 219/519 - 20/115: Installing method KeyboardKey class>>H 22:15:37 219/519 - 21/115: Installing method KeyboardKey class>>I 22:15:37 219/519 - 22/115: Installing method KeyboardKey class>>J 22:15:37 219/519 - 23/115: Installing method KeyboardKey class>>K 22:15:37 219/519 - 24/115: Installing method KeyboardKey class>>L 22:15:37 219/519 - 25/115: Installing method KeyboardKey class>>M 22:15:37 219/519 - 26/115: Installing method KeyboardKey class>>N 22:15:37 219/519 - 27/115: Installing method KeyboardKey class>>O 22:15:37 219/519 - 28/115: Installing method KeyboardKey class>>P 22:15:37 219/519 - 29/115: Installing method KeyboardKey class>>Q 22:15:37 219/519 - 30/115: Installing method KeyboardKey class>>R 22:15:37 219/519 - 31/115: Installing method KeyboardKey class>>S 22:15:37 219/519 - 32/115: Installing method KeyboardKey class>>T 22:15:37 219/519 - 33/115: Installing method KeyboardKey class>>U 22:15:37 219/519 - 34/115: Installing method KeyboardKey class>>V 22:15:37 219/519 - 35/115: Installing method KeyboardKey class>>W 22:15:37 219/519 - 36/115: Installing method KeyboardKey class>>X 22:15:37 219/519 - 37/115: Installing method KeyboardKey class>>Y 22:15:37 219/519 - 38/115: Installing method KeyboardKey class>>Z 22:15:37 219/519 - 39/115: Installing method KeyboardKey class>>altLeft 22:15:37 219/519 - 40/115: Installing method KeyboardKey class>>altRight 22:15:37 219/519 - 41/115: Installing method KeyboardKey class>>backslash 22:15:37 219/519 - 42/115: Installing method KeyboardKey class>>backspace 22:15:37 219/519 - 43/115: Installing method KeyboardKey class>>braceLeft 22:15:37 219/519 - 44/115: Installing method KeyboardKey class>>bracketLeft 22:15:37 219/519 - 45/115: Installing method KeyboardKey class>>bracketRight 22:15:37 219/519 - 46/115: Installing method KeyboardKey class>>capsLock 22:15:37 219/519 - 47/115: Installing method KeyboardKey class>>comma 22:15:37 219/519 - 48/115: Installing method KeyboardKey class>>controlLeft 22:15:37 219/519 - 49/115: Installing method KeyboardKey class>>controlRight 22:15:37 219/519 - 50/115: Installing method KeyboardKey class>>delete 22:15:37 219/519 - 51/115: Installing method KeyboardKey class>>doubleQuote 22:15:37 219/519 - 52/115: Installing method KeyboardKey class>>down 22:15:37 219/519 - 53/115: Installing method KeyboardKey class>>eight 22:15:37 219/519 - 54/115: Installing method KeyboardKey class>>end 22:15:37 219/519 - 55/115: Installing method KeyboardKey class>>enter 22:15:37 219/519 - 56/115: Installing method KeyboardKey class>>equal 22:15:37 219/519 - 57/115: Installing method KeyboardKey class>>escape 22:15:37 219/519 - 58/115: Installing method KeyboardKey class>>five 22:15:37 219/519 - 59/115: Installing method KeyboardKey class>>four 22:15:37 219/519 - 60/115: Installing method KeyboardKey class>>fromCharacter: 22:15:37 219/519 - 61/115: Installing method KeyboardKey class>>fromCharacter:ifNone: 22:15:37 219/519 - 62/115: Installing method KeyboardKey class>>function 22:15:37 219/519 - 63/115: Installing method KeyboardKey class>>grave 22:15:37 219/519 - 64/115: Installing method KeyboardKey class>>home 22:15:37 219/519 - 65/115: Installing method KeyboardKey class>>initialize 22:15:37 219/519 - 66/115: Installing method KeyboardKey class>>initializeKeyFromCharacterCompatibilityTable 22:15:37 219/519 - 67/115: Installing method KeyboardKey class>>initializeKeyTable 22:15:37 219/519 - 68/115: Installing method KeyboardKey class>>initializeMacOSVirtualKeyTable 22:15:37 219/519 - 69/115: Installing method KeyboardKey class>>initializeUnixVirtualKeyTable 22:15:37 219/519 - 70/115: Installing method KeyboardKey class>>initializeWindowsVirtualKeyTable 22:15:37 219/519 - 71/115: Installing method KeyboardKey class>>keyFromCharacterTable 22:15:37 219/519 - 72/115: Installing method KeyboardKey class>>keypadDown 22:15:37 219/519 - 73/115: Installing method KeyboardKey class>>keypadEnter 22:15:37 219/519 - 74/115: Installing method KeyboardKey class>>keypadLeft 22:15:38 219/519 - 75/115: Installing method KeyboardKey class>>keypadRight 22:15:38 219/519 - 76/115: Installing method KeyboardKey class>>keypadUp 22:15:38 219/519 - 77/115: Installing method KeyboardKey class>>left 22:15:38 219/519 - 78/115: Installing method KeyboardKey class>>lessThan 22:15:38 219/519 - 79/115: Installing method KeyboardKey class>>macOSVirtualKeyTable 22:15:38 219/519 - 80/115: Installing method KeyboardKey class>>menu 22:15:38 219/519 - 81/115: Installing method KeyboardKey class>>metaLeft 22:15:38 219/519 - 82/115: Installing method KeyboardKey class>>metaRight 22:15:38 219/519 - 83/115: Installing method KeyboardKey class>>minus 22:15:38 219/519 - 84/115: Installing method KeyboardKey class>>named: 22:15:38 219/519 - 85/115: Installing method KeyboardKey class>>named:ifNone: 22:15:38 219/519 - 86/115: Installing method KeyboardKey class>>nine 22:15:38 219/519 - 87/115: Installing method KeyboardKey class>>one 22:15:38 219/519 - 88/115: Installing method KeyboardKey class>>pageDown 22:15:38 219/519 - 89/115: Installing method KeyboardKey class>>pageUp 22:15:38 219/519 - 90/115: Installing method KeyboardKey class>>parenthesisLeft 22:15:38 219/519 - 91/115: Installing method KeyboardKey class>>period 22:15:38 219/519 - 92/115: Installing method KeyboardKey class>>quote 22:15:38 219/519 - 93/115: Installing method KeyboardKey class>>right 22:15:38 219/519 - 94/115: Installing method KeyboardKey class>>semicolon 22:15:38 219/519 - 95/115: Installing method KeyboardKey class>>seven 22:15:38 219/519 - 96/115: Installing method KeyboardKey class>>shiftLeft 22:15:38 219/519 - 97/115: Installing method KeyboardKey class>>shiftRight 22:15:38 219/519 - 98/115: Installing method KeyboardKey class>>singleQuote 22:15:38 219/519 - 99/115: Installing method KeyboardKey class>>six 22:15:38 219/519 - 100/115: Installing method KeyboardKey class>>slash 22:15:38 219/519 - 101/115: Installing method KeyboardKey class>>space 22:15:38 219/519 - 102/115: Installing method KeyboardKey class>>superLeft 22:15:38 219/519 - 103/115: Installing method KeyboardKey class>>superRight 22:15:38 219/519 - 104/115: Installing method KeyboardKey class>>tab 22:15:38 219/519 - 105/115: Installing method KeyboardKey class>>three 22:15:38 219/519 - 106/115: Installing method KeyboardKey class>>two 22:15:38 219/519 - 107/115: Installing method KeyboardKey class>>unixVirtualKeyTable 22:15:38 219/519 - 108/115: Installing method KeyboardKey class>>unknownKeyName 22:15:38 219/519 - 109/115: Installing method KeyboardKey class>>up 22:15:38 219/519 - 110/115: Installing method KeyboardKey class>>value: 22:15:38 219/519 - 111/115: Installing method KeyboardKey class>>valueForMacOSXPlatform: 22:15:38 219/519 - 112/115: Installing method KeyboardKey class>>valueForUnixPlatform: 22:15:38 219/519 - 113/115: Installing method KeyboardKey class>>valueForWindowsPlatform: 22:15:38 219/519 - 114/115: Installing method KeyboardKey class>>windowsVirtualKeyTable 22:15:38 219/519 - 115/115: Installing method KeyboardKey class>>zero 22:15:39 220/519 - 1/15: Installing method KeyedTree>>allKeys 22:15:39 220/519 - 2/15: Installing method KeyedTree>>atPath: 22:15:39 220/519 - 3/15: Installing method KeyedTree>>atPath:ifAbsent: 22:15:39 220/519 - 4/15: Installing method KeyedTree>>atPath:ifAbsentPut: 22:15:39 220/519 - 5/15: Installing method KeyedTree>>atPath:put: 22:15:39 220/519 - 6/15: Installing method KeyedTree>>formattedText 22:15:39 220/519 - 7/15: Installing method KeyedTree>>formattedTextWithDescriptions: 22:15:39 220/519 - 8/15: Installing method KeyedTree>>merge: 22:15:39 220/519 - 9/15: Installing method KeyedTree>>postCopy 22:15:39 220/519 - 10/15: Installing method KeyedTree>>putFormattedTextOn:level:indentString: 22:15:39 220/519 - 11/15: Installing method KeyedTree>>putFormattedTextOn:withDescriptions:level:indentString: 22:15:39 220/519 - 12/15: Installing method KeyedTree>>removePath: 22:15:39 220/519 - 13/15: Installing method KeyedTree>>removePath:ifAbsent: 22:15:39 220/519 - 14/15: Installing method KeyedTree>>sortBlock 22:15:39 220/519 - 15/15: Installing method KeyedTree>>subtrees 22:15:39 221/519 - 1/25: Installing method LargeInteger>>* 22:15:39 221/519 - 2/25: Installing method LargeInteger>>+ 22:15:39 221/519 - 3/25: Installing method LargeInteger>>- 22:15:39 221/519 - 4/25: Installing method LargeInteger>>/ 22:15:39 221/519 - 5/25: Installing method LargeInteger>>// 22:15:39 221/519 - 6/25: Installing method LargeInteger>>< 22:15:39 221/519 - 7/25: Installing method LargeInteger>><= 22:15:39 221/519 - 8/25: Installing method LargeInteger>>> 22:15:39 221/519 - 9/25: Installing method LargeInteger>>>= 22:15:39 221/519 - 10/25: Installing method LargeInteger>>\\ 22:15:39 221/519 - 11/25: Installing method LargeInteger>>\\\ 22:15:39 221/519 - 12/25: Installing method LargeInteger>>asFloat 22:15:39 221/519 - 13/25: Installing method LargeInteger>>byteAt: 22:15:39 221/519 - 14/25: Installing method LargeInteger>>byteAt:put: 22:15:39 221/519 - 15/25: Installing method LargeInteger>>bytesCount 22:15:39 221/519 - 16/25: Installing method LargeInteger>>hash 22:15:39 221/519 - 17/25: Installing method LargeInteger>>hashMultiply 22:15:39 221/519 - 18/25: Installing method LargeInteger>>highBitOfMagnitude 22:15:39 221/519 - 19/25: Installing method LargeInteger>>isLarge 22:15:40 221/519 - 20/25: Installing method LargeInteger>>mightBeASquare 22:15:40 221/519 - 21/25: Installing method LargeInteger>>printOn:base:nDigits: 22:15:40 221/519 - 22/25: Installing method LargeInteger>>quo: 22:15:40 221/519 - 23/25: Installing method LargeInteger>>rem: 22:15:40 221/519 - 24/25: Installing method LargeInteger>>replaceFrom:to:with:startingAt: 22:15:40 221/519 - 25/25: Installing method LargeInteger>>withAtLeastNDigits: 22:15:40 221/519 - 1/1: Installing method LargeInteger class>>isAbstract 22:15:40 222/519 - 1/13: Installing method LargeNegativeInteger>>abs 22:15:40 222/519 - 2/13: Installing method LargeNegativeInteger>>asFloat 22:15:40 222/519 - 3/13: Installing method LargeNegativeInteger>>bitAt: 22:15:40 222/519 - 4/13: Installing method LargeNegativeInteger>>highBit 22:15:40 222/519 - 5/13: Installing method LargeNegativeInteger>>mightBeASquare 22:15:40 222/519 - 6/13: Installing method LargeNegativeInteger>>negated 22:15:40 222/519 - 7/13: Installing method LargeNegativeInteger>>negative 22:15:40 222/519 - 8/13: Installing method LargeNegativeInteger>>normalize 22:15:40 222/519 - 9/13: Installing method LargeNegativeInteger>>positive 22:15:40 222/519 - 10/13: Installing method LargeNegativeInteger>>printOn:base: 22:15:40 222/519 - 11/13: Installing method LargeNegativeInteger>>sign 22:15:40 222/519 - 12/13: Installing method LargeNegativeInteger>>signBit 22:15:40 222/519 - 13/13: Installing method LargeNegativeInteger>>strictlyPositive 22:15:40 223/519 - 1/13: Installing method LargePositiveInteger>>abs 22:15:40 223/519 - 2/13: Installing method LargePositiveInteger>>bitAt: 22:15:40 223/519 - 3/13: Installing method LargePositiveInteger>>hashMultiply 22:15:40 223/519 - 4/13: Installing method LargePositiveInteger>>highBit 22:15:40 223/519 - 5/13: Installing method LargePositiveInteger>>mightBeASquare 22:15:40 223/519 - 6/13: Installing method LargePositiveInteger>>negated 22:15:40 223/519 - 7/13: Installing method LargePositiveInteger>>negative 22:15:40 223/519 - 8/13: Installing method LargePositiveInteger>>normalize 22:15:40 223/519 - 9/13: Installing method LargePositiveInteger>>positive 22:15:40 223/519 - 10/13: Installing method LargePositiveInteger>>printOn:base: 22:15:40 223/519 - 11/13: Installing method LargePositiveInteger>>sign 22:15:40 223/519 - 12/13: Installing method LargePositiveInteger>>signBit 22:15:40 223/519 - 13/13: Installing method LargePositiveInteger>>strictlyPositive 22:15:40 224/519 - 1/20: Installing method LayoutClassScope>>= 22:15:40 224/519 - 2/20: Installing method LayoutClassScope>>allSlotsDo: 22:15:40 224/519 - 3/20: Installing method LayoutClassScope>>allVisibleSlots 22:15:41 224/519 - 4/20: Installing method LayoutClassScope>>do: 22:15:41 224/519 - 5/20: Installing method LayoutClassScope>>fieldSize 22:15:41 224/519 - 6/20: Installing method LayoutClassScope>>flattenIn: 22:15:41 224/519 - 7/20: Installing method LayoutClassScope>>hasBindingThatBeginsWith: 22:15:41 224/519 - 8/20: Installing method LayoutClassScope>>hasFields 22:15:41 224/519 - 9/20: Installing method LayoutClassScope>>hasSlots 22:15:41 224/519 - 10/20: Installing method LayoutClassScope>>hash 22:15:41 224/519 - 11/20: Installing method LayoutClassScope>>isEmpty 22:15:41 224/519 - 12/20: Installing method LayoutClassScope>>ownFieldSize 22:15:41 224/519 - 13/20: Installing method LayoutClassScope>>parentScope 22:15:41 224/519 - 14/20: Installing method LayoutClassScope>>parentScope: 22:15:41 224/519 - 15/20: Installing method LayoutClassScope>>postCopy 22:15:41 224/519 - 16/20: Installing method LayoutClassScope>>printOn: 22:15:41 224/519 - 17/20: Installing method LayoutClassScope>>reverseDo: 22:15:41 224/519 - 18/20: Installing method LayoutClassScope>>slots 22:15:41 224/519 - 19/20: Installing method LayoutClassScope>>visibleSlots 22:15:41 224/519 - 20/20: Installing method LayoutClassScope>>withIndexDo: 22:15:41 225/519 - 1/10: Installing method LayoutEmptyScope>>allSlotsDo: 22:15:41 225/519 - 2/10: Installing method LayoutEmptyScope>>allVisibleSlots 22:15:41 225/519 - 3/10: Installing method LayoutEmptyScope>>fieldSize 22:15:41 225/519 - 4/10: Installing method LayoutEmptyScope>>flattenIn: 22:15:41 225/519 - 5/10: Installing method LayoutEmptyScope>>hasBindingThatBeginsWith: 22:15:41 225/519 - 6/10: Installing method LayoutEmptyScope>>hasFields 22:15:41 225/519 - 7/10: Installing method LayoutEmptyScope>>hasSlots 22:15:41 225/519 - 8/10: Installing method LayoutEmptyScope>>isEmpty 22:15:41 225/519 - 9/10: Installing method LayoutEmptyScope>>ownFieldSize 22:15:41 225/519 - 10/10: Installing method LayoutEmptyScope>>visibleSlots 22:15:41 225/519 - 1/1: Installing method LayoutEmptyScope class>>instance 22:15:41 226/519 - 1/8: Installing method LimitedWriteStream>>limit 22:15:41 226/519 - 2/8: Installing method LimitedWriteStream>>limit: 22:15:41 226/519 - 3/8: Installing method LimitedWriteStream>>limitBlock 22:15:41 226/519 - 4/8: Installing method LimitedWriteStream>>limitBlock: 22:15:41 226/519 - 5/8: Installing method LimitedWriteStream>>nextPut: 22:15:41 226/519 - 6/8: Installing method LimitedWriteStream>>nextPutAll: 22:15:41 226/519 - 7/8: Installing method LimitedWriteStream>>pastEndPut: 22:15:41 226/519 - 8/8: Installing method LimitedWriteStream>>setLimit:limitBlock: 22:15:41 226/519 - 1/6: Installing method LimitedWriteStream class>>defaultLimit 22:15:41 226/519 - 2/6: Installing method LimitedWriteStream class>>on: 22:15:41 226/519 - 3/6: Installing method LimitedWriteStream class>>on:from:to: 22:15:41 226/519 - 4/6: Installing method LimitedWriteStream class>>on:limit:limitBlock: 22:15:41 226/519 - 5/6: Installing method LimitedWriteStream class>>with: 22:15:41 226/519 - 6/6: Installing method LimitedWriteStream class>>with:from:to: 22:15:41 227/519 - 1/4: Installing method Link>>asLink 22:15:41 227/519 - 2/4: Installing method Link>>asLinkPrepend: 22:15:41 227/519 - 3/4: Installing method Link>>nextLink 22:15:41 227/519 - 4/4: Installing method Link>>nextLink: 22:15:41 227/519 - 1/1: Installing method Link class>>nextLink: 22:15:42 228/519 - 1/46: Installing method LinkedList>>add: 22:15:42 228/519 - 2/46: Installing method LinkedList>>add:after: 22:15:42 228/519 - 3/46: Installing method LinkedList>>add:afterLink: 22:15:42 228/519 - 4/46: Installing method LinkedList>>add:before: 22:15:42 228/519 - 5/46: Installing method LinkedList>>add:beforeLink: 22:15:42 228/519 - 6/46: Installing method LinkedList>>addFirst: 22:15:42 228/519 - 7/46: Installing method LinkedList>>addLast: 22:15:42 228/519 - 8/46: Installing method LinkedList>>at: 22:15:42 228/519 - 9/46: Installing method LinkedList>>at:put: 22:15:42 228/519 - 10/46: Installing method LinkedList>>at:putLink: 22:15:42 228/519 - 11/46: Installing method LinkedList>>collect: 22:15:42 228/519 - 12/46: Installing method LinkedList>>collect:thenReject: 22:15:42 228/519 - 13/46: Installing method LinkedList>>collect:thenSelect: 22:15:42 228/519 - 14/46: Installing method LinkedList>>copyWith: 22:15:42 228/519 - 15/46: Installing method LinkedList>>copyWithout: 22:15:42 228/519 - 16/46: Installing method LinkedList>>do: 22:15:42 228/519 - 17/46: Installing method LinkedList>>first 22:15:42 228/519 - 18/46: Installing method LinkedList>>firstLink 22:15:42 228/519 - 19/46: Installing method LinkedList>>indexOf:startingAt:ifAbsent: 22:15:42 228/519 - 20/46: Installing method LinkedList>>isEmpty 22:15:42 228/519 - 21/46: Installing method LinkedList>>last 22:15:42 228/519 - 22/46: Installing method LinkedList>>lastLink 22:15:42 228/519 - 23/46: Installing method LinkedList>>linkAt: 22:15:42 228/519 - 24/46: Installing method LinkedList>>linkAt:ifAbsent: 22:15:42 228/519 - 25/46: Installing method LinkedList>>linkOf: 22:15:42 228/519 - 26/46: Installing method LinkedList>>linkOf:ifAbsent: 22:15:42 228/519 - 27/46: Installing method LinkedList>>linksDo: 22:15:42 228/519 - 28/46: Installing method LinkedList>>postCopy 22:15:42 228/519 - 29/46: Installing method LinkedList>>rechain: 22:15:42 228/519 - 30/46: Installing method LinkedList>>reject: 22:15:42 228/519 - 31/46: Installing method LinkedList>>reject:thenCollect: 22:15:42 228/519 - 32/46: Installing method LinkedList>>remove:ifAbsent: 22:15:42 228/519 - 33/46: Installing method LinkedList>>removeAll 22:15:42 228/519 - 34/46: Installing method LinkedList>>removeAllSuchThat: 22:15:42 228/519 - 35/46: Installing method LinkedList>>removeFirst 22:15:42 228/519 - 36/46: Installing method LinkedList>>removeLast 22:15:42 228/519 - 37/46: Installing method LinkedList>>removeLink: 22:15:42 228/519 - 38/46: Installing method LinkedList>>removeLink:ifAbsent: 22:15:42 228/519 - 39/46: Installing method LinkedList>>select: 22:15:42 228/519 - 40/46: Installing method LinkedList>>select:thenCollect: 22:15:42 228/519 - 41/46: Installing method LinkedList>>select:thenDo: 22:15:42 228/519 - 42/46: Installing method LinkedList>>size 22:15:42 228/519 - 43/46: Installing method LinkedList>>sort: 22:15:42 228/519 - 44/46: Installing method LinkedList>>species 22:15:42 228/519 - 45/46: Installing method LinkedList>>swap:with: 22:15:42 228/519 - 46/46: Installing method LinkedList>>validIndex: 22:15:42 228/519 - 1/4: Installing method LinkedList class>>new: 22:15:42 228/519 - 2/4: Installing method LinkedList class>>new:streamContents: 22:15:42 228/519 - 3/4: Installing method LinkedList class>>newFrom: 22:15:42 228/519 - 4/4: Installing method LinkedList class>>streamSpecies 22:15:43 229/519 - 1/36: Installing method LiteralVariable>>= 22:15:43 229/519 - 2/36: Installing method LiteralVariable>>acceptVisitor:node: 22:15:43 229/519 - 3/36: Installing method LiteralVariable>>analogousCodeTo: 22:15:43 229/519 - 4/36: Installing method LiteralVariable>>asClassVariable 22:15:43 229/519 - 5/36: Installing method LiteralVariable>>definingClass 22:15:43 229/519 - 6/36: Installing method LiteralVariable>>definitionString 22:15:43 229/519 - 7/36: Installing method LiteralVariable>>emitStore: 22:15:43 229/519 - 8/36: Installing method LiteralVariable>>emitValue: 22:15:43 229/519 - 9/36: Installing method LiteralVariable>>hash 22:15:43 229/519 - 10/36: Installing method LiteralVariable>>installingIn: 22:15:43 229/519 - 11/36: Installing method LiteralVariable>>isAccessedIn: 22:15:43 229/519 - 12/36: Installing method LiteralVariable>>isGlobalClassNameBinding 22:15:43 229/519 - 13/36: Installing method LiteralVariable>>isLiteralVariable 22:15:43 229/519 - 14/36: Installing method LiteralVariable>>isReadIn: 22:15:43 229/519 - 15/36: Installing method LiteralVariable>>isReferenced 22:15:43 229/519 - 16/36: Installing method LiteralVariable>>isSelfEvaluating 22:15:43 229/519 - 17/36: Installing method LiteralVariable>>isVariableBinding 22:15:43 229/519 - 18/36: Installing method LiteralVariable>>isWritable 22:15:43 229/519 - 19/36: Installing method LiteralVariable>>isWrittenIn: 22:15:43 229/519 - 20/36: Installing method LiteralVariable>>key 22:15:43 229/519 - 21/36: Installing method LiteralVariable>>key: 22:15:43 229/519 - 22/36: Installing method LiteralVariable>>key:value: 22:15:43 229/519 - 23/36: Installing method LiteralVariable>>literalEqual: 22:15:43 229/519 - 24/36: Installing method LiteralVariable>>name: 22:15:43 229/519 - 25/36: Installing method LiteralVariable>>printOn: 22:15:43 229/519 - 26/36: Installing method LiteralVariable>>read 22:15:43 229/519 - 27/36: Installing method LiteralVariable>>readInContext: 22:15:43 229/519 - 28/36: Installing method LiteralVariable>>runtimeUndeclaredReadInContext: 22:15:43 229/519 - 29/36: Installing method LiteralVariable>>runtimeUndeclaredWrite:inContext: 22:15:43 229/519 - 30/36: Installing method LiteralVariable>>scope 22:15:43 229/519 - 31/36: Installing method LiteralVariable>>storeOn: 22:15:43 229/519 - 32/36: Installing method LiteralVariable>>usingMethods 22:15:43 229/519 - 33/36: Installing method LiteralVariable>>value 22:15:43 229/519 - 34/36: Installing method LiteralVariable>>value: 22:15:43 229/519 - 35/36: Installing method LiteralVariable>>write: 22:15:43 229/519 - 36/36: Installing method LiteralVariable>>write:inContext: 22:15:43 229/519 - 1/2: Installing method LiteralVariable class>>key: 22:15:43 229/519 - 2/2: Installing method LiteralVariable class>>key:value: 22:15:43 230/519 - 1/3: Installing method LocalRecursionStopper class>>activeMethods 22:15:43 230/519 - 2/3: Installing method LocalRecursionStopper class>>during: 22:15:43 230/519 - 3/3: Installing method LocalRecursionStopper class>>stopMethod:during: 22:15:44 231/519 - 1/7: Installing method LookupKey>>< 22:15:44 231/519 - 2/7: Installing method LookupKey>>= 22:15:44 231/519 - 3/7: Installing method LookupKey>>hash 22:15:44 231/519 - 4/7: Installing method LookupKey>>key 22:15:44 231/519 - 5/7: Installing method LookupKey>>key: 22:15:44 231/519 - 6/7: Installing method LookupKey>>name 22:15:44 231/519 - 7/7: Installing method LookupKey>>printOn: 22:15:44 231/519 - 1/1: Installing method LookupKey class>>key: 22:15:44 232/519 - 1/8: Installing method MacOSPlatform>>accept: 22:15:44 232/519 - 2/8: Installing method MacOSPlatform>>defaultMaximumPathLength 22:15:44 232/519 - 3/8: Installing method MacOSPlatform>>family 22:15:44 232/519 - 4/8: Installing method MacOSPlatform>>isMacOS 22:15:44 232/519 - 5/8: Installing method MacOSPlatform>>keyForValue: 22:15:44 232/519 - 6/8: Installing method MacOSPlatform>>lineEnding 22:15:44 232/519 - 7/8: Installing method MacOSPlatform>>menuShortcutString 22:15:44 232/519 - 8/8: Installing method MacOSPlatform>>potentialLocationsOfSourcesFile 22:15:44 232/519 - 1/1: Installing method MacOSPlatform class>>isMacOS 22:15:44 233/519 - 1/4: Installing method MacOSXPlatform>>accept: 22:15:44 233/519 - 2/4: Installing method MacOSXPlatform>>family 22:15:44 233/519 - 3/4: Installing method MacOSXPlatform>>getErrorMessage: 22:15:44 233/519 - 4/4: Installing method MacOSXPlatform>>isMacOSX 22:15:44 233/519 - 1/1: Installing method MacOSXPlatform class>>isActivePlatform 22:15:44 234/519 - 1/11: Installing method Magnitude>>< 22:15:44 234/519 - 2/11: Installing method Magnitude>><= 22:15:44 234/519 - 3/11: Installing method Magnitude>>= 22:15:44 234/519 - 4/11: Installing method Magnitude>>> 22:15:44 234/519 - 5/11: Installing method Magnitude>>>= 22:15:44 234/519 - 6/11: Installing method Magnitude>>beBetween:and: 22:15:44 234/519 - 7/11: Installing method Magnitude>>between:and: 22:15:44 234/519 - 8/11: Installing method Magnitude>>hash 22:15:44 234/519 - 9/11: Installing method Magnitude>>max: 22:15:44 234/519 - 10/11: Installing method Magnitude>>min: 22:15:44 234/519 - 11/11: Installing method Magnitude>>min:max: 22:15:45 235/519 - 1/3: Installing method ManifestAnnouncementsCore class>>manuallyResolvedDependencies 22:15:45 235/519 - 2/3: Installing method ManifestAnnouncementsCore class>>ruleBadMessageRule2V1FalsePositive 22:15:45 235/519 - 3/3: Installing method ManifestAnnouncementsCore class>>ruleUsesAddRuleV1FalsePositive 22:15:45 236/519 - 1/2: Installing method ManifestCollectionsAbstract class>>dependencies 22:15:45 236/519 - 2/2: Installing method ManifestCollectionsAbstract class>>packageName 22:15:45 237/519 - 1/3: Installing method ManifestCollectionsDoubleLinkedList class>>ruleCollectionProtocolRuleV1FalsePositive 22:15:45 237/519 - 2/3: Installing method ManifestCollectionsDoubleLinkedList class>>ruleLiteralArrayContainsSuspiciousTrueFalseOrNilRuleV1FalsePositive 22:15:45 237/519 - 3/3: Installing method ManifestCollectionsDoubleLinkedList class>>ruleNotEliminationRuleV1FalsePositive 22:15:45 238/519 - 1/3: Installing method ManifestCollectionsNative class>>dependencies 22:15:45 238/519 - 2/3: Installing method ManifestCollectionsNative class>>manuallyResolvedDependencies 22:15:45 238/519 - 3/3: Installing method ManifestCollectionsNative class>>packageName 22:15:45 239/519 - 1/3: Installing method ManifestCollectionsSequenceable class>>dependencies 22:15:45 239/519 - 2/3: Installing method ManifestCollectionsSequenceable class>>manuallyResolvedDependencies 22:15:45 239/519 - 3/3: Installing method ManifestCollectionsSequenceable class>>packageName 22:15:45 240/519 - 1/2: Installing method ManifestCollectionsStack class>>dependencies 22:15:45 240/519 - 2/2: Installing method ManifestCollectionsStack class>>packageName 22:15:45 241/519 - 1/2: Installing method ManifestCollectionsStreams class>>dependencies 22:15:45 241/519 - 2/2: Installing method ManifestCollectionsStreams class>>packageName 22:15:45 242/519 - 1/2: Installing method ManifestCollectionsStrings class>>dependencies 22:15:45 242/519 - 2/2: Installing method ManifestCollectionsStrings class>>packageName 22:15:45 243/519 - 1/3: Installing method ManifestCollectionsSupport class>>dependencies 22:15:45 243/519 - 2/3: Installing method ManifestCollectionsSupport class>>manuallyResolvedDependencies 22:15:45 243/519 - 3/3: Installing method ManifestCollectionsSupport class>>packageName 22:15:45 244/519 - 1/4: Installing method ManifestCollectionsUnordered class>>dependencies 22:15:45 244/519 - 2/4: Installing method ManifestCollectionsUnordered class>>manuallyResolvedDependencies 22:15:45 244/519 - 3/4: Installing method ManifestCollectionsUnordered class>>packageName 22:15:45 244/519 - 4/4: Installing method ManifestCollectionsUnordered class>>ruleDefinesEqualNotHashRuleV1FalsePositive 22:15:45 245/519 - 1/3: Installing method ManifestCollectionsWeak class>>dependencies 22:15:45 245/519 - 2/3: Installing method ManifestCollectionsWeak class>>manuallyResolvedDependencies 22:15:45 245/519 - 3/3: Installing method ManifestCollectionsWeak class>>packageName 22:15:45 246/519 - 1/1: Installing method ManifestFileSystemPath class>>manuallyResolvedDependencies 22:15:45 247/519 - 1/2: Installing method ManifestFiles class>>manuallyResolvedDependencies 22:15:45 247/519 - 2/2: Installing method ManifestFiles class>>ruleRBClassNameInSelectorRuleV1FalsePositive 22:15:45 248/519 - 1/1: Installing method ManifestHermes class>>manuallyResolvedDependencies 22:15:45 249/519 - 1/8: Installing method ManifestKernel class>>dependencies 22:15:45 249/519 - 2/8: Installing method ManifestKernel class>>ignoredDependencies 22:15:45 249/519 - 3/8: Installing method ManifestKernel class>>manuallyResolvedDependencies 22:15:45 249/519 - 4/8: Installing method ManifestKernel class>>packageName 22:15:45 249/519 - 5/8: Installing method ManifestKernel class>>ruleRBBadMessageRuleV1FalsePositive 22:15:45 249/519 - 6/8: Installing method ManifestKernel class>>ruleRBClassNameInSelectorRuleV1FalsePositive 22:15:45 249/519 - 7/8: Installing method ManifestKernel class>>ruleRBRefersToClassRuleV1FalsePositive 22:15:45 249/519 - 8/8: Installing method ManifestKernel class>>ruleReDeadMethodV1FalsePositive 22:15:45 250/519 - 1/1: Installing method ManifestKernelCodeModel class>>manuallyResolvedDependencies 22:15:45 252/519 - 1/3: Installing method ManifestPharoBootstrapInitialization class>>ignoredDependencies 22:15:45 252/519 - 2/3: Installing method ManifestPharoBootstrapInitialization class>>manuallyResolvedDependencies 22:15:45 252/519 - 3/3: Installing method ManifestPharoBootstrapInitialization class>>packageName 22:15:45 254/519 - 1/1: Installing method ManifestSystemBasicCommandLineHandler class>>manuallyResolvedDependencies 22:15:46 255/519 - 1/1: Installing method ManifestSystemCommandLine class>>manuallyResolvedDependencies 22:15:46 256/519 - 1/2: Installing method ManifestSystemCommandLineHandler class>>ignoredDependencies 22:15:46 256/519 - 2/2: Installing method ManifestSystemCommandLineHandler class>>manuallyResolvedDependencies 22:15:46 258/519 - 1/1: Installing method ManifestSystemPlatforms class>>manuallyResolvedDependencies 22:15:46 259/519 - 1/1: Installing method ManifestSystemSessionManager class>>manuallyResolvedDependencies 22:15:46 260/519 - 1/1: Installing method ManifestSystemSources class>>manuallyResolvedDependencies 22:15:46 261/519 - 1/6: Installing method ManifestSystemSupport class>>ignoredDependencies 22:15:46 261/519 - 2/6: Installing method ManifestSystemSupport class>>manuallyResolvedDependencies 22:15:46 261/519 - 3/6: Installing method ManifestSystemSupport class>>ruleBadMessageRule2V1FalsePositive 22:15:46 261/519 - 4/6: Installing method ManifestSystemSupport class>>ruleClassNameInSelectorRuleV1FalsePositive 22:15:46 261/519 - 5/6: Installing method ManifestSystemSupport class>>ruleInconsistentMethodClassificationRuleV1FalsePositive 22:15:46 261/519 - 6/6: Installing method ManifestSystemSupport class>>ruleUtilityMethodsRuleV1FalsePositive 22:15:46 262/519 - 1/1: Installing method ManifestTranscriptNonInteractive class>>manuallyResolvedDependencies 22:15:46 263/519 - 1/2: Installing method ManifestUIManager class>>ignoredDependencies 22:15:46 263/519 - 2/2: Installing method ManifestUIManager class>>manuallyResolvedDependencies 22:15:46 264/519 - 1/20: Installing method Message>>analogousCodeTo: 22:15:46 264/519 - 2/20: Installing method Message>>argument 22:15:46 264/519 - 3/20: Installing method Message>>argument: 22:15:46 264/519 - 4/20: Installing method Message>>arguments 22:15:46 264/519 - 5/20: Installing method Message>>arguments: 22:15:46 264/519 - 6/20: Installing method Message>>asSendTo: 22:15:46 264/519 - 7/20: Installing method Message>>hasArguments 22:15:46 264/519 - 8/20: Installing method Message>>lookupClass 22:15:46 264/519 - 9/20: Installing method Message>>lookupClass: 22:15:46 264/519 - 10/20: Installing method Message>>message 22:15:47 264/519 - 11/20: Installing method Message>>numArgs 22:15:47 264/519 - 12/20: Installing method Message>>printOn: 22:15:47 264/519 - 13/20: Installing method Message>>selector 22:15:47 264/519 - 14/20: Installing method Message>>selector: 22:15:47 264/519 - 15/20: Installing method Message>>sendTo: 22:15:47 264/519 - 16/20: Installing method Message>>sends: 22:15:47 264/519 - 17/20: Installing method Message>>sentTo: 22:15:47 264/519 - 18/20: Installing method Message>>setSelector: 22:15:47 264/519 - 19/20: Installing method Message>>setSelector:arguments: 22:15:47 264/519 - 20/20: Installing method Message>>storeOn: 22:15:47 264/519 - 1/3: Installing method Message class>>selector: 22:15:47 264/519 - 2/3: Installing method Message class>>selector:argument: 22:15:47 264/519 - 3/3: Installing method Message class>>selector:arguments: 22:15:47 265/519 - 1/10: Installing method MessageNotUnderstood>>defaultAction 22:15:47 265/519 - 2/10: Installing method MessageNotUnderstood>>description 22:15:47 265/519 - 3/10: Installing method MessageNotUnderstood>>initialize 22:15:47 265/519 - 4/10: Installing method MessageNotUnderstood>>isResumable 22:15:47 265/519 - 5/10: Installing method MessageNotUnderstood>>message 22:15:47 265/519 - 6/10: Installing method MessageNotUnderstood>>message: 22:15:47 265/519 - 7/10: Installing method MessageNotUnderstood>>messageText 22:15:47 265/519 - 8/10: Installing method MessageNotUnderstood>>reachedDefaultHandler 22:15:47 265/519 - 9/10: Installing method MessageNotUnderstood>>receiver 22:15:47 265/519 - 10/10: Installing method MessageNotUnderstood>>receiver: 22:15:47 265/519 - 1/1: Installing method MessageNotUnderstood class>>initialize 22:15:47 266/519 - 1/20: Installing method MessageSend>>= 22:15:47 266/519 - 2/20: Installing method MessageSend>>asMinimalRepresentation 22:15:47 266/519 - 3/20: Installing method MessageSend>>asWeakMessageSend 22:15:47 266/519 - 4/20: Installing method MessageSend>>collectArguments: 22:15:47 266/519 - 5/20: Installing method MessageSend>>cull: 22:15:47 266/519 - 6/20: Installing method MessageSend>>cull:cull: 22:15:47 266/519 - 7/20: Installing method MessageSend>>cull:cull:cull: 22:15:47 266/519 - 8/20: Installing method MessageSend>>hash 22:15:47 266/519 - 9/20: Installing method MessageSend>>isMessageSend 22:15:47 266/519 - 10/20: Installing method MessageSend>>isValid 22:15:47 266/519 - 11/20: Installing method MessageSend>>message 22:15:47 266/519 - 12/20: Installing method MessageSend>>printOn: 22:15:47 266/519 - 13/20: Installing method MessageSend>>receiver 22:15:47 266/519 - 14/20: Installing method MessageSend>>receiver: 22:15:47 266/519 - 15/20: Installing method MessageSend>>value 22:15:48 266/519 - 16/20: Installing method MessageSend>>value: 22:15:48 266/519 - 17/20: Installing method MessageSend>>value:value: 22:15:48 266/519 - 18/20: Installing method MessageSend>>value:value:value: 22:15:48 266/519 - 19/20: Installing method MessageSend>>valueWithArguments: 22:15:48 266/519 - 20/20: Installing method MessageSend>>valueWithEnoughArguments: 22:15:48 266/519 - 1/4: Installing method MessageSend class>>message:to: 22:15:48 266/519 - 2/4: Installing method MessageSend class>>receiver:selector: 22:15:48 266/519 - 3/4: Installing method MessageSend class>>receiver:selector:argument: 22:15:48 266/519 - 4/4: Installing method MessageSend class>>receiver:selector:arguments: 22:15:49 267/519 - 1/53: Installing method Metaclass>><< 22:15:49 267/519 - 2/53: Installing method Metaclass>>addInstVarNamed: 22:15:49 267/519 - 3/53: Installing method Metaclass>>addObsoleteSubclass: 22:15:49 267/519 - 4/53: Installing method Metaclass>>addSlot: 22:15:49 267/519 - 5/53: Installing method Metaclass>>addSubclass: 22:15:49 267/519 - 6/53: Installing method Metaclass>>binding 22:15:49 267/519 - 7/53: Installing method Metaclass>>bindingOf: 22:15:49 267/519 - 8/53: Installing method Metaclass>>category 22:15:49 267/519 - 9/53: Installing method Metaclass>>classPool 22:15:49 267/519 - 10/53: Installing method Metaclass>>classSide 22:15:49 267/519 - 11/53: Installing method Metaclass>>classVarNames 22:15:49 267/519 - 12/53: Installing method Metaclass>>classVariables 22:15:49 267/519 - 13/53: Installing method Metaclass>>comment 22:15:49 267/519 - 14/53: Installing method Metaclass>>comment: 22:15:49 267/519 - 15/53: Installing method Metaclass>>comment:stamp: 22:15:49 267/519 - 16/53: Installing method Metaclass>>commentSourcePointer 22:15:49 267/519 - 17/53: Installing method Metaclass>>commentSourcePointer: 22:15:49 267/519 - 18/53: Installing method Metaclass>>commentStamp 22:15:49 267/519 - 19/53: Installing method Metaclass>>commentStamp: 22:15:49 267/519 - 20/53: Installing method Metaclass>>environment 22:15:49 267/519 - 21/53: Installing method Metaclass>>expandedDefinitionStringFor: 22:15:49 267/519 - 22/53: Installing method Metaclass>>hasBindingThatBeginsWith: 22:15:49 267/519 - 23/53: Installing method Metaclass>>hasClassSide 22:15:49 267/519 - 24/53: Installing method Metaclass>>hasClassVarNamed: 22:15:49 267/519 - 25/53: Installing method Metaclass>>hasComment 22:15:49 267/519 - 26/53: Installing method Metaclass>>innerBindingOf: 22:15:49 267/519 - 27/53: Installing method Metaclass>>instanceSide 22:15:49 267/519 - 28/53: Installing method Metaclass>>instanceVariableNames: 22:15:49 267/519 - 29/53: Installing method Metaclass>>isAnonymous 22:15:49 267/519 - 30/53: Installing method Metaclass>>isClass 22:15:49 267/519 - 31/53: Installing method Metaclass>>isMeta 22:15:49 267/519 - 32/53: Installing method Metaclass>>isMetaclassOfClassOrNil 22:15:49 267/519 - 33/53: Installing method Metaclass>>isObsolete 22:15:49 267/519 - 34/53: Installing method Metaclass>>isReferenced 22:15:49 267/519 - 35/53: Installing method Metaclass>>isSelfEvaluating 22:15:49 267/519 - 36/53: Installing method Metaclass>>isUsed 22:15:49 267/519 - 37/53: Installing method Metaclass>>name 22:15:49 267/519 - 38/53: Installing method Metaclass>>new 22:15:49 267/519 - 39/53: Installing method Metaclass>>newAnonymousSubclass 22:15:49 267/519 - 40/53: Installing method Metaclass>>obsoleteSubclasses 22:15:49 267/519 - 41/53: Installing method Metaclass>>package 22:15:49 267/519 - 42/53: Installing method Metaclass>>packageTag 22:15:49 267/519 - 43/53: Installing method Metaclass>>possibleVariablesFor:continuedFrom: 22:15:49 267/519 - 44/53: Installing method Metaclass>>postCopy 22:15:49 267/519 - 45/53: Installing method Metaclass>>removeSlot: 22:15:49 267/519 - 46/53: Installing method Metaclass>>removeSubclass: 22:15:49 267/519 - 47/53: Installing method Metaclass>>sharedPoolNames 22:15:49 267/519 - 48/53: Installing method Metaclass>>slots: 22:15:49 267/519 - 49/53: Installing method Metaclass>>soleInstance 22:15:49 267/519 - 50/53: Installing method Metaclass>>sourceCodeTemplate 22:15:49 267/519 - 51/53: Installing method Metaclass>>subclasses 22:15:49 267/519 - 52/53: Installing method Metaclass>>subclassesDo: 22:15:49 267/519 - 53/53: Installing method Metaclass>>veryDeepCopyWith: 22:15:49 268/519 - 1/1: Installing method MethodAdded>>methodAdded 22:15:49 268/519 - 1/1: Installing method MethodAdded class>>method: 22:15:50 269/519 - 1/12: Installing method MethodAnnouncement>>classAffected 22:15:50 269/519 - 2/12: Installing method MethodAnnouncement>>isProvidedByExtension 22:15:50 269/519 - 3/12: Installing method MethodAnnouncement>>method 22:15:50 269/519 - 4/12: Installing method MethodAnnouncement>>method: 22:15:50 269/519 - 5/12: Installing method MethodAnnouncement>>methodAffected 22:15:50 269/519 - 6/12: Installing method MethodAnnouncement>>methodClass 22:15:50 269/519 - 7/12: Installing method MethodAnnouncement>>methodOrigin 22:15:50 269/519 - 8/12: Installing method MethodAnnouncement>>methodPackage 22:15:50 269/519 - 9/12: Installing method MethodAnnouncement>>packagesAffected 22:15:50 269/519 - 10/12: Installing method MethodAnnouncement>>protocol 22:15:50 269/519 - 11/12: Installing method MethodAnnouncement>>protocolsAffected 22:15:50 269/519 - 12/12: Installing method MethodAnnouncement>>selector 22:15:50 270/519 - 1/23: Installing method MethodDictionary>>add: 22:15:50 270/519 - 2/23: Installing method MethodDictionary>>associationAt:ifAbsent: 22:15:50 270/519 - 3/23: Installing method MethodDictionary>>associationsDo: 22:15:50 270/519 - 4/23: Installing method MethodDictionary>>at:ifAbsent: 22:15:50 270/519 - 5/23: Installing method MethodDictionary>>at:ifPresent: 22:15:50 270/519 - 6/23: Installing method MethodDictionary>>at:put: 22:15:50 270/519 - 7/23: Installing method MethodDictionary>>compact 22:15:50 270/519 - 8/23: Installing method MethodDictionary>>compactWithoutBecome 22:15:50 270/519 - 9/23: Installing method MethodDictionary>>fixCollisionsFrom: 22:15:50 270/519 - 10/23: Installing method MethodDictionary>>grow 22:15:50 270/519 - 11/23: Installing method MethodDictionary>>isHealthy 22:15:50 270/519 - 12/23: Installing method MethodDictionary>>keyAtIdentityValue:ifAbsent: 22:15:50 270/519 - 13/23: Installing method MethodDictionary>>keyAtValue:ifAbsent: 22:15:50 270/519 - 14/23: Installing method MethodDictionary>>keysAndValuesDo: 22:15:50 270/519 - 15/23: Installing method MethodDictionary>>keysDo: 22:15:50 270/519 - 16/23: Installing method MethodDictionary>>postCopy 22:15:50 270/519 - 17/23: Installing method MethodDictionary>>rehash 22:15:50 270/519 - 18/23: Installing method MethodDictionary>>removeAll 22:15:50 270/519 - 19/23: Installing method MethodDictionary>>removeDangerouslyKey:ifAbsent: 22:15:50 270/519 - 20/23: Installing method MethodDictionary>>removeKey:ifAbsent: 22:15:50 270/519 - 21/23: Installing method MethodDictionary>>scanFor: 22:15:50 270/519 - 22/23: Installing method MethodDictionary>>swap:with: 22:15:50 270/519 - 23/23: Installing method MethodDictionary>>valuesDo: 22:15:50 270/519 - 1/5: Installing method MethodDictionary class>>compactAllInstances 22:15:50 270/519 - 2/5: Installing method MethodDictionary class>>new 22:15:50 270/519 - 3/5: Installing method MethodDictionary class>>new: 22:15:50 270/519 - 4/5: Installing method MethodDictionary class>>newForCapacity: 22:15:50 270/519 - 5/5: Installing method MethodDictionary class>>sizeFor: 22:15:50 271/519 - 1/6: Installing method MethodModified>>newMethod 22:15:50 271/519 - 2/6: Installing method MethodModified>>newProtocol 22:15:50 271/519 - 3/6: Installing method MethodModified>>oldMethod 22:15:50 271/519 - 4/6: Installing method MethodModified>>oldMethod: 22:15:50 271/519 - 5/6: Installing method MethodModified>>oldProtocol 22:15:50 271/519 - 6/6: Installing method MethodModified>>oldProtocol: 22:15:50 271/519 - 1/1: Installing method MethodModified class>>methodChangedFrom:to:oldProtocol: 22:15:50 272/519 - 1/5: Installing method MethodRecategorized>>methodRecategorized 22:15:50 272/519 - 2/5: Installing method MethodRecategorized>>newProtocol 22:15:50 272/519 - 3/5: Installing method MethodRecategorized>>oldProtocol 22:15:50 272/519 - 4/5: Installing method MethodRecategorized>>oldProtocol: 22:15:50 272/519 - 5/5: Installing method MethodRecategorized>>protocolsAffected 22:15:50 272/519 - 1/1: Installing method MethodRecategorized class>>method:oldProtocol: 22:15:50 273/519 - 1/3: Installing method MethodRemoved>>methodOrigin 22:15:50 273/519 - 2/3: Installing method MethodRemoved>>methodOrigin: 22:15:50 273/519 - 3/3: Installing method MethodRemoved>>methodRemoved 22:15:50 273/519 - 1/1: Installing method MethodRemoved class>>methodRemoved:origin: 22:15:51 274/519 - 1/6: Installing method MethodRepackaged>>methodRepackaged 22:15:51 274/519 - 2/6: Installing method MethodRepackaged>>newPackage 22:15:51 274/519 - 3/6: Installing method MethodRepackaged>>newPackage: 22:15:51 274/519 - 4/6: Installing method MethodRepackaged>>oldPackage 22:15:51 274/519 - 5/6: Installing method MethodRepackaged>>oldPackage: 22:15:51 274/519 - 6/6: Installing method MethodRepackaged>>packagesAffected 22:15:51 274/519 - 1/1: Installing method MethodRepackaged class>>methodRepackaged:oldPackage:newPackage: 22:15:51 275/519 - 1/14: Installing method ModificationForbidden>>fieldIndex 22:15:51 275/519 - 2/14: Installing method ModificationForbidden>>fieldIndex: 22:15:51 275/519 - 3/14: Installing method ModificationForbidden>>indexedMessageText 22:15:51 275/519 - 4/14: Installing method ModificationForbidden>>messageText 22:15:51 275/519 - 5/14: Installing method ModificationForbidden>>newValue 22:15:51 275/519 - 6/14: Installing method ModificationForbidden>>newValue: 22:15:51 275/519 - 7/14: Installing method ModificationForbidden>>nonIndexedMessageText 22:15:51 275/519 - 8/14: Installing method ModificationForbidden>>object 22:15:51 275/519 - 9/14: Installing method ModificationForbidden>>object: 22:15:51 275/519 - 10/14: Installing method ModificationForbidden>>printObject:on: 22:15:51 275/519 - 11/14: Installing method ModificationForbidden>>retryModification 22:15:51 275/519 - 12/14: Installing method ModificationForbidden>>retrySelector 22:15:51 275/519 - 13/14: Installing method ModificationForbidden>>retrySelector: 22:15:51 275/519 - 14/14: Installing method ModificationForbidden>>standardMessageText 22:15:51 275/519 - 1/1: Installing method ModificationForbidden class>>for:at:with:retrySelector: 22:15:51 276/519 - 1/40: Installing method Monitor>>checkOwnerProcess 22:15:51 276/519 - 2/40: Installing method Monitor>>cleanup 22:15:51 276/519 - 3/40: Installing method Monitor>>critical: 22:15:52 276/519 - 4/40: Installing method Monitor>>defaultQueue 22:15:52 276/519 - 5/40: Installing method Monitor>>enter 22:15:52 276/519 - 6/40: Installing method Monitor>>exit 22:15:52 276/519 - 7/40: Installing method Monitor>>exitAndWaitInQueue:maxMilliseconds: 22:15:52 276/519 - 8/40: Installing method Monitor>>initialize 22:15:52 276/519 - 9/40: Installing method Monitor>>isOwnerProcess 22:15:52 276/519 - 10/40: Installing method Monitor>>privateCleanup 22:15:52 276/519 - 11/40: Installing method Monitor>>queueDict 22:15:52 276/519 - 12/40: Installing method Monitor>>queueFor: 22:15:52 276/519 - 13/40: Installing method Monitor>>signal 22:15:52 276/519 - 14/40: Installing method Monitor>>signal: 22:15:52 276/519 - 15/40: Installing method Monitor>>signalAll 22:15:52 276/519 - 16/40: Installing method Monitor>>signalAll: 22:15:52 276/519 - 17/40: Installing method Monitor>>signalAllInQueue: 22:15:52 276/519 - 18/40: Installing method Monitor>>signalLock:inQueue: 22:15:52 276/519 - 19/40: Installing method Monitor>>signalQueue: 22:15:52 276/519 - 20/40: Installing method Monitor>>signalReallyAll 22:15:52 276/519 - 21/40: Installing method Monitor>>wait 22:15:52 276/519 - 22/40: Installing method Monitor>>waitFor: 22:15:52 276/519 - 23/40: Installing method Monitor>>waitFor:maxMilliseconds: 22:15:52 276/519 - 24/40: Installing method Monitor>>waitFor:maxSeconds: 22:15:52 276/519 - 25/40: Installing method Monitor>>waitInQueue:maxMilliseconds: 22:15:52 276/519 - 26/40: Installing method Monitor>>waitMaxMilliseconds: 22:15:52 276/519 - 27/40: Installing method Monitor>>waitMaxSeconds: 22:15:52 276/519 - 28/40: Installing method Monitor>>waitUntil: 22:15:52 276/519 - 29/40: Installing method Monitor>>waitUntil:for: 22:15:52 276/519 - 30/40: Installing method Monitor>>waitUntil:for:maxMilliseconds: 22:15:52 276/519 - 31/40: Installing method Monitor>>waitUntil:for:maxSeconds: 22:15:52 276/519 - 32/40: Installing method Monitor>>waitUntil:maxMilliseconds: 22:15:52 276/519 - 33/40: Installing method Monitor>>waitUntil:maxSeconds: 22:15:52 276/519 - 34/40: Installing method Monitor>>waitWhile: 22:15:52 276/519 - 35/40: Installing method Monitor>>waitWhile:for: 22:15:52 276/519 - 36/40: Installing method Monitor>>waitWhile:for:maxMilliseconds: 22:15:52 276/519 - 37/40: Installing method Monitor>>waitWhile:for:maxSeconds: 22:15:52 276/519 - 38/40: Installing method Monitor>>waitWhile:inQueue:maxMilliseconds: 22:15:52 276/519 - 39/40: Installing method Monitor>>waitWhile:maxMilliseconds: 22:15:52 276/519 - 40/40: Installing method Monitor>>waitWhile:maxSeconds: 22:15:52 277/519 - 1/2: Installing method MonitorDelay>>setDelay:forSemaphore:monitor:queue: 22:15:52 277/519 - 2/2: Installing method MonitorDelay>>timingPrioritySignalExpired 22:15:52 277/519 - 1/1: Installing method MonitorDelay class>>signalLock:afterMSecs:inMonitor:queue: 22:15:52 278/519 - 1/2: Installing method Mutex>>critical: 22:15:52 278/519 - 2/2: Installing method Mutex>>initialize 22:15:52 279/519 - 1/3: Installing method MutexSet>>critical: 22:15:52 279/519 - 2/3: Installing method MutexSet>>pvtCritical:startingAt: 22:15:52 279/519 - 3/3: Installing method MutexSet>>withAll: 22:15:52 279/519 - 1/1: Installing method MutexSet class>>withAll: 22:15:52 280/519 - 1/5: Installing method NewUndeclaredWarning>>messageText 22:15:52 280/519 - 2/5: Installing method NewUndeclaredWarning>>originName 22:15:52 280/519 - 3/5: Installing method NewUndeclaredWarning>>originName: 22:15:52 280/519 - 4/5: Installing method NewUndeclaredWarning>>undeclaredName 22:15:53 280/519 - 5/5: Installing method NewUndeclaredWarning>>undeclaredName: 22:15:53 280/519 - 1/1: Installing method NewUndeclaredWarning class>>signal:in: 22:15:53 281/519 - 1/2: Installing method NoChangesLog>>logChange: 22:15:53 281/519 - 2/2: Installing method NoChangesLog>>logSnapshot:andQuit: 22:15:53 281/519 - 1/1: Installing method NoChangesLog class>>install 22:15:53 282/519 - 1/2: Installing method NoPharoFilesOpener>>changesFileOrNil 22:15:53 282/519 - 2/2: Installing method NoPharoFilesOpener>>sourcesFileOrNil 22:15:53 282/519 - 1/1: Installing method NoPharoFilesOpener class>>install 22:15:53 283/519 - 1/3: Installing method NonBooleanReceiver>>isResumable 22:15:53 283/519 - 2/3: Installing method NonBooleanReceiver>>object 22:15:53 283/519 - 3/3: Installing method NonBooleanReceiver>>object: 22:15:53 283/519 - 1/2: Installing method NonBooleanReceiver class>>mustBeBooleanHandler 22:15:53 283/519 - 2/2: Installing method NonBooleanReceiver class>>mustBeBooleanHandler: 22:15:54 284/519 - 1/26: Installing method NonInteractiveTranscript>><< 22:15:54 284/519 - 2/26: Installing method NonInteractiveTranscript>>clear 22:15:54 284/519 - 3/26: Installing method NonInteractiveTranscript>>close 22:15:54 284/519 - 4/26: Installing method NonInteractiveTranscript>>cr 22:15:54 284/519 - 5/26: Installing method NonInteractiveTranscript>>crShow: 22:15:54 284/519 - 6/26: Installing method NonInteractiveTranscript>>critical: 22:15:54 284/519 - 7/26: Installing method NonInteractiveTranscript>>endEntry 22:15:54 284/519 - 8/26: Installing method NonInteractiveTranscript>>fileName 22:15:54 284/519 - 9/26: Installing method NonInteractiveTranscript>>fileName: 22:15:54 284/519 - 10/26: Installing method NonInteractiveTranscript>>flush 22:15:54 284/519 - 11/26: Installing method NonInteractiveTranscript>>initialize 22:15:54 284/519 - 12/26: Installing method NonInteractiveTranscript>>initializeStream 22:15:54 284/519 - 13/26: Installing method NonInteractiveTranscript>>install 22:15:54 284/519 - 14/26: Installing method NonInteractiveTranscript>>isSelfEvaluating 22:15:54 284/519 - 15/26: Installing method NonInteractiveTranscript>>isStderr 22:15:54 284/519 - 16/26: Installing method NonInteractiveTranscript>>isStdout 22:15:54 284/519 - 17/26: Installing method NonInteractiveTranscript>>newLine 22:15:54 284/519 - 18/26: Installing method NonInteractiveTranscript>>nextPut: 22:15:54 284/519 - 19/26: Installing method NonInteractiveTranscript>>nextPutAll: 22:15:54 284/519 - 20/26: Installing method NonInteractiveTranscript>>print: 22:15:54 284/519 - 21/26: Installing method NonInteractiveTranscript>>printOn: 22:15:54 284/519 - 22/26: Installing method NonInteractiveTranscript>>show: 22:15:54 284/519 - 23/26: Installing method NonInteractiveTranscript>>space 22:15:54 284/519 - 24/26: Installing method NonInteractiveTranscript>>stepGlobal 22:15:54 284/519 - 25/26: Installing method NonInteractiveTranscript>>stream 22:15:54 284/519 - 26/26: Installing method NonInteractiveTranscript>>tab 22:15:54 284/519 - 1/8: Installing method NonInteractiveTranscript class>>defaultLogFileName 22:15:54 284/519 - 2/8: Installing method NonInteractiveTranscript class>>file 22:15:54 284/519 - 3/8: Installing method NonInteractiveTranscript class>>initialize 22:15:54 284/519 - 4/8: Installing method NonInteractiveTranscript class>>isInstalled 22:15:54 284/519 - 5/8: Installing method NonInteractiveTranscript class>>onFileNamed: 22:15:54 284/519 - 6/8: Installing method NonInteractiveTranscript class>>shutDown 22:15:54 284/519 - 7/8: Installing method NonInteractiveTranscript class>>stderr 22:15:54 284/519 - 8/8: Installing method NonInteractiveTranscript class>>stdout 22:15:55 285/519 - 1/23: Installing method NonInteractiveUIManager>>chooseDirectory:from: 22:15:55 285/519 - 2/23: Installing method NonInteractiveUIManager>>chooseFrom:lines:title: 22:15:55 285/519 - 3/23: Installing method NonInteractiveUIManager>>chooseFrom:values:lines:title: 22:15:55 285/519 - 4/23: Installing method NonInteractiveUIManager>>chooseFullFileNameMatching:label: 22:15:55 285/519 - 5/23: Installing method NonInteractiveUIManager>>chooseOrRequestFrom:values:lines:title: 22:15:55 285/519 - 6/23: Installing method NonInteractiveUIManager>>confirm: 22:15:55 285/519 - 7/23: Installing method NonInteractiveUIManager>>confirm:label: 22:15:55 285/519 - 8/23: Installing method NonInteractiveUIManager>>confirm:label:trueChoice:falseChoice:cancelChoice:default: 22:15:55 285/519 - 9/23: Installing method NonInteractiveUIManager>>confirm:orCancel: 22:15:55 285/519 - 10/23: Installing method NonInteractiveUIManager>>confirm:trueChoice:falseChoice: 22:15:55 285/519 - 11/23: Installing method NonInteractiveUIManager>>confirm:trueChoice:falseChoice:cancelChoice:default: 22:15:55 285/519 - 12/23: Installing method NonInteractiveUIManager>>debugProcess:context:label:fullView:notification: 22:15:55 285/519 - 13/23: Installing method NonInteractiveUIManager>>edit:label:accept: 22:15:55 285/519 - 14/23: Installing method NonInteractiveUIManager>>multiLineRequest:initialAnswer:answerHeight: 22:15:55 285/519 - 15/23: Installing method NonInteractiveUIManager>>nonInteractiveManager 22:15:55 285/519 - 16/23: Installing method NonInteractiveUIManager>>nonInteractiveRequest: 22:15:55 285/519 - 17/23: Installing method NonInteractiveUIManager>>nonInteractiveRequest:title: 22:15:55 285/519 - 18/23: Installing method NonInteractiveUIManager>>nonInteractiveWarning: 22:15:55 285/519 - 19/23: Installing method NonInteractiveUIManager>>request:initialAnswer: 22:15:55 285/519 - 20/23: Installing method NonInteractiveUIManager>>request:initialAnswer:entryCompletion: 22:15:55 285/519 - 21/23: Installing method NonInteractiveUIManager>>request:initialAnswer:title: 22:15:55 285/519 - 22/23: Installing method NonInteractiveUIManager>>request:initialAnswer:title:entryCompletion: 22:15:55 285/519 - 23/23: Installing method NonInteractiveUIManager>>requestPassword: 22:15:55 285/519 - 1/1: Installing method NonInteractiveUIManager class>>isValidForCurrentSystemConfiguration 22:15:55 286/519 - 1/6: Installing method NotFound>>collection 22:15:55 286/519 - 2/6: Installing method NotFound>>collection: 22:15:55 286/519 - 3/6: Installing method NotFound>>messageText 22:15:55 286/519 - 4/6: Installing method NotFound>>object 22:15:55 286/519 - 5/6: Installing method NotFound>>object: 22:15:55 286/519 - 6/6: Installing method NotFound>>standardMessageText 22:15:55 286/519 - 1/2: Installing method NotFound class>>signalFor: 22:15:55 286/519 - 2/2: Installing method NotFound class>>signalFor:in: 22:15:55 287/519 - 1/1: Installing method NotYetImplemented>>standardMessageText 22:15:55 288/519 - 1/1: Installing method Notification>>defaultAction 22:15:55 289/519 - 1/10: Installing method NullFFIBackend>>allocate: 22:15:56 289/519 - 2/10: Installing method NullFFIBackend>>free: 22:15:56 289/519 - 3/10: Installing method NullFFIBackend>>integerOfObject:at:put:size:signed: 22:15:56 289/519 - 4/10: Installing method NullFFIBackend>>integerOfObject:at:size:signed: 22:15:56 289/519 - 5/10: Installing method NullFFIBackend>>loadSymbol:module: 22:15:56 289/519 - 6/10: Installing method NullFFIBackend>>lookupCallbackByAddress: 22:15:56 289/519 - 7/10: Installing method NullFFIBackend>>on:float32At: 22:15:56 289/519 - 8/10: Installing method NullFFIBackend>>on:float32At:put: 22:15:56 289/519 - 9/10: Installing method NullFFIBackend>>on:float64At: 22:15:56 289/519 - 10/10: Installing method NullFFIBackend>>on:float64At:put: 22:15:56 289/519 - 1/2: Installing method NullFFIBackend class>>isAvailable 22:15:56 289/519 - 2/2: Installing method NullFFIBackend class>>priority 22:15:56 290/519 - 1/32: Installing method NullStream>>ascii 22:15:56 290/519 - 2/32: Installing method NullStream>>atEnd 22:15:56 290/519 - 3/32: Installing method NullStream>>binary 22:15:56 290/519 - 4/32: Installing method NullStream>>collectionSpecies 22:15:56 290/519 - 5/32: Installing method NullStream>>contents 22:15:56 290/519 - 6/32: Installing method NullStream>>cr 22:15:56 290/519 - 7/32: Installing method NullStream>>element 22:15:56 290/519 - 8/32: Installing method NullStream>>initialize 22:15:56 290/519 - 9/32: Installing method NullStream>>isBinary 22:15:56 290/519 - 10/32: Installing method NullStream>>isEmpty 22:15:56 290/519 - 11/32: Installing method NullStream>>lf 22:15:56 290/519 - 12/32: Installing method NullStream>>next 22:15:56 290/519 - 13/32: Installing method NullStream>>next: 22:15:56 290/519 - 14/32: Installing method NullStream>>next:into: 22:15:56 290/519 - 15/32: Installing method NullStream>>next:into:startingAt: 22:15:56 290/519 - 16/32: Installing method NullStream>>next:putAll: 22:15:56 290/519 - 17/32: Installing method NullStream>>next:putAll:startingAt: 22:15:56 290/519 - 18/32: Installing method NullStream>>nextInto: 22:15:56 290/519 - 19/32: Installing method NullStream>>nextInto:startingAt: 22:15:56 290/519 - 20/32: Installing method NullStream>>nextPut: 22:15:56 290/519 - 21/32: Installing method NullStream>>nextPutAll: 22:15:56 290/519 - 22/32: Installing method NullStream>>peek 22:15:56 290/519 - 23/32: Installing method NullStream>>peekLast 22:15:56 290/519 - 24/32: Installing method NullStream>>position 22:15:56 290/519 - 25/32: Installing method NullStream>>position: 22:15:56 290/519 - 26/32: Installing method NullStream>>positionError 22:15:56 290/519 - 27/32: Installing method NullStream>>printOn: 22:15:56 290/519 - 28/32: Installing method NullStream>>readInto:startingAt:count: 22:15:57 290/519 - 29/32: Installing method NullStream>>reset 22:15:57 290/519 - 30/32: Installing method NullStream>>skip: 22:15:57 290/519 - 31/32: Installing method NullStream>>space 22:15:57 290/519 - 32/32: Installing method NullStream>>tab 22:15:57 290/519 - 1/1: Installing method NullStream class>>new 22:15:57 291/519 - 1/2: Installing method NullTermInfo>>on: 22:15:57 291/519 - 2/2: Installing method NullTermInfo>>set: 22:15:57 292/519 - 1/63: Installing method Number>>* 22:15:57 292/519 - 2/63: Installing method Number>>+ 22:15:57 292/519 - 3/63: Installing method Number>>- 22:15:57 292/519 - 4/63: Installing method Number>>/ 22:15:57 292/519 - 5/63: Installing method Number>>// 22:15:57 292/519 - 6/63: Installing method Number>>@ 22:15:57 292/519 - 7/63: Installing method Number>>\\ 22:15:57 292/519 - 8/63: Installing method Number>>abs 22:15:57 292/519 - 9/63: Installing method Number>>adaptToFloat:andCompare: 22:15:57 292/519 - 10/63: Installing method Number>>adaptToFloat:andSend: 22:15:57 292/519 - 11/63: Installing method Number>>adaptToFraction:andSend: 22:15:57 292/519 - 12/63: Installing method Number>>adaptToInteger:andSend: 22:15:57 292/519 - 13/63: Installing method Number>>addAssignToFloatArray: 22:15:57 292/519 - 14/63: Installing method Number>>asFloat 22:15:57 292/519 - 15/63: Installing method Number>>asFraction 22:15:57 292/519 - 16/63: Installing method Number>>asInteger 22:15:57 292/519 - 17/63: Installing method Number>>asNumber 22:15:57 292/519 - 18/63: Installing method Number>>asPoint 22:15:57 292/519 - 19/63: Installing method Number>>asScaledDecimal 22:15:57 292/519 - 20/63: Installing method Number>>asScaledDecimal: 22:15:57 292/519 - 21/63: Installing method Number>>asSmallAngleDegrees 22:15:57 292/519 - 22/63: Installing method Number>>asSmallPositiveDegrees 22:15:57 292/519 - 23/63: Installing method Number>>ceiling 22:15:57 292/519 - 24/63: Installing method Number>>clampBetween:and: 22:15:57 292/519 - 25/63: Installing method Number>>copySignTo: 22:15:57 292/519 - 26/63: Installing method Number>>detentBy:atMultiplesOf:snap: 22:15:58 292/519 - 27/63: Installing method Number>>exp 22:15:58 292/519 - 28/63: Installing method Number>>floor 22:15:58 292/519 - 29/63: Installing method Number>>fractionPart 22:15:58 292/519 - 30/63: Installing method Number>>integerPart 22:15:58 292/519 - 31/63: Installing method Number>>isInfinite 22:15:58 292/519 - 32/63: Installing method Number>>isNaN 22:15:58 292/519 - 33/63: Installing method Number>>isNumber 22:15:58 292/519 - 34/63: Installing method Number>>isPowerOfTwo 22:15:58 292/519 - 35/63: Installing method Number>>isZero 22:15:58 292/519 - 36/63: Installing method Number>>negated 22:15:58 292/519 - 37/63: Installing method Number>>negative 22:15:58 292/519 - 38/63: Installing method Number>>positive 22:15:58 292/519 - 39/63: Installing method Number>>printOn: 22:15:58 292/519 - 40/63: Installing method Number>>printString 22:15:58 292/519 - 41/63: Installing method Number>>printStringBase: 22:15:58 292/519 - 42/63: Installing method Number>>quo: 22:15:58 292/519 - 43/63: Installing method Number>>raisedTo: 22:15:58 292/519 - 44/63: Installing method Number>>raisedToFraction: 22:15:58 292/519 - 45/63: Installing method Number>>raisedToInteger: 22:15:58 292/519 - 46/63: Installing method Number>>reciprocal 22:15:58 292/519 - 47/63: Installing method Number>>reduce 22:15:58 292/519 - 48/63: Installing method Number>>rem: 22:15:58 292/519 - 49/63: Installing method Number>>round: 22:15:58 292/519 - 50/63: Installing method Number>>roundDownTo: 22:15:58 292/519 - 51/63: Installing method Number>>roundTo: 22:15:58 292/519 - 52/63: Installing method Number>>roundUpTo: 22:15:58 292/519 - 53/63: Installing method Number>>rounded 22:15:58 292/519 - 54/63: Installing method Number>>sign 22:15:58 292/519 - 55/63: Installing method Number>>sign: 22:15:58 292/519 - 56/63: Installing method Number>>signBit 22:15:58 292/519 - 57/63: Installing method Number>>strictlyPositive 22:15:58 292/519 - 58/63: Installing method Number>>to: 22:15:58 292/519 - 59/63: Installing method Number>>to:by: 22:15:58 292/519 - 60/63: Installing method Number>>to:by:do: 22:15:58 292/519 - 61/63: Installing method Number>>to:do: 22:15:58 292/519 - 62/63: Installing method Number>>truncateTo: 22:15:58 292/519 - 63/63: Installing method Number>>truncated 22:15:58 292/519 - 1/8: Installing method Number class>>isAbstract 22:15:58 292/519 - 2/8: Installing method Number class>>new 22:15:58 292/519 - 3/8: Installing method Number class>>one 22:15:58 292/519 - 4/8: Installing method Number class>>readFrom: 22:15:58 292/519 - 5/8: Installing method Number class>>readFrom:base: 22:15:58 292/519 - 6/8: Installing method Number class>>readFrom:ifFail: 22:15:58 292/519 - 7/8: Installing method Number class>>squeezeNumberOutOfString: 22:15:58 292/519 - 8/8: Installing method Number class>>squeezeNumberOutOfString:ifFail: 22:15:59 293/519 - 1/28: Installing method NumberParser>>allowPlusSign 22:15:59 293/519 - 2/28: Installing method NumberParser>>allowPlusSignInExponent 22:15:59 293/519 - 3/28: Installing method NumberParser>>expected: 22:15:59 293/519 - 4/28: Installing method NumberParser>>exponentLetters 22:15:59 293/519 - 5/28: Installing method NumberParser>>failBlock: 22:15:59 293/519 - 6/28: Installing method NumberParser>>makeFloatFromMantissa:exponent:base: 22:15:59 293/519 - 7/28: Installing method NumberParser>>makeIntegerOrScaledIntegerOrFloat 22:15:59 293/519 - 8/28: Installing method NumberParser>>makeScaledDecimalWithNumberOfNonZeroFractionDigits:andNumberOfTrailingZeroInFractionPart: 22:15:59 293/519 - 9/28: Installing method NumberParser>>maxExponent 22:15:59 293/519 - 10/28: Installing method NumberParser>>maxExponent: 22:15:59 293/519 - 11/28: Installing method NumberParser>>nextElementaryLargeIntegerBase: 22:15:59 293/519 - 12/28: Installing method NumberParser>>nextFraction 22:15:59 293/519 - 13/28: Installing method NumberParser>>nextInteger 22:15:59 293/519 - 14/28: Installing method NumberParser>>nextIntegerBase: 22:15:59 293/519 - 15/28: Installing method NumberParser>>nextIntegerBase:ifFail: 22:15:59 293/519 - 16/28: Installing method NumberParser>>nextLargeIntegerBase:nPackets: 22:15:59 293/519 - 17/28: Installing method NumberParser>>nextNumber 22:15:59 293/519 - 18/28: Installing method NumberParser>>nextNumberBase: 22:15:59 293/519 - 19/28: Installing method NumberParser>>nextScaledDecimal 22:15:59 293/519 - 20/28: Installing method NumberParser>>nextUnsignedIntegerBase: 22:15:59 293/519 - 21/28: Installing method NumberParser>>nextUnsignedIntegerBase:ifFail: 22:15:59 293/519 - 22/28: Installing method NumberParser>>nextUnsignedIntegerOrNilBase: 22:15:59 293/519 - 23/28: Installing method NumberParser>>on: 22:15:59 293/519 - 24/28: Installing method NumberParser>>peekSignIsMinus 22:15:59 293/519 - 25/28: Installing method NumberParser>>readExponent 22:15:59 293/519 - 26/28: Installing method NumberParser>>readNamedFloatOrFail 22:15:59 293/519 - 27/28: Installing method NumberParser>>readNumberWithFractionPartNumberOfTrailingZeroInIntegerPart: 22:15:59 293/519 - 28/28: Installing method NumberParser>>readScaleWithDefaultNumberOfDigits: 22:15:59 293/519 - 1/9: Installing method NumberParser class>>isNumber: 22:15:59 293/519 - 2/9: Installing method NumberParser class>>maxExponent 22:15:59 293/519 - 3/9: Installing method NumberParser class>>maxExponent: 22:15:59 293/519 - 4/9: Installing method NumberParser class>>on: 22:15:59 293/519 - 5/9: Installing method NumberParser class>>parse: 22:15:59 293/519 - 6/9: Installing method NumberParser class>>parse:onError: 22:15:59 293/519 - 7/9: Installing method NumberParser class>>settingsOn: 22:15:59 293/519 - 8/9: Installing method NumberParser class>>squeezeNumberOutOfString: 22:15:59 293/519 - 9/9: Installing method NumberParser class>>squeezeNumberOutOfString:onError: 22:16:00 294/519 - 1/30: Installing method OSPlatform>>accept: 22:16:00 294/519 - 2/30: Installing method OSPlatform>>current 22:16:00 294/519 - 3/30: Installing method OSPlatform>>currentWorkingDirectoryPath 22:16:00 294/519 - 4/30: Installing method OSPlatform>>currentWorkingDirectoryPathWithBuffer: 22:16:00 294/519 - 5/30: Installing method OSPlatform>>currentWorkingDirectoryPathWithBufferSize: 22:16:00 294/519 - 6/30: Installing method OSPlatform>>currentWorkingDirectoryRawPath 22:16:00 294/519 - 7/30: Installing method OSPlatform>>defaultEncoding 22:16:00 294/519 - 8/30: Installing method OSPlatform>>defaultMaximumPathLength 22:16:00 294/519 - 9/30: Installing method OSPlatform>>family 22:16:00 294/519 - 10/30: Installing method OSPlatform>>isLinux 22:16:00 294/519 - 11/30: Installing method OSPlatform>>isMacOS 22:16:00 294/519 - 12/30: Installing method OSPlatform>>isMacOSX 22:16:00 294/519 - 13/30: Installing method OSPlatform>>isUnix 22:16:00 294/519 - 14/30: Installing method OSPlatform>>isUnix32 22:16:00 294/519 - 15/30: Installing method OSPlatform>>isUnix64 22:16:00 294/519 - 16/30: Installing method OSPlatform>>isWin32 22:16:00 294/519 - 17/30: Installing method OSPlatform>>isWin64 22:16:00 294/519 - 18/30: Installing method OSPlatform>>isWindows 22:16:00 294/519 - 19/30: Installing method OSPlatform>>isX11 22:16:00 294/519 - 20/30: Installing method OSPlatform>>lineEnding 22:16:00 294/519 - 21/30: Installing method OSPlatform>>menuShortcutString 22:16:00 294/519 - 22/30: Installing method OSPlatform>>name 22:16:00 294/519 - 23/30: Installing method OSPlatform>>newTerminfo 22:16:00 294/519 - 24/30: Installing method OSPlatform>>platformFamily 22:16:00 294/519 - 25/30: Installing method OSPlatform>>platformName 22:16:00 294/519 - 26/30: Installing method OSPlatform>>potentialLocationsOfSourcesFile 22:16:00 294/519 - 27/30: Installing method OSPlatform>>subtype 22:16:00 294/519 - 28/30: Installing method OSPlatform>>version 22:16:00 294/519 - 29/30: Installing method OSPlatform>>virtualKey: 22:16:00 294/519 - 30/30: Installing method OSPlatform>>windowSystemName 22:16:00 294/519 - 1/6: Installing method OSPlatform class>>current 22:16:00 294/519 - 2/6: Installing method OSPlatform class>>currentVersion 22:16:00 294/519 - 3/6: Installing method OSPlatform class>>determineActivePlatform 22:16:00 294/519 - 4/6: Installing method OSPlatform class>>example 22:16:00 294/519 - 5/6: Installing method OSPlatform class>>isActivePlatform 22:16:00 294/519 - 6/6: Installing method OSPlatform class>>startUp: 22:16:01 295/519 - 1/10: Installing method OSPlatformVisitor>>visit 22:16:01 295/519 - 2/10: Installing method OSPlatformVisitor>>visitGeneric: 22:16:01 295/519 - 3/10: Installing method OSPlatformVisitor>>visitMacOS: 22:16:01 295/519 - 4/10: Installing method OSPlatformVisitor>>visitMacOSX: 22:16:01 295/519 - 5/10: Installing method OSPlatformVisitor>>visitUnix32: 22:16:01 295/519 - 6/10: Installing method OSPlatformVisitor>>visitUnix64: 22:16:01 295/519 - 7/10: Installing method OSPlatformVisitor>>visitUnix: 22:16:01 295/519 - 8/10: Installing method OSPlatformVisitor>>visitWindows32: 22:16:01 295/519 - 9/10: Installing method OSPlatformVisitor>>visitWindows64: 22:16:01 295/519 - 10/10: Installing method OSPlatformVisitor>>visitWindows: 22:16:05 296/519 - 1/214: Installing method Object>>-> 22:16:05 296/519 - 2/214: Installing method Object>>= 22:16:05 296/519 - 3/214: Installing method Object>>adaptToFloat:andCompare: 22:16:05 296/519 - 4/214: Installing method Object>>adaptToFloat:andSend: 22:16:05 296/519 - 5/214: Installing method Object>>adaptToFraction:andCompare: 22:16:05 296/519 - 6/214: Installing method Object>>adaptToFraction:andSend: 22:16:05 296/519 - 7/214: Installing method Object>>adaptToInteger:andCompare: 22:16:05 296/519 - 8/214: Installing method Object>>adaptToInteger:andSend: 22:16:05 296/519 - 9/214: Installing method Object>>appendTo: 22:16:05 296/519 - 10/214: Installing method Object>>as: 22:16:05 296/519 - 11/214: Installing method Object>>asCollectionElement 22:16:05 296/519 - 12/214: Installing method Object>>asDoubleLink 22:16:05 296/519 - 13/214: Installing method Object>>asLink 22:16:05 296/519 - 14/214: Installing method Object>>asLinkPrepend: 22:16:05 296/519 - 15/214: Installing method Object>>asString 22:16:05 296/519 - 16/214: Installing method Object>>assert: 22:16:05 296/519 - 17/214: Installing method Object>>assert:description: 22:16:05 296/519 - 18/214: Installing method Object>>at: 22:16:05 296/519 - 19/214: Installing method Object>>at:put: 22:16:05 296/519 - 20/214: Installing method Object>>attemptToAssign:withIndex: 22:16:05 296/519 - 21/214: Installing method Object>>basicAt: 22:16:05 296/519 - 22/214: Installing method Object>>basicAt:put: 22:16:05 296/519 - 23/214: Installing method Object>>basicSize 22:16:05 296/519 - 24/214: Installing method Object>>beReadOnlyLiteral 22:16:05 296/519 - 25/214: Installing method Object>>beReadOnlyObject 22:16:05 296/519 - 26/214: Installing method Object>>beRecursivelyReadOnlyObject 22:16:05 296/519 - 27/214: Installing method Object>>beRecursivelyWritableObject 22:16:05 296/519 - 28/214: Installing method Object>>beWritableObject 22:16:05 296/519 - 29/214: Installing method Object>>caseError 22:16:05 296/519 - 30/214: Installing method Object>>caseOf: 22:16:05 296/519 - 31/214: Installing method Object>>caseOf:otherwise: 22:16:05 296/519 - 32/214: Installing method Object>>changed 22:16:05 296/519 - 33/214: Installing method Object>>changed: 22:16:05 296/519 - 34/214: Installing method Object>>changed:with: 22:16:05 296/519 - 35/214: Installing method Object>>className 22:16:05 296/519 - 36/214: Installing method Object>>clone 22:16:05 296/519 - 37/214: Installing method Object>>confirm: 22:16:05 296/519 - 38/214: Installing method Object>>copy 22:16:05 296/519 - 39/214: Installing method Object>>copyFrom: 22:16:05 296/519 - 40/214: Installing method Object>>copySameFrom: 22:16:05 296/519 - 41/214: Installing method Object>>crTrace 22:16:05 296/519 - 42/214: Installing method Object>>crTrace: 22:16:05 296/519 - 43/214: Installing method Object>>deepCopy 22:16:05 296/519 - 44/214: Installing method Object>>deprecated: 22:16:05 296/519 - 45/214: Installing method Object>>deprecated:on:in: 22:16:05 296/519 - 46/214: Installing method Object>>deprecated:on:in:transformWith: 22:16:06 296/519 - 47/214: Installing method Object>>deprecated:on:in:transformWith:when: 22:16:06 296/519 - 48/214: Installing method Object>>deprecated:transformWith: 22:16:06 296/519 - 49/214: Installing method Object>>deprecated:transformWith:when: 22:16:06 296/519 - 50/214: Installing method Object>>displayString 22:16:06 296/519 - 51/214: Installing method Object>>displayStringLimitedTo: 22:16:06 296/519 - 52/214: Installing method Object>>displayStringOn: 22:16:06 296/519 - 53/214: Installing method Object>>doesNotUnderstand: 22:16:06 296/519 - 54/214: Installing method Object>>enclosedElement 22:16:06 296/519 - 55/214: Installing method Object>>error 22:16:06 296/519 - 56/214: Installing method Object>>error: 22:16:06 296/519 - 57/214: Installing method Object>>errorImproperStore 22:16:06 296/519 - 58/214: Installing method Object>>errorNonIntegerIndex 22:16:06 296/519 - 59/214: Installing method Object>>errorNotIndexable 22:16:06 296/519 - 60/214: Installing method Object>>errorSubscriptBounds: 22:16:06 296/519 - 61/214: Installing method Object>>explicitRequirement 22:16:06 296/519 - 62/214: Installing method Object>>finalizationRegistry 22:16:06 296/519 - 63/214: Installing method Object>>finalize 22:16:06 296/519 - 64/214: Installing method Object>>finalizer 22:16:06 296/519 - 65/214: Installing method Object>>flattenOn: 22:16:06 296/519 - 66/214: Installing method Object>>fullDisplayString 22:16:06 296/519 - 67/214: Installing method Object>>fullPrintString 22:16:06 296/519 - 68/214: Installing method Object>>handleProcessTerminationOfWaitingContext: 22:16:06 296/519 - 69/214: Installing method Object>>handles: 22:16:06 296/519 - 70/214: Installing method Object>>hasLiteralSuchThat: 22:16:06 296/519 - 71/214: Installing method Object>>hasMultipleExecutors 22:16:06 296/519 - 72/214: Installing method Object>>hash 22:16:06 296/519 - 73/214: Installing method Object>>in: 22:16:06 296/519 - 74/214: Installing method Object>>inform: 22:16:06 296/519 - 75/214: Installing method Object>>instVarAt: 22:16:06 296/519 - 76/214: Installing method Object>>instVarAt:put: 22:16:06 296/519 - 77/214: Installing method Object>>instVarNamed: 22:16:06 296/519 - 78/214: Installing method Object>>instVarNamed:put: 22:16:06 296/519 - 79/214: Installing method Object>>isArray 22:16:06 296/519 - 80/214: Installing method Object>>isAssociation 22:16:06 296/519 - 81/214: Installing method Object>>isBehavior 22:16:06 296/519 - 82/214: Installing method Object>>isBlock 22:16:06 296/519 - 83/214: Installing method Object>>isCharacter 22:16:06 296/519 - 84/214: Installing method Object>>isClass 22:16:06 296/519 - 85/214: Installing method Object>>isClassOrTrait 22:16:06 296/519 - 86/214: Installing method Object>>isClosure 22:16:06 296/519 - 87/214: Installing method Object>>isCollection 22:16:06 296/519 - 88/214: Installing method Object>>isColor 22:16:06 296/519 - 89/214: Installing method Object>>isColorForm 22:16:06 296/519 - 90/214: Installing method Object>>isCompiledBlock 22:16:06 296/519 - 91/214: Installing method Object>>isCompiledMethod 22:16:06 296/519 - 92/214: Installing method Object>>isContext 22:16:06 296/519 - 93/214: Installing method Object>>isDictionary 22:16:06 296/519 - 94/214: Installing method Object>>isEmbeddedBlock 22:16:06 296/519 - 95/214: Installing method Object>>isFloat 22:16:06 296/519 - 96/214: Installing method Object>>isForm 22:16:06 296/519 - 97/214: Installing method Object>>isFraction 22:16:06 296/519 - 98/214: Installing method Object>>isHeap 22:16:06 296/519 - 99/214: Installing method Object>>isInteger 22:16:06 296/519 - 100/214: Installing method Object>>isInterval 22:16:06 296/519 - 101/214: Installing method Object>>isKindOf: 22:16:06 296/519 - 102/214: Installing method Object>>isLiteral 22:16:06 296/519 - 103/214: Installing method Object>>isLiteral: 22:16:06 296/519 - 104/214: Installing method Object>>isMemberOf: 22:16:06 296/519 - 105/214: Installing method Object>>isMessageSend 22:16:06 296/519 - 106/214: Installing method Object>>isMethodProperties 22:16:06 296/519 - 107/214: Installing method Object>>isMorph 22:16:06 296/519 - 108/214: Installing method Object>>isMorphicEvent 22:16:06 296/519 - 109/214: Installing method Object>>isNotNil 22:16:06 296/519 - 110/214: Installing method Object>>isNumber 22:16:06 296/519 - 111/214: Installing method Object>>isPinned 22:16:06 296/519 - 112/214: Installing method Object>>isPinnedInMemory 22:16:06 296/519 - 113/214: Installing method Object>>isPoint 22:16:06 296/519 - 114/214: Installing method Object>>isPrimitiveError 22:16:06 296/519 - 115/214: Installing method Object>>isReadOnlyObject 22:16:06 296/519 - 116/214: Installing method Object>>isRectangle 22:16:06 296/519 - 117/214: Installing method Object>>isSelfEvaluating 22:16:06 296/519 - 118/214: Installing method Object>>isSelfEvaluating: 22:16:06 296/519 - 119/214: Installing method Object>>isStream 22:16:06 296/519 - 120/214: Installing method Object>>isString 22:16:06 296/519 - 121/214: Installing method Object>>isSymbol 22:16:06 296/519 - 122/214: Installing method Object>>isSystemWindow 22:16:06 296/519 - 123/214: Installing method Object>>isText 22:16:06 296/519 - 124/214: Installing method Object>>isThisEverCalled 22:16:06 296/519 - 125/214: Installing method Object>>isThisEverCalled: 22:16:06 296/519 - 126/214: Installing method Object>>isTrait 22:16:06 296/519 - 127/214: Installing method Object>>isVariableBinding 22:16:06 296/519 - 128/214: Installing method Object>>join: 22:16:06 296/519 - 129/214: Installing method Object>>joinTo: 22:16:07 296/519 - 130/214: Installing method Object>>literalEqual: 22:16:07 296/519 - 131/214: Installing method Object>>logEntry 22:16:07 296/519 - 132/214: Installing method Object>>logExecution 22:16:07 296/519 - 133/214: Installing method Object>>logExit 22:16:07 296/519 - 134/214: Installing method Object>>longPrintOn:limitedTo:indent: 22:16:07 296/519 - 135/214: Installing method Object>>longPrintStringLimitedTo: 22:16:07 296/519 - 136/214: Installing method Object>>mourn 22:16:07 296/519 - 137/214: Installing method Object>>notNil 22:16:07 296/519 - 138/214: Installing method Object>>notYetImplemented 22:16:07 296/519 - 139/214: Installing method Object>>notify: 22:16:07 296/519 - 140/214: Installing method Object>>okToChange 22:16:07 296/519 - 141/214: Installing method Object>>packageOrganizer 22:16:07 296/519 - 142/214: Installing method Object>>perform: 22:16:07 296/519 - 143/214: Installing method Object>>perform:orSendTo: 22:16:07 296/519 - 144/214: Installing method Object>>perform:with: 22:16:07 296/519 - 145/214: Installing method Object>>perform:with:with: 22:16:07 296/519 - 146/214: Installing method Object>>perform:with:with:with: 22:16:07 296/519 - 147/214: Installing method Object>>perform:with:with:with:with: 22:16:07 296/519 - 148/214: Installing method Object>>perform:withArguments: 22:16:07 296/519 - 149/214: Installing method Object>>perform:withArguments:inSuperclass: 22:16:07 296/519 - 150/214: Installing method Object>>perform:withEnoughArguments: 22:16:07 296/519 - 151/214: Installing method Object>>pin 22:16:07 296/519 - 152/214: Installing method Object>>pinInMemory 22:16:07 296/519 - 153/214: Installing method Object>>pointsOnlyWeaklyTo: 22:16:07 296/519 - 154/214: Installing method Object>>postCopy 22:16:07 296/519 - 155/214: Installing method Object>>primitiveChangeClassTo: 22:16:07 296/519 - 156/214: Installing method Object>>primitiveError: 22:16:07 296/519 - 157/214: Installing method Object>>printOn: 22:16:07 296/519 - 158/214: Installing method Object>>printString 22:16:07 296/519 - 159/214: Installing method Object>>printStringLimitedTo: 22:16:07 296/519 - 160/214: Installing method Object>>printStringLimitedTo:using: 22:16:07 296/519 - 161/214: Installing method Object>>putOn: 22:16:07 296/519 - 162/214: Installing method Object>>readFromString: 22:16:07 296/519 - 163/214: Installing method Object>>readSlot: 22:16:07 296/519 - 164/214: Installing method Object>>readSlotNamed: 22:16:07 296/519 - 165/214: Installing method Object>>recursivelySetIsReadOnlyObject: 22:16:07 296/519 - 166/214: Installing method Object>>recursivelySetIsReadOnlyObject:exceptObjectsIn: 22:16:07 296/519 - 167/214: Installing method Object>>refersToLiteral: 22:16:07 296/519 - 168/214: Installing method Object>>release 22:16:07 296/519 - 169/214: Installing method Object>>respondsTo: 22:16:07 296/519 - 170/214: Installing method Object>>retrySetPinnedInMemory: 22:16:07 296/519 - 171/214: Installing method Object>>retryWithGC:until: 22:16:07 296/519 - 172/214: Installing method Object>>setIsReadOnlyObject: 22:16:07 296/519 - 173/214: Installing method Object>>setPinned: 22:16:07 296/519 - 174/214: Installing method Object>>setPinnedInMemory: 22:16:07 296/519 - 175/214: Installing method Object>>shallowCopy 22:16:07 296/519 - 176/214: Installing method Object>>shouldBeImplemented 22:16:07 296/519 - 177/214: Installing method Object>>shouldBePrintedAsLiteral 22:16:07 296/519 - 178/214: Installing method Object>>shouldBePrintedAsLiteral: 22:16:07 296/519 - 179/214: Installing method Object>>shouldNotImplement 22:16:07 296/519 - 180/214: Installing method Object>>size 22:16:07 296/519 - 181/214: Installing method Object>>sizeInMemory 22:16:07 296/519 - 182/214: Installing method Object>>someObject 22:16:07 296/519 - 183/214: Installing method Object>>species 22:16:07 296/519 - 184/214: Installing method Object>>split: 22:16:07 296/519 - 185/214: Installing method Object>>split:do: 22:16:07 296/519 - 186/214: Installing method Object>>split:indicesDo: 22:16:07 296/519 - 187/214: Installing method Object>>storeAt:inTempFrame: 22:16:07 296/519 - 188/214: Installing method Object>>storeOn: 22:16:07 296/519 - 189/214: Installing method Object>>storeString 22:16:07 296/519 - 190/214: Installing method Object>>subclassResponsibility 22:16:07 296/519 - 191/214: Installing method Object>>systemNavigation 22:16:07 296/519 - 192/214: Installing method Object>>toFinalizeSend:to:with: 22:16:07 296/519 - 193/214: Installing method Object>>trace 22:16:07 296/519 - 194/214: Installing method Object>>trace: 22:16:07 296/519 - 195/214: Installing method Object>>traceCr 22:16:07 296/519 - 196/214: Installing method Object>>traceCr: 22:16:07 296/519 - 197/214: Installing method Object>>traceCrTab: 22:16:07 296/519 - 198/214: Installing method Object>>traitConflict 22:16:07 296/519 - 199/214: Installing method Object>>uiManager 22:16:07 296/519 - 200/214: Installing method Object>>unpin 22:16:07 296/519 - 201/214: Installing method Object>>unpinInMemory 22:16:07 296/519 - 202/214: Installing method Object>>update: 22:16:07 296/519 - 203/214: Installing method Object>>update:with: 22:16:07 296/519 - 204/214: Installing method Object>>value 22:16:07 296/519 - 205/214: Installing method Object>>valueWithArguments: 22:16:07 296/519 - 206/214: Installing method Object>>veryDeepCopyWith: 22:16:07 296/519 - 207/214: Installing method Object>>veryDeepFixupWith: 22:16:07 296/519 - 208/214: Installing method Object>>veryDeepInner: 22:16:07 296/519 - 209/214: Installing method Object>>windowIsClosing 22:16:07 296/519 - 210/214: Installing method Object>>writeSlot:value: 22:16:07 296/519 - 211/214: Installing method Object>>writeSlotNamed:value: 22:16:07 296/519 - 212/214: Installing method Object>>yourself 22:16:07 296/519 - 213/214: Installing method Object>>~= 22:16:07 296/519 - 214/214: Installing method Object>>~~> 22:16:08 296/519 - 1/7: Installing method Object class>>howToModifyPrimitives 22:16:08 296/519 - 2/7: Installing method Object class>>initialize 22:16:08 296/519 - 3/7: Installing method Object class>>newFrom: 22:16:08 296/519 - 4/7: Installing method Object class>>newFromArray: 22:16:08 296/519 - 5/7: Installing method Object class>>readFrom: 22:16:08 296/519 - 6/7: Installing method Object class>>registerToolsOn: 22:16:08 296/519 - 7/7: Installing method Object class>>whatIsAPrimitive 22:16:08 297/519 - 1/2: Installing method ObjectFinalizer>>finalize 22:16:08 297/519 - 2/2: Installing method ObjectFinalizer>>receiver:selector:argument: 22:16:08 298/519 - 1/2: Installing method ObjectFinalizerCollection>>finalize 22:16:08 298/519 - 2/2: Installing method ObjectFinalizerCollection>>hasMultipleExecutors 22:16:08 299/519 - 1/12: Installing method ObjectLayout>>extend 22:16:08 299/519 - 2/12: Installing method ObjectLayout>>extend: 22:16:08 299/519 - 3/12: Installing method ObjectLayout>>extendByte 22:16:08 299/519 - 4/12: Installing method ObjectLayout>>extendCompiledMethod 22:16:08 299/519 - 5/12: Installing method ObjectLayout>>extendDoubleByte 22:16:08 299/519 - 6/12: Installing method ObjectLayout>>extendDoubleWord 22:16:08 299/519 - 7/12: Installing method ObjectLayout>>extendSmallInteger 22:16:08 299/519 - 8/12: Installing method ObjectLayout>>extendVariable: 22:16:08 299/519 - 9/12: Installing method ObjectLayout>>extendWord 22:16:08 299/519 - 10/12: Installing method ObjectLayout>>format 22:16:08 299/519 - 11/12: Installing method ObjectLayout>>initializeInstance: 22:16:08 299/519 - 12/12: Installing method ObjectLayout>>instanceSpecification 22:16:09 299/519 - 1/4: Installing method ObjectLayout class>>allSubclassDefiningSymbols 22:16:09 299/519 - 2/4: Installing method ObjectLayout class>>extending:scope:host: 22:16:09 299/519 - 3/4: Installing method ObjectLayout class>>isAbstract 22:16:09 299/519 - 4/4: Installing method ObjectLayout class>>layoutForSubclassDefiningSymbol: 22:16:10 300/519 - 1/64: Installing method OrderedCollection>>add: 22:16:10 300/519 - 2/64: Installing method OrderedCollection>>add:after: 22:16:10 300/519 - 3/64: Installing method OrderedCollection>>add:afterIndex: 22:16:10 300/519 - 4/64: Installing method OrderedCollection>>add:before: 22:16:10 300/519 - 5/64: Installing method OrderedCollection>>add:beforeIndex: 22:16:10 300/519 - 6/64: Installing method OrderedCollection>>addAll: 22:16:10 300/519 - 7/64: Installing method OrderedCollection>>addAllFirst: 22:16:10 300/519 - 8/64: Installing method OrderedCollection>>addAllFirstUnlessAlreadyPresent: 22:16:10 300/519 - 9/64: Installing method OrderedCollection>>addAllLast: 22:16:10 300/519 - 10/64: Installing method OrderedCollection>>addFirst: 22:16:10 300/519 - 11/64: Installing method OrderedCollection>>addLast: 22:16:10 300/519 - 12/64: Installing method OrderedCollection>>addNoSort: 22:16:10 300/519 - 13/64: Installing method OrderedCollection>>asArray 22:16:10 300/519 - 14/64: Installing method OrderedCollection>>asOrderedCollection 22:16:10 300/519 - 15/64: Installing method OrderedCollection>>at: 22:16:10 300/519 - 16/64: Installing method OrderedCollection>>at:ifAbsentPut: 22:16:10 300/519 - 17/64: Installing method OrderedCollection>>at:put: 22:16:10 300/519 - 18/64: Installing method OrderedCollection>>capacity 22:16:10 300/519 - 19/64: Installing method OrderedCollection>>collect: 22:16:10 300/519 - 20/64: Installing method OrderedCollection>>collect:from:to: 22:16:10 300/519 - 21/64: Installing method OrderedCollection>>collect:thenSelect: 22:16:10 300/519 - 22/64: Installing method OrderedCollection>>collector 22:16:10 300/519 - 23/64: Installing method OrderedCollection>>compact 22:16:10 300/519 - 24/64: Installing method OrderedCollection>>copyEmpty 22:16:10 300/519 - 25/64: Installing method OrderedCollection>>copyFrom:to: 22:16:10 300/519 - 26/64: Installing method OrderedCollection>>copyReplaceFrom:to:with: 22:16:10 300/519 - 27/64: Installing method OrderedCollection>>copyWith: 22:16:10 300/519 - 28/64: Installing method OrderedCollection>>do: 22:16:10 300/519 - 29/64: Installing method OrderedCollection>>ensureBoundsFrom:to: 22:16:10 300/519 - 30/64: Installing method OrderedCollection>>find: 22:16:10 300/519 - 31/64: Installing method OrderedCollection>>growAtFirst 22:16:10 300/519 - 32/64: Installing method OrderedCollection>>growAtLast 22:16:10 300/519 - 33/64: Installing method OrderedCollection>>insert:before: 22:16:10 300/519 - 34/64: Installing method OrderedCollection>>join: 22:16:10 300/519 - 35/64: Installing method OrderedCollection>>makeRoomAtFirst 22:16:10 300/519 - 36/64: Installing method OrderedCollection>>makeRoomAtLast 22:16:10 300/519 - 37/64: Installing method OrderedCollection>>postCopy 22:16:11 300/519 - 38/64: Installing method OrderedCollection>>postCopyFrom:to: 22:16:11 300/519 - 39/64: Installing method OrderedCollection>>reject: 22:16:11 300/519 - 40/64: Installing method OrderedCollection>>reject:thenCollect: 22:16:11 300/519 - 41/64: Installing method OrderedCollection>>remove:ifAbsent: 22:16:11 300/519 - 42/64: Installing method OrderedCollection>>removeAll 22:16:11 300/519 - 43/64: Installing method OrderedCollection>>removeAllSuchThat: 22:16:11 300/519 - 44/64: Installing method OrderedCollection>>removeAt: 22:16:11 300/519 - 45/64: Installing method OrderedCollection>>removeDuplicates 22:16:11 300/519 - 46/64: Installing method OrderedCollection>>removeFirst 22:16:11 300/519 - 47/64: Installing method OrderedCollection>>removeFirst: 22:16:11 300/519 - 48/64: Installing method OrderedCollection>>removeIndex: 22:16:11 300/519 - 49/64: Installing method OrderedCollection>>removeLast 22:16:11 300/519 - 50/64: Installing method OrderedCollection>>removeLast: 22:16:11 300/519 - 51/64: Installing method OrderedCollection>>reset 22:16:11 300/519 - 52/64: Installing method OrderedCollection>>resetTo: 22:16:11 300/519 - 53/64: Installing method OrderedCollection>>reverseDo: 22:16:11 300/519 - 54/64: Installing method OrderedCollection>>reversed 22:16:11 300/519 - 55/64: Installing method OrderedCollection>>select: 22:16:11 300/519 - 56/64: Installing method OrderedCollection>>select:thenCollect: 22:16:11 300/519 - 57/64: Installing method OrderedCollection>>setCollection: 22:16:11 300/519 - 58/64: Installing method OrderedCollection>>setContents: 22:16:11 300/519 - 59/64: Installing method OrderedCollection>>size 22:16:11 300/519 - 60/64: Installing method OrderedCollection>>sort: 22:16:11 300/519 - 61/64: Installing method OrderedCollection>>speciesForTransform 22:16:11 300/519 - 62/64: Installing method OrderedCollection>>with:collect: 22:16:11 300/519 - 63/64: Installing method OrderedCollection>>withIndexCollect: 22:16:11 300/519 - 64/64: Installing method OrderedCollection>>withIndexSelect: 22:16:11 300/519 - 1/12: Installing method OrderedCollection class>>arrayType 22:16:11 300/519 - 2/12: Installing method OrderedCollection class>>cleanUp: 22:16:11 300/519 - 3/12: Installing method OrderedCollection class>>compactAll 22:16:11 300/519 - 4/12: Installing method OrderedCollection class>>compactAllInstances 22:16:11 300/519 - 5/12: Installing method OrderedCollection class>>new 22:16:11 300/519 - 6/12: Installing method OrderedCollection class>>new: 22:16:11 300/519 - 7/12: Installing method OrderedCollection class>>new:streamContents: 22:16:11 300/519 - 8/12: Installing method OrderedCollection class>>new:withAll: 22:16:11 300/519 - 9/12: Installing method OrderedCollection class>>newFrom: 22:16:11 300/519 - 10/12: Installing method OrderedCollection class>>newFromArray: 22:16:11 300/519 - 11/12: Installing method OrderedCollection class>>ofSize: 22:16:11 300/519 - 12/12: Installing method OrderedCollection class>>streamSpecies 22:16:12 301/519 - 1/72: Installing method OrderedDictionary>>= 22:16:13 301/519 - 2/72: Installing method OrderedDictionary>>add: 22:16:13 301/519 - 3/72: Installing method OrderedDictionary>>addAll: 22:16:13 301/519 - 4/72: Installing method OrderedDictionary>>associationAt: 22:16:13 301/519 - 5/72: Installing method OrderedDictionary>>associationAt:ifAbsent: 22:16:13 301/519 - 6/72: Installing method OrderedDictionary>>associationAt:ifPresent: 22:16:13 301/519 - 7/72: Installing method OrderedDictionary>>associationAt:ifPresent:ifAbsent: 22:16:13 301/519 - 8/72: Installing method OrderedDictionary>>associations 22:16:13 301/519 - 9/72: Installing method OrderedDictionary>>associationsDo: 22:16:13 301/519 - 10/72: Installing method OrderedDictionary>>associationsSelect: 22:16:13 301/519 - 11/72: Installing method OrderedDictionary>>at: 22:16:13 301/519 - 12/72: Installing method OrderedDictionary>>at:at: 22:16:13 301/519 - 13/72: Installing method OrderedDictionary>>at:at:ifAbsent: 22:16:13 301/519 - 14/72: Installing method OrderedDictionary>>at:at:ifAbsentPut: 22:16:13 301/519 - 15/72: Installing method OrderedDictionary>>at:at:put: 22:16:13 301/519 - 16/72: Installing method OrderedDictionary>>at:ifAbsent: 22:16:13 301/519 - 17/72: Installing method OrderedDictionary>>at:ifAbsentPut: 22:16:13 301/519 - 18/72: Installing method OrderedDictionary>>at:ifPresent: 22:16:13 301/519 - 19/72: Installing method OrderedDictionary>>at:ifPresent:ifAbsent: 22:16:13 301/519 - 20/72: Installing method OrderedDictionary>>at:ifPresent:ifAbsentPut: 22:16:13 301/519 - 21/72: Installing method OrderedDictionary>>at:put: 22:16:13 301/519 - 22/72: Installing method OrderedDictionary>>at:update: 22:16:13 301/519 - 23/72: Installing method OrderedDictionary>>at:update:initial: 22:16:13 301/519 - 24/72: Installing method OrderedDictionary>>bindingOf: 22:16:13 301/519 - 25/72: Installing method OrderedDictionary>>capacity 22:16:13 301/519 - 26/72: Installing method OrderedDictionary>>collect: 22:16:13 301/519 - 27/72: Installing method OrderedDictionary>>dictionary 22:16:13 301/519 - 28/72: Installing method OrderedDictionary>>dictionaryClass 22:16:13 301/519 - 29/72: Installing method OrderedDictionary>>do: 22:16:13 301/519 - 30/72: Installing method OrderedDictionary>>errorInvalidIndex: 22:16:13 301/519 - 31/72: Installing method OrderedDictionary>>growOrderedKeys 22:16:13 301/519 - 32/72: Installing method OrderedDictionary>>hasBindingThatBeginsWith: 22:16:13 301/519 - 33/72: Installing method OrderedDictionary>>hash 22:16:13 301/519 - 34/72: Installing method OrderedDictionary>>identityIndexOfKey: 22:16:13 301/519 - 35/72: Installing method OrderedDictionary>>identityIndexOfKey:ifAbsent: 22:16:13 301/519 - 36/72: Installing method OrderedDictionary>>includes: 22:16:13 301/519 - 37/72: Installing method OrderedDictionary>>includesAssociation: 22:16:13 301/519 - 38/72: Installing method OrderedDictionary>>includesIdentity: 22:16:13 301/519 - 39/72: Installing method OrderedDictionary>>includesKey: 22:16:13 301/519 - 40/72: Installing method OrderedDictionary>>indexOfKey: 22:16:13 301/519 - 41/72: Installing method OrderedDictionary>>indexOfKey:ifAbsent: 22:16:13 301/519 - 42/72: Installing method OrderedDictionary>>initialize: 22:16:13 301/519 - 43/72: Installing method OrderedDictionary>>isDictionary 22:16:13 301/519 - 44/72: Installing method OrderedDictionary>>isHealthy 22:16:13 301/519 - 45/72: Installing method OrderedDictionary>>keyAtIdentityValue: 22:16:13 301/519 - 46/72: Installing method OrderedDictionary>>keyAtIdentityValue:ifAbsent: 22:16:13 301/519 - 47/72: Installing method OrderedDictionary>>keyAtIndex: 22:16:13 301/519 - 48/72: Installing method OrderedDictionary>>keyAtIndex:ifAbsent: 22:16:13 301/519 - 49/72: Installing method OrderedDictionary>>keyAtValue: 22:16:13 301/519 - 50/72: Installing method OrderedDictionary>>keyAtValue:ifAbsent: 22:16:13 301/519 - 51/72: Installing method OrderedDictionary>>keyForIdentity: 22:16:13 301/519 - 52/72: Installing method OrderedDictionary>>keys 22:16:13 301/519 - 53/72: Installing method OrderedDictionary>>keysAndValuesDo: 22:16:13 301/519 - 54/72: Installing method OrderedDictionary>>keysAndValuesRemove: 22:16:13 301/519 - 55/72: Installing method OrderedDictionary>>keysDo: 22:16:13 301/519 - 56/72: Installing method OrderedDictionary>>keysSortedSafely 22:16:13 301/519 - 57/72: Installing method OrderedDictionary>>orderedKeys 22:16:13 301/519 - 58/72: Installing method OrderedDictionary>>orderedKeysIndexOf: 22:16:13 301/519 - 59/72: Installing method OrderedDictionary>>orderedKeysRemove: 22:16:13 301/519 - 60/72: Installing method OrderedDictionary>>postCopy 22:16:13 301/519 - 61/72: Installing method OrderedDictionary>>printElementsOn: 22:16:13 301/519 - 62/72: Installing method OrderedDictionary>>remove:ifAbsent: 22:16:13 301/519 - 63/72: Installing method OrderedDictionary>>removeAll 22:16:13 301/519 - 64/72: Installing method OrderedDictionary>>removeKey: 22:16:13 301/519 - 65/72: Installing method OrderedDictionary>>removeKey:ifAbsent: 22:16:13 301/519 - 66/72: Installing method OrderedDictionary>>removeKeys: 22:16:13 301/519 - 67/72: Installing method OrderedDictionary>>select: 22:16:13 301/519 - 68/72: Installing method OrderedDictionary>>size 22:16:13 301/519 - 69/72: Installing method OrderedDictionary>>storeOn: 22:16:13 301/519 - 70/72: Installing method OrderedDictionary>>value:registeringAtOrderedKeys: 22:16:13 301/519 - 71/72: Installing method OrderedDictionary>>values 22:16:13 301/519 - 72/72: Installing method OrderedDictionary>>valuesDo: 22:16:13 301/519 - 1/5: Installing method OrderedDictionary class>>new 22:16:13 301/519 - 2/5: Installing method OrderedDictionary class>>new: 22:16:13 301/519 - 3/5: Installing method OrderedDictionary class>>newFrom: 22:16:13 301/519 - 4/5: Installing method OrderedDictionary class>>newFromKeys:andValues: 22:16:13 301/519 - 5/5: Installing method OrderedDictionary class>>newFromPairs: 22:16:13 302/519 - 1/3: Installing method OrderedIdentityDictionary>>dictionaryClass 22:16:13 302/519 - 2/3: Installing method OrderedIdentityDictionary>>indexOfKey:ifAbsent: 22:16:14 302/519 - 3/3: Installing method OrderedIdentityDictionary>>orderedKeysIndexOf: 22:16:14 303/519 - 1/1: Installing method OutOfMemory>>isResumable 22:16:15 304/519 - 1/79: Installing method Package>><= 22:16:15 304/519 - 2/79: Installing method Package>>addClass: 22:16:15 304/519 - 3/79: Installing method Package>>addMethod: 22:16:16 304/519 - 4/79: Installing method Package>>allUnsentMessages 22:16:16 304/519 - 5/79: Installing method Package>>classes 22:16:16 304/519 - 6/79: Installing method Package>>classesTaggedWith: 22:16:16 304/519 - 7/79: Installing method Package>>codeChangeAnnouncer 22:16:16 304/519 - 8/79: Installing method Package>>definedClassNames 22:16:16 304/519 - 9/79: Installing method Package>>definedClasses 22:16:16 304/519 - 10/79: Installing method Package>>definedMethodsForClass: 22:16:16 304/519 - 11/79: Installing method Package>>definedOrExtendedClasses 22:16:16 304/519 - 12/79: Installing method Package>>definedSelectorsForClass: 22:16:16 304/519 - 13/79: Installing method Package>>definesOrExtendsClass: 22:16:16 304/519 - 14/79: Installing method Package>>demoteToTagInPackage 22:16:16 304/519 - 15/79: Installing method Package>>ensureProperties 22:16:16 304/519 - 16/79: Installing method Package>>ensureTag: 22:16:16 304/519 - 17/79: Installing method Package>>environment 22:16:16 304/519 - 18/79: Installing method Package>>extendedClassNames 22:16:16 304/519 - 19/79: Installing method Package>>extendedClasses 22:16:16 304/519 - 20/79: Installing method Package>>extendsClass: 22:16:16 304/519 - 21/79: Installing method Package>>extensionMethods 22:16:16 304/519 - 22/79: Installing method Package>>extensionMethodsForClass: 22:16:16 304/519 - 23/79: Installing method Package>>extensionProtocolsForClass: 22:16:16 304/519 - 24/79: Installing method Package>>extensionSelectors 22:16:16 304/519 - 25/79: Installing method Package>>extensionSelectorsForClass: 22:16:16 304/519 - 26/79: Installing method Package>>hasProperty: 22:16:16 304/519 - 27/79: Installing method Package>>hasTag: 22:16:16 304/519 - 28/79: Installing method Package>>hierarchyRoots 22:16:16 304/519 - 29/79: Installing method Package>>importProtocol:forClass: 22:16:16 304/519 - 30/79: Installing method Package>>includesClass: 22:16:16 304/519 - 31/79: Installing method Package>>includesClassNamed: 22:16:16 304/519 - 32/79: Installing method Package>>includesClassTagNamed: 22:16:16 304/519 - 33/79: Installing method Package>>includesExtensionSelector:ofClass: 22:16:16 304/519 - 34/79: Installing method Package>>includesProtocol:ofClass: 22:16:16 304/519 - 35/79: Installing method Package>>includesSelector:ofClass: 22:16:16 304/519 - 36/79: Installing method Package>>initialize 22:16:16 304/519 - 37/79: Installing method Package>>isDeprecated 22:16:16 304/519 - 38/79: Installing method Package>>isEmpty 22:16:16 304/519 - 39/79: Installing method Package>>isTestPackage 22:16:16 304/519 - 40/79: Installing method Package>>isUndefined 22:16:16 304/519 - 41/79: Installing method Package>>linesOfCode 22:16:16 304/519 - 42/79: Installing method Package>>methods 22:16:16 304/519 - 43/79: Installing method Package>>methodsForClass: 22:16:16 304/519 - 44/79: Installing method Package>>moveClass:toTag: 22:16:16 304/519 - 45/79: Installing method Package>>name 22:16:16 304/519 - 46/79: Installing method Package>>name: 22:16:16 304/519 - 47/79: Installing method Package>>organizer 22:16:16 304/519 - 48/79: Installing method Package>>organizer: 22:16:16 304/519 - 49/79: Installing method Package>>packageManifestOrNil 22:16:16 304/519 - 50/79: Installing method Package>>packages 22:16:16 304/519 - 51/79: Installing method Package>>printOn: 22:16:16 304/519 - 52/79: Installing method Package>>properties 22:16:16 304/519 - 53/79: Installing method Package>>propertyAt: 22:16:16 304/519 - 54/79: Installing method Package>>propertyAt:ifAbsent: 22:16:16 304/519 - 55/79: Installing method Package>>propertyAt:ifAbsentPut: 22:16:16 304/519 - 56/79: Installing method Package>>propertyAt:put: 22:16:16 304/519 - 57/79: Installing method Package>>removeAllExtensionMethodsFromClass: 22:16:16 304/519 - 58/79: Installing method Package>>removeClass: 22:16:16 304/519 - 59/79: Installing method Package>>removeEmptyTags 22:16:16 304/519 - 60/79: Installing method Package>>removeFromSystem 22:16:16 304/519 - 61/79: Installing method Package>>removeMethod: 22:16:16 304/519 - 62/79: Installing method Package>>removeMethods: 22:16:16 304/519 - 63/79: Installing method Package>>removePropertiesIfEmpty 22:16:16 304/519 - 64/79: Installing method Package>>removeProperty: 22:16:16 304/519 - 65/79: Installing method Package>>removeProperty:ifAbsent: 22:16:16 304/519 - 66/79: Installing method Package>>removeTag: 22:16:16 304/519 - 67/79: Installing method Package>>renameTag:to: 22:16:16 304/519 - 68/79: Installing method Package>>renameTo: 22:16:16 304/519 - 69/79: Installing method Package>>rootTag 22:16:16 304/519 - 70/79: Installing method Package>>rootTagName 22:16:16 304/519 - 71/79: Installing method Package>>roots 22:16:16 304/519 - 72/79: Installing method Package>>selectors 22:16:16 304/519 - 73/79: Installing method Package>>selectorsForClass: 22:16:16 304/519 - 74/79: Installing method Package>>tagNamed: 22:16:16 304/519 - 75/79: Installing method Package>>tagNamed:ifAbsent: 22:16:16 304/519 - 76/79: Installing method Package>>tagNamed:ifPresent: 22:16:16 304/519 - 77/79: Installing method Package>>tagNames 22:16:16 304/519 - 78/79: Installing method Package>>tagOf: 22:16:16 304/519 - 79/79: Installing method Package>>tags 22:16:16 304/519 - 1/5: Installing method Package class>>initialize 22:16:16 304/519 - 2/5: Installing method Package class>>initializeProperties 22:16:17 304/519 - 3/5: Installing method Package class>>named: 22:16:17 304/519 - 4/5: Installing method Package class>>named:organizer: 22:16:17 304/519 - 5/5: Installing method Package class>>rootTagName 22:16:17 305/519 - 1/1: Installing method PackageAdded class>>initialize 22:16:17 306/519 - 1/2: Installing method PackageAnnouncement>>package 22:16:17 306/519 - 2/2: Installing method PackageAnnouncement>>package: 22:16:17 306/519 - 1/2: Installing method PackageAnnouncement class>>initialize 22:16:17 306/519 - 2/2: Installing method PackageAnnouncement class>>to: 22:16:17 307/519 - 1/1: Installing method PackageConflictError class>>initialize 22:16:17 308/519 - 1/11: Installing method PackageManifest class>>classCommentBlank 22:16:17 308/519 - 2/11: Installing method PackageManifest class>>description 22:16:17 308/519 - 3/11: Installing method PackageManifest class>>ignoredDependencies 22:16:17 308/519 - 4/11: Installing method PackageManifest class>>isDeprecated 22:16:17 308/519 - 5/11: Installing method PackageManifest class>>isManifest 22:16:17 308/519 - 6/11: Installing method PackageManifest class>>isUsed 22:16:17 308/519 - 7/11: Installing method PackageManifest class>>manuallyResolvedDependencies 22:16:17 308/519 - 8/11: Installing method PackageManifest class>>postUnloadAction 22:16:17 308/519 - 9/11: Installing method PackageManifest class>>preUnload 22:16:17 308/519 - 10/11: Installing method PackageManifest class>>rejectClasses 22:16:17 308/519 - 11/11: Installing method PackageManifest class>>rejectRules 22:16:17 309/519 - 1/39: Installing method PackageOrganizer>>addPackage: 22:16:17 309/519 - 2/39: Installing method PackageOrganizer>>basicRegisterPackage: 22:16:17 309/519 - 3/39: Installing method PackageOrganizer>>basicUnregisterPackage: 22:16:17 309/519 - 4/39: Installing method PackageOrganizer>>codeChangeAnnouncer 22:16:17 309/519 - 5/39: Installing method PackageOrganizer>>ensurePackage: 22:16:17 309/519 - 6/39: Installing method PackageOrganizer>>ensurePackage:withTags: 22:16:17 309/519 - 7/39: Installing method PackageOrganizer>>ensurePackageMatching: 22:16:17 309/519 - 8/39: Installing method PackageOrganizer>>ensurePackageOfExtensionProtocol: 22:16:18 309/519 - 9/39: Installing method PackageOrganizer>>ensureTag:inPackage: 22:16:18 309/519 - 10/39: Installing method PackageOrganizer>>environment 22:16:18 309/519 - 11/39: Installing method PackageOrganizer>>environment: 22:16:18 309/519 - 12/39: Installing method PackageOrganizer>>hasPackage: 22:16:18 309/519 - 13/39: Installing method PackageOrganizer>>hasTag:inPackage: 22:16:18 309/519 - 14/39: Installing method PackageOrganizer>>initialize 22:16:18 309/519 - 15/39: Installing method PackageOrganizer>>isClassInstalled: 22:16:18 309/519 - 16/39: Installing method PackageOrganizer>>packageForProtocol: 22:16:18 309/519 - 17/39: Installing method PackageOrganizer>>packageForProtocol:from: 22:16:18 309/519 - 18/39: Installing method PackageOrganizer>>packageMatchingExtensionName: 22:16:18 309/519 - 19/39: Installing method PackageOrganizer>>packageNamed: 22:16:18 309/519 - 20/39: Installing method PackageOrganizer>>packageNamed:ifAbsent: 22:16:18 309/519 - 21/39: Installing method PackageOrganizer>>packageNamed:ifPresent: 22:16:18 309/519 - 22/39: Installing method PackageOrganizer>>packageNames 22:16:18 309/519 - 23/39: Installing method PackageOrganizer>>packageNamesDo: 22:16:18 309/519 - 24/39: Installing method PackageOrganizer>>packageOf: 22:16:18 309/519 - 25/39: Installing method PackageOrganizer>>packageOfClassNamed: 22:16:18 309/519 - 26/39: Installing method PackageOrganizer>>packages 22:16:18 309/519 - 27/39: Installing method PackageOrganizer>>packagesDo: 22:16:18 309/519 - 28/39: Installing method PackageOrganizer>>removeClass: 22:16:18 309/519 - 29/39: Installing method PackageOrganizer>>removeEmptyPackagesAndTags 22:16:18 309/519 - 30/39: Installing method PackageOrganizer>>removePackage: 22:16:18 309/519 - 31/39: Installing method PackageOrganizer>>removeTag:fromPackage: 22:16:18 309/519 - 32/39: Installing method PackageOrganizer>>renamePackage:to: 22:16:18 309/519 - 33/39: Installing method PackageOrganizer>>renameTag:to:inPackage: 22:16:18 309/519 - 34/39: Installing method PackageOrganizer>>repackageMethod:oldProtocol:newProtocol: 22:16:18 309/519 - 35/39: Installing method PackageOrganizer>>testPackageNames 22:16:18 309/519 - 36/39: Installing method PackageOrganizer>>testPackages 22:16:18 309/519 - 37/39: Installing method PackageOrganizer>>undefinedPackage 22:16:18 309/519 - 38/39: Installing method PackageOrganizer>>unregisterPackage: 22:16:18 309/519 - 39/39: Installing method PackageOrganizer>>validatePackageDoesNotExist: 22:16:18 309/519 - 1/2: Installing method PackageOrganizer class>>default 22:16:18 309/519 - 2/2: Installing method PackageOrganizer class>>initialize 22:16:18 310/519 - 1/1: Installing method PackageRemoved class>>initialize 22:16:18 311/519 - 1/4: Installing method PackageRenamed>>newName 22:16:18 311/519 - 2/4: Installing method PackageRenamed>>newName: 22:16:18 311/519 - 3/4: Installing method PackageRenamed>>oldName 22:16:18 311/519 - 4/4: Installing method PackageRenamed>>oldName: 22:16:18 311/519 - 1/2: Installing method PackageRenamed class>>initialize 22:16:18 311/519 - 2/2: Installing method PackageRenamed class>>to:oldName:newName: 22:16:19 312/519 - 1/27: Installing method PackageTag>>addClass: 22:16:19 312/519 - 2/27: Installing method PackageTag>>basicRenameTo: 22:16:19 312/519 - 3/27: Installing method PackageTag>>categoryName 22:16:19 312/519 - 4/27: Installing method PackageTag>>classNames 22:16:19 312/519 - 5/27: Installing method PackageTag>>classes 22:16:19 312/519 - 6/27: Installing method PackageTag>>codeChangeAnnouncer 22:16:19 312/519 - 7/27: Installing method PackageTag>>environment 22:16:19 312/519 - 8/27: Installing method PackageTag>>hasClassNamed: 22:16:19 312/519 - 9/27: Installing method PackageTag>>includesClass: 22:16:19 312/519 - 10/27: Installing method PackageTag>>initialize 22:16:19 312/519 - 11/27: Installing method PackageTag>>isEmpty 22:16:19 312/519 - 12/27: Installing method PackageTag>>isRoot 22:16:19 312/519 - 13/27: Installing method PackageTag>>isUndefined 22:16:19 312/519 - 14/27: Installing method PackageTag>>name 22:16:19 312/519 - 15/27: Installing method PackageTag>>name: 22:16:19 312/519 - 16/27: Installing method PackageTag>>organizer 22:16:19 312/519 - 17/27: Installing method PackageTag>>package 22:16:19 312/519 - 18/27: Installing method PackageTag>>package: 22:16:19 312/519 - 19/27: Installing method PackageTag>>packageName 22:16:19 312/519 - 20/27: Installing method PackageTag>>printOn: 22:16:19 312/519 - 21/27: Installing method PackageTag>>privateAddClass: 22:16:19 312/519 - 22/27: Installing method PackageTag>>promoteAsPackage 22:16:19 312/519 - 23/27: Installing method PackageTag>>removeClass: 22:16:19 312/519 - 24/27: Installing method PackageTag>>removeFromPackage 22:16:19 312/519 - 25/27: Installing method PackageTag>>removeFromSystem 22:16:19 312/519 - 26/27: Installing method PackageTag>>renameTo: 22:16:19 312/519 - 27/27: Installing method PackageTag>>rootTagName 22:16:19 312/519 - 1/2: Installing method PackageTag class>>initialize 22:16:19 312/519 - 2/2: Installing method PackageTag class>>package:name: 22:16:19 313/519 - 1/1: Installing method PackageTagAdded class>>initialize 22:16:19 314/519 - 1/4: Installing method PackageTagAnnouncement>>package 22:16:19 314/519 - 2/4: Installing method PackageTagAnnouncement>>packagesAffected 22:16:19 314/519 - 3/4: Installing method PackageTagAnnouncement>>tag 22:16:19 314/519 - 4/4: Installing method PackageTagAnnouncement>>tag: 22:16:19 314/519 - 1/3: Installing method PackageTagAnnouncement class>>in:tag: 22:16:19 314/519 - 2/3: Installing method PackageTagAnnouncement class>>initialize 22:16:19 314/519 - 3/3: Installing method PackageTagAnnouncement class>>to: 22:16:19 315/519 - 1/1: Installing method PackageTagRemoved class>>initialize 22:16:19 316/519 - 1/4: Installing method PackageTagRenamed>>newName 22:16:19 316/519 - 2/4: Installing method PackageTagRenamed>>newName: 22:16:19 316/519 - 3/4: Installing method PackageTagRenamed>>oldName 22:16:19 316/519 - 4/4: Installing method PackageTagRenamed>>oldName: 22:16:19 316/519 - 1/2: Installing method PackageTagRenamed class>>initialize 22:16:19 316/519 - 2/2: Installing method PackageTagRenamed class>>to:oldName:newName: 22:16:20 317/519 - 1/54: Installing method Path>>, 22:16:20 317/519 - 2/54: Installing method Path>>/ 22:16:20 317/519 - 3/54: Installing method Path>><= 22:16:20 317/519 - 4/54: Installing method Path>>= 22:16:20 317/519 - 5/54: Installing method Path>>asPath 22:16:20 317/519 - 6/54: Installing method Path>>asPathWith: 22:16:20 317/519 - 7/54: Installing method Path>>asResolvedBy: 22:16:20 317/519 - 8/54: Installing method Path>>base 22:16:20 317/519 - 9/54: Installing method Path>>basename 22:16:20 317/519 - 10/54: Installing method Path>>basename: 22:16:20 317/519 - 11/54: Installing method Path>>basenameWithoutExtension 22:16:21 317/519 - 12/54: Installing method Path>>basenameWithoutExtension: 22:16:21 317/519 - 13/54: Installing method Path>>canonicalize 22:16:21 317/519 - 14/54: Installing method Path>>canonicalizeOnFilesystem: 22:16:21 317/519 - 15/54: Installing method Path>>contains: 22:16:21 317/519 - 16/54: Installing method Path>>containsPath: 22:16:21 317/519 - 17/54: Installing method Path>>containsReference: 22:16:21 317/519 - 18/54: Installing method Path>>copyFrom: 22:16:21 317/519 - 19/54: Installing method Path>>delimiter 22:16:21 317/519 - 20/54: Installing method Path>>do: 22:16:21 317/519 - 21/54: Installing method Path>>emptyPathString 22:16:21 317/519 - 22/54: Installing method Path>>extension 22:16:21 317/519 - 23/54: Installing method Path>>extensionDelimiter 22:16:21 317/519 - 24/54: Installing method Path>>extensions 22:16:21 317/519 - 25/54: Installing method Path>>fullName 22:16:21 317/519 - 26/54: Installing method Path>>hash 22:16:21 317/519 - 27/54: Installing method Path>>isAbsolute 22:16:21 317/519 - 28/54: Installing method Path>>isChildOf: 22:16:21 317/519 - 29/54: Installing method Path>>isContainedBy: 22:16:21 317/519 - 30/54: Installing method Path>>isEmpty 22:16:21 317/519 - 31/54: Installing method Path>>isNetworkPath 22:16:21 317/519 - 32/54: Installing method Path>>isRelative 22:16:21 317/519 - 33/54: Installing method Path>>isRoot 22:16:21 317/519 - 34/54: Installing method Path>>isWorkingDirectory 22:16:21 317/519 - 35/54: Installing method Path>>lengthOfStemWith: 22:16:21 317/519 - 36/54: Installing method Path>>makeRelative: 22:16:21 317/519 - 37/54: Installing method Path>>parent 22:16:21 317/519 - 38/54: Installing method Path>>parentUpTo: 22:16:21 317/519 - 39/54: Installing method Path>>pathString 22:16:21 317/519 - 40/54: Installing method Path>>printOn:delimiter: 22:16:21 317/519 - 41/54: Installing method Path>>printPathOn: 22:16:21 317/519 - 42/54: Installing method Path>>printPathOn:delimiter: 22:16:21 317/519 - 43/54: Installing method Path>>printWithDelimiter: 22:16:21 317/519 - 44/54: Installing method Path>>relativeTo: 22:16:21 317/519 - 45/54: Installing method Path>>relativeToPath: 22:16:21 317/519 - 46/54: Installing method Path>>resolve 22:16:21 317/519 - 47/54: Installing method Path>>resolve: 22:16:21 317/519 - 48/54: Installing method Path>>resolvePath: 22:16:21 317/519 - 49/54: Installing method Path>>resolveReference: 22:16:21 317/519 - 50/54: Installing method Path>>resolveString: 22:16:21 317/519 - 51/54: Installing method Path>>segments 22:16:21 317/519 - 52/54: Installing method Path>>withExtension: 22:16:21 317/519 - 53/54: Installing method Path>>withName:extension: 22:16:21 317/519 - 54/54: Installing method Path>>withParents 22:16:21 317/519 - 1/23: Installing method Path class>>* 22:16:21 317/519 - 2/23: Installing method Path class>>/ 22:16:21 317/519 - 3/23: Installing method Path class>>addElement:to: 22:16:21 317/519 - 4/23: Installing method Path class>>addElement:to:on: 22:16:21 317/519 - 5/23: Installing method Path class>>addEmptyElementTo: 22:16:21 317/519 - 6/23: Installing method Path class>>addParentElementTo: 22:16:21 317/519 - 7/23: Installing method Path class>>addParentElementTo:on: 22:16:21 317/519 - 8/23: Installing method Path class>>canonicalizeElements: 22:16:21 317/519 - 9/23: Installing method Path class>>canonicalizeElements:filesystem: 22:16:21 317/519 - 10/23: Installing method Path class>>delimiter 22:16:21 317/519 - 11/23: Installing method Path class>>extensionDelimiter 22:16:21 317/519 - 12/23: Installing method Path class>>from: 22:16:21 317/519 - 13/23: Installing method Path class>>from:delimiter: 22:16:21 317/519 - 14/23: Installing method Path class>>isAbsolutePath:delimiter: 22:16:21 317/519 - 15/23: Installing method Path class>>isAbsoluteUnixPath: 22:16:21 317/519 - 16/23: Installing method Path class>>isAbsoluteWindowsPath: 22:16:21 317/519 - 17/23: Installing method Path class>>parent 22:16:21 317/519 - 18/23: Installing method Path class>>parents: 22:16:21 317/519 - 19/23: Installing method Path class>>removeRedundantSegments: 22:16:21 317/519 - 20/23: Installing method Path class>>root 22:16:21 317/519 - 21/23: Installing method Path class>>with: 22:16:21 317/519 - 22/23: Installing method Path class>>withAll: 22:16:21 317/519 - 23/23: Installing method Path class>>workingDirectory 22:16:22 318/519 - 1/1: Installing method PerformMessageCommandLineHandler>>activate 22:16:22 318/519 - 1/2: Installing method PerformMessageCommandLineHandler class>>commandName 22:16:22 318/519 - 2/2: Installing method PerformMessageCommandLineHandler class>>description 22:16:22 319/519 - 1/2: Installing method PharoBootstrapInitialization class>>initializeCommandLineHandlerAndErrorHandling 22:16:22 319/519 - 2/2: Installing method PharoBootstrapInitialization class>>initializeFileSystem 22:16:22 320/519 - 1/8: Installing method PharoCommandLineHandler>>activate 22:16:22 320/519 - 2/8: Installing method PharoCommandLineHandler>>changePreferences 22:16:22 320/519 - 3/8: Installing method PharoCommandLineHandler>>default 22:16:22 320/519 - 4/8: Installing method PharoCommandLineHandler>>forcePreferencesOmission 22:16:22 320/519 - 5/8: Installing method PharoCommandLineHandler>>isChangingPreferences 22:16:22 320/519 - 6/8: Installing method PharoCommandLineHandler>>isOmittingPreferences 22:16:22 320/519 - 7/8: Installing method PharoCommandLineHandler>>isOverridingPreferences 22:16:22 320/519 - 8/8: Installing method PharoCommandLineHandler>>runPreferences 22:16:22 320/519 - 1/7: Installing method PharoCommandLineHandler class>>activateWith: 22:16:22 320/519 - 2/7: Installing method PharoCommandLineHandler class>>description 22:16:23 320/519 - 3/7: Installing method PharoCommandLineHandler class>>forcePreferencesOmission 22:16:23 320/519 - 4/7: Installing method PharoCommandLineHandler class>>forcePreferencesOmission: 22:16:23 320/519 - 5/7: Installing method PharoCommandLineHandler class>>isResponsibleFor: 22:16:23 320/519 - 6/7: Installing method PharoCommandLineHandler class>>priority 22:16:23 320/519 - 7/7: Installing method PharoCommandLineHandler class>>requireDeploymentPassword 22:16:23 321/519 - 1/22: Installing method PharoFilesOpener>>badContentMsg 22:16:23 321/519 - 2/22: Installing method PharoFilesOpener>>cannotLocateMsg 22:16:23 321/519 - 3/22: Installing method PharoFilesOpener>>cannotWriteMsg 22:16:23 321/519 - 4/22: Installing method PharoFilesOpener>>changesFileOrNil 22:16:23 321/519 - 5/22: Installing method PharoFilesOpener>>changesFileOrNilReadOnly: 22:16:23 321/519 - 6/22: Installing method PharoFilesOpener>>changesFileOrNilReadOnly:silent: 22:16:23 321/519 - 7/22: Installing method PharoFilesOpener>>changesName 22:16:23 321/519 - 8/22: Installing method PharoFilesOpener>>ignoreIfFail: 22:16:23 321/519 - 9/22: Installing method PharoFilesOpener>>inform:withChangesRef: 22:16:23 321/519 - 10/22: Installing method PharoFilesOpener>>inform:withRef: 22:16:23 321/519 - 11/22: Installing method PharoFilesOpener>>inform:withSourceRef: 22:16:23 321/519 - 12/22: Installing method PharoFilesOpener>>informCannotLocateSources 22:16:23 321/519 - 13/22: Installing method PharoFilesOpener>>informProblemInChanges: 22:16:23 321/519 - 14/22: Installing method PharoFilesOpener>>lastImagePath 22:16:23 321/519 - 15/22: Installing method PharoFilesOpener>>openChanges:readOnly: 22:16:23 321/519 - 16/22: Installing method PharoFilesOpener>>openSources 22:16:23 321/519 - 17/22: Installing method PharoFilesOpener>>openSources:forImage: 22:16:23 321/519 - 18/22: Installing method PharoFilesOpener>>setInformAboutReadOnlyChanges 22:16:23 321/519 - 19/22: Installing method PharoFilesOpener>>shouldInformAboutReadOnlyChanges 22:16:23 321/519 - 20/22: Installing method PharoFilesOpener>>sourcesFileOrNil 22:16:23 321/519 - 21/22: Installing method PharoFilesOpener>>sourcesName 22:16:23 321/519 - 22/22: Installing method PharoFilesOpener>>unsetInformAboutReadOnlyChanges 22:16:23 321/519 - 1/2: Installing method PharoFilesOpener class>>default 22:16:23 321/519 - 2/2: Installing method PharoFilesOpener class>>reset 22:16:23 322/519 - 1/9: Installing method PluggableDictionary>>= 22:16:23 322/519 - 2/9: Installing method PluggableDictionary>>copyEmpty 22:16:23 322/519 - 3/9: Installing method PluggableDictionary>>equalBlock 22:16:23 322/519 - 4/9: Installing method PluggableDictionary>>equalBlock: 22:16:23 322/519 - 5/9: Installing method PluggableDictionary>>hash 22:16:23 322/519 - 6/9: Installing method PluggableDictionary>>hashBlock 22:16:24 322/519 - 7/9: Installing method PluggableDictionary>>hashBlock: 22:16:24 322/519 - 8/9: Installing method PluggableDictionary>>scanFor: 22:16:24 322/519 - 9/9: Installing method PluggableDictionary>>scanForEmptySlotFor: 22:16:24 322/519 - 1/1: Installing method PluggableDictionary class>>integerDictionary 22:16:24 323/519 - 1/7: Installing method PluggableSet>>copyEmpty 22:16:24 323/519 - 2/7: Installing method PluggableSet>>equalBlock 22:16:24 323/519 - 3/7: Installing method PluggableSet>>equalBlock: 22:16:24 323/519 - 4/7: Installing method PluggableSet>>hashBlock 22:16:24 323/519 - 5/7: Installing method PluggableSet>>hashBlock: 22:16:24 323/519 - 6/7: Installing method PluggableSet>>scanFor: 22:16:24 323/519 - 7/7: Installing method PluggableSet>>scanForEmptySlotFor: 22:16:24 323/519 - 1/1: Installing method PluggableSet class>>integerSet 22:16:25 324/519 - 1/85: Installing method Point>>* 22:16:25 324/519 - 2/85: Installing method Point>>+ 22:16:25 324/519 - 3/85: Installing method Point>>- 22:16:25 324/519 - 4/85: Installing method Point>>/ 22:16:25 324/519 - 5/85: Installing method Point>>// 22:16:25 324/519 - 6/85: Installing method Point>>< 22:16:25 324/519 - 7/85: Installing method Point>><= 22:16:25 324/519 - 8/85: Installing method Point>>= 22:16:25 324/519 - 9/85: Installing method Point>>> 22:16:25 324/519 - 10/85: Installing method Point>>>= 22:16:25 324/519 - 11/85: Installing method Point>>\\ 22:16:25 324/519 - 12/85: Installing method Point>>abs 22:16:25 324/519 - 13/85: Installing method Point>>adaptToCollection:andSend: 22:16:25 324/519 - 14/85: Installing method Point>>adaptToNumber:andSend: 22:16:25 324/519 - 15/85: Installing method Point>>adhereTo: 22:16:25 324/519 - 16/85: Installing method Point>>asFloatPoint 22:16:25 324/519 - 17/85: Installing method Point>>asIntegerPoint 22:16:25 324/519 - 18/85: Installing method Point>>asNonFractionalPoint 22:16:25 324/519 - 19/85: Installing method Point>>asPoint 22:16:25 324/519 - 20/85: Installing method Point>>bitShiftPoint: 22:16:25 324/519 - 21/85: Installing method Point>>ceiling 22:16:25 324/519 - 22/85: Installing method Point>>closeTo: 22:16:25 324/519 - 23/85: Installing method Point>>closeTo:precision: 22:16:25 324/519 - 24/85: Installing method Point>>corner: 22:16:25 324/519 - 25/85: Installing method Point>>crossProduct: 22:16:25 324/519 - 26/85: Installing method Point>>deepCopy 22:16:25 324/519 - 27/85: Installing method Point>>directionToLineFrom:to: 22:16:25 324/519 - 28/85: Installing method Point>>dotProduct: 22:16:25 324/519 - 29/85: Installing method Point>>eightNeighbors 22:16:25 324/519 - 30/85: Installing method Point>>extent: 22:16:25 324/519 - 31/85: Installing method Point>>flipBy:centerAt: 22:16:25 324/519 - 32/85: Installing method Point>>floor 22:16:25 324/519 - 33/85: Installing method Point>>fourDirections 22:16:25 324/519 - 34/85: Installing method Point>>fourNeighbors 22:16:25 324/519 - 35/85: Installing method Point>>grid: 22:16:25 324/519 - 36/85: Installing method Point>>guarded 22:16:25 324/519 - 37/85: Installing method Point>>hash 22:16:25 324/519 - 38/85: Installing method Point>>insideTriangle:with:with: 22:16:25 324/519 - 39/85: Installing method Point>>interpolateTo:at: 22:16:25 324/519 - 40/85: Installing method Point>>isFloatPoint 22:16:25 324/519 - 41/85: Installing method Point>>isInsideCircle:with:with: 22:16:25 324/519 - 42/85: Installing method Point>>isInsideRectangle: 22:16:25 324/519 - 43/85: Installing method Point>>isIntegerPoint 22:16:25 324/519 - 44/85: Installing method Point>>isPoint 22:16:25 324/519 - 45/85: Installing method Point>>isSelfEvaluating 22:16:25 324/519 - 46/85: Installing method Point>>isZero 22:16:25 324/519 - 47/85: Installing method Point>>leftRotated 22:16:25 324/519 - 48/85: Installing method Point>>max 22:16:25 324/519 - 49/85: Installing method Point>>max: 22:16:25 324/519 - 50/85: Installing method Point>>min 22:16:25 324/519 - 51/85: Installing method Point>>min: 22:16:25 324/519 - 52/85: Installing method Point>>min:max: 22:16:25 324/519 - 53/85: Installing method Point>>nearestPointAlongLineFrom:to: 22:16:25 324/519 - 54/85: Installing method Point>>nearestPointOnLineFrom:to: 22:16:25 324/519 - 55/85: Installing method Point>>negated 22:16:25 324/519 - 56/85: Installing method Point>>octantOf: 22:16:25 324/519 - 57/85: Installing method Point>>printOn: 22:16:25 324/519 - 58/85: Installing method Point>>quadrantOf: 22:16:25 324/519 - 59/85: Installing method Point>>reciprocal 22:16:25 324/519 - 60/85: Installing method Point>>rectangle: 22:16:25 324/519 - 61/85: Installing method Point>>reflectedAbout: 22:16:25 324/519 - 62/85: Installing method Point>>rightRotated 22:16:25 324/519 - 63/85: Installing method Point>>roundDownTo: 22:16:25 324/519 - 64/85: Installing method Point>>roundTo: 22:16:25 324/519 - 65/85: Installing method Point>>roundUpTo: 22:16:25 324/519 - 66/85: Installing method Point>>rounded 22:16:25 324/519 - 67/85: Installing method Point>>scaleBy: 22:16:25 324/519 - 68/85: Installing method Point>>scaleFrom:to: 22:16:25 324/519 - 69/85: Installing method Point>>scaleTo: 22:16:25 324/519 - 70/85: Installing method Point>>setX:setY: 22:16:26 324/519 - 71/85: Installing method Point>>sideOf: 22:16:26 324/519 - 72/85: Installing method Point>>sign 22:16:26 324/519 - 73/85: Installing method Point>>sortsBefore: 22:16:26 324/519 - 74/85: Installing method Point>>squaredDistanceTo: 22:16:26 324/519 - 75/85: Installing method Point>>storeOn: 22:16:26 324/519 - 76/85: Installing method Point>>to:intersects:to: 22:16:26 324/519 - 77/85: Installing method Point>>to:sideOf: 22:16:26 324/519 - 78/85: Installing method Point>>translateBy: 22:16:26 324/519 - 79/85: Installing method Point>>transposed 22:16:26 324/519 - 80/85: Installing method Point>>triangleArea:with: 22:16:26 324/519 - 81/85: Installing method Point>>truncateTo: 22:16:26 324/519 - 82/85: Installing method Point>>truncated 22:16:26 324/519 - 83/85: Installing method Point>>veryDeepCopyWith: 22:16:26 324/519 - 84/85: Installing method Point>>x 22:16:26 324/519 - 85/85: Installing method Point>>y 22:16:26 324/519 - 1/1: Installing method Point class>>x:y: 22:16:26 325/519 - 1/31: Installing method PointerLayout>>= 22:16:26 325/519 - 2/31: Installing method PointerLayout>>allSlots 22:16:26 325/519 - 3/31: Installing method PointerLayout>>allVisibleSlots 22:16:26 325/519 - 4/31: Installing method PointerLayout>>checkInheritedSlots 22:16:26 325/519 - 5/31: Installing method PointerLayout>>checkIntegrity 22:16:26 325/519 - 6/31: Installing method PointerLayout>>checkParentScopes 22:16:26 325/519 - 7/31: Installing method PointerLayout>>checkSanity 22:16:26 325/519 - 8/31: Installing method PointerLayout>>checkSlotIndices 22:16:26 325/519 - 9/31: Installing method PointerLayout>>checkSlotNames 22:16:27 325/519 - 10/31: Installing method PointerLayout>>definesSlotNamed: 22:16:27 325/519 - 11/31: Installing method PointerLayout>>extend 22:16:27 325/519 - 12/31: Installing method PointerLayout>>extend: 22:16:27 325/519 - 13/31: Installing method PointerLayout>>extendEphemeron: 22:16:27 325/519 - 14/31: Installing method PointerLayout>>extendVariable: 22:16:27 325/519 - 15/31: Installing method PointerLayout>>extendWeak: 22:16:27 325/519 - 16/31: Installing method PointerLayout>>fieldSize 22:16:27 325/519 - 17/31: Installing method PointerLayout>>hasBindingThatBeginsWith: 22:16:27 325/519 - 18/31: Installing method PointerLayout>>hasFields 22:16:27 325/519 - 19/31: Installing method PointerLayout>>hasSlots 22:16:27 325/519 - 20/31: Installing method PointerLayout>>hash 22:16:27 325/519 - 21/31: Installing method PointerLayout>>host: 22:16:27 325/519 - 22/31: Installing method PointerLayout>>initializeInstance: 22:16:27 325/519 - 23/31: Installing method PointerLayout>>instVarNames 22:16:27 325/519 - 24/31: Installing method PointerLayout>>postCopy 22:16:27 325/519 - 25/31: Installing method PointerLayout>>resolveSlot: 22:16:27 325/519 - 26/31: Installing method PointerLayout>>resolveSlot:ifFound:ifNone: 22:16:27 325/519 - 27/31: Installing method PointerLayout>>size 22:16:27 325/519 - 28/31: Installing method PointerLayout>>slotNamed: 22:16:27 325/519 - 29/31: Installing method PointerLayout>>slotScope 22:16:27 325/519 - 30/31: Installing method PointerLayout>>slotScope: 22:16:27 325/519 - 31/31: Installing method PointerLayout>>slots 22:16:27 325/519 - 1/1: Installing method PointerLayout class>>isAbstract 22:16:28 326/519 - 1/75: Installing method PositionableStream>>atEnd 22:16:28 326/519 - 2/75: Installing method PositionableStream>>back 22:16:28 326/519 - 3/75: Installing method PositionableStream>>backUpTo: 22:16:28 326/519 - 4/75: Installing method PositionableStream>>boolean 22:16:28 326/519 - 5/75: Installing method PositionableStream>>boolean: 22:16:28 326/519 - 6/75: Installing method PositionableStream>>collectionSpecies 22:16:28 326/519 - 7/75: Installing method PositionableStream>>contents 22:16:28 326/519 - 8/75: Installing method PositionableStream>>contentsOfEntireFile 22:16:28 326/519 - 9/75: Installing method PositionableStream>>int16 22:16:28 326/519 - 10/75: Installing method PositionableStream>>int16: 22:16:28 326/519 - 11/75: Installing method PositionableStream>>int32 22:16:28 326/519 - 12/75: Installing method PositionableStream>>int32: 22:16:28 326/519 - 13/75: Installing method PositionableStream>>isBinary 22:16:28 326/519 - 14/75: Installing method PositionableStream>>isEmpty 22:16:28 326/519 - 15/75: Installing method PositionableStream>>match: 22:16:28 326/519 - 16/75: Installing method PositionableStream>>next: 22:16:28 326/519 - 17/75: Installing method PositionableStream>>next:into: 22:16:28 326/519 - 18/75: Installing method PositionableStream>>next:into:startingAt: 22:16:28 326/519 - 19/75: Installing method PositionableStream>>next:putAll: 22:16:28 326/519 - 20/75: Installing method PositionableStream>>nextDelimited: 22:16:28 326/519 - 21/75: Installing method PositionableStream>>nextInt32 22:16:28 326/519 - 22/75: Installing method PositionableStream>>nextInt32Put: 22:16:28 326/519 - 23/75: Installing method PositionableStream>>nextInto: 22:16:28 326/519 - 24/75: Installing method PositionableStream>>nextInto:startingAt: 22:16:28 326/519 - 25/75: Installing method PositionableStream>>nextLine 22:16:28 326/519 - 26/75: Installing method PositionableStream>>nextLittleEndianNumber: 22:16:28 326/519 - 27/75: Installing method PositionableStream>>nextLittleEndianNumber:put: 22:16:28 326/519 - 28/75: Installing method PositionableStream>>nextNumber: 22:16:28 326/519 - 29/75: Installing method PositionableStream>>nextNumber:put: 22:16:28 326/519 - 30/75: Installing method PositionableStream>>nextString 22:16:28 326/519 - 31/75: Installing method PositionableStream>>nextStringOld 22:16:28 326/519 - 32/75: Installing method PositionableStream>>nextStringPut: 22:16:28 326/519 - 33/75: Installing method PositionableStream>>nextWord 22:16:28 326/519 - 34/75: Installing method PositionableStream>>nextWordPut: 22:16:28 326/519 - 35/75: Installing method PositionableStream>>oldBack 22:16:28 326/519 - 36/75: Installing method PositionableStream>>oldPeekBack 22:16:29 326/519 - 37/75: Installing method PositionableStream>>on: 22:16:29 326/519 - 38/75: Installing method PositionableStream>>on:from:to: 22:16:29 326/519 - 39/75: Installing method PositionableStream>>originalContents 22:16:29 326/519 - 40/75: Installing method PositionableStream>>padTo:put: 22:16:29 326/519 - 41/75: Installing method PositionableStream>>padToNextLongPut: 22:16:29 326/519 - 42/75: Installing method PositionableStream>>peek 22:16:29 326/519 - 43/75: Installing method PositionableStream>>peekBack 22:16:29 326/519 - 44/75: Installing method PositionableStream>>peekFor: 22:16:29 326/519 - 45/75: Installing method PositionableStream>>position 22:16:29 326/519 - 46/75: Installing method PositionableStream>>position: 22:16:29 326/519 - 47/75: Installing method PositionableStream>>positionError 22:16:29 326/519 - 48/75: Installing method PositionableStream>>positionOfSubCollection: 22:16:29 326/519 - 49/75: Installing method PositionableStream>>positionOfSubCollection:ifAbsent: 22:16:29 326/519 - 50/75: Installing method PositionableStream>>pushBack: 22:16:29 326/519 - 51/75: Installing method PositionableStream>>readInto:startingAt:count: 22:16:29 326/519 - 52/75: Installing method PositionableStream>>reset 22:16:29 326/519 - 53/75: Installing method PositionableStream>>resetContents 22:16:29 326/519 - 54/75: Installing method PositionableStream>>setFrom:to: 22:16:29 326/519 - 55/75: Installing method PositionableStream>>setToEnd 22:16:29 326/519 - 56/75: Installing method PositionableStream>>setToStart 22:16:29 326/519 - 57/75: Installing method PositionableStream>>skip: 22:16:29 326/519 - 58/75: Installing method PositionableStream>>skipSeparators 22:16:29 326/519 - 59/75: Installing method PositionableStream>>skipSeparatorsAndPeekNext 22:16:29 326/519 - 60/75: Installing method PositionableStream>>skipTo: 22:16:29 326/519 - 61/75: Installing method PositionableStream>>string 22:16:29 326/519 - 62/75: Installing method PositionableStream>>string: 22:16:29 326/519 - 63/75: Installing method PositionableStream>>uint16 22:16:29 326/519 - 64/75: Installing method PositionableStream>>uint16: 22:16:29 326/519 - 65/75: Installing method PositionableStream>>uint24 22:16:29 326/519 - 66/75: Installing method PositionableStream>>uint24: 22:16:29 326/519 - 67/75: Installing method PositionableStream>>uint32 22:16:29 326/519 - 68/75: Installing method PositionableStream>>uint32: 22:16:29 326/519 - 69/75: Installing method PositionableStream>>upTo: 22:16:29 326/519 - 70/75: Installing method PositionableStream>>upToAll: 22:16:29 326/519 - 71/75: Installing method PositionableStream>>upToAny: 22:16:29 326/519 - 72/75: Installing method PositionableStream>>upToAnyOf: 22:16:29 326/519 - 73/75: Installing method PositionableStream>>upToAnyOf:do: 22:16:29 326/519 - 74/75: Installing method PositionableStream>>upToEnd 22:16:29 326/519 - 75/75: Installing method PositionableStream>>upToPosition: 22:16:29 326/519 - 1/4: Installing method PositionableStream class>>isAbstract 22:16:29 326/519 - 2/4: Installing method PositionableStream class>>on: 22:16:29 326/519 - 3/4: Installing method PositionableStream class>>on:from:to: 22:16:29 326/519 - 4/4: Installing method PositionableStream class>>with:do: 22:16:29 327/519 - 1/20: Installing method Pragma>>= 22:16:29 327/519 - 2/20: Installing method Pragma>>analogousCodeTo: 22:16:29 327/519 - 3/20: Installing method Pragma>>argumentAt: 22:16:29 327/519 - 4/20: Installing method Pragma>>argumentNamed: 22:16:29 327/519 - 5/20: Installing method Pragma>>argumentNamed:ifNone: 22:16:29 327/519 - 6/20: Installing method Pragma>>displayStringOn: 22:16:29 327/519 - 7/20: Installing method Pragma>>hasLiteral: 22:16:29 327/519 - 8/20: Installing method Pragma>>hash 22:16:29 327/519 - 9/20: Installing method Pragma>>key 22:16:29 327/519 - 10/20: Installing method Pragma>>keyword 22:16:29 327/519 - 11/20: Installing method Pragma>>message 22:16:29 327/519 - 12/20: Installing method Pragma>>method 22:16:29 327/519 - 13/20: Installing method Pragma>>method: 22:16:29 327/519 - 14/20: Installing method Pragma>>methodClass 22:16:29 327/519 - 15/20: Installing method Pragma>>methodSelector 22:16:29 327/519 - 16/20: Installing method Pragma>>printOn: 22:16:29 327/519 - 17/20: Installing method Pragma>>refersToLiteral: 22:16:29 327/519 - 18/20: Installing method Pragma>>sendTo: 22:16:29 327/519 - 19/20: Installing method Pragma>>sourceNode 22:16:29 327/519 - 20/20: Installing method Pragma>>withArgumentsDo: 22:16:30 327/519 - 1/11: Installing method Pragma class>>addToCache: 22:16:30 327/519 - 2/11: Installing method Pragma class>>all 22:16:30 327/519 - 3/11: Installing method Pragma class>>allNamed: 22:16:30 327/519 - 4/11: Installing method Pragma class>>allNamed:from:to: 22:16:30 327/519 - 5/11: Installing method Pragma class>>allNamed:from:to:sortedByArgument: 22:16:30 327/519 - 6/11: Installing method Pragma class>>allNamed:from:to:sortedUsing: 22:16:30 327/519 - 7/11: Installing method Pragma class>>allNamed:in: 22:16:30 327/519 - 8/11: Installing method Pragma class>>allNamed:in:sortedByArgument: 22:16:30 327/519 - 9/11: Installing method Pragma class>>allNamed:in:sortedUsing: 22:16:30 327/519 - 10/11: Installing method Pragma class>>for:selector:arguments: 22:16:30 327/519 - 11/11: Installing method Pragma class>>pragmaCache 22:16:30 328/519 - 1/5: Installing method PrimitiveError>>errorCode 22:16:30 328/519 - 2/5: Installing method PrimitiveError>>errorCode: 22:16:30 328/519 - 3/5: Installing method PrimitiveError>>errorName 22:16:30 328/519 - 4/5: Installing method PrimitiveError>>errorName: 22:16:30 328/519 - 5/5: Installing method PrimitiveError>>isPrimitiveError 22:16:30 329/519 - 1/1: Installing method PrimitiveFailed>>standardMessageText 22:16:30 330/519 - 1/4: Installing method PrintVersionCommandLineHandler>>activate 22:16:30 330/519 - 2/4: Installing method PrintVersionCommandLineHandler>>printNumericVersion 22:16:30 330/519 - 3/4: Installing method PrintVersionCommandLineHandler>>printRelease 22:16:30 330/519 - 4/4: Installing method PrintVersionCommandLineHandler>>printVersion 22:16:30 330/519 - 1/2: Installing method PrintVersionCommandLineHandler class>>commandName 22:16:30 330/519 - 2/2: Installing method PrintVersionCommandLineHandler class>>description 22:16:32 331/519 - 1/58: Installing method Process>>activateReturn:value: 22:16:32 331/519 - 2/58: Installing method Process>>browserPrintString 22:16:32 331/519 - 3/58: Installing method Process>>browserPrintStringWith: 22:16:32 331/519 - 4/58: Installing method Process>>calleeOf: 22:16:32 331/519 - 5/58: Installing method Process>>complete: 22:16:32 331/519 - 6/58: Installing method Process>>completeStep: 22:16:32 331/519 - 7/58: Installing method Process>>completeTo: 22:16:32 331/519 - 8/58: Installing method Process>>copyStack 22:16:32 331/519 - 9/58: Installing method Process>>doTerminationFromAnotherProcess 22:16:32 331/519 - 10/58: Installing method Process>>doTerminationFromYourself 22:16:32 331/519 - 11/58: Installing method Process>>effectiveProcess 22:16:32 331/519 - 12/58: Installing method Process>>effectiveProcess: 22:16:32 331/519 - 13/58: Installing method Process>>endProcess 22:16:32 331/519 - 14/58: Installing method Process>>errorHandler 22:16:32 331/519 - 15/58: Installing method Process>>errorHandler: 22:16:32 331/519 - 16/58: Installing method Process>>evaluate:onBehalfOf: 22:16:32 331/519 - 17/58: Installing method Process>>handleError: 22:16:32 331/519 - 18/58: Installing method Process>>handleNotification: 22:16:32 331/519 - 19/58: Installing method Process>>handleWarning: 22:16:32 331/519 - 20/58: Installing method Process>>initialize 22:16:32 331/519 - 21/58: Installing method Process>>install: 22:16:32 331/519 - 22/58: Installing method Process>>installEnvIntoForked: 22:16:32 331/519 - 23/58: Installing method Process>>isActive 22:16:32 331/519 - 24/58: Installing method Process>>isActiveProcess 22:16:32 331/519 - 25/58: Installing method Process>>isReady 22:16:32 331/519 - 26/58: Installing method Process>>isSuspended 22:16:32 331/519 - 27/58: Installing method Process>>isTerminated 22:16:32 331/519 - 28/58: Installing method Process>>isTerminating 22:16:32 331/519 - 29/58: Installing method Process>>isWaiting 22:16:32 331/519 - 30/58: Installing method Process>>name 22:16:32 331/519 - 31/58: Installing method Process>>name: 22:16:32 331/519 - 32/58: Installing method Process>>on:do: 22:16:32 331/519 - 33/58: Installing method Process>>popTo: 22:16:32 331/519 - 34/58: Installing method Process>>popTo:value: 22:16:32 331/519 - 35/58: Installing method Process>>primitiveResume 22:16:32 331/519 - 36/58: Installing method Process>>printOn: 22:16:32 331/519 - 37/58: Installing method Process>>priority 22:16:32 331/519 - 38/58: Installing method Process>>priority: 22:16:32 331/519 - 39/58: Installing method Process>>psValueAt: 22:16:32 331/519 - 40/58: Installing method Process>>psValueAt:put: 22:16:32 331/519 - 41/58: Installing method Process>>pvtSignal:list: 22:16:32 331/519 - 42/58: Installing method Process>>resetPSValueAt: 22:16:32 331/519 - 43/58: Installing method Process>>restartTop 22:16:32 331/519 - 44/58: Installing method Process>>restartTopWith: 22:16:32 331/519 - 45/58: Installing method Process>>resume 22:16:32 331/519 - 46/58: Installing method Process>>return:value: 22:16:32 331/519 - 47/58: Installing method Process>>run 22:16:32 331/519 - 48/58: Installing method Process>>signalException: 22:16:32 331/519 - 49/58: Installing method Process>>state 22:16:32 331/519 - 50/58: Installing method Process>>step 22:16:32 331/519 - 51/58: Installing method Process>>step: 22:16:32 331/519 - 52/58: Installing method Process>>stepToCallee 22:16:32 331/519 - 53/58: Installing method Process>>stepToHome: 22:16:32 331/519 - 54/58: Installing method Process>>suspend 22:16:32 331/519 - 55/58: Installing method Process>>suspendedContext 22:16:32 331/519 - 56/58: Installing method Process>>suspendedContext: 22:16:32 331/519 - 57/58: Installing method Process>>suspendingList 22:16:32 331/519 - 58/58: Installing method Process>>terminate 22:16:32 331/519 - 1/4: Installing method Process class>>allocatePSKey: 22:16:32 331/519 - 2/4: Installing method Process class>>forContext:priority: 22:16:32 331/519 - 3/4: Installing method Process class>>psKeysSema 22:16:32 331/519 - 4/4: Installing method Process class>>updateInheritableKeys 22:16:33 333/519 - 1/40: Installing method ProcessList>>add: 22:16:33 333/519 - 2/40: Installing method ProcessList>>add:after: 22:16:33 333/519 - 3/40: Installing method ProcessList>>add:afterLink: 22:16:33 333/519 - 4/40: Installing method ProcessList>>add:before: 22:16:33 333/519 - 5/40: Installing method ProcessList>>add:beforeLink: 22:16:33 333/519 - 6/40: Installing method ProcessList>>addFirst: 22:16:33 333/519 - 7/40: Installing method ProcessList>>addLast: 22:16:33 333/519 - 8/40: Installing method ProcessList>>at: 22:16:33 333/519 - 9/40: Installing method ProcessList>>at:put: 22:16:33 333/519 - 10/40: Installing method ProcessList>>at:putLink: 22:16:33 333/519 - 11/40: Installing method ProcessList>>collect: 22:16:33 333/519 - 12/40: Installing method ProcessList>>collect:thenSelect: 22:16:33 333/519 - 13/40: Installing method ProcessList>>copyWith: 22:16:33 333/519 - 14/40: Installing method ProcessList>>copyWithout: 22:16:33 333/519 - 15/40: Installing method ProcessList>>do: 22:16:33 333/519 - 16/40: Installing method ProcessList>>first 22:16:33 333/519 - 17/40: Installing method ProcessList>>firstLink 22:16:33 333/519 - 18/40: Installing method ProcessList>>indexOf:startingAt:ifAbsent: 22:16:33 333/519 - 19/40: Installing method ProcessList>>isEmpty 22:16:33 333/519 - 20/40: Installing method ProcessList>>last 22:16:33 333/519 - 21/40: Installing method ProcessList>>lastLink 22:16:33 333/519 - 22/40: Installing method ProcessList>>linkAt: 22:16:33 333/519 - 23/40: Installing method ProcessList>>linkAt:ifAbsent: 22:16:33 333/519 - 24/40: Installing method ProcessList>>linkOf: 22:16:33 333/519 - 25/40: Installing method ProcessList>>linkOf:ifAbsent: 22:16:33 333/519 - 26/40: Installing method ProcessList>>linksDo: 22:16:33 333/519 - 27/40: Installing method ProcessList>>postCopy 22:16:33 333/519 - 28/40: Installing method ProcessList>>remove:ifAbsent: 22:16:33 333/519 - 29/40: Installing method ProcessList>>removeAll 22:16:33 333/519 - 30/40: Installing method ProcessList>>removeAllSuchThat: 22:16:33 333/519 - 31/40: Installing method ProcessList>>removeFirst 22:16:33 333/519 - 32/40: Installing method ProcessList>>removeLast 22:16:33 333/519 - 33/40: Installing method ProcessList>>removeLink: 22:16:33 333/519 - 34/40: Installing method ProcessList>>removeLink:ifAbsent: 22:16:33 333/519 - 35/40: Installing method ProcessList>>select: 22:16:33 333/519 - 36/40: Installing method ProcessList>>select:thenCollect: 22:16:33 333/519 - 37/40: Installing method ProcessList>>size 22:16:33 333/519 - 38/40: Installing method ProcessList>>species 22:16:33 333/519 - 39/40: Installing method ProcessList>>swap:with: 22:16:33 333/519 - 40/40: Installing method ProcessList>>validIndex: 22:16:33 333/519 - 1/4: Installing method ProcessList class>>new: 22:16:33 333/519 - 2/4: Installing method ProcessList class>>new:streamContents: 22:16:33 333/519 - 3/4: Installing method ProcessList class>>newFrom: 22:16:33 333/519 - 4/4: Installing method ProcessList class>>streamSpecies 22:16:33 334/519 - 1/1: Installing method ProcessLocalVariable>>value: 22:16:33 334/519 - 1/1: Installing method ProcessLocalVariable class>>value: 22:16:33 335/519 - 1/7: Installing method ProcessSpecificVariable>>default 22:16:33 335/519 - 2/7: Installing method ProcessSpecificVariable>>index 22:16:33 335/519 - 3/7: Installing method ProcessSpecificVariable>>index: 22:16:33 335/519 - 4/7: Installing method ProcessSpecificVariable>>installValue:intoForked:from: 22:16:33 335/519 - 5/7: Installing method ProcessSpecificVariable>>isInheritable 22:16:33 335/519 - 6/7: Installing method ProcessSpecificVariable>>value 22:16:33 335/519 - 7/7: Installing method ProcessSpecificVariable>>valueOrNil 22:16:34 335/519 - 1/6: Installing method ProcessSpecificVariable class>>initialize 22:16:34 335/519 - 2/6: Installing method ProcessSpecificVariable class>>isInheritable 22:16:34 335/519 - 3/6: Installing method ProcessSpecificVariable class>>new 22:16:34 335/519 - 4/6: Installing method ProcessSpecificVariable class>>resetSoleInstance 22:16:34 335/519 - 5/6: Installing method ProcessSpecificVariable class>>soleInstance 22:16:34 335/519 - 6/6: Installing method ProcessSpecificVariable class>>value 22:16:34 336/519 - 1/30: Installing method ProcessorScheduler>>activePriority 22:16:34 336/519 - 2/30: Installing method ProcessorScheduler>>activeProcess 22:16:34 336/519 - 3/30: Installing method ProcessorScheduler>>anyProcessesAbove: 22:16:34 336/519 - 4/30: Installing method ProcessorScheduler>>backgroundProcess 22:16:34 336/519 - 5/30: Installing method ProcessorScheduler>>highIOPriority 22:16:34 336/519 - 6/30: Installing method ProcessorScheduler>>highestPriority 22:16:34 336/519 - 7/30: Installing method ProcessorScheduler>>highestPriority: 22:16:34 336/519 - 8/30: Installing method ProcessorScheduler>>interpriorityYield: 22:16:34 336/519 - 9/30: Installing method ProcessorScheduler>>isSelfEvaluating 22:16:34 336/519 - 10/30: Installing method ProcessorScheduler>>lowIOPriority 22:16:34 336/519 - 11/30: Installing method ProcessorScheduler>>lowestPriority 22:16:34 336/519 - 12/30: Installing method ProcessorScheduler>>nextReadyProcess 22:16:34 336/519 - 13/30: Installing method ProcessorScheduler>>preemptedProcess 22:16:34 336/519 - 14/30: Installing method ProcessorScheduler>>printOn: 22:16:35 336/519 - 15/30: Installing method ProcessorScheduler>>realActiveProcess 22:16:35 336/519 - 16/30: Installing method ProcessorScheduler>>remove:ifAbsent: 22:16:35 336/519 - 17/30: Installing method ProcessorScheduler>>scanSchedule:startingAt: 22:16:35 336/519 - 18/30: Installing method ProcessorScheduler>>suspendFirstAt: 22:16:35 336/519 - 19/30: Installing method ProcessorScheduler>>suspendFirstAt:ifNone: 22:16:35 336/519 - 20/30: Installing method ProcessorScheduler>>systemBackgroundPriority 22:16:35 336/519 - 21/30: Installing method ProcessorScheduler>>tallyCPUUsageFor: 22:16:35 336/519 - 22/30: Installing method ProcessorScheduler>>tallyCPUUsageFor:every: 22:16:35 336/519 - 23/30: Installing method ProcessorScheduler>>terminateActive 22:16:35 336/519 - 24/30: Installing method ProcessorScheduler>>terminateRealActive 22:16:35 336/519 - 25/30: Installing method ProcessorScheduler>>timingPriority 22:16:35 336/519 - 26/30: Installing method ProcessorScheduler>>userBackgroundPriority 22:16:35 336/519 - 27/30: Installing method ProcessorScheduler>>userInterruptPriority 22:16:35 336/519 - 28/30: Installing method ProcessorScheduler>>userSchedulingPriority 22:16:35 336/519 - 29/30: Installing method ProcessorScheduler>>waitingProcessesAt: 22:16:35 336/519 - 30/30: Installing method ProcessorScheduler>>yield 22:16:35 336/519 - 1/8: Installing method ProcessorScheduler class>>idleProcess 22:16:35 336/519 - 2/8: Installing method ProcessorScheduler class>>idleTime 22:16:35 336/519 - 3/8: Installing method ProcessorScheduler class>>idleTime: 22:16:35 336/519 - 4/8: Installing method ProcessorScheduler class>>idleTimeSettingOn: 22:16:35 336/519 - 5/8: Installing method ProcessorScheduler class>>initialize 22:16:35 336/519 - 6/8: Installing method ProcessorScheduler class>>new 22:16:35 336/519 - 7/8: Installing method ProcessorScheduler class>>relinquishProcessorForMicroseconds: 22:16:35 336/519 - 8/8: Installing method ProcessorScheduler class>>startUp 22:16:36 337/519 - 1/37: Installing method ProtoObject>>== 22:16:36 337/519 - 2/37: Installing method ProtoObject>>basicIdentityHash 22:16:36 337/519 - 3/37: Installing method ProtoObject>>become: 22:16:36 337/519 - 4/37: Installing method ProtoObject>>becomeForward: 22:16:36 337/519 - 5/37: Installing method ProtoObject>>becomeForward:copyHash: 22:16:36 337/519 - 6/37: Installing method ProtoObject>>cannotInterpret: 22:16:36 337/519 - 7/37: Installing method ProtoObject>>class 22:16:36 337/519 - 8/37: Installing method ProtoObject>>doesNotUnderstand: 22:16:36 337/519 - 9/37: Installing method ProtoObject>>executeMethod: 22:16:36 337/519 - 10/37: Installing method ProtoObject>>flag: 22:16:36 337/519 - 11/37: Installing method ProtoObject>>identityHash 22:16:36 337/519 - 12/37: Installing method ProtoObject>>ifNil: 22:16:36 337/519 - 13/37: Installing method ProtoObject>>ifNil:ifNotNil: 22:16:36 337/519 - 14/37: Installing method ProtoObject>>ifNotNil: 22:16:36 337/519 - 15/37: Installing method ProtoObject>>ifNotNil:ifNil: 22:16:36 337/519 - 16/37: Installing method ProtoObject>>initialize 22:16:36 337/519 - 17/37: Installing method ProtoObject>>instVarsInclude: 22:16:36 337/519 - 18/37: Installing method ProtoObject>>isImmediateObject 22:16:36 337/519 - 19/37: Installing method ProtoObject>>isNil 22:16:36 337/519 - 20/37: Installing method ProtoObject>>modificationForbiddenFor:index:value: 22:16:36 337/519 - 21/37: Installing method ProtoObject>>modificationForbiddenFor:value: 22:16:36 337/519 - 22/37: Installing method ProtoObject>>mustBeBoolean 22:16:36 337/519 - 23/37: Installing method ProtoObject>>mustBeBooleanHandler 22:16:36 337/519 - 24/37: Installing method ProtoObject>>mustBeBooleanIn: 22:16:36 337/519 - 25/37: Installing method ProtoObject>>nextInstance 22:16:36 337/519 - 26/37: Installing method ProtoObject>>nextObject 22:16:36 337/519 - 27/37: Installing method ProtoObject>>pointersTo 22:16:36 337/519 - 28/37: Installing method ProtoObject>>pointersToAmong: 22:16:36 337/519 - 29/37: Installing method ProtoObject>>pointersToExcept: 22:16:36 337/519 - 30/37: Installing method ProtoObject>>pointersToExcept:among: 22:16:36 337/519 - 31/37: Installing method ProtoObject>>pointsTo: 22:16:36 337/519 - 32/37: Installing method ProtoObject>>primitiveFail 22:16:36 337/519 - 33/37: Installing method ProtoObject>>primitiveFailed 22:16:36 337/519 - 34/37: Installing method ProtoObject>>primitiveFailed: 22:16:36 337/519 - 35/37: Installing method ProtoObject>>tryPrimitive:withArgs: 22:16:36 337/519 - 36/37: Installing method ProtoObject>>withArgs:executeMethod: 22:16:36 337/519 - 37/37: Installing method ProtoObject>>~~ 22:16:36 338/519 - 1/16: Installing method Protocol>>addAllMethodsFrom: 22:16:36 338/519 - 2/16: Installing method Protocol>>addMethodSelector: 22:16:36 338/519 - 3/16: Installing method Protocol>>includesSelector: 22:16:36 338/519 - 4/16: Installing method Protocol>>initialize 22:16:36 338/519 - 5/16: Installing method Protocol>>isEmpty 22:16:36 338/519 - 6/16: Installing method Protocol>>isExtensionProtocol 22:16:36 338/519 - 7/16: Installing method Protocol>>isExtensionProtocolMatching: 22:16:36 338/519 - 8/16: Installing method Protocol>>isUnclassifiedProtocol 22:16:36 338/519 - 9/16: Installing method Protocol>>methodSelectors 22:16:36 338/519 - 10/16: Installing method Protocol>>methodSelectors: 22:16:36 338/519 - 11/16: Installing method Protocol>>name 22:16:36 338/519 - 12/16: Installing method Protocol>>name: 22:16:36 338/519 - 13/16: Installing method Protocol>>printOn: 22:16:36 338/519 - 14/16: Installing method Protocol>>removeMethodSelector: 22:16:36 338/519 - 15/16: Installing method Protocol>>rename: 22:16:36 338/519 - 16/16: Installing method Protocol>>resetMethodSelectors 22:16:36 338/519 - 1/3: Installing method Protocol class>>name:methodSelectors: 22:16:36 338/519 - 2/3: Installing method Protocol class>>named: 22:16:36 338/519 - 3/3: Installing method Protocol class>>unclassified 22:16:37 340/519 - 1/5: Installing method ProtocolAnnouncement>>classAffected 22:16:37 340/519 - 2/5: Installing method ProtocolAnnouncement>>classReorganized 22:16:37 340/519 - 3/5: Installing method ProtocolAnnouncement>>classReorganized: 22:16:37 340/519 - 4/5: Installing method ProtocolAnnouncement>>protocol 22:16:37 340/519 - 5/5: Installing method ProtocolAnnouncement>>protocol: 22:16:37 340/519 - 1/3: Installing method ProtocolAnnouncement class>>class: 22:16:37 340/519 - 2/3: Installing method ProtocolAnnouncement class>>in:protocol: 22:16:37 340/519 - 3/3: Installing method ProtocolAnnouncement class>>initialize 22:16:37 342/519 - 1/4: Installing method ProtocolRenamed>>newProtocol 22:16:37 342/519 - 2/4: Installing method ProtocolRenamed>>newProtocol: 22:16:37 342/519 - 3/4: Installing method ProtocolRenamed>>oldProtocol 22:16:37 342/519 - 4/4: Installing method ProtocolRenamed>>oldProtocol: 22:16:37 342/519 - 1/2: Installing method ProtocolRenamed class>>in:from:to: 22:16:37 342/519 - 2/2: Installing method ProtocolRenamed class>>isDeprecated 22:16:37 344/519 - 1/11: Installing method PseudoVariable>>asDoItVariableFrom: 22:16:37 344/519 - 2/11: Installing method PseudoVariable>>asString 22:16:37 344/519 - 3/11: Installing method PseudoVariable>>emitStore: 22:16:37 344/519 - 4/11: Installing method PseudoVariable>>initialize 22:16:37 344/519 - 5/11: Installing method PseudoVariable>>isPseudoVariable 22:16:37 344/519 - 6/11: Installing method PseudoVariable>>isWritable 22:16:37 344/519 - 7/11: Installing method PseudoVariable>>name: 22:16:37 344/519 - 8/11: Installing method PseudoVariable>>printOn: 22:16:37 344/519 - 9/11: Installing method PseudoVariable>>scope 22:16:37 344/519 - 10/11: Installing method PseudoVariable>>usingMethods 22:16:37 344/519 - 11/11: Installing method PseudoVariable>>write:inContext: 22:16:37 344/519 - 1/4: Installing method PseudoVariable class>>initialize 22:16:37 344/519 - 2/4: Installing method PseudoVariable class>>isAbstract 22:16:37 344/519 - 3/4: Installing method PseudoVariable class>>lookupDictionary 22:16:37 344/519 - 4/4: Installing method PseudoVariable class>>variableName 22:16:37 345/519 - 1/11: Installing method RPackageSet>>classes 22:16:38 345/519 - 2/11: Installing method RPackageSet>>definedClasses 22:16:38 345/519 - 3/11: Installing method RPackageSet>>extendedClasses 22:16:38 345/519 - 4/11: Installing method RPackageSet>>extensionMethods 22:16:38 345/519 - 5/11: Installing method RPackageSet>>includesClass: 22:16:38 345/519 - 6/11: Installing method RPackageSet>>initialize: 22:16:38 345/519 - 7/11: Installing method RPackageSet>>methods 22:16:38 345/519 - 8/11: Installing method RPackageSet>>organizer 22:16:38 345/519 - 9/11: Installing method RPackageSet>>packageName 22:16:38 345/519 - 10/11: Installing method RPackageSet>>packages 22:16:38 345/519 - 11/11: Installing method RPackageSet>>removeFromSystem 22:16:38 345/519 - 1/8: Installing method RPackageSet class>>basicNamed: 22:16:38 345/519 - 2/8: Installing method RPackageSet class>>cacheActive: 22:16:38 345/519 - 3/8: Installing method RPackageSet class>>cachePackageAt:ifAbsentPut: 22:16:38 345/519 - 4/8: Installing method RPackageSet class>>cachePackages 22:16:38 345/519 - 5/8: Installing method RPackageSet class>>isCacheActive 22:16:38 345/519 - 6/8: Installing method RPackageSet class>>named: 22:16:38 345/519 - 7/8: Installing method RPackageSet class>>resetCache 22:16:38 345/519 - 8/8: Installing method RPackageSet class>>withCacheDo: 22:16:38 347/519 - 1/13: Installing method ReadStream>>ascii 22:16:38 347/519 - 2/13: Installing method ReadStream>>localName 22:16:38 347/519 - 3/13: Installing method ReadStream>>next 22:16:38 347/519 - 4/13: Installing method ReadStream>>next: 22:16:38 347/519 - 5/13: Installing method ReadStream>>nextPut: 22:16:38 347/519 - 6/13: Installing method ReadStream>>on:from:to: 22:16:38 347/519 - 7/13: Installing method ReadStream>>readInto:startingAt:count: 22:16:38 347/519 - 8/13: Installing method ReadStream>>readStream 22:16:38 347/519 - 9/13: Installing method ReadStream>>size 22:16:38 347/519 - 10/13: Installing method ReadStream>>skipTo: 22:16:38 347/519 - 11/13: Installing method ReadStream>>upTo: 22:16:38 347/519 - 12/13: Installing method ReadStream>>upToAnyOf:do: 22:16:38 347/519 - 13/13: Installing method ReadStream>>upToEnd 22:16:38 348/519 - 1/8: Installing method ReadWriteStream>>= 22:16:38 348/519 - 2/8: Installing method ReadWriteStream>>contents 22:16:38 348/519 - 3/8: Installing method ReadWriteStream>>hash 22:16:38 348/519 - 4/8: Installing method ReadWriteStream>>name 22:16:38 348/519 - 5/8: Installing method ReadWriteStream>>next 22:16:38 348/519 - 6/8: Installing method ReadWriteStream>>next: 22:16:38 348/519 - 7/8: Installing method ReadWriteStream>>readInto:startingAt:count: 22:16:38 348/519 - 8/8: Installing method ReadWriteStream>>readStream 22:16:39 349/519 - 1/100: Installing method Rectangle>>= 22:16:39 349/519 - 2/100: Installing method Rectangle>>aboveCenter 22:16:39 349/519 - 3/100: Installing method Rectangle>>adjustTo:along: 22:16:39 349/519 - 4/100: Installing method Rectangle>>align:with: 22:16:39 349/519 - 5/100: Installing method Rectangle>>allAreasOutsideList:do: 22:16:39 349/519 - 6/100: Installing method Rectangle>>allAreasOutsideList:startingAt:do: 22:16:39 349/519 - 7/100: Installing method Rectangle>>amountToTranslateWithin: 22:16:39 349/519 - 8/100: Installing method Rectangle>>area 22:16:40 349/519 - 9/100: Installing method Rectangle>>areasOutside: 22:16:40 349/519 - 10/100: Installing method Rectangle>>bordersOn:along: 22:16:40 349/519 - 11/100: Installing method Rectangle>>bottom 22:16:40 349/519 - 12/100: Installing method Rectangle>>bottom: 22:16:40 349/519 - 13/100: Installing method Rectangle>>bottomCenter 22:16:40 349/519 - 14/100: Installing method Rectangle>>bottomLeft 22:16:40 349/519 - 15/100: Installing method Rectangle>>bottomRight 22:16:40 349/519 - 16/100: Installing method Rectangle>>boundingBox 22:16:40 349/519 - 17/100: Installing method Rectangle>>ceiling 22:16:40 349/519 - 18/100: Installing method Rectangle>>center 22:16:40 349/519 - 19/100: Installing method Rectangle>>centeredBeneath: 22:16:40 349/519 - 20/100: Installing method Rectangle>>closeTo: 22:16:40 349/519 - 21/100: Installing method Rectangle>>closeTo:precision: 22:16:40 349/519 - 22/100: Installing method Rectangle>>compressTo: 22:16:40 349/519 - 23/100: Installing method Rectangle>>compressed 22:16:40 349/519 - 24/100: Installing method Rectangle>>containsPoint: 22:16:40 349/519 - 25/100: Installing method Rectangle>>containsRect: 22:16:40 349/519 - 26/100: Installing method Rectangle>>corner 22:16:40 349/519 - 27/100: Installing method Rectangle>>corners 22:16:40 349/519 - 28/100: Installing method Rectangle>>deltaToEnsureInOrCentered:extra: 22:16:40 349/519 - 29/100: Installing method Rectangle>>encompass: 22:16:40 349/519 - 30/100: Installing method Rectangle>>expandBy: 22:16:40 349/519 - 31/100: Installing method Rectangle>>expandTo: 22:16:40 349/519 - 32/100: Installing method Rectangle>>expanded 22:16:40 349/519 - 33/100: Installing method Rectangle>>extendBy: 22:16:40 349/519 - 34/100: Installing method Rectangle>>extent 22:16:40 349/519 - 35/100: Installing method Rectangle>>flipBy:centerAt: 22:16:40 349/519 - 36/100: Installing method Rectangle>>floatCenter 22:16:40 349/519 - 37/100: Installing method Rectangle>>floor 22:16:40 349/519 - 38/100: Installing method Rectangle>>forPoint:closestSideDistLen: 22:16:40 349/519 - 39/100: Installing method Rectangle>>hasPositiveExtent 22:16:40 349/519 - 40/100: Installing method Rectangle>>hash 22:16:40 349/519 - 41/100: Installing method Rectangle>>height 22:16:40 349/519 - 42/100: Installing method Rectangle>>innerCorners 22:16:40 349/519 - 43/100: Installing method Rectangle>>insetBy: 22:16:40 349/519 - 44/100: Installing method Rectangle>>insetOriginBy:cornerBy: 22:16:40 349/519 - 45/100: Installing method Rectangle>>interpolateTo:at: 22:16:40 349/519 - 46/100: Installing method Rectangle>>intersect: 22:16:40 349/519 - 47/100: Installing method Rectangle>>intersect:ifNone: 22:16:40 349/519 - 48/100: Installing method Rectangle>>intersects: 22:16:40 349/519 - 49/100: Installing method Rectangle>>isIntegerRectangle 22:16:40 349/519 - 50/100: Installing method Rectangle>>isRectangle 22:16:40 349/519 - 51/100: Installing method Rectangle>>isSelfEvaluating 22:16:40 349/519 - 52/100: Installing method Rectangle>>isTall 22:16:40 349/519 - 53/100: Installing method Rectangle>>isWide 22:16:40 349/519 - 54/100: Installing method Rectangle>>isZero 22:16:40 349/519 - 55/100: Installing method Rectangle>>left 22:16:40 349/519 - 56/100: Installing method Rectangle>>left: 22:16:40 349/519 - 57/100: Installing method Rectangle>>leftCenter 22:16:40 349/519 - 58/100: Installing method Rectangle>>merge: 22:16:40 349/519 - 59/100: Installing method Rectangle>>origin 22:16:40 349/519 - 60/100: Installing method Rectangle>>pointAtSideOrCorner: 22:16:40 349/519 - 61/100: Installing method Rectangle>>pointNearestTo: 22:16:40 349/519 - 62/100: Installing method Rectangle>>printOn: 22:16:40 349/519 - 63/100: Installing method Rectangle>>quickMerge: 22:16:40 349/519 - 64/100: Installing method Rectangle>>quickMergePoint: 22:16:40 349/519 - 65/100: Installing method Rectangle>>rectanglesAt:height: 22:16:40 349/519 - 66/100: Installing method Rectangle>>right 22:16:40 349/519 - 67/100: Installing method Rectangle>>right: 22:16:40 349/519 - 68/100: Installing method Rectangle>>rightCenter 22:16:40 349/519 - 69/100: Installing method Rectangle>>rotateBy:centerAt: 22:16:40 349/519 - 70/100: Installing method Rectangle>>roundTo: 22:16:40 349/519 - 71/100: Installing method Rectangle>>rounded 22:16:40 349/519 - 72/100: Installing method Rectangle>>scaleBy: 22:16:40 349/519 - 73/100: Installing method Rectangle>>scaleFrom:to: 22:16:40 349/519 - 74/100: Installing method Rectangle>>scaledAndCenteredIn: 22:16:40 349/519 - 75/100: Installing method Rectangle>>setLeft:right:top:bottom: 22:16:40 349/519 - 76/100: Installing method Rectangle>>setPoint:point: 22:16:40 349/519 - 77/100: Installing method Rectangle>>sideNearestTo: 22:16:40 349/519 - 78/100: Installing method Rectangle>>squishedWithin: 22:16:40 349/519 - 79/100: Installing method Rectangle>>storeOn: 22:16:40 349/519 - 80/100: Installing method Rectangle>>top 22:16:40 349/519 - 81/100: Installing method Rectangle>>top: 22:16:40 349/519 - 82/100: Installing method Rectangle>>topCenter 22:16:40 349/519 - 83/100: Installing method Rectangle>>topLeft 22:16:40 349/519 - 84/100: Installing method Rectangle>>topRight 22:16:40 349/519 - 85/100: Installing method Rectangle>>translateBy: 22:16:40 349/519 - 86/100: Installing method Rectangle>>translatedAndSquishedToBeWithin: 22:16:40 349/519 - 87/100: Installing method Rectangle>>translatedToBeWithin: 22:16:41 349/519 - 88/100: Installing method Rectangle>>truncateTo: 22:16:41 349/519 - 89/100: Installing method Rectangle>>truncated 22:16:41 349/519 - 90/100: Installing method Rectangle>>width 22:16:41 349/519 - 91/100: Installing method Rectangle>>withBottom: 22:16:41 349/519 - 92/100: Installing method Rectangle>>withHeight: 22:16:41 349/519 - 93/100: Installing method Rectangle>>withLeft: 22:16:41 349/519 - 94/100: Installing method Rectangle>>withRight: 22:16:41 349/519 - 95/100: Installing method Rectangle>>withSide:setTo: 22:16:41 349/519 - 96/100: Installing method Rectangle>>withSideOrCorner:setToPoint: 22:16:41 349/519 - 97/100: Installing method Rectangle>>withSideOrCorner:setToPoint:minExtent: 22:16:41 349/519 - 98/100: Installing method Rectangle>>withSideOrCorner:setToPoint:minExtent:limit: 22:16:41 349/519 - 99/100: Installing method Rectangle>>withTop: 22:16:41 349/519 - 100/100: Installing method Rectangle>>withWidth: 22:16:41 349/519 - 1/8: Installing method Rectangle class>>center:extent: 22:16:41 349/519 - 2/8: Installing method Rectangle class>>encompassing: 22:16:41 349/519 - 3/8: Installing method Rectangle class>>floatCenter:extent: 22:16:41 349/519 - 4/8: Installing method Rectangle class>>left:right:top:bottom: 22:16:41 349/519 - 5/8: Installing method Rectangle class>>merging: 22:16:41 349/519 - 6/8: Installing method Rectangle class>>origin:corner: 22:16:41 349/519 - 7/8: Installing method Rectangle class>>origin:extent: 22:16:41 349/519 - 8/8: Installing method Rectangle class>>point:point: 22:16:41 350/519 - 1/2: Installing method RecursionStopper>>initialize 22:16:41 350/519 - 2/2: Installing method RecursionStopper>>stopMethod:during: 22:16:41 350/519 - 1/2: Installing method RecursionStopper class>>default 22:16:41 350/519 - 2/2: Installing method RecursionStopper class>>during: 22:16:41 351/519 - 1/5: Installing method RelativePath>>emptyPathString 22:16:41 351/519 - 2/5: Installing method RelativePath>>isAbsolute 22:16:41 351/519 - 3/5: Installing method RelativePath>>isRoot 22:16:41 351/519 - 4/5: Installing method RelativePath>>printOn: 22:16:41 351/519 - 5/5: Installing method RelativePath>>printOn:delimiter: 22:16:41 352/519 - 1/10: Installing method RemoteString>>fileNumber:position: 22:16:41 352/519 - 2/10: Installing method RemoteString>>last 22:16:41 352/519 - 3/10: Installing method RemoteString>>position 22:16:41 352/519 - 4/10: Installing method RemoteString>>sourceFileArray 22:16:41 352/519 - 5/10: Installing method RemoteString>>sourceFileArray: 22:16:41 352/519 - 6/10: Installing method RemoteString>>sourceFileNumber 22:16:41 352/519 - 7/10: Installing method RemoteString>>sourcePointer 22:16:42 352/519 - 8/10: Installing method RemoteString>>string 22:16:42 352/519 - 9/10: Installing method RemoteString>>string: 22:16:42 352/519 - 10/10: Installing method RemoteString>>string:onFileNumber:toFile: 22:16:42 352/519 - 1/3: Installing method RemoteString class>>newFileNumber:position: 22:16:42 352/519 - 2/3: Installing method RemoteString class>>newString: 22:16:42 352/519 - 3/3: Installing method RemoteString class>>newString:onFileNumber:toFile: 22:16:43 353/519 - 1/58: Installing method RunArray>>, 22:16:43 353/519 - 2/58: Installing method RunArray>>= 22:16:43 353/519 - 3/58: Installing method RunArray>>add: 22:16:43 353/519 - 4/58: Installing method RunArray>>add:withOccurrences: 22:16:43 353/519 - 5/58: Installing method RunArray>>addFirst: 22:16:43 353/519 - 6/58: Installing method RunArray>>addLast: 22:16:43 353/519 - 7/58: Installing method RunArray>>allSatisfy: 22:16:43 353/519 - 8/58: Installing method RunArray>>anySatisfy: 22:16:43 353/519 - 9/58: Installing method RunArray>>asBag 22:16:43 353/519 - 10/58: Installing method RunArray>>asSet 22:16:43 353/519 - 11/58: Installing method RunArray>>at: 22:16:43 353/519 - 12/58: Installing method RunArray>>at:put: 22:16:43 353/519 - 13/58: Installing method RunArray>>at:setRunOffsetAndValue: 22:16:43 353/519 - 14/58: Installing method RunArray>>coalesce 22:16:43 353/519 - 15/58: Installing method RunArray>>collect: 22:16:43 353/519 - 16/58: Installing method RunArray>>copyFrom:to: 22:16:43 353/519 - 17/58: Installing method RunArray>>copyReplaceFrom:to:with: 22:16:43 353/519 - 18/58: Installing method RunArray>>copyUpThrough: 22:16:43 353/519 - 19/58: Installing method RunArray>>copyUpTo: 22:16:43 353/519 - 20/58: Installing method RunArray>>copyUpToLast: 22:16:43 353/519 - 21/58: Installing method RunArray>>count: 22:16:43 353/519 - 22/58: Installing method RunArray>>detect:ifNone: 22:16:43 353/519 - 23/58: Installing method RunArray>>detectMax: 22:16:43 353/519 - 24/58: Installing method RunArray>>detectMin: 22:16:43 353/519 - 25/58: Installing method RunArray>>do: 22:16:43 353/519 - 26/58: Installing method RunArray>>fillFrom:with: 22:16:43 353/519 - 27/58: Installing method RunArray>>findFirst: 22:16:43 353/519 - 28/58: Installing method RunArray>>findLast: 22:16:43 353/519 - 29/58: Installing method RunArray>>first 22:16:43 353/519 - 30/58: Installing method RunArray>>includes: 22:16:43 353/519 - 31/58: Installing method RunArray>>isSelfEvaluating 22:16:43 353/519 - 32/58: Installing method RunArray>>isSorted 22:16:43 353/519 - 33/58: Installing method RunArray>>isSortedBy: 22:16:43 353/519 - 34/58: Installing method RunArray>>last 22:16:43 353/519 - 35/58: Installing method RunArray>>mapValues: 22:16:43 353/519 - 36/58: Installing method RunArray>>noneSatisfy: 22:16:43 353/519 - 37/58: Installing method RunArray>>postCopy 22:16:43 353/519 - 38/58: Installing method RunArray>>printOn: 22:16:43 353/519 - 39/58: Installing method RunArray>>rangeOf:startingAt: 22:16:43 353/519 - 40/58: Installing method RunArray>>remove:ifAbsent: 22:16:43 353/519 - 41/58: Installing method RunArray>>removeAll 22:16:43 353/519 - 42/58: Installing method RunArray>>repeatLast:ifEmpty: 22:16:43 353/519 - 43/58: Installing method RunArray>>repeatLastIfEmpty: 22:16:43 353/519 - 44/58: Installing method RunArray>>replace: 22:16:43 353/519 - 45/58: Installing method RunArray>>reverseDo: 22:16:43 353/519 - 46/58: Installing method RunArray>>reversed 22:16:43 353/519 - 47/58: Installing method RunArray>>runLengthAt: 22:16:43 353/519 - 48/58: Installing method RunArray>>runs 22:16:43 353/519 - 49/58: Installing method RunArray>>runsAndValuesDo: 22:16:43 353/519 - 50/58: Installing method RunArray>>runsFrom:to:do: 22:16:43 353/519 - 51/58: Installing method RunArray>>select: 22:16:43 353/519 - 52/58: Installing method RunArray>>setRuns:setValues: 22:16:43 353/519 - 53/58: Installing method RunArray>>size 22:16:43 353/519 - 54/58: Installing method RunArray>>storeOn: 22:16:43 353/519 - 55/58: Installing method RunArray>>sum: 22:16:43 353/519 - 56/58: Installing method RunArray>>values 22:16:43 353/519 - 57/58: Installing method RunArray>>withStartStopAndValueDo: 22:16:43 353/519 - 58/58: Installing method RunArray>>writeOn: 22:16:43 353/519 - 1/7: Installing method RunArray class>>new 22:16:43 353/519 - 2/7: Installing method RunArray class>>new: 22:16:43 353/519 - 3/7: Installing method RunArray class>>new:withAll: 22:16:43 353/519 - 4/7: Installing method RunArray class>>newFrom: 22:16:43 353/519 - 5/7: Installing method RunArray class>>newFromArray: 22:16:43 353/519 - 6/7: Installing method RunArray class>>readFrom: 22:16:43 353/519 - 7/7: Installing method RunArray class>>runs:values: 22:16:44 354/519 - 1/2: Installing method SaveCommandLineHandler>>activate 22:16:44 354/519 - 2/2: Installing method SaveCommandLineHandler>>saveImage 22:16:44 354/519 - 1/2: Installing method SaveCommandLineHandler class>>commandName 22:16:44 354/519 - 2/2: Installing method SaveCommandLineHandler class>>description 22:16:44 355/519 - 1/27: Installing method ScaledDecimal>>* 22:16:44 355/519 - 2/27: Installing method ScaledDecimal>>+ 22:16:44 355/519 - 3/27: Installing method ScaledDecimal>>- 22:16:44 355/519 - 4/27: Installing method ScaledDecimal>>/ 22:16:44 355/519 - 5/27: Installing method ScaledDecimal>>< 22:16:44 355/519 - 6/27: Installing method ScaledDecimal>><= 22:16:44 355/519 - 7/27: Installing method ScaledDecimal>>= 22:16:44 355/519 - 8/27: Installing method ScaledDecimal>>> 22:16:44 355/519 - 9/27: Installing method ScaledDecimal>>>= 22:16:44 355/519 - 10/27: Installing method ScaledDecimal>>adaptToFraction:andSend: 22:16:44 355/519 - 11/27: Installing method ScaledDecimal>>adaptToInteger:andSend: 22:16:44 355/519 - 12/27: Installing method ScaledDecimal>>asFraction 22:16:44 355/519 - 13/27: Installing method ScaledDecimal>>coerce: 22:16:44 355/519 - 14/27: Installing method ScaledDecimal>>isFraction 22:16:44 355/519 - 15/27: Installing method ScaledDecimal>>isLiteral 22:16:44 355/519 - 16/27: Installing method ScaledDecimal>>isSelfEvaluating 22:16:44 355/519 - 17/27: Installing method ScaledDecimal>>literalEqual: 22:16:44 355/519 - 18/27: Installing method ScaledDecimal>>negated 22:16:44 355/519 - 19/27: Installing method ScaledDecimal>>printOn: 22:16:44 355/519 - 20/27: Installing method ScaledDecimal>>printOn:base: 22:16:44 355/519 - 21/27: Installing method ScaledDecimal>>raisedTo: 22:16:44 355/519 - 22/27: Installing method ScaledDecimal>>raisedToFraction: 22:16:44 355/519 - 23/27: Installing method ScaledDecimal>>raisedToInteger: 22:16:44 355/519 - 24/27: Installing method ScaledDecimal>>reciprocal 22:16:44 355/519 - 25/27: Installing method ScaledDecimal>>scale 22:16:44 355/519 - 26/27: Installing method ScaledDecimal>>setNumerator:denominator:scale: 22:16:44 355/519 - 27/27: Installing method ScaledDecimal>>squared 22:16:44 355/519 - 1/1: Installing method ScaledDecimal class>>newFromNumber:scale: 22:16:45 356/519 - 1/4: Installing method SelectorException>>messageText 22:16:45 356/519 - 2/4: Installing method SelectorException>>selector 22:16:45 356/519 - 3/4: Installing method SelectorException>>selector: 22:16:45 356/519 - 4/4: Installing method SelectorException>>standardMessageText 22:16:45 356/519 - 1/2: Installing method SelectorException class>>signalFor: 22:16:45 356/519 - 2/2: Installing method SelectorException class>>signalFor:in: 22:16:45 357/519 - 1/5: Installing method SelfVariable>>acceptVisitor:node: 22:16:45 357/519 - 2/5: Installing method SelfVariable>>emitValue: 22:16:45 357/519 - 3/5: Installing method SelfVariable>>isSelfVariable 22:16:45 357/519 - 4/5: Installing method SelfVariable>>readInContext: 22:16:45 357/519 - 5/5: Installing method SelfVariable>>usingMethods 22:16:45 357/519 - 1/1: Installing method SelfVariable class>>variableName 22:16:45 358/519 - 1/20: Installing method Semaphore>>= 22:16:45 358/519 - 2/20: Installing method Semaphore>>consumeAllSignals 22:16:45 358/519 - 3/20: Installing method Semaphore>>critical: 22:16:45 358/519 - 4/20: Installing method Semaphore>>critical:ifCurtailed: 22:16:45 358/519 - 5/20: Installing method Semaphore>>critical:ifError: 22:16:45 358/519 - 6/20: Installing method Semaphore>>critical:ifLocked: 22:16:45 358/519 - 7/20: Installing method Semaphore>>criticalReleasingOnError: 22:16:45 358/519 - 8/20: Installing method Semaphore>>handleProcessTerminationOfWaitingContext: 22:16:45 358/519 - 9/20: Installing method Semaphore>>hash 22:16:45 358/519 - 10/20: Installing method Semaphore>>initSignals 22:16:45 358/519 - 11/20: Installing method Semaphore>>isSignaled 22:16:45 358/519 - 12/20: Installing method Semaphore>>resumeProcess: 22:16:45 358/519 - 13/20: Installing method Semaphore>>signal 22:16:45 358/519 - 14/20: Installing method Semaphore>>signalAll 22:16:45 358/519 - 15/20: Installing method Semaphore>>terminateProcess 22:16:45 358/519 - 16/20: Installing method Semaphore>>wait 22:16:45 358/519 - 17/20: Installing method Semaphore>>waitTimeoutMilliseconds: 22:16:45 358/519 - 18/20: Installing method Semaphore>>waitTimeoutMilliseconds:onCompletion:onTimeout: 22:16:45 358/519 - 19/20: Installing method Semaphore>>waitTimeoutSeconds: 22:16:45 358/519 - 20/20: Installing method Semaphore>>waitTimeoutSeconds:onCompletion:onTimeout: 22:16:45 358/519 - 1/2: Installing method Semaphore class>>forMutualExclusion 22:16:45 358/519 - 2/2: Installing method Semaphore class>>new 22:16:49 359/519 - 1/189: Installing method SequenceableCollection>>, 22:16:49 359/519 - 2/189: Installing method SequenceableCollection>>= 22:16:49 359/519 - 3/189: Installing method SequenceableCollection>>@ 22:16:49 359/519 - 4/189: Installing method SequenceableCollection>>after: 22:16:49 359/519 - 5/189: Installing method SequenceableCollection>>after:ifAbsent: 22:16:49 359/519 - 6/189: Installing method SequenceableCollection>>allButFirst 22:16:49 359/519 - 7/189: Installing method SequenceableCollection>>allButFirst: 22:16:49 359/519 - 8/189: Installing method SequenceableCollection>>allButFirstDo: 22:16:49 359/519 - 9/189: Installing method SequenceableCollection>>allButLast 22:16:49 359/519 - 10/189: Installing method SequenceableCollection>>allButLast: 22:16:49 359/519 - 11/189: Installing method SequenceableCollection>>allButLastDo: 22:16:49 359/519 - 12/189: Installing method SequenceableCollection>>allPairsDo: 22:16:49 359/519 - 13/189: Installing method SequenceableCollection>>anyOne 22:16:49 359/519 - 14/189: Installing method SequenceableCollection>>appendTo: 22:16:49 359/519 - 15/189: Installing method SequenceableCollection>>asArray 22:16:49 359/519 - 16/189: Installing method SequenceableCollection>>asByteArray 22:16:49 359/519 - 17/189: Installing method SequenceableCollection>>asDigitsAt:in:do: 22:16:49 359/519 - 18/189: Installing method SequenceableCollection>>asDigitsToPower:do: 22:16:49 359/519 - 19/189: Installing method SequenceableCollection>>asFloatArray 22:16:49 359/519 - 20/189: Installing method SequenceableCollection>>asIntegerArray 22:16:49 359/519 - 21/189: Installing method SequenceableCollection>>asStringWithCr 22:16:49 359/519 - 22/189: Installing method SequenceableCollection>>asWordArray 22:16:49 359/519 - 23/189: Installing method SequenceableCollection>>at:ifAbsent: 22:16:49 359/519 - 24/189: Installing method SequenceableCollection>>at:incrementBy: 22:16:49 359/519 - 25/189: Installing method SequenceableCollection>>atAll: 22:16:49 359/519 - 26/189: Installing method SequenceableCollection>>atAll:put: 22:16:49 359/519 - 27/189: Installing method SequenceableCollection>>atAll:putAll: 22:16:49 359/519 - 28/189: Installing method SequenceableCollection>>atAllPut: 22:16:49 359/519 - 29/189: Installing method SequenceableCollection>>atLast: 22:16:49 359/519 - 30/189: Installing method SequenceableCollection>>atLast:ifAbsent: 22:16:49 359/519 - 31/189: Installing method SequenceableCollection>>atLast:put: 22:16:49 359/519 - 32/189: Installing method SequenceableCollection>>atPin: 22:16:49 359/519 - 33/189: Installing method SequenceableCollection>>atWrap: 22:16:49 359/519 - 34/189: Installing method SequenceableCollection>>atWrap:put: 22:16:49 359/519 - 35/189: Installing method SequenceableCollection>>before: 22:16:49 359/519 - 36/189: Installing method SequenceableCollection>>before:ifAbsent: 22:16:49 359/519 - 37/189: Installing method SequenceableCollection>>beginsWith: 22:16:49 359/519 - 38/189: Installing method SequenceableCollection>>beginsWithAnyOf: 22:16:49 359/519 - 39/189: Installing method SequenceableCollection>>bind: 22:16:49 359/519 - 40/189: Installing method SequenceableCollection>>collect: 22:16:49 359/519 - 41/189: Installing method SequenceableCollection>>collect:from:to: 22:16:49 359/519 - 42/189: Installing method SequenceableCollection>>collect:thenReject: 22:16:49 359/519 - 43/189: Installing method SequenceableCollection>>collect:thenSelect: 22:16:49 359/519 - 44/189: Installing method SequenceableCollection>>collectWithIndex: 22:16:49 359/519 - 45/189: Installing method SequenceableCollection>>combinations 22:16:49 359/519 - 46/189: Installing method SequenceableCollection>>combinations: 22:16:49 359/519 - 47/189: Installing method SequenceableCollection>>combinations:atATimeDo: 22:16:49 359/519 - 48/189: Installing method SequenceableCollection>>combinationsAt:in:after:do: 22:16:49 359/519 - 49/189: Installing method SequenceableCollection>>copyAfter: 22:16:49 359/519 - 50/189: Installing method SequenceableCollection>>copyAfterLast: 22:16:49 359/519 - 51/189: Installing method SequenceableCollection>>copyEmpty 22:16:49 359/519 - 52/189: Installing method SequenceableCollection>>copyFrom:to: 22:16:49 359/519 - 53/189: Installing method SequenceableCollection>>copyReplaceAll:with: 22:16:49 359/519 - 54/189: Installing method SequenceableCollection>>copyReplaceFrom:to:with: 22:16:49 359/519 - 55/189: Installing method SequenceableCollection>>copyUpThrough: 22:16:49 359/519 - 56/189: Installing method SequenceableCollection>>copyUpTo: 22:16:49 359/519 - 57/189: Installing method SequenceableCollection>>copyUpToLast: 22:16:49 359/519 - 58/189: Installing method SequenceableCollection>>copyWith: 22:16:50 359/519 - 59/189: Installing method SequenceableCollection>>copyWithFirst: 22:16:50 359/519 - 60/189: Installing method SequenceableCollection>>copyWithoutFirst 22:16:50 359/519 - 61/189: Installing method SequenceableCollection>>copyWithoutIndex: 22:16:50 359/519 - 62/189: Installing method SequenceableCollection>>detectIndex: 22:16:50 359/519 - 63/189: Installing method SequenceableCollection>>detectIndex:ifNone: 22:16:50 359/519 - 64/189: Installing method SequenceableCollection>>difference: 22:16:50 359/519 - 65/189: Installing method SequenceableCollection>>do: 22:16:50 359/519 - 66/189: Installing method SequenceableCollection>>do:separatedBy: 22:16:50 359/519 - 67/189: Installing method SequenceableCollection>>do:without: 22:16:50 359/519 - 68/189: Installing method SequenceableCollection>>eighth 22:16:50 359/519 - 69/189: Installing method SequenceableCollection>>endsWith: 22:16:50 359/519 - 70/189: Installing method SequenceableCollection>>endsWithAnyOf: 22:16:50 359/519 - 71/189: Installing method SequenceableCollection>>errorOutOfBounds 22:16:50 359/519 - 72/189: Installing method SequenceableCollection>>fifth 22:16:50 359/519 - 73/189: Installing method SequenceableCollection>>findBinary: 22:16:50 359/519 - 74/189: Installing method SequenceableCollection>>findBinary:do:ifNone: 22:16:50 359/519 - 75/189: Installing method SequenceableCollection>>findBinary:ifNone: 22:16:50 359/519 - 76/189: Installing method SequenceableCollection>>findBinaryIndex: 22:16:50 359/519 - 77/189: Installing method SequenceableCollection>>findBinaryIndex:do:ifNone: 22:16:50 359/519 - 78/189: Installing method SequenceableCollection>>findBinaryIndex:ifNone: 22:16:50 359/519 - 79/189: Installing method SequenceableCollection>>findFirst: 22:16:50 359/519 - 80/189: Installing method SequenceableCollection>>findLast: 22:16:50 359/519 - 81/189: Installing method SequenceableCollection>>first 22:16:50 359/519 - 82/189: Installing method SequenceableCollection>>first: 22:16:50 359/519 - 83/189: Installing method SequenceableCollection>>flatCollect: 22:16:50 359/519 - 84/189: Installing method SequenceableCollection>>forceTo:paddingStartWith: 22:16:50 359/519 - 85/189: Installing method SequenceableCollection>>forceTo:paddingWith: 22:16:50 359/519 - 86/189: Installing method SequenceableCollection>>fourth 22:16:50 359/519 - 87/189: Installing method SequenceableCollection>>from:to:do: 22:16:50 359/519 - 88/189: Installing method SequenceableCollection>>from:to:put: 22:16:50 359/519 - 89/189: Installing method SequenceableCollection>>groupByRuns: 22:16:50 359/519 - 90/189: Installing method SequenceableCollection>>groupsOf:atATimeCollect: 22:16:50 359/519 - 91/189: Installing method SequenceableCollection>>groupsOf:atATimeDo: 22:16:50 359/519 - 92/189: Installing method SequenceableCollection>>grownBy: 22:16:50 359/519 - 93/189: Installing method SequenceableCollection>>hasEqualElements: 22:16:50 359/519 - 94/189: Installing method SequenceableCollection>>hash 22:16:50 359/519 - 95/189: Installing method SequenceableCollection>>identityIndexOf: 22:16:50 359/519 - 96/189: Installing method SequenceableCollection>>identityIndexOf:ifAbsent: 22:16:50 359/519 - 97/189: Installing method SequenceableCollection>>ifCutOn:doWithCutAndUncuts: 22:16:50 359/519 - 98/189: Installing method SequenceableCollection>>ifCutOn:doWithCutAndUncuts:finally: 22:16:50 359/519 - 99/189: Installing method SequenceableCollection>>includes: 22:16:50 359/519 - 100/189: Installing method SequenceableCollection>>indexOf: 22:16:50 359/519 - 101/189: Installing method SequenceableCollection>>indexOf:ifAbsent: 22:16:50 359/519 - 102/189: Installing method SequenceableCollection>>indexOf:startingAt: 22:16:50 359/519 - 103/189: Installing method SequenceableCollection>>indexOf:startingAt:ifAbsent: 22:16:50 359/519 - 104/189: Installing method SequenceableCollection>>indexOfAnyOf: 22:16:50 359/519 - 105/189: Installing method SequenceableCollection>>indexOfAnyOf:ifAbsent: 22:16:50 359/519 - 106/189: Installing method SequenceableCollection>>indexOfAnyOf:startingAt: 22:16:50 359/519 - 107/189: Installing method SequenceableCollection>>indexOfAnyOf:startingAt:ifAbsent: 22:16:50 359/519 - 108/189: Installing method SequenceableCollection>>indexOfSubCollection:startingAt: 22:16:50 359/519 - 109/189: Installing method SequenceableCollection>>indexOfSubCollection:startingAt:ifAbsent: 22:16:50 359/519 - 110/189: Installing method SequenceableCollection>>isSequenceable 22:16:50 359/519 - 111/189: Installing method SequenceableCollection>>isSorted 22:16:50 359/519 - 112/189: Installing method SequenceableCollection>>isSortedBy: 22:16:50 359/519 - 113/189: Installing method SequenceableCollection>>join: 22:16:50 359/519 - 114/189: Installing method SequenceableCollection>>joinTo: 22:16:50 359/519 - 115/189: Installing method SequenceableCollection>>joinUsing: 22:16:50 359/519 - 116/189: Installing method SequenceableCollection>>joinUsing:last: 22:16:50 359/519 - 117/189: Installing method SequenceableCollection>>keysAndValuesDo: 22:16:50 359/519 - 118/189: Installing method SequenceableCollection>>last 22:16:50 359/519 - 119/189: Installing method SequenceableCollection>>last: 22:16:50 359/519 - 120/189: Installing method SequenceableCollection>>lastIndexOf: 22:16:50 359/519 - 121/189: Installing method SequenceableCollection>>lastIndexOf:ifAbsent: 22:16:50 359/519 - 122/189: Installing method SequenceableCollection>>lastIndexOf:startingAt:ifAbsent: 22:16:50 359/519 - 123/189: Installing method SequenceableCollection>>lastIndexOfAnyOf:startingAt:ifAbsent: 22:16:50 359/519 - 124/189: Installing method SequenceableCollection>>mergeFirst:middle:last:into:by: 22:16:50 359/519 - 125/189: Installing method SequenceableCollection>>mergeSortFrom:to:by: 22:16:50 359/519 - 126/189: Installing method SequenceableCollection>>mergeSortFrom:to:src:dst:by: 22:16:50 359/519 - 127/189: Installing method SequenceableCollection>>middle 22:16:50 359/519 - 128/189: Installing method SequenceableCollection>>nextToLast 22:16:50 359/519 - 129/189: Installing method SequenceableCollection>>ninth 22:16:50 359/519 - 130/189: Installing method SequenceableCollection>>overlappingPairsCollect: 22:16:50 359/519 - 131/189: Installing method SequenceableCollection>>overlappingPairsDo: 22:16:50 359/519 - 132/189: Installing method SequenceableCollection>>overlappingPairsWithIndexDo: 22:16:50 359/519 - 133/189: Installing method SequenceableCollection>>paddedWith:do: 22:16:50 359/519 - 134/189: Installing method SequenceableCollection>>pairsCollect: 22:16:50 359/519 - 135/189: Installing method SequenceableCollection>>pairsDo: 22:16:50 359/519 - 136/189: Installing method SequenceableCollection>>permutationsDo: 22:16:50 359/519 - 137/189: Installing method SequenceableCollection>>permutationsStartingAt:do: 22:16:50 359/519 - 138/189: Installing method SequenceableCollection>>permutationsWithRepetitionOfSize:subSize:in:do: 22:16:50 359/519 - 139/189: Installing method SequenceableCollection>>permutationsWithRepetitionsDo: 22:16:50 359/519 - 140/189: Installing method SequenceableCollection>>permutationsWithRepetitionsOfSize: 22:16:51 359/519 - 141/189: Installing method SequenceableCollection>>permutationsWithRepetitionsOfSize:do: 22:16:51 359/519 - 142/189: Installing method SequenceableCollection>>piecesCutWhere: 22:16:51 359/519 - 143/189: Installing method SequenceableCollection>>piecesCutWhere:do: 22:16:51 359/519 - 144/189: Installing method SequenceableCollection>>polynomialEval: 22:16:51 359/519 - 145/189: Installing method SequenceableCollection>>putOn: 22:16:51 359/519 - 146/189: Installing method SequenceableCollection>>readStream 22:16:51 359/519 - 147/189: Installing method SequenceableCollection>>readStreamDo: 22:16:51 359/519 - 148/189: Installing method SequenceableCollection>>reduce: 22:16:51 359/519 - 149/189: Installing method SequenceableCollection>>reduceLeft: 22:16:51 359/519 - 150/189: Installing method SequenceableCollection>>reduceRight: 22:16:51 359/519 - 151/189: Installing method SequenceableCollection>>reject: 22:16:51 359/519 - 152/189: Installing method SequenceableCollection>>reject:thenCollect: 22:16:51 359/519 - 153/189: Installing method SequenceableCollection>>reject:thenDo: 22:16:51 359/519 - 154/189: Installing method SequenceableCollection>>remove:ifAbsent: 22:16:51 359/519 - 155/189: Installing method SequenceableCollection>>replace: 22:16:51 359/519 - 156/189: Installing method SequenceableCollection>>replaceAll:with: 22:16:51 359/519 - 157/189: Installing method SequenceableCollection>>replaceFrom:to:with: 22:16:51 359/519 - 158/189: Installing method SequenceableCollection>>replaceFrom:to:with:startingAt: 22:16:51 359/519 - 159/189: Installing method SequenceableCollection>>reverse 22:16:51 359/519 - 160/189: Installing method SequenceableCollection>>reverseDo: 22:16:51 359/519 - 161/189: Installing method SequenceableCollection>>reverseWith:do: 22:16:51 359/519 - 162/189: Installing method SequenceableCollection>>reverseWithIndexDo: 22:16:51 359/519 - 163/189: Installing method SequenceableCollection>>reversed 22:16:51 359/519 - 164/189: Installing method SequenceableCollection>>second 22:16:51 359/519 - 165/189: Installing method SequenceableCollection>>select: 22:16:51 359/519 - 166/189: Installing method SequenceableCollection>>select:thenCollect: 22:16:51 359/519 - 167/189: Installing method SequenceableCollection>>select:thenDo: 22:16:51 359/519 - 168/189: Installing method SequenceableCollection>>seventh 22:16:51 359/519 - 169/189: Installing method SequenceableCollection>>sixth 22:16:51 359/519 - 170/189: Installing method SequenceableCollection>>size 22:16:51 359/519 - 171/189: Installing method SequenceableCollection>>sort 22:16:51 359/519 - 172/189: Installing method SequenceableCollection>>sort: 22:16:51 359/519 - 173/189: Installing method SequenceableCollection>>sorted 22:16:51 359/519 - 174/189: Installing method SequenceableCollection>>sorted: 22:16:51 359/519 - 175/189: Installing method SequenceableCollection>>split:indicesDo: 22:16:51 359/519 - 176/189: Installing method SequenceableCollection>>splitOn: 22:16:51 359/519 - 177/189: Installing method SequenceableCollection>>splitOn:do: 22:16:51 359/519 - 178/189: Installing method SequenceableCollection>>splitOn:indicesDo: 22:16:51 359/519 - 179/189: Installing method SequenceableCollection>>swap:with: 22:16:51 359/519 - 180/189: Installing method SequenceableCollection>>takeFirst: 22:16:51 359/519 - 181/189: Installing method SequenceableCollection>>third 22:16:51 359/519 - 182/189: Installing method SequenceableCollection>>truncatedToSize: 22:16:51 359/519 - 183/189: Installing method SequenceableCollection>>with:collect: 22:16:51 359/519 - 184/189: Installing method SequenceableCollection>>with:do: 22:16:51 359/519 - 185/189: Installing method SequenceableCollection>>withIndexCollect: 22:16:51 359/519 - 186/189: Installing method SequenceableCollection>>withIndexDo: 22:16:51 359/519 - 187/189: Installing method SequenceableCollection>>withIndexSelect: 22:16:51 359/519 - 188/189: Installing method SequenceableCollection>>writeStream 22:16:51 359/519 - 189/189: Installing method SequenceableCollection>>writeStreamDo: 22:16:51 359/519 - 1/6: Installing method SequenceableCollection class>>isAbstract 22:16:51 359/519 - 2/6: Installing method SequenceableCollection class>>new:streamContents: 22:16:51 359/519 - 3/6: Installing method SequenceableCollection class>>ofSize: 22:16:51 359/519 - 4/6: Installing method SequenceableCollection class>>streamContents: 22:16:51 359/519 - 5/6: Installing method SequenceableCollection class>>streamContents:limitedTo: 22:16:51 359/519 - 6/6: Installing method SequenceableCollection class>>streamSpecies 22:16:51 360/519 - 1/3: Installing method SessionAccessModeResolver class>>initialize 22:16:51 360/519 - 2/3: Installing method SessionAccessModeResolver class>>resolve 22:16:51 360/519 - 3/3: Installing method SessionAccessModeResolver class>>startUp: 22:16:52 361/519 - 1/11: Installing method SessionCategory>>defaultPriority 22:16:52 361/519 - 2/11: Installing method SessionCategory>>initialize 22:16:52 361/519 - 3/11: Installing method SessionCategory>>listAtPriority: 22:16:52 361/519 - 4/11: Installing method SessionCategory>>name 22:16:52 361/519 - 5/11: Installing method SessionCategory>>name: 22:16:52 361/519 - 6/11: Installing method SessionCategory>>printOn: 22:16:52 361/519 - 7/11: Installing method SessionCategory>>prioritizedList 22:16:52 361/519 - 8/11: Installing method SessionCategory>>register: 22:16:52 361/519 - 9/11: Installing method SessionCategory>>register:atPriority: 22:16:52 361/519 - 10/11: Installing method SessionCategory>>renamedClass:from:to: 22:16:52 361/519 - 11/11: Installing method SessionCategory>>unregisterHandler: 22:16:52 362/519 - 1/38: Installing method SessionManager>>addDeferredStartupAction: 22:16:52 362/519 - 2/38: Installing method SessionManager>>basicCreateCategory: 22:16:52 362/519 - 3/38: Installing method SessionManager>>categoryNamed: 22:16:52 362/519 - 4/38: Installing method SessionManager>>createCategory: 22:16:52 362/519 - 5/38: Installing method SessionManager>>createCategory:after: 22:16:52 362/519 - 6/38: Installing method SessionManager>>currentSession 22:16:52 362/519 - 7/38: Installing method SessionManager>>defaultPriority 22:16:52 362/519 - 8/38: Installing method SessionManager>>guiCategory 22:16:53 362/519 - 9/38: Installing method SessionManager>>hasRegistered: 22:16:53 362/519 - 10/38: Installing method SessionManager>>initialize 22:16:53 362/519 - 11/38: Installing method SessionManager>>installNewSession 22:16:53 362/519 - 12/38: Installing method SessionManager>>installSession: 22:16:53 362/519 - 13/38: Installing method SessionManager>>launchSnapshot:andQuit: 22:16:53 362/519 - 14/38: Installing method SessionManager>>maxPriority 22:16:53 362/519 - 15/38: Installing method SessionManager>>networkCategory 22:16:53 362/519 - 16/38: Installing method SessionManager>>newSession 22:16:53 362/519 - 17/38: Installing method SessionManager>>register: 22:16:53 362/519 - 18/38: Installing method SessionManager>>register:inCategory: 22:16:53 362/519 - 19/38: Installing method SessionManager>>register:inCategory:atPriority: 22:16:53 362/519 - 20/38: Installing method SessionManager>>registerGuiClassNamed: 22:16:53 362/519 - 21/38: Installing method SessionManager>>registerGuiClassNamed:atPriority: 22:16:53 362/519 - 22/38: Installing method SessionManager>>registerLast:inCategory: 22:16:53 362/519 - 23/38: Installing method SessionManager>>registerNetworkClassNamed: 22:16:53 362/519 - 24/38: Installing method SessionManager>>registerSystemClassNamed: 22:16:53 362/519 - 25/38: Installing method SessionManager>>registerSystemClassNamed:atPriority: 22:16:53 362/519 - 26/38: Installing method SessionManager>>registerToolClassNamed: 22:16:53 362/519 - 27/38: Installing method SessionManager>>registerUserClassNamed: 22:16:53 362/519 - 28/38: Installing method SessionManager>>registerUserClassNamed:atPriority: 22:16:53 362/519 - 29/38: Installing method SessionManager>>renamedClass:from:to: 22:16:53 362/519 - 30/38: Installing method SessionManager>>shutdownList 22:16:53 362/519 - 31/38: Installing method SessionManager>>snapshot:andQuit: 22:16:53 362/519 - 32/38: Installing method SessionManager>>startupList 22:16:53 362/519 - 33/38: Installing method SessionManager>>systemCategory 22:16:53 362/519 - 34/38: Installing method SessionManager>>toolsCategory 22:16:53 362/519 - 35/38: Installing method SessionManager>>uninstallSession: 22:16:53 362/519 - 36/38: Installing method SessionManager>>unregisterClassNamed: 22:16:53 362/519 - 37/38: Installing method SessionManager>>unregisterHandler: 22:16:53 362/519 - 38/38: Installing method SessionManager>>userCategory 22:16:53 362/519 - 1/6: Installing method SessionManager class>>classRemoved: 22:16:53 362/519 - 2/6: Installing method SessionManager class>>classRenamed: 22:16:53 362/519 - 3/6: Installing method SessionManager class>>default 22:16:53 362/519 - 4/6: Installing method SessionManager class>>default: 22:16:53 362/519 - 5/6: Installing method SessionManager class>>initialize 22:16:53 362/519 - 6/6: Installing method SessionManager class>>initializeKernelRegistrations 22:16:53 363/519 - 1/23: Installing method Set>>= 22:16:53 363/519 - 2/23: Installing method Set>>add: 22:16:53 363/519 - 3/23: Installing method Set>>asSet 22:16:53 363/519 - 4/23: Installing method Set>>collect: 22:16:53 363/519 - 5/23: Installing method Set>>copyWithout: 22:16:53 363/519 - 6/23: Installing method Set>>difference: 22:16:53 363/519 - 7/23: Installing method Set>>do: 22:16:53 363/519 - 8/23: Installing method Set>>fixCollisionsFrom: 22:16:53 363/519 - 9/23: Installing method Set>>grow 22:16:53 363/519 - 10/23: Installing method Set>>includes: 22:16:53 363/519 - 11/23: Installing method Set>>intersection: 22:16:53 363/519 - 12/23: Installing method Set>>isHealthy 22:16:53 363/519 - 13/23: Installing method Set>>like: 22:16:53 363/519 - 14/23: Installing method Set>>like:ifAbsent: 22:16:53 363/519 - 15/23: Installing method Set>>max: 22:16:53 363/519 - 16/23: Installing method Set>>noCheckAdd: 22:16:53 363/519 - 17/23: Installing method Set>>noCheckNoGrowFillFrom: 22:16:53 363/519 - 18/23: Installing method Set>>occurrencesOf: 22:16:54 363/519 - 19/23: Installing method Set>>postCopy 22:16:54 363/519 - 20/23: Installing method Set>>rehash 22:16:54 363/519 - 21/23: Installing method Set>>remove:ifAbsent: 22:16:54 363/519 - 22/23: Installing method Set>>scanFor: 22:16:54 363/519 - 23/23: Installing method Set>>withArray: 22:16:54 363/519 - 1/2: Installing method Set class>>newFrom: 22:16:54 363/519 - 2/2: Installing method Set class>>sizeFor: 22:16:54 364/519 - 1/11: Installing method ShAbstractChange>>= 22:16:54 364/519 - 2/11: Installing method ShAbstractChange>>announceChanges 22:16:54 364/519 - 3/11: Installing method ShAbstractChange>>builder 22:16:54 364/519 - 4/11: Installing method ShAbstractChange>>builder: 22:16:54 364/519 - 5/11: Installing method ShAbstractChange>>hasChangeClassSideShape 22:16:54 364/519 - 6/11: Installing method ShAbstractChange>>hasChangeInstanceSideShape 22:16:54 364/519 - 7/11: Installing method ShAbstractChange>>hasToMigrateInstances 22:16:54 364/519 - 8/11: Installing method ShAbstractChange>>hash 22:16:54 364/519 - 9/11: Installing method ShAbstractChange>>oldClass 22:16:54 364/519 - 10/11: Installing method ShAbstractChange>>oldClass: 22:16:54 364/519 - 11/11: Installing method ShAbstractChange>>propagateToSubclasses: 22:16:54 364/519 - 1/1: Installing method ShAbstractChange class>>isAbstract 22:16:54 365/519 - 1/3: Installing method ShAbstractChangeDetector>>builder 22:16:54 365/519 - 2/3: Installing method ShAbstractChangeDetector>>builder: 22:16:54 365/519 - 3/3: Installing method ShAbstractChangeDetector>>compareClass 22:16:54 365/519 - 1/3: Installing method ShAbstractChangeDetector class>>builder: 22:16:54 365/519 - 2/3: Installing method ShAbstractChangeDetector class>>compareClass:with: 22:16:54 365/519 - 3/3: Installing method ShAbstractChangeDetector class>>isAbstract 22:16:54 366/519 - 1/4: Installing method ShAbstractClassChangeDetector>>compareClass 22:16:54 366/519 - 2/4: Installing method ShAbstractClassChangeDetector>>compareVariables:with: 22:16:54 366/519 - 3/4: Installing method ShAbstractClassChangeDetector>>initialize 22:16:54 366/519 - 4/4: Installing method ShAbstractClassChangeDetector>>newChanges 22:16:54 366/519 - 1/1: Installing method ShAbstractClassChangeDetector class>>isAbstract 22:16:54 367/519 - 1/1: Installing method ShAbstractInstanceSideClassChangeDetector>>newChanges 22:16:54 367/519 - 1/1: Installing method ShAbstractInstanceSideClassChangeDetector class>>isAbstract 22:16:54 368/519 - 1/1: Installing method ShBitLayoutChangeDetector>>compareClass 22:16:55 369/519 - 1/2: Installing method ShBitLayoutChanged>>hasChangeInstanceSideShape 22:16:55 369/519 - 2/2: Installing method ShBitLayoutChanged>>propagateToSubclasses: 22:16:55 370/519 - 1/3: Installing method ShClassChanged>>announceChanges 22:16:55 370/519 - 2/3: Installing method ShClassChanged>>builder: 22:16:55 370/519 - 3/3: Installing method ShClassChanged>>propagateToSubclasses: 22:16:55 371/519 - 1/2: Installing method ShClassSlotChangeDetector>>initialize 22:16:55 371/519 - 2/2: Installing method ShClassSlotChangeDetector>>newChanges 22:16:55 372/519 - 1/19: Installing method ShDefaultBuilderEnhancer>>afterMethodsCompiled: 22:16:55 372/519 - 2/19: Installing method ShDefaultBuilderEnhancer>>afterMigratingClass:installer: 22:16:55 372/519 - 3/19: Installing method ShDefaultBuilderEnhancer>>allSlotsForBuilder: 22:16:55 372/519 - 4/19: Installing method ShDefaultBuilderEnhancer>>allSlotsToInstallForBuilder: 22:16:55 372/519 - 5/19: Installing method ShDefaultBuilderEnhancer>>beforeMigratingClass:installer: 22:16:55 372/519 - 6/19: Installing method ShDefaultBuilderEnhancer>>classCreated: 22:16:55 372/519 - 7/19: Installing method ShDefaultBuilderEnhancer>>compileMethodsFor: 22:16:55 372/519 - 8/19: Installing method ShDefaultBuilderEnhancer>>configureClass:superclass:withLayoutType:slots: 22:16:55 372/519 - 9/19: Installing method ShDefaultBuilderEnhancer>>configureMetaclass:superclass:withLayoutType:slots: 22:16:55 372/519 - 10/19: Installing method ShDefaultBuilderEnhancer>>fillBuilder:from: 22:16:55 372/519 - 11/19: Installing method ShDefaultBuilderEnhancer>>hasToSkipSlot: 22:16:55 372/519 - 12/19: Installing method ShDefaultBuilderEnhancer>>initializeBuilder: 22:16:55 372/519 - 13/19: Installing method ShDefaultBuilderEnhancer>>metaclassCreated: 22:16:55 372/519 - 14/19: Installing method ShDefaultBuilderEnhancer>>migrateInstancesTo:installer: 22:16:55 372/519 - 15/19: Installing method ShDefaultBuilderEnhancer>>migrateToClass:installer: 22:16:55 372/519 - 16/19: Installing method ShDefaultBuilderEnhancer>>newMetaclass: 22:16:55 372/519 - 17/19: Installing method ShDefaultBuilderEnhancer>>on:declareClassVariables:sharing: 22:16:55 372/519 - 18/19: Installing method ShDefaultBuilderEnhancer>>propagateChangesToRelatedClasses:builder: 22:16:55 372/519 - 19/19: Installing method ShDefaultBuilderEnhancer>>validateRedefinition: 22:16:56 372/519 - 1/1: Installing method ShDefaultBuilderEnhancer class>>isApplicableFor: 22:16:56 373/519 - 1/3: Installing method ShInstanceShapeChanged>>hasChangeInstanceSideShape 22:16:56 373/519 - 2/3: Installing method ShInstanceShapeChanged>>hasToMigrateInstances 22:16:56 373/519 - 3/3: Installing method ShInstanceShapeChanged>>propagateToSubclasses: 22:16:56 374/519 - 1/1: Installing method ShLayoutChangeDetector>>initialize 22:16:56 375/519 - 1/16: Installing method ShLayoutDefinition>>allSlots 22:16:56 375/519 - 2/16: Installing method ShLayoutDefinition>>builder: 22:16:56 375/519 - 3/16: Installing method ShLayoutDefinition>>classSlots 22:16:56 375/519 - 4/16: Installing method ShLayoutDefinition>>classSlots: 22:16:56 375/519 - 5/16: Installing method ShLayoutDefinition>>initialize 22:16:56 375/519 - 6/16: Installing method ShLayoutDefinition>>isBits 22:16:56 375/519 - 7/16: Installing method ShLayoutDefinition>>layoutClass 22:16:56 375/519 - 8/16: Installing method ShLayoutDefinition>>layoutClass: 22:16:56 375/519 - 9/16: Installing method ShLayoutDefinition>>sharedPools 22:16:56 375/519 - 10/16: Installing method ShLayoutDefinition>>sharedPools: 22:16:56 375/519 - 11/16: Installing method ShLayoutDefinition>>sharedPoolsString 22:16:56 375/519 - 12/16: Installing method ShLayoutDefinition>>sharedVariables 22:16:56 375/519 - 13/16: Installing method ShLayoutDefinition>>sharedVariables: 22:16:56 375/519 - 14/16: Installing method ShLayoutDefinition>>slots 22:16:56 375/519 - 15/16: Installing method ShLayoutDefinition>>slots: 22:16:56 375/519 - 16/16: Installing method ShLayoutDefinition>>validate 22:16:56 376/519 - 1/2: Installing method ShMetaclassChangeDetector>>initialize 22:16:56 376/519 - 2/2: Installing method ShMetaclassChangeDetector>>newChanges 22:16:56 377/519 - 1/4: Installing method ShMetaclassChanged>>announceChanges 22:16:57 377/519 - 2/4: Installing method ShMetaclassChanged>>builder: 22:16:57 377/519 - 3/4: Installing method ShMetaclassChanged>>hasChangeClassSideShape 22:16:57 377/519 - 4/4: Installing method ShMetaclassChanged>>propagateToSubclasses: 22:16:57 379/519 - 1/1: Installing method ShSharedPoolChangeDetector>>initialize 22:16:57 380/519 - 1/1: Installing method ShSharedVariablesChangeDetector>>initialize 22:16:57 381/519 - 1/1: Installing method ShSlotChangeDetector>>initialize 22:16:57 382/519 - 1/1: Installing method ShSuperclassChangeDetector>>initialize 22:16:57 382/519 - 1/1: Installing method ShSuperclassChangeDetector class>>initialize 22:16:57 383/519 - 1/2: Installing method ShSuperclassChanged>>hasToMigrateInstances 22:16:57 383/519 - 2/2: Installing method ShSuperclassChanged>>propagateToSubclasses: 22:16:57 384/519 - 1/9: Installing method SharedPool class>>bindingOf: 22:16:57 384/519 - 2/9: Installing method SharedPool class>>classBindingOf: 22:16:57 384/519 - 3/9: Installing method SharedPool class>>includesKey: 22:16:57 384/519 - 4/9: Installing method SharedPool class>>isPool 22:16:57 384/519 - 5/9: Installing method SharedPool class>>isUsed 22:16:57 384/519 - 6/9: Installing method SharedPool class>>localBindingOf: 22:16:57 384/519 - 7/9: Installing method SharedPool class>>methodsAccessingPoolVariables 22:16:57 384/519 - 8/9: Installing method SharedPool class>>poolUsers 22:16:57 384/519 - 9/9: Installing method SharedPool class>>usingMethods 22:16:58 385/519 - 1/16: Installing method SharedQueue>>atEnd 22:16:58 385/519 - 2/16: Installing method SharedQueue>>contents 22:16:58 385/519 - 3/16: Installing method SharedQueue>>findFirst: 22:16:58 385/519 - 4/16: Installing method SharedQueue>>flush 22:16:58 385/519 - 5/16: Installing method SharedQueue>>flushAllSuchThat: 22:16:58 385/519 - 6/16: Installing method SharedQueue>>initialize 22:16:58 385/519 - 7/16: Installing method SharedQueue>>isEmpty 22:16:58 385/519 - 8/16: Installing method SharedQueue>>next 22:16:58 385/519 - 9/16: Installing method SharedQueue>>nextOrNil 22:16:58 385/519 - 10/16: Installing method SharedQueue>>nextOrNilSuchThat: 22:16:58 385/519 - 11/16: Installing method SharedQueue>>nextPut: 22:16:58 385/519 - 12/16: Installing method SharedQueue>>peek 22:16:58 385/519 - 13/16: Installing method SharedQueue>>postCopy 22:16:58 385/519 - 14/16: Installing method SharedQueue>>printOn: 22:16:58 385/519 - 15/16: Installing method SharedQueue>>removeAll 22:16:58 385/519 - 16/16: Installing method SharedQueue>>size 22:16:58 385/519 - 1/1: Installing method SharedQueue class>>new 22:16:58 386/519 - 1/5: Installing method ShiftAnonymousClassInstaller>>comment: 22:16:58 386/519 - 2/5: Installing method ShiftAnonymousClassInstaller>>installInEnvironment: 22:16:58 386/519 - 3/5: Installing method ShiftAnonymousClassInstaller>>installSubclassInSuperclass: 22:16:58 386/519 - 4/5: Installing method ShiftAnonymousClassInstaller>>notifyChanges 22:16:58 386/519 - 5/5: Installing method ShiftAnonymousClassInstaller>>updatePackage: 22:16:59 387/519 - 1/84: Installing method ShiftClassBuilder>>addChange: 22:16:59 387/519 - 2/84: Installing method ShiftClassBuilder>>addChangeComparer: 22:16:59 387/519 - 3/84: Installing method ShiftClassBuilder>>allSlots 22:16:59 387/519 - 4/84: Installing method ShiftClassBuilder>>build 22:16:59 387/519 - 5/84: Installing method ShiftClassBuilder>>buildEnvironment 22:16:59 387/519 - 6/84: Installing method ShiftClassBuilder>>buildEnvironment: 22:16:59 387/519 - 7/84: Installing method ShiftClassBuilder>>builderEnhancer 22:16:59 387/519 - 8/84: Installing method ShiftClassBuilder>>builderEnhancer: 22:16:59 387/519 - 9/84: Installing method ShiftClassBuilder>>changeComparers 22:16:59 387/519 - 10/84: Installing method ShiftClassBuilder>>changes 22:16:59 387/519 - 11/84: Installing method ShiftClassBuilder>>classNamed: 22:16:59 387/519 - 12/84: Installing method ShiftClassBuilder>>classSlots 22:16:59 387/519 - 13/84: Installing method ShiftClassBuilder>>classSlots: 22:16:59 387/519 - 14/84: Installing method ShiftClassBuilder>>comment 22:16:59 387/519 - 15/84: Installing method ShiftClassBuilder>>comment: 22:16:59 387/519 - 16/84: Installing method ShiftClassBuilder>>comment:stamp: 22:16:59 387/519 - 17/84: Installing method ShiftClassBuilder>>commentStamp 22:16:59 387/519 - 18/84: Installing method ShiftClassBuilder>>commentStamp: 22:16:59 387/519 - 19/84: Installing method ShiftClassBuilder>>compareWithOldClass 22:16:59 387/519 - 20/84: Installing method ShiftClassBuilder>>compileMethods 22:16:59 387/519 - 21/84: Installing method ShiftClassBuilder>>copyProtocols 22:16:59 387/519 - 22/84: Installing method ShiftClassBuilder>>createClass 22:16:59 387/519 - 23/84: Installing method ShiftClassBuilder>>createMetaclass 22:16:59 387/519 - 24/84: Installing method ShiftClassBuilder>>createSharedVariables 22:16:59 387/519 - 25/84: Installing method ShiftClassBuilder>>detectBuilderEnhancer 22:16:59 387/519 - 26/84: Installing method ShiftClassBuilder>>doesNotUnderstand: 22:16:59 387/519 - 27/84: Installing method ShiftClassBuilder>>environment 22:16:59 387/519 - 28/84: Installing method ShiftClassBuilder>>environment: 22:16:59 387/519 - 29/84: Installing method ShiftClassBuilder>>fillClassSideFromEnvironment: 22:16:59 387/519 - 30/84: Installing method ShiftClassBuilder>>fillFor: 22:16:59 387/519 - 31/84: Installing method ShiftClassBuilder>>fillInstanceSideFromClass: 22:16:59 387/519 - 32/84: Installing method ShiftClassBuilder>>fluidInstall 22:16:59 387/519 - 33/84: Installing method ShiftClassBuilder>>hasToMigrateInstances 22:16:59 387/519 - 34/84: Installing method ShiftClassBuilder>>initialize 22:16:59 387/519 - 35/84: Installing method ShiftClassBuilder>>install 22:16:59 387/519 - 36/84: Installing method ShiftClassBuilder>>installSlotsAndVariables 22:16:59 387/519 - 37/84: Installing method ShiftClassBuilder>>installingEnvironment 22:16:59 387/519 - 38/84: Installing method ShiftClassBuilder>>installingEnvironment: 22:16:59 387/519 - 39/84: Installing method ShiftClassBuilder>>isInRemake 22:16:59 387/519 - 40/84: Installing method ShiftClassBuilder>>isRebuild 22:16:59 387/519 - 41/84: Installing method ShiftClassBuilder>>layout: 22:16:59 387/519 - 42/84: Installing method ShiftClassBuilder>>layoutClass 22:16:59 387/519 - 43/84: Installing method ShiftClassBuilder>>layoutClass: 22:16:59 387/519 - 44/84: Installing method ShiftClassBuilder>>layoutDefinition 22:16:59 387/519 - 45/84: Installing method ShiftClassBuilder>>markIsInRemake 22:16:59 387/519 - 46/84: Installing method ShiftClassBuilder>>metaSuperclass 22:16:59 387/519 - 47/84: Installing method ShiftClassBuilder>>metaSuperclass: 22:16:59 387/519 - 48/84: Installing method ShiftClassBuilder>>metaclassClass 22:16:59 387/519 - 49/84: Installing method ShiftClassBuilder>>metaclassClass: 22:16:59 387/519 - 50/84: Installing method ShiftClassBuilder>>name 22:16:59 387/519 - 51/84: Installing method ShiftClassBuilder>>name: 22:16:59 387/519 - 52/84: Installing method ShiftClassBuilder>>newClass 22:16:59 387/519 - 53/84: Installing method ShiftClassBuilder>>newMetaclass 22:16:59 387/519 - 54/84: Installing method ShiftClassBuilder>>notifyChanges 22:16:59 387/519 - 55/84: Installing method ShiftClassBuilder>>oldClass 22:16:59 387/519 - 56/84: Installing method ShiftClassBuilder>>oldClass: 22:16:59 387/519 - 57/84: Installing method ShiftClassBuilder>>oldMetaclass 22:17:00 387/519 - 58/84: Installing method ShiftClassBuilder>>package 22:17:00 387/519 - 59/84: Installing method ShiftClassBuilder>>package: 22:17:00 387/519 - 60/84: Installing method ShiftClassBuilder>>privateSlots: 22:17:00 387/519 - 61/84: Installing method ShiftClassBuilder>>propagateChangesTo: 22:17:00 387/519 - 62/84: Installing method ShiftClassBuilder>>propertyAt: 22:17:00 387/519 - 63/84: Installing method ShiftClassBuilder>>propertyAt:put: 22:17:00 387/519 - 64/84: Installing method ShiftClassBuilder>>sharedPools 22:17:00 387/519 - 65/84: Installing method ShiftClassBuilder>>sharedPools: 22:17:00 387/519 - 66/84: Installing method ShiftClassBuilder>>sharedPoolsFromString: 22:17:00 387/519 - 67/84: Installing method ShiftClassBuilder>>sharedVariables 22:17:00 387/519 - 68/84: Installing method ShiftClassBuilder>>sharedVariables: 22:17:00 387/519 - 69/84: Installing method ShiftClassBuilder>>sharedVariablesFromString: 22:17:00 387/519 - 70/84: Installing method ShiftClassBuilder>>slots 22:17:00 387/519 - 71/84: Installing method ShiftClassBuilder>>slots: 22:17:00 387/519 - 72/84: Installing method ShiftClassBuilder>>slotsFromString: 22:17:00 387/519 - 73/84: Installing method ShiftClassBuilder>>superclass 22:17:00 387/519 - 74/84: Installing method ShiftClassBuilder>>superclass: 22:17:00 387/519 - 75/84: Installing method ShiftClassBuilder>>superclassName 22:17:00 387/519 - 76/84: Installing method ShiftClassBuilder>>superclassName: 22:17:00 387/519 - 77/84: Installing method ShiftClassBuilder>>superclassResolver: 22:17:00 387/519 - 78/84: Installing method ShiftClassBuilder>>tag 22:17:00 387/519 - 79/84: Installing method ShiftClassBuilder>>tag: 22:17:00 387/519 - 80/84: Installing method ShiftClassBuilder>>tryToFillOldClass 22:17:00 387/519 - 81/84: Installing method ShiftClassBuilder>>useStrictSuperclass 22:17:00 387/519 - 82/84: Installing method ShiftClassBuilder>>validateClassName 22:17:00 387/519 - 83/84: Installing method ShiftClassBuilder>>validateSuperclass 22:17:00 387/519 - 84/84: Installing method ShiftClassBuilder>>withAdditionalSlots: 22:17:00 387/519 - 1/3: Installing method ShiftClassBuilder class>>defaultBuildEnhancer 22:17:00 387/519 - 2/3: Installing method ShiftClassBuilder class>>initialize 22:17:00 387/519 - 3/3: Installing method ShiftClassBuilder class>>setDefaultBuilderEnhancer: 22:17:00 388/519 - 1/20: Installing method ShiftClassInstaller>>builder 22:17:00 388/519 - 2/20: Installing method ShiftClassInstaller>>comment: 22:17:00 388/519 - 3/20: Installing method ShiftClassInstaller>>copyObject:to: 22:17:00 388/519 - 4/20: Installing method ShiftClassInstaller>>fillFor: 22:17:00 388/519 - 5/20: Installing method ShiftClassInstaller>>fixSlotScope: 22:17:00 388/519 - 6/20: Installing method ShiftClassInstaller>>initialize 22:17:00 388/519 - 7/20: Installing method ShiftClassInstaller>>installInEnvironment: 22:17:00 388/519 - 8/20: Installing method ShiftClassInstaller>>installSubclassInSuperclass: 22:17:00 388/519 - 9/20: Installing method ShiftClassInstaller>>installingEnvironment 22:17:00 388/519 - 10/20: Installing method ShiftClassInstaller>>installingEnvironment: 22:17:00 388/519 - 11/20: Installing method ShiftClassInstaller>>make 22:17:00 388/519 - 12/20: Installing method ShiftClassInstaller>>make: 22:17:00 388/519 - 13/20: Installing method ShiftClassInstaller>>makeWithBuilder: 22:17:01 388/519 - 14/20: Installing method ShiftClassInstaller>>migrateClassTo: 22:17:01 388/519 - 15/20: Installing method ShiftClassInstaller>>migrateInstancesTo: 22:17:01 388/519 - 16/20: Installing method ShiftClassInstaller>>notifyChanges 22:17:01 388/519 - 17/20: Installing method ShiftClassInstaller>>oldClass 22:17:01 388/519 - 18/20: Installing method ShiftClassInstaller>>oldClass: 22:17:01 388/519 - 19/20: Installing method ShiftClassInstaller>>updateBindings:of: 22:17:01 388/519 - 20/20: Installing method ShiftClassInstaller>>updatePackage: 22:17:01 388/519 - 1/5: Installing method ShiftClassInstaller class>>example 22:17:01 388/519 - 2/5: Installing method ShiftClassInstaller class>>make: 22:17:01 388/519 - 3/5: Installing method ShiftClassInstaller class>>remake:basedOn: 22:17:01 388/519 - 4/5: Installing method ShiftClassInstaller class>>update:to: 22:17:01 388/519 - 5/5: Installing method ShiftClassInstaller class>>validateClassName: 22:17:01 389/519 - 1/2: Installing method ShiftClassSideBuilder>>slots: 22:17:01 389/519 - 2/2: Installing method ShiftClassSideBuilder>>traits: 22:17:01 389/519 - 1/1: Installing method ShiftClassSideBuilder class>>initialize 22:17:01 390/519 - 1/1: Installing method ShouldBeImplemented>>standardMessageText 22:17:01 391/519 - 1/1: Installing method ShouldNotImplement>>standardMessageText 22:17:01 392/519 - 1/2: Installing method SimulationExceptionWrapper>>exception 22:17:01 392/519 - 2/2: Installing method SimulationExceptionWrapper>>exception: 22:17:01 392/519 - 1/1: Installing method SimulationExceptionWrapper class>>signalForException: 22:17:01 393/519 - 1/2: Installing method SizeMismatch>>messageText 22:17:01 393/519 - 2/2: Installing method SizeMismatch>>standardMessageText 22:17:02 394/519 - 1/41: Installing method Slot>>acceptVisitor:node: 22:17:02 394/519 - 2/41: Installing method Slot>>addAdditionalSlotsTo: 22:17:02 394/519 - 3/41: Installing method Slot>>asClassVariable 22:17:02 394/519 - 4/41: Installing method Slot>>asSlot 22:17:02 394/519 - 5/41: Installing method Slot>>baseSlot 22:17:02 394/519 - 6/41: Installing method Slot>>definingClass 22:17:02 394/519 - 7/41: Installing method Slot>>definingClass: 22:17:02 394/519 - 8/41: Installing method Slot>>definitionString 22:17:02 394/519 - 9/41: Installing method Slot>>emitStore: 22:17:02 394/519 - 10/41: Installing method Slot>>emitValue: 22:17:02 394/519 - 11/41: Installing method Slot>>ensureInitalizeMethodExists: 22:17:02 394/519 - 12/41: Installing method Slot>>ensureSlotInitializationFor: 22:17:02 394/519 - 13/41: Installing method Slot>>hasSameDefinitionAs: 22:17:02 394/519 - 14/41: Installing method Slot>>initialize: 22:17:02 394/519 - 15/41: Installing method Slot>>installingIn: 22:17:02 394/519 - 16/41: Installing method Slot>>isAccessedIn: 22:17:02 394/519 - 17/41: Installing method Slot>>isDefinedByOwningClass 22:17:02 394/519 - 18/41: Installing method Slot>>isInstanceVariable 22:17:02 394/519 - 19/41: Installing method Slot>>isReadIn: 22:17:02 394/519 - 20/41: Installing method Slot>>isReferenced 22:17:02 394/519 - 21/41: Installing method Slot>>isSelfEvaluating 22:17:02 394/519 - 22/41: Installing method Slot>>isVirtual 22:17:02 394/519 - 23/41: Installing method Slot>>isVisible 22:17:02 394/519 - 24/41: Installing method Slot>>isWrittenIn: 22:17:02 394/519 - 25/41: Installing method Slot>>named: 22:17:02 394/519 - 26/41: Installing method Slot>>owningClass 22:17:02 394/519 - 27/41: Installing method Slot>>owningClass: 22:17:02 394/519 - 28/41: Installing method Slot>>possiblyUsingClasses 22:17:02 394/519 - 29/41: Installing method Slot>>printOn: 22:17:02 394/519 - 30/41: Installing method Slot>>read: 22:17:03 394/519 - 31/41: Installing method Slot>>readInContext: 22:17:03 394/519 - 32/41: Installing method Slot>>scope 22:17:03 394/519 - 33/41: Installing method Slot>>scope: 22:17:03 394/519 - 34/41: Installing method Slot>>sendsInitializeSlots: 22:17:03 394/519 - 35/41: Installing method Slot>>size 22:17:03 394/519 - 36/41: Installing method Slot>>storeOn: 22:17:03 394/519 - 37/41: Installing method Slot>>usingClasses 22:17:03 394/519 - 38/41: Installing method Slot>>usingMethods 22:17:03 394/519 - 39/41: Installing method Slot>>wantsInitialization 22:17:03 394/519 - 40/41: Installing method Slot>>write:inContext: 22:17:03 394/519 - 41/41: Installing method Slot>>write:to: 22:17:03 394/519 - 1/4: Installing method Slot class>>asSlot 22:17:03 394/519 - 2/4: Installing method Slot class>>checkValidName: 22:17:03 394/519 - 3/4: Installing method Slot class>>isUsed 22:17:03 394/519 - 4/4: Installing method Slot class>>slotUsers 22:17:03 395/519 - 1/3: Installing method SlotNotFound>>messageText 22:17:03 395/519 - 2/3: Installing method SlotNotFound>>name 22:17:03 395/519 - 3/3: Installing method SlotNotFound>>name: 22:17:03 395/519 - 1/1: Installing method SlotNotFound class>>signalForName: 22:17:04 396/519 - 1/70: Installing method SmallDictionary>>= 22:17:04 396/519 - 2/70: Installing method SmallDictionary>>add: 22:17:04 396/519 - 3/70: Installing method SmallDictionary>>addAll: 22:17:04 396/519 - 4/70: Installing method SmallDictionary>>associationAt: 22:17:04 396/519 - 5/70: Installing method SmallDictionary>>associationAt:ifAbsent: 22:17:04 396/519 - 6/70: Installing method SmallDictionary>>associationAt:ifPresent: 22:17:04 396/519 - 7/70: Installing method SmallDictionary>>associationAt:ifPresent:ifAbsent: 22:17:04 396/519 - 8/70: Installing method SmallDictionary>>associations 22:17:04 396/519 - 9/70: Installing method SmallDictionary>>associationsDo: 22:17:04 396/519 - 10/70: Installing method SmallDictionary>>associationsSelect: 22:17:04 396/519 - 11/70: Installing method SmallDictionary>>at: 22:17:04 396/519 - 12/70: Installing method SmallDictionary>>at:at: 22:17:04 396/519 - 13/70: Installing method SmallDictionary>>at:at:ifAbsent: 22:17:04 396/519 - 14/70: Installing method SmallDictionary>>at:at:ifAbsentPut: 22:17:04 396/519 - 15/70: Installing method SmallDictionary>>at:at:put: 22:17:04 396/519 - 16/70: Installing method SmallDictionary>>at:ifAbsent: 22:17:04 396/519 - 17/70: Installing method SmallDictionary>>at:ifAbsentPut: 22:17:04 396/519 - 18/70: Installing method SmallDictionary>>at:ifPresent: 22:17:04 396/519 - 19/70: Installing method SmallDictionary>>at:ifPresent:ifAbsent: 22:17:04 396/519 - 20/70: Installing method SmallDictionary>>at:ifPresent:ifAbsentPut: 22:17:04 396/519 - 21/70: Installing method SmallDictionary>>at:put: 22:17:04 396/519 - 22/70: Installing method SmallDictionary>>at:update: 22:17:04 396/519 - 23/70: Installing method SmallDictionary>>at:update:initial: 22:17:04 396/519 - 24/70: Installing method SmallDictionary>>bindingOf: 22:17:04 396/519 - 25/70: Installing method SmallDictionary>>bindingsDo: 22:17:04 396/519 - 26/70: Installing method SmallDictionary>>capacity 22:17:04 396/519 - 27/70: Installing method SmallDictionary>>collect: 22:17:04 396/519 - 28/70: Installing method SmallDictionary>>difference: 22:17:04 396/519 - 29/70: Installing method SmallDictionary>>do: 22:17:04 396/519 - 30/70: Installing method SmallDictionary>>empty 22:17:04 396/519 - 31/70: Installing method SmallDictionary>>errorKeyNotFound: 22:17:04 396/519 - 32/70: Installing method SmallDictionary>>errorValueNotFound: 22:17:04 396/519 - 33/70: Installing method SmallDictionary>>findIndexForKey: 22:17:04 396/519 - 34/70: Installing method SmallDictionary>>growKeysAndValues 22:17:04 396/519 - 35/70: Installing method SmallDictionary>>growTo: 22:17:04 396/519 - 36/70: Installing method SmallDictionary>>hasBindingThatBeginsWith: 22:17:04 396/519 - 37/70: Installing method SmallDictionary>>includes: 22:17:04 396/519 - 38/70: Installing method SmallDictionary>>includesAssociation: 22:17:04 396/519 - 39/70: Installing method SmallDictionary>>includesIdentity: 22:17:04 396/519 - 40/70: Installing method SmallDictionary>>includesKey: 22:17:04 396/519 - 41/70: Installing method SmallDictionary>>initialize 22:17:04 396/519 - 42/70: Installing method SmallDictionary>>intersection: 22:17:04 396/519 - 43/70: Installing method SmallDictionary>>isDictionary 22:17:04 396/519 - 44/70: Installing method SmallDictionary>>isHealthy 22:17:04 396/519 - 45/70: Installing method SmallDictionary>>keyAtIdentityValue: 22:17:04 396/519 - 46/70: Installing method SmallDictionary>>keyAtIdentityValue:ifAbsent: 22:17:04 396/519 - 47/70: Installing method SmallDictionary>>keyAtValue: 22:17:04 396/519 - 48/70: Installing method SmallDictionary>>keyAtValue:ifAbsent: 22:17:04 396/519 - 49/70: Installing method SmallDictionary>>keyForIdentity: 22:17:04 396/519 - 50/70: Installing method SmallDictionary>>keys 22:17:04 396/519 - 51/70: Installing method SmallDictionary>>keysAndValuesDo: 22:17:04 396/519 - 52/70: Installing method SmallDictionary>>keysAndValuesRemove: 22:17:04 396/519 - 53/70: Installing method SmallDictionary>>keysDo: 22:17:04 396/519 - 54/70: Installing method SmallDictionary>>keysSortedSafely 22:17:04 396/519 - 55/70: Installing method SmallDictionary>>postCopy 22:17:04 396/519 - 56/70: Installing method SmallDictionary>>printElementsOn: 22:17:04 396/519 - 57/70: Installing method SmallDictionary>>privateAt:put: 22:17:04 396/519 - 58/70: Installing method SmallDictionary>>reject:thenCollect: 22:17:04 396/519 - 59/70: Installing method SmallDictionary>>remove: 22:17:04 396/519 - 60/70: Installing method SmallDictionary>>remove:ifAbsent: 22:17:04 396/519 - 61/70: Installing method SmallDictionary>>removeAll 22:17:04 396/519 - 62/70: Installing method SmallDictionary>>removeKey: 22:17:04 396/519 - 63/70: Installing method SmallDictionary>>removeKey:ifAbsent: 22:17:04 396/519 - 64/70: Installing method SmallDictionary>>select: 22:17:04 396/519 - 65/70: Installing method SmallDictionary>>select:thenCollect: 22:17:04 396/519 - 66/70: Installing method SmallDictionary>>setClass 22:17:04 396/519 - 67/70: Installing method SmallDictionary>>size 22:17:04 396/519 - 68/70: Installing method SmallDictionary>>storeOn: 22:17:04 396/519 - 69/70: Installing method SmallDictionary>>values 22:17:04 396/519 - 70/70: Installing method SmallDictionary>>valuesDo: 22:17:04 396/519 - 1/4: Installing method SmallDictionary class>>new: 22:17:04 396/519 - 2/4: Installing method SmallDictionary class>>newFrom: 22:17:04 396/519 - 3/4: Installing method SmallDictionary class>>newFromKeys:andValues: 22:17:04 396/519 - 4/4: Installing method SmallDictionary class>>newFromPairs: 22:17:05 397/519 - 1/26: Installing method SmallFloat64>>* 22:17:05 397/519 - 2/26: Installing method SmallFloat64>>+ 22:17:05 397/519 - 3/26: Installing method SmallFloat64>>- 22:17:05 397/519 - 4/26: Installing method SmallFloat64>>/ 22:17:05 397/519 - 5/26: Installing method SmallFloat64>>< 22:17:05 397/519 - 6/26: Installing method SmallFloat64>><= 22:17:05 397/519 - 7/26: Installing method SmallFloat64>>= 22:17:05 397/519 - 8/26: Installing method SmallFloat64>>> 22:17:05 397/519 - 9/26: Installing method SmallFloat64>>>= 22:17:05 397/519 - 10/26: Installing method SmallFloat64>>basicIdentityHash 22:17:05 397/519 - 11/26: Installing method SmallFloat64>>clone 22:17:05 397/519 - 12/26: Installing method SmallFloat64>>copy 22:17:05 397/519 - 13/26: Installing method SmallFloat64>>deepCopy 22:17:05 397/519 - 14/26: Installing method SmallFloat64>>exp 22:17:05 397/519 - 15/26: Installing method SmallFloat64>>exponent 22:17:05 397/519 - 16/26: Installing method SmallFloat64>>fractionPart 22:17:05 397/519 - 17/26: Installing method SmallFloat64>>identityHash 22:17:05 397/519 - 18/26: Installing method SmallFloat64>>isImmediateObject 22:17:05 397/519 - 19/26: Installing method SmallFloat64>>isPinnedInMemory 22:17:05 397/519 - 20/26: Installing method SmallFloat64>>ln 22:17:05 397/519 - 21/26: Installing method SmallFloat64>>nextObject 22:17:05 397/519 - 22/26: Installing method SmallFloat64>>shallowCopy 22:17:05 397/519 - 23/26: Installing method SmallFloat64>>timesTwoPower: 22:17:05 397/519 - 24/26: Installing method SmallFloat64>>truncated 22:17:05 397/519 - 25/26: Installing method SmallFloat64>>veryDeepCopyWith: 22:17:05 397/519 - 26/26: Installing method SmallFloat64>>~= 22:17:05 397/519 - 1/2: Installing method SmallFloat64 class>>basicNew 22:17:05 397/519 - 2/2: Installing method SmallFloat64 class>>basicNew: 22:17:05 398/519 - 1/2: Installing method SmallIdentityDictionary>>findIndexForKey: 22:17:05 398/519 - 2/2: Installing method SmallIdentityDictionary>>setClass 22:17:06 399/519 - 1/47: Installing method SmallInteger>>* 22:17:06 399/519 - 2/47: Installing method SmallInteger>>+ 22:17:06 399/519 - 3/47: Installing method SmallInteger>>- 22:17:06 399/519 - 4/47: Installing method SmallInteger>>/ 22:17:06 399/519 - 5/47: Installing method SmallInteger>>// 22:17:06 399/519 - 6/47: Installing method SmallInteger>>< 22:17:06 399/519 - 7/47: Installing method SmallInteger>><= 22:17:06 399/519 - 8/47: Installing method SmallInteger>>= 22:17:06 399/519 - 9/47: Installing method SmallInteger>>> 22:17:06 399/519 - 10/47: Installing method SmallInteger>>>= 22:17:06 399/519 - 11/47: Installing method SmallInteger>>\\ 22:17:06 399/519 - 12/47: Installing method SmallInteger>>asCharacter 22:17:06 399/519 - 13/47: Installing method SmallInteger>>asFloat 22:17:06 399/519 - 14/47: Installing method SmallInteger>>basicIdentityHash 22:17:06 399/519 - 15/47: Installing method SmallInteger>>bitAnd: 22:17:06 399/519 - 16/47: Installing method SmallInteger>>bitOr: 22:17:06 399/519 - 17/47: Installing method SmallInteger>>bitShift: 22:17:06 399/519 - 18/47: Installing method SmallInteger>>bitStringLength 22:17:06 399/519 - 19/47: Installing method SmallInteger>>bitXor: 22:17:06 399/519 - 20/47: Installing method SmallInteger>>byteAt: 22:17:06 399/519 - 21/47: Installing method SmallInteger>>byteAt:put: 22:17:06 399/519 - 22/47: Installing method SmallInteger>>bytesCount 22:17:06 399/519 - 23/47: Installing method SmallInteger>>decimalDigitLength 22:17:06 399/519 - 24/47: Installing method SmallInteger>>deepCopy 22:17:06 399/519 - 25/47: Installing method SmallInteger>>even 22:17:06 399/519 - 26/47: Installing method SmallInteger>>gcd: 22:17:06 399/519 - 27/47: Installing method SmallInteger>>hash 22:17:06 399/519 - 28/47: Installing method SmallInteger>>hashMultiply 22:17:06 399/519 - 29/47: Installing method SmallInteger>>highBit 22:17:06 399/519 - 30/47: Installing method SmallInteger>>highBitOfMagnitude 22:17:06 399/519 - 31/47: Installing method SmallInteger>>highBitOfPositiveReceiver 22:17:06 399/519 - 32/47: Installing method SmallInteger>>identityHash 22:17:06 399/519 - 33/47: Installing method SmallInteger>>isImmediateObject 22:17:06 399/519 - 34/47: Installing method SmallInteger>>isLarge 22:17:06 399/519 - 35/47: Installing method SmallInteger>>isPinnedInMemory 22:17:06 399/519 - 36/47: Installing method SmallInteger>>lowBit 22:17:06 399/519 - 37/47: Installing method SmallInteger>>nextInstance 22:17:06 399/519 - 38/47: Installing method SmallInteger>>nextObject 22:17:06 399/519 - 39/47: Installing method SmallInteger>>odd 22:17:06 399/519 - 40/47: Installing method SmallInteger>>pointsTo: 22:17:06 399/519 - 41/47: Installing method SmallInteger>>printOn:base: 22:17:06 399/519 - 42/47: Installing method SmallInteger>>printOn:base:length:padded: 22:17:06 399/519 - 43/47: Installing method SmallInteger>>printOn:base:nDigits: 22:17:06 399/519 - 44/47: Installing method SmallInteger>>quo: 22:17:06 399/519 - 45/47: Installing method SmallInteger>>shallowCopy 22:17:06 399/519 - 46/47: Installing method SmallInteger>>veryDeepCopyWith: 22:17:06 399/519 - 47/47: Installing method SmallInteger>>~= 22:17:07 399/519 - 1/6: Installing method SmallInteger class>>basicNew 22:17:07 399/519 - 2/6: Installing method SmallInteger class>>initialize 22:17:07 399/519 - 3/6: Installing method SmallInteger class>>maxVal 22:17:07 399/519 - 4/6: Installing method SmallInteger class>>minVal 22:17:07 399/519 - 5/6: Installing method SmallInteger class>>new 22:17:07 399/519 - 6/6: Installing method SmallInteger class>>startUp: 22:17:10 400/519 - 1/176: Installing method SmalltalkImage>>addToShutDownList: 22:17:10 400/519 - 2/176: Installing method SmalltalkImage>>addToStartUpList: 22:17:10 400/519 - 3/176: Installing method SmalltalkImage>>allClasses 22:17:10 400/519 - 4/176: Installing method SmalltalkImage>>allClassesAndTraits 22:17:10 400/519 - 5/176: Installing method SmalltalkImage>>allClassesAndTraitsDo: 22:17:10 400/519 - 6/176: Installing method SmalltalkImage>>allClassesDo: 22:17:10 400/519 - 7/176: Installing method SmalltalkImage>>allTraits 22:17:10 400/519 - 8/176: Installing method SmalltalkImage>>anonymousClassInstaller 22:17:10 400/519 - 9/176: Installing method SmalltalkImage>>argumentAt: 22:17:10 400/519 - 10/176: Installing method SmalltalkImage>>arguments 22:17:10 400/519 - 11/176: Installing method SmalltalkImage>>argumentsInclude: 22:17:10 400/519 - 12/176: Installing method SmalltalkImage>>argumentsStartingAtIndex: 22:17:10 400/519 - 13/176: Installing method SmalltalkImage>>at: 22:17:10 400/519 - 14/176: Installing method SmalltalkImage>>at:ifAbsent: 22:17:10 400/519 - 15/176: Installing method SmalltalkImage>>at:ifAbsentPut: 22:17:10 400/519 - 16/176: Installing method SmalltalkImage>>at:ifPresent: 22:17:10 400/519 - 17/176: Installing method SmalltalkImage>>at:ifPresent:ifAbsent: 22:17:10 400/519 - 18/176: Installing method SmalltalkImage>>at:put: 22:17:11 400/519 - 19/176: Installing method SmalltalkImage>>backupImageInFileNamed: 22:17:11 400/519 - 20/176: Installing method SmalltalkImage>>backupTo: 22:17:11 400/519 - 21/176: Installing method SmalltalkImage>>bindingOf: 22:17:11 400/519 - 22/176: Installing method SmalltalkImage>>bytesLeft 22:17:11 400/519 - 23/176: Installing method SmalltalkImage>>bytesLeft: 22:17:11 400/519 - 24/176: Installing method SmalltalkImage>>changeImagePathTo: 22:17:11 400/519 - 25/176: Installing method SmalltalkImage>>changesName 22:17:11 400/519 - 26/176: Installing method SmalltalkImage>>changesSuffix 22:17:11 400/519 - 27/176: Installing method SmalltalkImage>>classBuilder 22:17:11 400/519 - 28/176: Installing method SmalltalkImage>>classInstaller 22:17:11 400/519 - 29/176: Installing method SmalltalkImage>>classNamed: 22:17:11 400/519 - 30/176: Installing method SmalltalkImage>>classNames 22:17:11 400/519 - 31/176: Installing method SmalltalkImage>>classOrTraitNamed: 22:17:11 400/519 - 32/176: Installing method SmalltalkImage>>cleanOutUndeclared 22:17:11 400/519 - 33/176: Installing method SmalltalkImage>>cleanUp 22:17:11 400/519 - 34/176: Installing method SmalltalkImage>>cleanUp: 22:17:11 400/519 - 35/176: Installing method SmalltalkImage>>cleanUp:except: 22:17:11 400/519 - 36/176: Installing method SmalltalkImage>>cleanUp:except:confirming: 22:17:11 400/519 - 37/176: Installing method SmalltalkImage>>clearExternalObjects 22:17:11 400/519 - 38/176: Installing method SmalltalkImage>>closeLog: 22:17:11 400/519 - 39/176: Installing method SmalltalkImage>>closeSourceFiles 22:17:11 400/519 - 40/176: Installing method SmalltalkImage>>commandLine 22:17:11 400/519 - 41/176: Installing method SmalltalkImage>>compactClassesArray 22:17:11 400/519 - 42/176: Installing method SmalltalkImage>>compiler 22:17:11 400/519 - 43/176: Installing method SmalltalkImage>>compilerClass 22:17:11 400/519 - 44/176: Installing method SmalltalkImage>>compilerClass: 22:17:11 400/519 - 45/176: Installing method SmalltalkImage>>createStackOverflow 22:17:11 400/519 - 46/176: Installing method SmalltalkImage>>datedVersion 22:17:11 400/519 - 47/176: Installing method SmalltalkImage>>defaultLogFileName 22:17:11 400/519 - 48/176: Installing method SmalltalkImage>>environment 22:17:11 400/519 - 49/176: Installing method SmalltalkImage>>exit: 22:17:11 400/519 - 50/176: Installing method SmalltalkImage>>exitFailure 22:17:11 400/519 - 51/176: Installing method SmalltalkImage>>exitSuccess 22:17:11 400/519 - 52/176: Installing method SmalltalkImage>>exitToDebugger 22:17:11 400/519 - 53/176: Installing method SmalltalkImage>>externalObjects 22:17:11 400/519 - 54/176: Installing method SmalltalkImage>>extractMinusParameters 22:17:11 400/519 - 55/176: Installing method SmalltalkImage>>extractMinusParametersFrom: 22:17:11 400/519 - 56/176: Installing method SmalltalkImage>>extractParameters 22:17:11 400/519 - 57/176: Installing method SmalltalkImage>>fileForChangesNamed: 22:17:11 400/519 - 58/176: Installing method SmalltalkImage>>fileForImageNamed: 22:17:11 400/519 - 59/176: Installing method SmalltalkImage>>fixObsoleteBindings 22:17:11 400/519 - 60/176: Installing method SmalltalkImage>>fixObsoleteReferences 22:17:11 400/519 - 61/176: Installing method SmalltalkImage>>fixObsoleteSharedPools 22:17:11 400/519 - 62/176: Installing method SmalltalkImage>>flushClassNameCache 22:17:11 400/519 - 63/176: Installing method SmalltalkImage>>fullNameForChangesNamed: 22:17:11 400/519 - 64/176: Installing method SmalltalkImage>>fullNameForImageNamed: 22:17:11 400/519 - 65/176: Installing method SmalltalkImage>>garbageCollect 22:17:11 400/519 - 66/176: Installing method SmalltalkImage>>garbageCollectMost 22:17:11 400/519 - 67/176: Installing method SmalltalkImage>>getFileNameFromUser 22:17:11 400/519 - 68/176: Installing method SmalltalkImage>>globals 22:17:11 400/519 - 69/176: Installing method SmalltalkImage>>globals: 22:17:11 400/519 - 70/176: Installing method SmalltalkImage>>growMemoryByAtLeast: 22:17:11 400/519 - 71/176: Installing method SmalltalkImage>>hasClassNamed: 22:17:11 400/519 - 72/176: Installing method SmalltalkImage>>hasCompiler 22:17:11 400/519 - 73/176: Installing method SmalltalkImage>>image 22:17:11 400/519 - 74/176: Installing method SmalltalkImage>>imageDirectory 22:17:11 400/519 - 75/176: Installing method SmalltalkImage>>imageFormatVersion 22:17:11 400/519 - 76/176: Installing method SmalltalkImage>>imagePath 22:17:11 400/519 - 77/176: Installing method SmalltalkImage>>imagePath: 22:17:11 400/519 - 78/176: Installing method SmalltalkImage>>imageSuffix 22:17:11 400/519 - 79/176: Installing method SmalltalkImage>>includesKey: 22:17:11 400/519 - 80/176: Installing method SmalltalkImage>>informSpaceLeftAfterGarbageCollection 22:17:11 400/519 - 81/176: Installing method SmalltalkImage>>installLowSpaceWatcher 22:17:11 400/519 - 82/176: Installing method SmalltalkImage>>isHeadless 22:17:11 400/519 - 83/176: Installing method SmalltalkImage>>isInteractive 22:17:11 400/519 - 84/176: Installing method SmalltalkImage>>isInteractiveGraphic 22:17:11 400/519 - 85/176: Installing method SmalltalkImage>>isSelfEvaluating 22:17:11 400/519 - 86/176: Installing method SmalltalkImage>>lastImagePath 22:17:11 400/519 - 87/176: Installing method SmalltalkImage>>lastQuitLogPosition 22:17:11 400/519 - 88/176: Installing method SmalltalkImage>>lastQuitLogPosition: 22:17:11 400/519 - 89/176: Installing method SmalltalkImage>>lastUpdateString 22:17:11 400/519 - 90/176: Installing method SmalltalkImage>>licenseString 22:17:11 400/519 - 91/176: Installing method SmalltalkImage>>licenseStringTemplate 22:17:11 400/519 - 92/176: Installing method SmalltalkImage>>logDuring: 22:17:11 400/519 - 93/176: Installing method SmalltalkImage>>logError:inContext: 22:17:11 400/519 - 94/176: Installing method SmalltalkImage>>logFileName 22:17:12 400/519 - 95/176: Installing method SmalltalkImage>>logFileName: 22:17:12 400/519 - 96/176: Installing method SmalltalkImage>>logStdErrorDuring: 22:17:12 400/519 - 97/176: Installing method SmalltalkImage>>logStdOutDuring: 22:17:12 400/519 - 98/176: Installing method SmalltalkImage>>lowSpaceThreshold 22:17:12 400/519 - 99/176: Installing method SmalltalkImage>>lowSpaceWatcher 22:17:12 400/519 - 100/176: Installing method SmalltalkImage>>lowSpaceWatcherProcess 22:17:12 400/519 - 101/176: Installing method SmalltalkImage>>maxFilenameLength 22:17:12 400/519 - 102/176: Installing method SmalltalkImage>>maxIdentityHash 22:17:12 400/519 - 103/176: Installing method SmalltalkImage>>memoryHogs 22:17:12 400/519 - 104/176: Installing method SmalltalkImage>>metacelloPlatformAttributes 22:17:12 400/519 - 105/176: Installing method SmalltalkImage>>newSpecialObjectsArray 22:17:12 400/519 - 106/176: Installing method SmalltalkImage>>okayToProceedEvenIfSpaceIsLow 22:17:12 400/519 - 107/176: Installing method SmalltalkImage>>openLog 22:17:12 400/519 - 108/176: Installing method SmalltalkImage>>openSourceFiles 22:17:12 400/519 - 109/176: Installing method SmalltalkImage>>optionAt: 22:17:12 400/519 - 110/176: Installing method SmalltalkImage>>options 22:17:12 400/519 - 111/176: Installing method SmalltalkImage>>organization 22:17:12 400/519 - 112/176: Installing method SmalltalkImage>>os 22:17:12 400/519 - 113/176: Installing method SmalltalkImage>>packages 22:17:12 400/519 - 114/176: Installing method SmalltalkImage>>platform 22:17:12 400/519 - 115/176: Installing method SmalltalkImage>>platformName 22:17:12 400/519 - 116/176: Installing method SmalltalkImage>>primBytesLeft 22:17:12 400/519 - 117/176: Installing method SmalltalkImage>>primImagePath 22:17:12 400/519 - 118/176: Installing method SmalltalkImage>>primImagePath: 22:17:12 400/519 - 119/176: Installing method SmalltalkImage>>primLowSpaceSemaphore: 22:17:12 400/519 - 120/176: Installing method SmalltalkImage>>primSignalAtBytesLeft: 22:17:12 400/519 - 121/176: Installing method SmalltalkImage>>primitiveGarbageCollect 22:17:12 400/519 - 122/176: Installing method SmalltalkImage>>primitiveGetSpecialObjectsArray 22:17:12 400/519 - 123/176: Installing method SmalltalkImage>>printOn: 22:17:12 400/519 - 124/176: Installing method SmalltalkImage>>privSaveImageWithCleanup 22:17:12 400/519 - 125/176: Installing method SmalltalkImage>>quitPrimitive 22:17:12 400/519 - 126/176: Installing method SmalltalkImage>>recompile 22:17:12 400/519 - 127/176: Installing method SmalltalkImage>>recordStartupStamp 22:17:12 400/519 - 128/176: Installing method SmalltalkImage>>recreateSpecialObjectsArray 22:17:12 400/519 - 129/176: Installing method SmalltalkImage>>registerExternalObject: 22:17:12 400/519 - 130/176: Installing method SmalltalkImage>>removeAllLineFeedsQuietly 22:17:12 400/519 - 131/176: Installing method SmalltalkImage>>removeAllLineFeedsQuietlyCalling: 22:17:12 400/519 - 132/176: Installing method SmalltalkImage>>removeClassNamed: 22:17:12 400/519 - 133/176: Installing method SmalltalkImage>>removeEmptyMessageCategories 22:17:12 400/519 - 134/176: Installing method SmalltalkImage>>removeSelector: 22:17:12 400/519 - 135/176: Installing method SmalltalkImage>>renameClass:from: 22:17:12 400/519 - 136/176: Installing method SmalltalkImage>>renameClassNamed:as: 22:17:12 400/519 - 137/176: Installing method SmalltalkImage>>restartMethods 22:17:12 400/519 - 138/176: Installing method SmalltalkImage>>saveAs 22:17:12 400/519 - 139/176: Installing method SmalltalkImage>>saveAs: 22:17:12 400/519 - 140/176: Installing method SmalltalkImage>>saveAsNewVersion 22:17:12 400/519 - 141/176: Installing method SmalltalkImage>>saveChangesInFileNamed: 22:17:12 400/519 - 142/176: Installing method SmalltalkImage>>saveImageInFileNamed: 22:17:12 400/519 - 143/176: Installing method SmalltalkImage>>saveImageInNewContext 22:17:12 400/519 - 144/176: Installing method SmalltalkImage>>saveSession 22:17:12 400/519 - 145/176: Installing method SmalltalkImage>>session 22:17:12 400/519 - 146/176: Installing method SmalltalkImage>>shortImageName 22:17:12 400/519 - 147/176: Installing method SmalltalkImage>>shutDown 22:17:12 400/519 - 148/176: Installing method SmalltalkImage>>signalLowSpace 22:17:12 400/519 - 149/176: Installing method SmalltalkImage>>snapshot:andQuit: 22:17:12 400/519 - 150/176: Installing method SmalltalkImage>>sourceFileVersionString 22:17:12 400/519 - 151/176: Installing method SmalltalkImage>>sourceFileVersionString: 22:17:12 400/519 - 152/176: Installing method SmalltalkImage>>sourcesFile 22:17:12 400/519 - 153/176: Installing method SmalltalkImage>>sourcesName 22:17:12 400/519 - 154/176: Installing method SmalltalkImage>>sourcesSuffix 22:17:12 400/519 - 155/176: Installing method SmalltalkImage>>spaceLeftAfterGarbageCollection 22:17:12 400/519 - 156/176: Installing method SmalltalkImage>>specialNargsAt: 22:17:12 400/519 - 157/176: Installing method SmalltalkImage>>specialObjectsArray 22:17:12 400/519 - 158/176: Installing method SmalltalkImage>>specialObjectsArray: 22:17:12 400/519 - 159/176: Installing method SmalltalkImage>>specialSelectorAt: 22:17:12 400/519 - 160/176: Installing method SmalltalkImage>>specialSelectorIndexOrNil: 22:17:12 400/519 - 161/176: Installing method SmalltalkImage>>specialSelectorSize 22:17:12 400/519 - 162/176: Installing method SmalltalkImage>>specialSelectors 22:17:12 400/519 - 163/176: Installing method SmalltalkImage>>stripImageExtensionFrom: 22:17:12 400/519 - 164/176: Installing method SmalltalkImage>>supportsQueueingFinalization 22:17:12 400/519 - 165/176: Installing method SmalltalkImage>>supportsQueueingFinalization: 22:17:12 400/519 - 166/176: Installing method SmalltalkImage>>systemInformationString 22:17:12 400/519 - 167/176: Installing method SmalltalkImage>>timeStamp: 22:17:12 400/519 - 168/176: Installing method SmalltalkImage>>traitNames 22:17:12 400/519 - 169/176: Installing method SmalltalkImage>>unbindExternalPrimitives 22:17:12 400/519 - 170/176: Installing method SmalltalkImage>>unregisterExternalObject: 22:17:12 400/519 - 171/176: Installing method SmalltalkImage>>version 22:17:12 400/519 - 172/176: Installing method SmalltalkImage>>veryDeepCopyWith: 22:17:12 400/519 - 173/176: Installing method SmalltalkImage>>vm 22:17:13 400/519 - 174/176: Installing method SmalltalkImage>>vmBinary 22:17:13 400/519 - 175/176: Installing method SmalltalkImage>>vmDirectory 22:17:13 400/519 - 176/176: Installing method SmalltalkImage>>wordSize 22:17:13 400/519 - 1/8: Installing method SmalltalkImage class>>cleanUp 22:17:13 400/519 - 2/8: Installing method SmalltalkImage class>>compilerClass 22:17:13 400/519 - 3/8: Installing method SmalltalkImage class>>compilerClass: 22:17:13 400/519 - 4/8: Installing method SmalltalkImage class>>current 22:17:13 400/519 - 5/8: Installing method SmalltalkImage class>>new 22:17:13 400/519 - 6/8: Installing method SmalltalkImage class>>shutDown: 22:17:13 400/519 - 7/8: Installing method SmalltalkImage class>>startUp: 22:17:13 400/519 - 8/8: Installing method SmalltalkImage class>>wordSize 22:17:13 401/519 - 1/15: Installing method SnapshotOperation>>doSnapshot 22:17:13 401/519 - 2/15: Installing method SnapshotOperation>>error 22:17:13 401/519 - 3/15: Installing method SnapshotOperation>>executeStoringError: 22:17:13 401/519 - 4/15: Installing method SnapshotOperation>>handleSnapshotError: 22:17:13 401/519 - 5/15: Installing method SnapshotOperation>>hasError 22:17:13 401/519 - 6/15: Installing method SnapshotOperation>>hasSavedSuccessfully 22:17:13 401/519 - 7/15: Installing method SnapshotOperation>>imageFormatOption: 22:17:13 401/519 - 8/15: Installing method SnapshotOperation>>initialize 22:17:13 401/519 - 9/15: Installing method SnapshotOperation>>isImageStarting 22:17:13 401/519 - 10/15: Installing method SnapshotOperation>>performSnapshot 22:17:13 401/519 - 11/15: Installing method SnapshotOperation>>quit: 22:17:13 401/519 - 12/15: Installing method SnapshotOperation>>save: 22:17:13 401/519 - 13/15: Installing method SnapshotOperation>>sessionManager: 22:17:13 401/519 - 14/15: Installing method SnapshotOperation>>snapshotPrimitive 22:17:13 401/519 - 15/15: Installing method SnapshotOperation>>snapshotPrimitiveWithFormatOption: 22:17:13 401/519 - 1/4: Installing method SnapshotOperation class>>new 22:17:13 401/519 - 2/4: Installing method SnapshotOperation class>>save:andQuit:withSessionManager: 22:17:13 401/519 - 3/4: Installing method SnapshotOperation class>>useComposedFormatNext 22:17:13 401/519 - 4/4: Installing method SnapshotOperation class>>useSpurFormatNext 22:17:14 402/519 - 1/23: Installing method SortedCollection>>, 22:17:14 402/519 - 2/23: Installing method SortedCollection>>= 22:17:14 402/519 - 3/23: Installing method SortedCollection>>add: 22:17:14 402/519 - 4/23: Installing method SortedCollection>>addAll: 22:17:14 402/519 - 5/23: Installing method SortedCollection>>addFirst: 22:17:14 402/519 - 6/23: Installing method SortedCollection>>addLast: 22:17:14 402/519 - 7/23: Installing method SortedCollection>>addNoSort: 22:17:14 402/519 - 8/23: Installing method SortedCollection>>at:put: 22:17:14 402/519 - 9/23: Installing method SortedCollection>>collect: 22:17:14 402/519 - 10/23: Installing method SortedCollection>>copyEmpty 22:17:14 402/519 - 11/23: Installing method SortedCollection>>defaultSort:to: 22:17:14 402/519 - 12/23: Installing method SortedCollection>>flatCollect: 22:17:14 402/519 - 13/23: Installing method SortedCollection>>groupedBy: 22:17:14 402/519 - 14/23: Installing method SortedCollection>>indexForInserting: 22:17:14 402/519 - 15/23: Installing method SortedCollection>>insert:before: 22:17:14 402/519 - 16/23: Installing method SortedCollection>>intersection: 22:17:14 402/519 - 17/23: Installing method SortedCollection>>median 22:17:14 402/519 - 18/23: Installing method SortedCollection>>reSort 22:17:14 402/519 - 19/23: Installing method SortedCollection>>sort: 22:17:14 402/519 - 20/23: Installing method SortedCollection>>sort:to: 22:17:14 402/519 - 21/23: Installing method SortedCollection>>sortBlock 22:17:14 402/519 - 22/23: Installing method SortedCollection>>sortBlock: 22:17:14 402/519 - 23/23: Installing method SortedCollection>>speciesForTransform 22:17:14 402/519 - 1/3: Installing method SortedCollection class>>newFromArray: 22:17:14 402/519 - 2/3: Installing method SortedCollection class>>sortBlock: 22:17:14 402/519 - 3/3: Installing method SortedCollection class>>sortUsing: 22:17:14 403/519 - 1/1: Installing method SourceChunkWriteStream>>afterNexPut 22:17:15 404/519 - 1/35: Installing method SourceFile>>atEnd 22:17:15 404/519 - 2/35: Installing method SourceFile>>close 22:17:15 404/519 - 3/35: Installing method SourceFile>>closed 22:17:15 404/519 - 4/35: Installing method SourceFile>>cr 22:17:15 404/519 - 5/35: Installing method SourceFile>>discardBuffer 22:17:15 404/519 - 6/35: Installing method SourceFile>>ensureWrittenPosition: 22:17:15 404/519 - 7/35: Installing method SourceFile>>flush 22:17:15 404/519 - 8/35: Installing method SourceFile>>fullName 22:17:15 404/519 - 9/35: Installing method SourceFile>>getPreambleAt: 22:17:15 404/519 - 10/35: Installing method SourceFile>>isOpen 22:17:15 404/519 - 11/35: Installing method SourceFile>>isReadOnly 22:17:15 404/519 - 12/35: Installing method SourceFile>>next 22:17:15 404/519 - 13/35: Installing method SourceFile>>next: 22:17:15 404/519 - 14/35: Installing method SourceFile>>next:putAll:startingAt: 22:17:15 404/519 - 15/35: Installing method SourceFile>>nextChunk 22:17:15 404/519 - 16/35: Installing method SourceFile>>nextChunkPut: 22:17:15 404/519 - 17/35: Installing method SourceFile>>nextPut: 22:17:15 404/519 - 18/35: Installing method SourceFile>>nextPutAll: 22:17:15 404/519 - 19/35: Installing method SourceFile>>path 22:17:15 404/519 - 20/35: Installing method SourceFile>>path: 22:17:15 404/519 - 21/35: Installing method SourceFile>>peek 22:17:15 404/519 - 22/35: Installing method SourceFile>>position 22:17:15 404/519 - 23/35: Installing method SourceFile>>position: 22:17:15 404/519 - 24/35: Installing method SourceFile>>potentialLocations 22:17:15 404/519 - 25/35: Installing method SourceFile>>potentialLocations: 22:17:15 404/519 - 26/35: Installing method SourceFile>>printOn: 22:17:15 404/519 - 27/35: Installing method SourceFile>>readOnlyCopy 22:17:15 404/519 - 28/35: Installing method SourceFile>>setToEnd 22:17:15 404/519 - 29/35: Installing method SourceFile>>size 22:17:15 404/519 - 30/35: Installing method SourceFile>>skip: 22:17:15 404/519 - 31/35: Installing method SourceFile>>space 22:17:15 404/519 - 32/35: Installing method SourceFile>>stream: 22:17:15 404/519 - 33/35: Installing method SourceFile>>tryOpen 22:17:15 404/519 - 34/35: Installing method SourceFile>>tryOpenReadOnly: 22:17:15 404/519 - 35/35: Installing method SourceFile>>upToEnd 22:17:15 404/519 - 1/1: Installing method SourceFile class>>on:potentialLocations: 22:17:16 405/519 - 1/39: Installing method SourceFileArray>>changesFileStream 22:17:16 405/519 - 2/39: Installing method SourceFileArray>>changesFileStream: 22:17:16 405/519 - 3/39: Installing method SourceFileArray>>changesWriteStreamDo: 22:17:16 405/519 - 4/39: Installing method SourceFileArray>>close 22:17:16 405/519 - 5/39: Installing method SourceFileArray>>closeFileArray: 22:17:16 405/519 - 6/39: Installing method SourceFileArray>>commentDataPointers 22:17:16 405/519 - 7/39: Installing method SourceFileArray>>commentTimeStampAt: 22:17:16 405/519 - 8/39: Installing method SourceFileArray>>createReadOnlyFiles 22:17:16 405/519 - 9/39: Installing method SourceFileArray>>deferFlushDuring: 22:17:16 405/519 - 10/39: Installing method SourceFileArray>>emptyReadStreamsQueue 22:17:16 405/519 - 11/39: Installing method SourceFileArray>>ensureOpen 22:17:16 405/519 - 12/39: Installing method SourceFileArray>>fileAt: 22:17:16 405/519 - 13/39: Installing method SourceFileArray>>fileAt:ifAbsent: 22:17:16 405/519 - 14/39: Installing method SourceFileArray>>fileIndexFromSourcePointer: 22:17:16 405/519 - 15/39: Installing method SourceFileArray>>filePositionFromSourcePointer: 22:17:16 405/519 - 16/39: Installing method SourceFileArray>>finishedReading:from: 22:17:16 405/519 - 17/39: Installing method SourceFileArray>>flushChangesFile 22:17:16 405/519 - 18/39: Installing method SourceFileArray>>forceChangesToDisk 22:17:16 405/519 - 19/39: Installing method SourceFileArray>>getPreambleFrom:at: 22:17:16 405/519 - 20/39: Installing method SourceFileArray>>initialize 22:17:16 405/519 - 21/39: Installing method SourceFileArray>>protocolAt: 22:17:16 405/519 - 22/39: Installing method SourceFileArray>>protocolAt:for: 22:17:16 405/519 - 23/39: Installing method SourceFileArray>>readOnlyCopy 22:17:16 405/519 - 24/39: Installing method SourceFileArray>>readOnlyDo: 22:17:16 405/519 - 25/39: Installing method SourceFileArray>>readOnlyQueueLimit 22:17:16 405/519 - 26/39: Installing method SourceFileArray>>readStreamAt:ifPresent:ifAbsent: 22:17:16 405/519 - 27/39: Installing method SourceFileArray>>readStreamAtFileIndex:atPosition:ifPresent:ifAbsent: 22:17:16 405/519 - 28/39: Installing method SourceFileArray>>remoteStringAt: 22:17:16 405/519 - 29/39: Installing method SourceFileArray>>remoteStringForNewString: 22:17:16 405/519 - 30/39: Installing method SourceFileArray>>reportString 22:17:16 405/519 - 31/39: Installing method SourceFileArray>>sourceCodeAt: 22:17:16 405/519 - 32/39: Installing method SourceFileArray>>sourceDataPointers 22:17:16 405/519 - 33/39: Installing method SourceFileArray>>sourcePointerFromFileIndex:andPosition: 22:17:16 405/519 - 34/39: Installing method SourceFileArray>>sourcedDataAt: 22:17:16 405/519 - 35/39: Installing method SourceFileArray>>sourcesFileStream 22:17:16 405/519 - 36/39: Installing method SourceFileArray>>sourcesFileStream: 22:17:16 405/519 - 37/39: Installing method SourceFileArray>>timeStampAt: 22:17:16 405/519 - 38/39: Installing method SourceFileArray>>timeStampAt:for: 22:17:16 405/519 - 39/39: Installing method SourceFileArray>>writeSource:preamble:onSuccess:onFail: 22:17:16 405/519 - 1/1: Installing method SourceFileArray class>>startUp: 22:17:16 406/519 - 1/32: Installing method SourceFileBufferedReadWriteStream>>atEnd 22:17:16 406/519 - 2/32: Installing method SourceFileBufferedReadWriteStream>>atEnd: 22:17:16 406/519 - 3/32: Installing method SourceFileBufferedReadWriteStream>>bufferAt: 22:17:16 406/519 - 4/32: Installing method SourceFileBufferedReadWriteStream>>bufferAt:put: 22:17:16 406/519 - 5/32: Installing method SourceFileBufferedReadWriteStream>>checkBufferFor: 22:17:16 406/519 - 6/32: Installing method SourceFileBufferedReadWriteStream>>close 22:17:16 406/519 - 7/32: Installing method SourceFileBufferedReadWriteStream>>closed 22:17:16 406/519 - 8/32: Installing method SourceFileBufferedReadWriteStream>>collectionSpecies 22:17:16 406/519 - 9/32: Installing method SourceFileBufferedReadWriteStream>>defaultBufferSize 22:17:17 406/519 - 10/32: Installing method SourceFileBufferedReadWriteStream>>ensureWrittenPosition: 22:17:17 406/519 - 11/32: Installing method SourceFileBufferedReadWriteStream>>flush 22:17:17 406/519 - 12/32: Installing method SourceFileBufferedReadWriteStream>>isBinary 22:17:17 406/519 - 13/32: Installing method SourceFileBufferedReadWriteStream>>isPositionInBuffer: 22:17:17 406/519 - 14/32: Installing method SourceFileBufferedReadWriteStream>>isReadOnly 22:17:17 406/519 - 15/32: Installing method SourceFileBufferedReadWriteStream>>isStream 22:17:17 406/519 - 16/32: Installing method SourceFileBufferedReadWriteStream>>next 22:17:17 406/519 - 17/32: Installing method SourceFileBufferedReadWriteStream>>next: 22:17:17 406/519 - 18/32: Installing method SourceFileBufferedReadWriteStream>>next:putAll:startingAt: 22:17:17 406/519 - 19/32: Installing method SourceFileBufferedReadWriteStream>>nextPut: 22:17:17 406/519 - 20/32: Installing method SourceFileBufferedReadWriteStream>>nextPutAll: 22:17:17 406/519 - 21/32: Installing method SourceFileBufferedReadWriteStream>>on: 22:17:17 406/519 - 22/32: Installing method SourceFileBufferedReadWriteStream>>peek 22:17:17 406/519 - 23/32: Installing method SourceFileBufferedReadWriteStream>>position 22:17:17 406/519 - 24/32: Installing method SourceFileBufferedReadWriteStream>>position: 22:17:17 406/519 - 25/32: Installing method SourceFileBufferedReadWriteStream>>readInto:startingAt:count: 22:17:17 406/519 - 26/32: Installing method SourceFileBufferedReadWriteStream>>refreshBufferFrom: 22:17:17 406/519 - 27/32: Installing method SourceFileBufferedReadWriteStream>>setToEnd 22:17:17 406/519 - 28/32: Installing method SourceFileBufferedReadWriteStream>>size 22:17:17 406/519 - 29/32: Installing method SourceFileBufferedReadWriteStream>>sizeBuffer: 22:17:17 406/519 - 30/32: Installing method SourceFileBufferedReadWriteStream>>skip: 22:17:17 406/519 - 31/32: Installing method SourceFileBufferedReadWriteStream>>upTo: 22:17:17 406/519 - 32/32: Installing method SourceFileBufferedReadWriteStream>>upToEnd 22:17:17 406/519 - 1/2: Installing method SourceFileBufferedReadWriteStream class>>on: 22:17:17 406/519 - 2/2: Installing method SourceFileBufferedReadWriteStream class>>on:do: 22:17:17 407/519 - 1/26: Installing method SourceFileCharacterReadWriteStream>>atEnd 22:17:17 407/519 - 2/26: Installing method SourceFileCharacterReadWriteStream>>close 22:17:17 407/519 - 3/26: Installing method SourceFileCharacterReadWriteStream>>closed 22:17:17 407/519 - 4/26: Installing method SourceFileCharacterReadWriteStream>>collectionSpecies 22:17:17 407/519 - 5/26: Installing method SourceFileCharacterReadWriteStream>>cr 22:17:17 407/519 - 6/26: Installing method SourceFileCharacterReadWriteStream>>ensureWrittenPosition: 22:17:17 407/519 - 7/26: Installing method SourceFileCharacterReadWriteStream>>flush 22:17:17 407/519 - 8/26: Installing method SourceFileCharacterReadWriteStream>>isReadOnly 22:17:17 407/519 - 9/26: Installing method SourceFileCharacterReadWriteStream>>next 22:17:17 407/519 - 10/26: Installing method SourceFileCharacterReadWriteStream>>next: 22:17:17 407/519 - 11/26: Installing method SourceFileCharacterReadWriteStream>>next:putAll:startingAt: 22:17:17 407/519 - 12/26: Installing method SourceFileCharacterReadWriteStream>>nextPut: 22:17:17 407/519 - 13/26: Installing method SourceFileCharacterReadWriteStream>>nextPutAll: 22:17:17 407/519 - 14/26: Installing method SourceFileCharacterReadWriteStream>>on:encoding: 22:17:17 407/519 - 15/26: Installing method SourceFileCharacterReadWriteStream>>peek 22:17:18 407/519 - 16/26: Installing method SourceFileCharacterReadWriteStream>>position 22:17:18 407/519 - 17/26: Installing method SourceFileCharacterReadWriteStream>>position: 22:17:18 407/519 - 18/26: Installing method SourceFileCharacterReadWriteStream>>print: 22:17:18 407/519 - 19/26: Installing method SourceFileCharacterReadWriteStream>>readOnlyCopy 22:17:18 407/519 - 20/26: Installing method SourceFileCharacterReadWriteStream>>setToEnd 22:17:18 407/519 - 21/26: Installing method SourceFileCharacterReadWriteStream>>size 22:17:18 407/519 - 22/26: Installing method SourceFileCharacterReadWriteStream>>skip: 22:17:18 407/519 - 23/26: Installing method SourceFileCharacterReadWriteStream>>space 22:17:18 407/519 - 24/26: Installing method SourceFileCharacterReadWriteStream>>tab 22:17:18 407/519 - 25/26: Installing method SourceFileCharacterReadWriteStream>>upToAll: 22:17:18 407/519 - 26/26: Installing method SourceFileCharacterReadWriteStream>>upToEnd 22:17:18 407/519 - 1/1: Installing method SourceFileCharacterReadWriteStream class>>on:encoding: 22:17:18 408/519 - 1/5: Installing method SparseLargeArray>>analyzeSpaceSaving 22:17:18 408/519 - 2/5: Installing method SparseLargeArray>>atAllPut: 22:17:18 408/519 - 3/5: Installing method SparseLargeArray>>initChunkSize:size:arrayClass:base:defaultValue: 22:17:18 408/519 - 4/5: Installing method SparseLargeArray>>noCheckAt: 22:17:18 408/519 - 5/5: Installing method SparseLargeArray>>noCheckAt:put: 22:17:18 409/519 - 1/25: Installing method SparseLargeTable>>allDefaultValueSubtableAt: 22:17:18 409/519 - 2/25: Installing method SparseLargeTable>>analyzeSpaceSaving 22:17:18 409/519 - 3/25: Installing method SparseLargeTable>>arrayClass 22:17:18 409/519 - 4/25: Installing method SparseLargeTable>>at: 22:17:18 409/519 - 5/25: Installing method SparseLargeTable>>at:put: 22:17:18 409/519 - 6/25: Installing method SparseLargeTable>>base 22:17:18 409/519 - 7/25: Installing method SparseLargeTable>>chunkSize 22:17:18 409/519 - 8/25: Installing method SparseLargeTable>>copyEmpty 22:17:18 409/519 - 9/25: Installing method SparseLargeTable>>initChunkSize:size:arrayClass:base:defaultValue: 22:17:18 409/519 - 10/25: Installing method SparseLargeTable>>noCheckAt: 22:17:18 409/519 - 11/25: Installing method SparseLargeTable>>noCheckAt:put: 22:17:18 409/519 - 12/25: Installing method SparseLargeTable>>postCopy 22:17:18 409/519 - 13/25: Installing method SparseLargeTable>>printElementsOn: 22:17:18 409/519 - 14/25: Installing method SparseLargeTable>>printOn: 22:17:18 409/519 - 15/25: Installing method SparseLargeTable>>privateSize: 22:17:18 409/519 - 16/25: Installing method SparseLargeTable>>pvtCheckIndex: 22:17:18 409/519 - 17/25: Installing method SparseLargeTable>>similarInstance 22:17:18 409/519 - 18/25: Installing method SparseLargeTable>>similarInstance: 22:17:18 409/519 - 19/25: Installing method SparseLargeTable>>similarSpeciesInstance 22:17:18 409/519 - 20/25: Installing method SparseLargeTable>>similarSpeciesInstance: 22:17:18 409/519 - 21/25: Installing method SparseLargeTable>>size 22:17:18 409/519 - 22/25: Installing method SparseLargeTable>>speciesNew 22:17:18 409/519 - 23/25: Installing method SparseLargeTable>>speciesNew: 22:17:18 409/519 - 24/25: Installing method SparseLargeTable>>storeOn: 22:17:18 409/519 - 25/25: Installing method SparseLargeTable>>zapDefaultOnlyEntries 22:17:19 409/519 - 1/7: Installing method SparseLargeTable class>>defaultChunkSize 22:17:19 409/519 - 2/7: Installing method SparseLargeTable class>>defaultChunkSizeForFiles 22:17:19 409/519 - 3/7: Installing method SparseLargeTable class>>new: 22:17:19 409/519 - 4/7: Installing method SparseLargeTable class>>new:chunkSize: 22:17:19 409/519 - 5/7: Installing method SparseLargeTable class>>new:chunkSize:arrayClass: 22:17:19 409/519 - 6/7: Installing method SparseLargeTable class>>new:chunkSize:arrayClass:base: 22:17:19 409/519 - 7/7: Installing method SparseLargeTable class>>new:chunkSize:arrayClass:base:defaultValue: 22:17:19 410/519 - 1/3: Installing method Stack>>pop 22:17:19 410/519 - 2/3: Installing method Stack>>push: 22:17:19 410/519 - 3/3: Installing method Stack>>top 22:17:19 411/519 - 1/4: Installing method StartupUIManager>>activate 22:17:19 411/519 - 2/4: Installing method StartupUIManager>>handleError:log: 22:17:19 411/519 - 3/4: Installing method StartupUIManager>>inform: 22:17:19 411/519 - 4/4: Installing method StartupUIManager>>sessionManager 22:17:19 411/519 - 1/1: Installing method StartupUIManager class>>isValidForCurrentSystemConfiguration 22:17:19 412/519 - 1/11: Installing method Stdio class>>cleanStdioHandles 22:17:19 412/519 - 2/11: Installing method Stdio class>>createStdioFileFor: 22:17:19 412/519 - 3/11: Installing method Stdio class>>createWriteStreamBlock 22:17:19 412/519 - 4/11: Installing method Stdio class>>createWriteStreamBlock: 22:17:19 412/519 - 5/11: Installing method Stdio class>>standardIOStreamNamed:forWrite: 22:17:19 412/519 - 6/11: Installing method Stdio class>>startUp: 22:17:19 412/519 - 7/11: Installing method Stdio class>>stderr 22:17:19 412/519 - 8/11: Installing method Stdio class>>stdin 22:17:19 412/519 - 9/11: Installing method Stdio class>>stdout 22:17:19 412/519 - 10/11: Installing method Stdio class>>useDefaultStreams 22:17:19 412/519 - 11/11: Installing method Stdio class>>useNullStreams 22:17:19 413/519 - 1/2: Installing method StdioStream>>next: 22:17:19 413/519 - 2/2: Installing method StdioStream>>peek 22:17:20 414/519 - 1/28: Installing method Stream>><< 22:17:20 414/519 - 2/28: Installing method Stream>>atEnd 22:17:20 414/519 - 3/28: Installing method Stream>>basicNext 22:17:20 414/519 - 4/28: Installing method Stream>>basicNext:putAll:startingAt: 22:17:20 414/519 - 5/28: Installing method Stream>>basicNextPut: 22:17:20 414/519 - 6/28: Installing method Stream>>basicNextPutAll: 22:17:20 414/519 - 7/28: Installing method Stream>>binary 22:17:20 414/519 - 8/28: Installing method Stream>>close 22:17:20 414/519 - 9/28: Installing method Stream>>closed 22:17:20 414/519 - 10/28: Installing method Stream>>contents 22:17:20 414/519 - 11/28: Installing method Stream>>do: 22:17:20 414/519 - 12/28: Installing method Stream>>flush 22:17:20 414/519 - 13/28: Installing method Stream>>isBinary 22:17:20 414/519 - 14/28: Installing method Stream>>isStream 22:17:20 414/519 - 15/28: Installing method Stream>>localName 22:17:20 414/519 - 16/28: Installing method Stream>>next 22:17:20 414/519 - 17/28: Installing method Stream>>next: 22:17:20 414/519 - 18/28: Installing method Stream>>next:put: 22:17:20 414/519 - 19/28: Installing method Stream>>next:putAll:startingAt: 22:17:20 414/519 - 20/28: Installing method Stream>>nextMatchAll: 22:17:20 414/519 - 21/28: Installing method Stream>>nextMatchFor: 22:17:20 414/519 - 22/28: Installing method Stream>>nextPut: 22:17:20 414/519 - 23/28: Installing method Stream>>nextPutAll: 22:17:20 414/519 - 24/28: Installing method Stream>>nextWordsPutAll: 22:17:20 414/519 - 25/28: Installing method Stream>>openReadOnly 22:17:20 414/519 - 26/28: Installing method Stream>>print: 22:17:20 414/519 - 27/28: Installing method Stream>>readOnly 22:17:20 414/519 - 28/28: Installing method Stream>>upToEnd 22:17:21 414/519 - 1/2: Installing method Stream class>>isAbstract 22:17:21 414/519 - 2/2: Installing method Stream class>>new 22:17:24 415/519 - 1/198: Installing method String>>< 22:17:24 415/519 - 2/198: Installing method String>><= 22:17:24 415/519 - 3/198: Installing method String>>= 22:17:24 415/519 - 4/198: Installing method String>>> 22:17:24 415/519 - 5/198: Installing method String>>>= 22:17:24 415/519 - 6/198: Installing method String>>alike: 22:17:24 415/519 - 7/198: Installing method String>>allRangesOfSubstring: 22:17:24 415/519 - 8/198: Installing method String>>asByteArray 22:17:24 415/519 - 9/198: Installing method String>>asByteString 22:17:24 415/519 - 10/198: Installing method String>>asCamelCase 22:17:24 415/519 - 11/198: Installing method String>>asClassVariable 22:17:24 415/519 - 12/198: Installing method String>>asClassVariableCollection 22:17:24 415/519 - 13/198: Installing method String>>asComment 22:17:24 415/519 - 14/198: Installing method String>>asDate 22:17:24 415/519 - 15/198: Installing method String>>asDateAndTime 22:17:24 415/519 - 16/198: Installing method String>>asDuration 22:17:24 415/519 - 17/198: Installing method String>>asFourCode 22:17:24 415/519 - 18/198: Installing method String>>asHTMLString 22:17:24 415/519 - 19/198: Installing method String>>asHex 22:17:24 415/519 - 20/198: Installing method String>>asInteger 22:17:24 415/519 - 21/198: Installing method String>>asLowercase 22:17:24 415/519 - 22/198: Installing method String>>asNumber 22:17:24 415/519 - 23/198: Installing method String>>asOctetString 22:17:24 415/519 - 24/198: Installing method String>>asPackage 22:17:24 415/519 - 25/198: Installing method String>>asPackageIfAbsent: 22:17:24 415/519 - 26/198: Installing method String>>asPluralBasedOn: 22:17:24 415/519 - 27/198: Installing method String>>asSignedInteger 22:17:24 415/519 - 28/198: Installing method String>>asSlot 22:17:24 415/519 - 29/198: Installing method String>>asSlotCollection 22:17:24 415/519 - 30/198: Installing method String>>asString 22:17:24 415/519 - 31/198: Installing method String>>asSymbol 22:17:24 415/519 - 32/198: Installing method String>>asTime 22:17:24 415/519 - 33/198: Installing method String>>asUnsignedInteger 22:17:24 415/519 - 34/198: Installing method String>>asUppercase 22:17:24 415/519 - 35/198: Installing method String>>asValidSelector 22:17:24 415/519 - 36/198: Installing method String>>asVmPathName 22:17:24 415/519 - 37/198: Installing method String>>asWideString 22:17:24 415/519 - 38/198: Installing method String>>asWin32WideString 22:17:24 415/519 - 39/198: Installing method String>>asZnCharacterEncoder 22:17:24 415/519 - 40/198: Installing method String>>beginsWith: 22:17:24 415/519 - 41/198: Installing method String>>beginsWith:caseSensitive: 22:17:24 415/519 - 42/198: Installing method String>>byteAt: 22:17:24 415/519 - 43/198: Installing method String>>byteAt:put: 22:17:24 415/519 - 44/198: Installing method String>>byteSize 22:17:24 415/519 - 45/198: Installing method String>>capitalized 22:17:24 415/519 - 46/198: Installing method String>>caseInsensitiveLessOrEqual: 22:17:24 415/519 - 47/198: Installing method String>>caseSensitiveLessOrEqual: 22:17:24 415/519 - 48/198: Installing method String>>charactersExactlyMatching: 22:17:24 415/519 - 49/198: Installing method String>>compare: 22:17:24 415/519 - 50/198: Installing method String>>compare:caseSensitive: 22:17:24 415/519 - 51/198: Installing method String>>compare:with: 22:17:24 415/519 - 52/198: Installing method String>>compare:with:collated: 22:17:24 415/519 - 53/198: Installing method String>>contractTo: 22:17:24 415/519 - 54/198: Installing method String>>copyReplaceAll:with: 22:17:24 415/519 - 55/198: Installing method String>>copyReplaceAll:with:asTokens: 22:17:24 415/519 - 56/198: Installing method String>>copyReplaceTokens:with: 22:17:24 415/519 - 57/198: Installing method String>>copyUpToSubstring: 22:17:24 415/519 - 58/198: Installing method String>>correctAgainst: 22:17:24 415/519 - 59/198: Installing method String>>correctAgainst:continuedFrom: 22:17:24 415/519 - 60/198: Installing method String>>correctAgainstDictionary:continuedFrom: 22:17:24 415/519 - 61/198: Installing method String>>correctAgainstEnumerator:continuedFrom: 22:17:24 415/519 - 62/198: Installing method String>>deepCopy 22:17:24 415/519 - 63/198: Installing method String>>displayStringOn: 22:17:25 415/519 - 64/198: Installing method String>>encodeWith: 22:17:25 415/519 - 65/198: Installing method String>>endsWith: 22:17:25 415/519 - 66/198: Installing method String>>endsWith:caseSensitive: 22:17:25 415/519 - 67/198: Installing method String>>endsWithAColon 22:17:25 415/519 - 68/198: Installing method String>>endsWithDigit 22:17:25 415/519 - 69/198: Installing method String>>escapeCharacter: 22:17:25 415/519 - 70/198: Installing method String>>expandMacros 22:17:25 415/519 - 71/198: Installing method String>>expandMacrosWith: 22:17:25 415/519 - 72/198: Installing method String>>expandMacrosWith:with: 22:17:25 415/519 - 73/198: Installing method String>>expandMacrosWith:with:with: 22:17:25 415/519 - 74/198: Installing method String>>expandMacrosWith:with:with:with: 22:17:25 415/519 - 75/198: Installing method String>>expandMacrosWithArguments: 22:17:25 415/519 - 76/198: Installing method String>>findAnySubstring:startingAt: 22:17:25 415/519 - 77/198: Installing method String>>findBetweenSubstrings: 22:17:25 415/519 - 78/198: Installing method String>>findClosing:startingAt: 22:17:25 415/519 - 79/198: Installing method String>>findDelimiters:startingAt: 22:17:25 415/519 - 80/198: Installing method String>>findIn:startingAt:matchTable: 22:17:25 415/519 - 81/198: Installing method String>>findLastOccurrenceOfString:startingAt: 22:17:25 415/519 - 82/198: Installing method String>>findSelector 22:17:25 415/519 - 83/198: Installing method String>>findString: 22:17:25 415/519 - 84/198: Installing method String>>findString:startingAt: 22:17:25 415/519 - 85/198: Installing method String>>findString:startingAt:caseSensitive: 22:17:25 415/519 - 86/198: Installing method String>>findSubstring:in:startingAt:matchTable: 22:17:25 415/519 - 87/198: Installing method String>>findSubstringViaPrimitive:in:startingAt:matchTable: 22:17:25 415/519 - 88/198: Installing method String>>findTokens: 22:17:25 415/519 - 89/198: Installing method String>>findTokens:escapedBy: 22:17:25 415/519 - 90/198: Installing method String>>findTokens:includes: 22:17:25 415/519 - 91/198: Installing method String>>findTokens:keep: 22:17:25 415/519 - 92/198: Installing method String>>findWordStart:startingAt: 22:17:25 415/519 - 93/198: Installing method String>>flattenOn: 22:17:25 415/519 - 94/198: Installing method String>>format: 22:17:25 415/519 - 95/198: Installing method String>>hasWideCharacterFrom:to: 22:17:25 415/519 - 96/198: Installing method String>>hash 22:17:25 415/519 - 97/198: Installing method String>>howManyMatch: 22:17:25 415/519 - 98/198: Installing method String>>includesSubstring: 22:17:25 415/519 - 99/198: Installing method String>>includesSubstring:at: 22:17:25 415/519 - 100/198: Installing method String>>includesSubstring:caseSensitive: 22:17:25 415/519 - 101/198: Installing method String>>includesUnifiedCharacter 22:17:25 415/519 - 102/198: Installing method String>>indexOf: 22:17:25 415/519 - 103/198: Installing method String>>indexOf:startingAt: 22:17:25 415/519 - 104/198: Installing method String>>indexOf:startingAt:ifAbsent: 22:17:25 415/519 - 105/198: Installing method String>>indexOfFirstUppercaseCharacter 22:17:25 415/519 - 106/198: Installing method String>>indexOfSubCollection: 22:17:25 415/519 - 107/198: Installing method String>>indexOfSubCollection:startingAt:ifAbsent: 22:17:25 415/519 - 108/198: Installing method String>>indexOfWideCharacterFrom:to: 22:17:25 415/519 - 109/198: Installing method String>>initialIntegerOrNil 22:17:25 415/519 - 110/198: Installing method String>>isAllAlphaNumerics 22:17:25 415/519 - 111/198: Installing method String>>isAllDigits 22:17:25 415/519 - 112/198: Installing method String>>isAllSeparators 22:17:25 415/519 - 113/198: Installing method String>>isAsciiString 22:17:25 415/519 - 114/198: Installing method String>>isByteString 22:17:25 415/519 - 115/198: Installing method String>>isLiteral 22:17:25 415/519 - 116/198: Installing method String>>isLiteralSymbol 22:17:25 415/519 - 117/198: Installing method String>>isOctetString 22:17:25 415/519 - 118/198: Installing method String>>isPatternVariable 22:17:25 415/519 - 119/198: Installing method String>>isString 22:17:25 415/519 - 120/198: Installing method String>>isValidGlobalName 22:17:25 415/519 - 121/198: Installing method String>>isWideString 22:17:25 415/519 - 122/198: Installing method String>>join: 22:17:25 415/519 - 123/198: Installing method String>>keywords 22:17:25 415/519 - 124/198: Installing method String>>lastSpacePosition 22:17:25 415/519 - 125/198: Installing method String>>lineCorrespondingToIndex: 22:17:25 415/519 - 126/198: Installing method String>>lineCount 22:17:25 415/519 - 127/198: Installing method String>>lineIndicesDo: 22:17:25 415/519 - 128/198: Installing method String>>lineNumber: 22:17:25 415/519 - 129/198: Installing method String>>lineNumberCorrespondingToIndex: 22:17:25 415/519 - 130/198: Installing method String>>lines 22:17:25 415/519 - 131/198: Installing method String>>linesDo: 22:17:25 415/519 - 132/198: Installing method String>>match: 22:17:25 415/519 - 133/198: Installing method String>>normalizeCamelCase 22:17:26 415/519 - 134/198: Installing method String>>numArgs 22:17:26 415/519 - 135/198: Installing method String>>numericSuffix 22:17:26 415/519 - 136/198: Installing method String>>occursInWithEmpty:caseSensitive: 22:17:26 415/519 - 137/198: Installing method String>>onlyLetters 22:17:26 415/519 - 138/198: Installing method String>>padLeftTo: 22:17:26 415/519 - 139/198: Installing method String>>padLeftTo:with: 22:17:26 415/519 - 140/198: Installing method String>>padRightTo: 22:17:26 415/519 - 141/198: Installing method String>>padRightTo:with: 22:17:26 415/519 - 142/198: Installing method String>>printOn: 22:17:26 415/519 - 143/198: Installing method String>>putOn: 22:17:26 415/519 - 144/198: Installing method String>>repeat: 22:17:26 415/519 - 145/198: Installing method String>>replaceFrom:to:with:startingAt: 22:17:26 415/519 - 146/198: Installing method String>>romanNumber 22:17:26 415/519 - 147/198: Installing method String>>sameAs: 22:17:26 415/519 - 148/198: Installing method String>>skipAnySubstring:startingAt: 22:17:26 415/519 - 149/198: Installing method String>>skipDelimiters:startingAt: 22:17:26 415/519 - 150/198: Installing method String>>squeezeOutNumber 22:17:26 415/519 - 151/198: Installing method String>>startingAt:match:startingAt: 22:17:26 415/519 - 152/198: Installing method String>>startsWithDigit 22:17:26 415/519 - 153/198: Installing method String>>stemAndNumericSuffix 22:17:26 415/519 - 154/198: Installing method String>>storeOn: 22:17:26 415/519 - 155/198: Installing method String>>string 22:17:26 415/519 - 156/198: Installing method String>>stringhash 22:17:26 415/519 - 157/198: Installing method String>>substrings 22:17:26 415/519 - 158/198: Installing method String>>substrings: 22:17:26 415/519 - 159/198: Installing method String>>surroundedBy: 22:17:26 415/519 - 160/198: Installing method String>>surroundedBySingleQuotes 22:17:26 415/519 - 161/198: Installing method String>>translateFrom:to:table: 22:17:26 415/519 - 162/198: Installing method String>>translateToLowercase 22:17:26 415/519 - 163/198: Installing method String>>translateToUppercase 22:17:26 415/519 - 164/198: Installing method String>>translateWith: 22:17:26 415/519 - 165/198: Installing method String>>trim 22:17:26 415/519 - 166/198: Installing method String>>trimBoth 22:17:26 415/519 - 167/198: Installing method String>>trimBoth: 22:17:26 415/519 - 168/198: Installing method String>>trimLeft 22:17:26 415/519 - 169/198: Installing method String>>trimLeft: 22:17:26 415/519 - 170/198: Installing method String>>trimLeft:right: 22:17:26 415/519 - 171/198: Installing method String>>trimLineSpaces 22:17:26 415/519 - 172/198: Installing method String>>trimRight 22:17:26 415/519 - 173/198: Installing method String>>trimRight: 22:17:26 415/519 - 174/198: Installing method String>>trimmed 22:17:26 415/519 - 175/198: Installing method String>>truncateTo: 22:17:26 415/519 - 176/198: Installing method String>>truncateWithElipsisTo: 22:17:26 415/519 - 177/198: Installing method String>>typeTable 22:17:26 415/519 - 178/198: Installing method String>>uncapitalized 22:17:26 415/519 - 179/198: Installing method String>>unescapeCharacter: 22:17:26 415/519 - 180/198: Installing method String>>urlDecoded 22:17:26 415/519 - 181/198: Installing method String>>urlEncoded 22:17:26 415/519 - 182/198: Installing method String>>utf8Encoded 22:17:26 415/519 - 183/198: Installing method String>>withBlanksCondensed 22:17:26 415/519 - 184/198: Installing method String>>withCRs 22:17:26 415/519 - 185/198: Installing method String>>withInternalLineEndings 22:17:26 415/519 - 186/198: Installing method String>>withInternetLineEndings 22:17:26 415/519 - 187/198: Installing method String>>withLineEndings: 22:17:26 415/519 - 188/198: Installing method String>>withNoLineLongerThan: 22:17:26 415/519 - 189/198: Installing method String>>withSeparatorsCompacted 22:17:26 415/519 - 190/198: Installing method String>>withUnixLineEndings 22:17:26 415/519 - 191/198: Installing method String>>withoutLeadingDigits 22:17:26 415/519 - 192/198: Installing method String>>withoutPeriodSuffix 22:17:26 415/519 - 193/198: Installing method String>>withoutPrefix: 22:17:26 415/519 - 194/198: Installing method String>>withoutQuoting 22:17:26 415/519 - 195/198: Installing method String>>withoutSuffix: 22:17:26 415/519 - 196/198: Installing method String>>withoutTrailingDigits 22:17:26 415/519 - 197/198: Installing method String>>withoutTrailingNewlines 22:17:26 415/519 - 198/198: Installing method String>>wordBefore: 22:17:27 415/519 - 1/31: Installing method String class>>compare:with:collated: 22:17:27 415/519 - 2/31: Installing method String class>>cr 22:17:27 415/519 - 3/31: Installing method String class>>crlf 22:17:27 415/519 - 4/31: Installing method String class>>empty 22:17:27 415/519 - 5/31: Installing method String class>>expandMacro:argument:withExpansions: 22:17:27 415/519 - 6/31: Installing method String class>>findFirstInString:inCharacterSet:startingAt: 22:17:27 415/519 - 7/31: Installing method String class>>findFirstInString:inSet:startingAt: 22:17:27 415/519 - 8/31: Installing method String class>>fromByteArray: 22:17:27 415/519 - 9/31: Installing method String class>>fromString: 22:17:27 415/519 - 10/31: Installing method String class>>indexOfAscii:inString:startingAt: 22:17:27 415/519 - 11/31: Installing method String class>>initialize 22:17:27 415/519 - 12/31: Installing method String class>>initializeTypeTable 22:17:27 415/519 - 13/31: Installing method String class>>lf 22:17:27 415/519 - 14/31: Installing method String class>>loremIpsum 22:17:27 415/519 - 15/31: Installing method String class>>loremIpsum: 22:17:27 415/519 - 16/31: Installing method String class>>new: 22:17:27 415/519 - 17/31: Installing method String class>>newAsciiOrder 22:17:27 415/519 - 18/31: Installing method String class>>newCSLineEnders 22:17:27 415/519 - 19/31: Installing method String class>>newCaseInsensitiveOrder 22:17:27 415/519 - 20/31: Installing method String class>>newCaseSensitiveOrder 22:17:27 415/519 - 21/31: Installing method String class>>newLowercasingTable 22:17:27 415/519 - 22/31: Installing method String class>>newTokenish 22:17:27 415/519 - 23/31: Installing method String class>>newUppercasingTable 22:17:27 415/519 - 24/31: Installing method String class>>readFrom: 22:17:27 415/519 - 25/31: Installing method String class>>space 22:17:28 415/519 - 26/31: Installing method String class>>stringHash:initialHash: 22:17:28 415/519 - 27/31: Installing method String class>>tab 22:17:28 415/519 - 28/31: Installing method String class>>translate:from:to:table: 22:17:28 415/519 - 29/31: Installing method String class>>typeTable 22:17:28 415/519 - 30/31: Installing method String class>>value: 22:17:28 415/519 - 31/31: Installing method String class>>with: 22:17:28 416/519 - 1/1: Installing method SubclassResponsibility>>standardMessageText 22:17:28 417/519 - 1/8: Installing method SubscriptOutOfBounds>>lowerBound 22:17:28 417/519 - 2/8: Installing method SubscriptOutOfBounds>>lowerBound: 22:17:28 417/519 - 3/8: Installing method SubscriptOutOfBounds>>messageText 22:17:28 417/519 - 4/8: Installing method SubscriptOutOfBounds>>standardMessageText 22:17:28 417/519 - 5/8: Installing method SubscriptOutOfBounds>>subscript 22:17:28 417/519 - 6/8: Installing method SubscriptOutOfBounds>>subscript: 22:17:28 417/519 - 7/8: Installing method SubscriptOutOfBounds>>upperBound 22:17:28 417/519 - 8/8: Installing method SubscriptOutOfBounds>>upperBound: 22:17:28 417/519 - 1/3: Installing method SubscriptOutOfBounds class>>signalFor: 22:17:28 417/519 - 2/3: Installing method SubscriptOutOfBounds class>>signalFor:lowerBound:upperBound: 22:17:28 417/519 - 3/3: Installing method SubscriptOutOfBounds class>>signalFor:lowerBound:upperBound:in: 22:17:28 418/519 - 1/17: Installing method SubscriptionRegistry>>add: 22:17:28 418/519 - 2/17: Installing method SubscriptionRegistry>>deliver: 22:17:28 418/519 - 3/17: Installing method SubscriptionRegistry>>deliver:to: 22:17:28 418/519 - 4/17: Installing method SubscriptionRegistry>>deliver:to:startingAt: 22:17:28 418/519 - 5/17: Installing method SubscriptionRegistry>>handleSubscriberClass: 22:17:28 418/519 - 6/17: Installing method SubscriptionRegistry>>initialize 22:17:28 418/519 - 7/17: Installing method SubscriptionRegistry>>isEmpty 22:17:28 418/519 - 8/17: Installing method SubscriptionRegistry>>numberOfSubscriptions 22:17:28 418/519 - 9/17: Installing method SubscriptionRegistry>>protected: 22:17:28 418/519 - 10/17: Installing method SubscriptionRegistry>>remove: 22:17:28 418/519 - 11/17: Installing method SubscriptionRegistry>>removeSubscriber: 22:17:28 418/519 - 12/17: Installing method SubscriptionRegistry>>replace:with: 22:17:28 418/519 - 13/17: Installing method SubscriptionRegistry>>reset 22:17:28 418/519 - 14/17: Installing method SubscriptionRegistry>>subscriptions 22:17:29 418/519 - 15/17: Installing method SubscriptionRegistry>>subscriptionsForClass: 22:17:29 418/519 - 16/17: Installing method SubscriptionRegistry>>subscriptionsHandling: 22:17:29 418/519 - 17/17: Installing method SubscriptionRegistry>>subscriptionsOf:do: 22:17:29 419/519 - 1/5: Installing method SuperVariable>>acceptVisitor:node: 22:17:29 419/519 - 2/5: Installing method SuperVariable>>emitValue: 22:17:29 419/519 - 3/5: Installing method SuperVariable>>isSuperVariable 22:17:29 419/519 - 4/5: Installing method SuperVariable>>readInContext: 22:17:29 419/519 - 5/5: Installing method SuperVariable>>usingMethods 22:17:29 419/519 - 1/1: Installing method SuperVariable class>>variableName 22:17:30 420/519 - 1/40: Installing method Symbol>>, 22:17:30 420/519 - 2/40: Installing method Symbol>>= 22:17:30 420/519 - 3/40: Installing method Symbol>>=> 22:17:30 420/519 - 4/40: Installing method Symbol>>asAnnouncement 22:17:30 420/519 - 5/40: Installing method Symbol>>asMutator 22:17:30 420/519 - 6/40: Installing method Symbol>>asString 22:17:30 420/519 - 7/40: Installing method Symbol>>asSymbol 22:17:30 420/519 - 8/40: Installing method Symbol>>at:put: 22:17:30 420/519 - 9/40: Installing method Symbol>>capitalized 22:17:30 420/519 - 10/40: Installing method Symbol>>copy 22:17:30 420/519 - 11/40: Installing method Symbol>>createSymbol 22:17:30 420/519 - 12/40: Installing method Symbol>>cull: 22:17:30 420/519 - 13/40: Installing method Symbol>>errorNoModification 22:17:30 420/519 - 14/40: Installing method Symbol>>flushCache 22:17:30 420/519 - 15/40: Installing method Symbol>>handlesAnnouncement: 22:17:30 420/519 - 16/40: Installing method Symbol>>implementors 22:17:30 420/519 - 17/40: Installing method Symbol>>includesKey: 22:17:30 420/519 - 18/40: Installing method Symbol>>isBinary 22:17:30 420/519 - 19/40: Installing method Symbol>>isDoIt 22:17:30 420/519 - 20/40: Installing method Symbol>>isInfix 22:17:30 420/519 - 21/40: Installing method Symbol>>isKeyword 22:17:30 420/519 - 22/40: Installing method Symbol>>isOrientedFill 22:17:30 420/519 - 23/40: Installing method Symbol>>isSelectorSymbol 22:17:30 420/519 - 24/40: Installing method Symbol>>isSymbol 22:17:30 420/519 - 25/40: Installing method Symbol>>isUnary 22:17:30 420/519 - 26/40: Installing method Symbol>>keywordsStrict 22:17:30 420/519 - 27/40: Installing method Symbol>>literalEqual: 22:17:30 420/519 - 28/40: Installing method Symbol>>numArgs: 22:17:30 420/519 - 29/40: Installing method Symbol>>precedence 22:17:30 420/519 - 30/40: Installing method Symbol>>prepareForDelivery 22:17:30 420/519 - 31/40: Installing method Symbol>>replaceFrom:to:with:startingAt: 22:17:30 420/519 - 32/40: Installing method Symbol>>senders 22:17:30 420/519 - 33/40: Installing method Symbol>>separateKeywords 22:17:30 420/519 - 34/40: Installing method Symbol>>shallowCopy 22:17:30 420/519 - 35/40: Installing method Symbol>>sorted: 22:17:30 420/519 - 36/40: Installing method Symbol>>storeOn: 22:17:30 420/519 - 37/40: Installing method Symbol>>string: 22:17:30 420/519 - 38/40: Installing method Symbol>>uncapitalized 22:17:30 420/519 - 39/40: Installing method Symbol>>value: 22:17:30 420/519 - 40/40: Installing method Symbol>>veryDeepCopyWith: 22:17:30 420/519 - 1/26: Installing method Symbol class>>allSymbolTablesDo: 22:17:30 420/519 - 2/26: Installing method Symbol class>>allSymbolTablesDo:after: 22:17:30 420/519 - 3/26: Installing method Symbol class>>allSymbols 22:17:31 420/519 - 4/26: Installing method Symbol class>>cleanUp 22:17:31 420/519 - 5/26: Installing method Symbol class>>findInterned: 22:17:31 420/519 - 6/26: Installing method Symbol class>>hasInterned: 22:17:31 420/519 - 7/26: Installing method Symbol class>>hasInterned:ifTrue: 22:17:31 420/519 - 8/26: Installing method Symbol class>>initialize 22:17:31 420/519 - 9/26: Installing method Symbol class>>intern: 22:17:31 420/519 - 10/26: Installing method Symbol class>>new: 22:17:31 420/519 - 11/26: Installing method Symbol class>>new:streamContents: 22:17:31 420/519 - 12/26: Installing method Symbol class>>newFrom: 22:17:31 420/519 - 13/26: Installing method Symbol class>>possibleSelectorsFor: 22:17:31 420/519 - 14/26: Installing method Symbol class>>readFrom: 22:17:31 420/519 - 15/26: Installing method Symbol class>>rebuildSelectorTable 22:17:31 420/519 - 16/26: Installing method Symbol class>>recordSelector: 22:17:31 420/519 - 17/26: Installing method Symbol class>>rehash 22:17:31 420/519 - 18/26: Installing method Symbol class>>resetSelectorTable 22:17:31 420/519 - 19/26: Installing method Symbol class>>selectorTable 22:17:31 420/519 - 20/26: Installing method Symbol class>>selectorThatStartsCaseSensitive:skipping: 22:17:31 420/519 - 21/26: Installing method Symbol class>>shutDown: 22:17:31 420/519 - 22/26: Installing method Symbol class>>streamSpecies 22:17:31 420/519 - 23/26: Installing method Symbol class>>thatStarts:skipping: 22:17:31 420/519 - 24/26: Installing method Symbol class>>thatStartsCaseSensitive:skipping: 22:17:31 420/519 - 25/26: Installing method Symbol class>>with: 22:17:31 420/519 - 26/26: Installing method Symbol class>>withAll: 22:17:31 421/519 - 1/4: Installing method SymbolNotFoundError>>messageText 22:17:31 421/519 - 2/4: Installing method SymbolNotFoundError>>moduleName: 22:17:31 421/519 - 3/4: Installing method SymbolNotFoundError>>standardMessageText 22:17:31 421/519 - 4/4: Installing method SymbolNotFoundError>>symbolName: 22:17:31 421/519 - 1/1: Installing method SymbolNotFoundError class>>symbolName:module: 22:17:31 422/519 - 1/3: Installing method SystemAnnouncement>>properties 22:17:31 422/519 - 2/3: Installing method SystemAnnouncement>>propertyAt:ifPresent: 22:17:31 422/519 - 3/3: Installing method SystemAnnouncement>>propertyAt:put: 22:17:31 423/519 - 1/10: Installing method SystemAnnouncer>>class:oldComment:newComment:oldStamp:newStamp: 22:17:32 423/519 - 2/10: Installing method SystemAnnouncer>>classCommented: 22:17:32 423/519 - 3/10: Installing method SystemAnnouncer>>classDefinitionChangedFrom:to: 22:17:32 423/519 - 4/10: Installing method SystemAnnouncer>>classModificationAppliedTo: 22:17:32 423/519 - 5/10: Installing method SystemAnnouncer>>classParentOf:renamedFrom:to: 22:17:32 423/519 - 6/10: Installing method SystemAnnouncer>>classRenamed:from:to: 22:17:32 423/519 - 7/10: Installing method SystemAnnouncer>>evaluated: 22:17:32 423/519 - 8/10: Installing method SystemAnnouncer>>evaluated:context: 22:17:32 423/519 - 9/10: Installing method SystemAnnouncer>>methodRemoved:origin: 22:17:32 423/519 - 10/10: Installing method SystemAnnouncer>>methodRepackaged:from:to: 22:17:32 423/519 - 1/6: Installing method SystemAnnouncer class>>announce: 22:17:32 423/519 - 2/6: Installing method SystemAnnouncer class>>announcer: 22:17:32 423/519 - 3/6: Installing method SystemAnnouncer class>>reset 22:17:32 423/519 - 4/6: Installing method SystemAnnouncer class>>restoreAllNotifications 22:17:32 423/519 - 5/6: Installing method SystemAnnouncer class>>uniqueInstance 22:17:32 423/519 - 6/6: Installing method SystemAnnouncer class>>unload 22:17:33 424/519 - 1/43: Installing method SystemDictionary>>allBehaviors 22:17:33 424/519 - 2/43: Installing method SystemDictionary>>allBehaviorsDo: 22:17:33 424/519 - 3/43: Installing method SystemDictionary>>allClasses 22:17:33 424/519 - 4/43: Installing method SystemDictionary>>allClassesAndTraits 22:17:33 424/519 - 5/43: Installing method SystemDictionary>>allClassesAndTraitsDo: 22:17:33 424/519 - 6/43: Installing method SystemDictionary>>allClassesDo: 22:17:33 424/519 - 7/43: Installing method SystemDictionary>>allMethods 22:17:33 424/519 - 8/43: Installing method SystemDictionary>>allTraits 22:17:33 424/519 - 9/43: Installing method SystemDictionary>>allTraitsDo: 22:17:33 424/519 - 10/43: Installing method SystemDictionary>>at:put: 22:17:33 424/519 - 11/43: Installing method SystemDictionary>>atNewIndex:put: 22:17:33 424/519 - 12/43: Installing method SystemDictionary>>bindingOf: 22:17:33 424/519 - 13/43: Installing method SystemDictionary>>classAndTraitNames 22:17:33 424/519 - 14/43: Installing method SystemDictionary>>classNamed: 22:17:33 424/519 - 15/43: Installing method SystemDictionary>>classNames 22:17:33 424/519 - 16/43: Installing method SystemDictionary>>classOrTraitNamed: 22:17:33 424/519 - 17/43: Installing method SystemDictionary>>codeChangeAnnouncer 22:17:33 424/519 - 18/43: Installing method SystemDictionary>>codeSupportAnnouncer 22:17:33 424/519 - 19/43: Installing method SystemDictionary>>environment 22:17:33 424/519 - 20/43: Installing method SystemDictionary>>fillCaches 22:17:33 424/519 - 21/43: Installing method SystemDictionary>>flushClassNameCache 22:17:33 424/519 - 22/43: Installing method SystemDictionary>>forgetClass: 22:17:33 424/519 - 23/43: Installing method SystemDictionary>>hasBindingThatBeginsWith: 22:17:33 424/519 - 24/43: Installing method SystemDictionary>>hasClassNamed: 22:17:33 424/519 - 25/43: Installing method SystemDictionary>>hasClassOrTraitNamed: 22:17:33 424/519 - 26/43: Installing method SystemDictionary>>lookupVar: 22:17:33 424/519 - 27/43: Installing method SystemDictionary>>maxIdentityHash 22:17:33 424/519 - 28/43: Installing method SystemDictionary>>methods 22:17:33 424/519 - 29/43: Installing method SystemDictionary>>nonClassNames 22:17:33 424/519 - 30/43: Installing method SystemDictionary>>organization 22:17:33 424/519 - 31/43: Installing method SystemDictionary>>organization: 22:17:33 424/519 - 32/43: Installing method SystemDictionary>>outerScope 22:17:33 424/519 - 33/43: Installing method SystemDictionary>>poolUsers 22:17:33 424/519 - 34/43: Installing method SystemDictionary>>printElementsOn: 22:17:33 424/519 - 35/43: Installing method SystemDictionary>>pseudoVariables 22:17:33 424/519 - 36/43: Installing method SystemDictionary>>removeClassNamed: 22:17:33 424/519 - 37/43: Installing method SystemDictionary>>removeFromCaches: 22:17:33 424/519 - 38/43: Installing method SystemDictionary>>removeKey:ifAbsent: 22:17:33 424/519 - 39/43: Installing method SystemDictionary>>renameClass:from: 22:17:33 424/519 - 40/43: Installing method SystemDictionary>>renameClassNamed:as: 22:17:33 424/519 - 41/43: Installing method SystemDictionary>>resetPseudoVariables 22:17:33 424/519 - 42/43: Installing method SystemDictionary>>traitNames 22:17:33 424/519 - 43/43: Installing method SystemDictionary>>veryDeepCopyWith: 22:17:33 424/519 - 1/1: Installing method SystemDictionary class>>cleanUp 22:17:34 425/519 - 1/42: Installing method SystemNavigation>>allBehaviors 22:17:34 425/519 - 2/42: Installing method SystemNavigation>>allBehaviorsDo: 22:17:34 425/519 - 3/42: Installing method SystemNavigation>>allCallsOn: 22:17:34 425/519 - 4/42: Installing method SystemNavigation>>allClassNamesStartingWith:do: 22:17:34 425/519 - 5/42: Installing method SystemNavigation>>allClassNamesStartingWith:do:caseSensitive: 22:17:34 425/519 - 6/42: Installing method SystemNavigation>>allClasses 22:17:34 425/519 - 7/42: Installing method SystemNavigation>>allClassesAndTraits 22:17:34 425/519 - 8/42: Installing method SystemNavigation>>allClassesDo: 22:17:34 425/519 - 9/42: Installing method SystemNavigation>>allClassesImplementing: 22:17:34 425/519 - 10/42: Installing method SystemNavigation>>allExistingProtocolsFor: 22:17:34 425/519 - 11/42: Installing method SystemNavigation>>allGlobalNamesStartingWith:do:caseSensitive: 22:17:34 425/519 - 12/42: Installing method SystemNavigation>>allGlobalRefsOn: 22:17:34 425/519 - 13/42: Installing method SystemNavigation>>allImplementedMessages 22:17:34 425/519 - 14/42: Installing method SystemNavigation>>allImplementorsOf: 22:17:34 425/519 - 15/42: Installing method SystemNavigation>>allMethods 22:17:34 425/519 - 16/42: Installing method SystemNavigation>>allMethodsSelect: 22:17:34 425/519 - 17/42: Installing method SystemNavigation>>allObjects 22:17:34 425/519 - 18/42: Installing method SystemNavigation>>allObjectsDo: 22:17:34 425/519 - 19/42: Installing method SystemNavigation>>allObjectsOrNil 22:17:34 425/519 - 20/42: Installing method SystemNavigation>>allPrimitiveMethods 22:17:34 425/519 - 21/42: Installing method SystemNavigation>>allReferencesTo: 22:17:34 425/519 - 22/42: Installing method SystemNavigation>>allReferencesTo:do: 22:17:34 425/519 - 23/42: Installing method SystemNavigation>>allReferencesTo:in: 22:17:34 425/519 - 24/42: Installing method SystemNavigation>>allReferencesToBinding: 22:17:34 425/519 - 25/42: Installing method SystemNavigation>>allSelectorsStartingWith:do: 22:17:34 425/519 - 26/42: Installing method SystemNavigation>>allSendersOf: 22:17:34 425/519 - 27/42: Installing method SystemNavigation>>allSentButNotImplementedSelectors 22:17:34 425/519 - 28/42: Installing method SystemNavigation>>allSentMessages 22:17:34 425/519 - 29/42: Installing method SystemNavigation>>allSymbolsStartingWith:do: 22:17:34 425/519 - 30/42: Installing method SystemNavigation>>allUnsentMessagesIn: 22:17:34 425/519 - 31/42: Installing method SystemNavigation>>environment 22:17:34 425/519 - 32/42: Installing method SystemNavigation>>environment: 22:17:34 425/519 - 33/42: Installing method SystemNavigation>>headingAndAutoselectForLiteral:do: 22:17:34 425/519 - 34/42: Installing method SystemNavigation>>initialize 22:17:34 425/519 - 35/42: Installing method SystemNavigation>>instanceSideMethodsWithNilKeyInLastLiteral 22:17:34 425/519 - 36/42: Installing method SystemNavigation>>isUnsentMessage: 22:17:34 425/519 - 37/42: Installing method SystemNavigation>>methods 22:17:34 425/519 - 38/42: Installing method SystemNavigation>>methodsReferencingObsoleteClasses 22:17:34 425/519 - 39/42: Installing method SystemNavigation>>obsoleteClasses 22:17:34 425/519 - 40/42: Installing method SystemNavigation>>removeClass: 22:17:34 425/519 - 41/42: Installing method SystemNavigation>>removeClassMessageFor: 22:17:35 425/519 - 42/42: Installing method SystemNavigation>>removeMethod:inClass: 22:17:35 425/519 - 1/1: Installing method SystemNavigation class>>default 22:17:35 426/519 - 1/1: Installing method SystemNotification>>defaultAction 22:17:35 427/519 - 1/34: Installing method SystemVersion>>build 22:17:35 427/519 - 2/34: Installing method SystemVersion>>build: 22:17:35 427/519 - 3/34: Installing method SystemVersion>>calculateHighestUpdate 22:17:35 427/519 - 4/34: Installing method SystemVersion>>commitHash 22:17:35 427/519 - 5/34: Installing method SystemVersion>>commitHash: 22:17:35 427/519 - 6/34: Installing method SystemVersion>>commitHashShort 22:17:35 427/519 - 7/34: Installing method SystemVersion>>date 22:17:35 427/519 - 8/34: Installing method SystemVersion>>date: 22:17:36 427/519 - 9/34: Installing method SystemVersion>>datedVersion 22:17:36 427/519 - 10/34: Installing method SystemVersion>>dottedMajorMinor 22:17:36 427/519 - 11/34: Installing method SystemVersion>>dottedMajorMinorPatch 22:17:36 427/519 - 12/34: Installing method SystemVersion>>hasMetadataIdentifiers 22:17:36 427/519 - 13/34: Installing method SystemVersion>>hasValidBuildNumber 22:17:36 427/519 - 14/34: Installing method SystemVersion>>highestUpdate 22:17:36 427/519 - 15/34: Installing method SystemVersion>>highestUpdate: 22:17:36 427/519 - 16/34: Installing method SystemVersion>>imageVersionString 22:17:36 427/519 - 17/34: Installing method SystemVersion>>initialize 22:17:36 427/519 - 18/34: Installing method SystemVersion>>major 22:17:36 427/519 - 19/34: Installing method SystemVersion>>major: 22:17:36 427/519 - 20/34: Installing method SystemVersion>>majorMinor: 22:17:36 427/519 - 21/34: Installing method SystemVersion>>majorMinorPatch: 22:17:36 427/519 - 22/34: Installing method SystemVersion>>majorMinorVersion 22:17:36 427/519 - 23/34: Installing method SystemVersion>>minor 22:17:36 427/519 - 24/34: Installing method SystemVersion>>minor: 22:17:36 427/519 - 25/34: Installing method SystemVersion>>patch 22:17:36 427/519 - 26/34: Installing method SystemVersion>>patch: 22:17:36 427/519 - 27/34: Installing method SystemVersion>>printOn: 22:17:36 427/519 - 28/34: Installing method SystemVersion>>shortVersionString 22:17:36 427/519 - 29/34: Installing method SystemVersion>>suffix 22:17:36 427/519 - 30/34: Installing method SystemVersion>>suffix: 22:17:36 427/519 - 31/34: Installing method SystemVersion>>type 22:17:36 427/519 - 32/34: Installing method SystemVersion>>type: 22:17:36 427/519 - 33/34: Installing method SystemVersion>>version 22:17:36 427/519 - 34/34: Installing method SystemVersion>>versionWithoutPatch 22:17:36 427/519 - 1/7: Installing method SystemVersion class>>current 22:17:36 427/519 - 2/7: Installing method SystemVersion class>>invalidBuildNumber 22:17:36 427/519 - 3/7: Installing method SystemVersion class>>major:minor:patch: 22:17:36 427/519 - 4/7: Installing method SystemVersion class>>major:minor:patch:suffix: 22:17:36 427/519 - 5/7: Installing method SystemVersion class>>major:minor:patch:suffix:build: 22:17:36 427/519 - 6/7: Installing method SystemVersion class>>major:minor:patch:suffix:build:commitHash: 22:17:36 427/519 - 7/7: Installing method SystemVersion class>>setMajor:minor:patch:suffix:build:commitHash: 22:17:36 428/519 - 1/5: Installing method TermInfoCharacter>>on: 22:17:36 428/519 - 2/5: Installing method TermInfoCharacter>>print: 22:17:36 428/519 - 3/5: Installing method TermInfoCharacter>>set: 22:17:36 428/519 - 4/5: Installing method TermInfoCharacter>>setBackgroundColor: 22:17:36 428/519 - 5/5: Installing method TermInfoCharacter>>setFontColor: 22:17:36 429/519 - 1/8: Installing method Termcap>>flush 22:17:36 429/519 - 2/8: Installing method Termcap>>getent: 22:17:36 429/519 - 3/8: Installing method Termcap>>getflag: 22:17:37 429/519 - 4/8: Installing method Termcap>>getnum: 22:17:37 429/519 - 5/8: Installing method Termcap>>getstr: 22:17:37 429/519 - 6/8: Installing method Termcap>>initialize 22:17:37 429/519 - 7/8: Installing method Termcap>>initializeDefaultSequences 22:17:37 429/519 - 8/8: Installing method Termcap>>reset 22:17:37 430/519 - 1/5: Installing method ThisContextVariable>>acceptVisitor:node: 22:17:37 430/519 - 2/5: Installing method ThisContextVariable>>emitValue: 22:17:37 430/519 - 3/5: Installing method ThisContextVariable>>isThisContextVariable 22:17:37 430/519 - 4/5: Installing method ThisContextVariable>>readInContext: 22:17:37 430/519 - 5/5: Installing method ThisContextVariable>>usingMethods 22:17:37 430/519 - 1/1: Installing method ThisContextVariable class>>variableName 22:17:37 431/519 - 1/3: Installing method ThisProcessVariable>>emitValue: 22:17:37 431/519 - 2/3: Installing method ThisProcessVariable>>isThisProcessVariable 22:17:37 431/519 - 3/3: Installing method ThisProcessVariable>>readInContext: 22:17:37 431/519 - 1/1: Installing method ThisProcessVariable class>>variableName 22:17:37 433/519 - 1/12: Installing method True>>& 22:17:37 433/519 - 2/12: Installing method True>>and: 22:17:37 433/519 - 3/12: Installing method True>>asBit 22:17:37 433/519 - 4/12: Installing method True>>ifFalse: 22:17:37 433/519 - 5/12: Installing method True>>ifFalse:ifTrue: 22:17:37 433/519 - 6/12: Installing method True>>ifTrue: 22:17:37 433/519 - 7/12: Installing method True>>ifTrue:ifFalse: 22:17:37 433/519 - 8/12: Installing method True>>not 22:17:37 433/519 - 9/12: Installing method True>>or: 22:17:37 433/519 - 10/12: Installing method True>>printOn: 22:17:37 433/519 - 11/12: Installing method True>>xor: 22:17:37 433/519 - 12/12: Installing method True>>| 22:17:39 434/519 - 1/83: Installing method UIManager>>abort: 22:17:39 434/519 - 2/83: Installing method UIManager>>abort:title: 22:17:40 434/519 - 3/83: Installing method UIManager>>activate 22:17:40 434/519 - 4/83: Installing method UIManager>>alert: 22:17:40 434/519 - 5/83: Installing method UIManager>>alert:title: 22:17:40 434/519 - 6/83: Installing method UIManager>>alert:title:configure: 22:17:40 434/519 - 7/83: Installing method UIManager>>beDefault 22:17:40 434/519 - 8/83: Installing method UIManager>>chooseDirectory 22:17:40 434/519 - 9/83: Installing method UIManager>>chooseDirectory: 22:17:40 434/519 - 10/83: Installing method UIManager>>chooseDirectory:from: 22:17:40 434/519 - 11/83: Installing method UIManager>>chooseDirectoryFrom: 22:17:40 434/519 - 12/83: Installing method UIManager>>chooseFrom: 22:17:40 434/519 - 13/83: Installing method UIManager>>chooseFrom:lines: 22:17:40 434/519 - 14/83: Installing method UIManager>>chooseFrom:lines:message: 22:17:40 434/519 - 15/83: Installing method UIManager>>chooseFrom:lines:message:title: 22:17:40 434/519 - 16/83: Installing method UIManager>>chooseFrom:lines:title: 22:17:40 434/519 - 17/83: Installing method UIManager>>chooseFrom:message: 22:17:40 434/519 - 18/83: Installing method UIManager>>chooseFrom:message:title: 22:17:40 434/519 - 19/83: Installing method UIManager>>chooseFrom:title: 22:17:40 434/519 - 20/83: Installing method UIManager>>chooseFrom:values: 22:17:40 434/519 - 21/83: Installing method UIManager>>chooseFrom:values:lines: 22:17:40 434/519 - 22/83: Installing method UIManager>>chooseFrom:values:lines:message: 22:17:40 434/519 - 23/83: Installing method UIManager>>chooseFrom:values:lines:message:title: 22:17:40 434/519 - 24/83: Installing method UIManager>>chooseFrom:values:lines:title: 22:17:40 434/519 - 25/83: Installing method UIManager>>chooseFrom:values:message: 22:17:40 434/519 - 26/83: Installing method UIManager>>chooseFrom:values:message:title: 22:17:40 434/519 - 27/83: Installing method UIManager>>chooseFrom:values:title: 22:17:40 434/519 - 28/83: Installing method UIManager>>chooseFullFileNameMatching: 22:17:40 434/519 - 29/83: Installing method UIManager>>chooseFullFileNameMatching:label: 22:17:40 434/519 - 30/83: Installing method UIManager>>chooseOrRequestFrom:values:lines:title: 22:17:40 434/519 - 31/83: Installing method UIManager>>confirm: 22:17:40 434/519 - 32/83: Installing method UIManager>>confirm:label: 22:17:40 434/519 - 33/83: Installing method UIManager>>confirm:label:trueChoice:falseChoice:cancelChoice:default: 22:17:40 434/519 - 34/83: Installing method UIManager>>confirm:orCancel: 22:17:40 434/519 - 35/83: Installing method UIManager>>confirm:trueChoice:falseChoice: 22:17:40 434/519 - 36/83: Installing method UIManager>>confirm:trueChoice:falseChoice:cancelChoice:default: 22:17:40 434/519 - 37/83: Installing method UIManager>>deactivate 22:17:40 434/519 - 38/83: Installing method UIManager>>debugProcess:context:label:fullView:notification: 22:17:40 434/519 - 39/83: Installing method UIManager>>defer: 22:17:40 434/519 - 40/83: Installing method UIManager>>deny: 22:17:40 434/519 - 41/83: Installing method UIManager>>deny:title: 22:17:40 434/519 - 42/83: Installing method UIManager>>edit: 22:17:40 434/519 - 43/83: Installing method UIManager>>edit:label: 22:17:40 434/519 - 44/83: Installing method UIManager>>edit:label:accept: 22:17:40 434/519 - 45/83: Installing method UIManager>>handleDebugRequest:fromDebuggerSystem: 22:17:40 434/519 - 46/83: Installing method UIManager>>handleError: 22:17:40 434/519 - 47/83: Installing method UIManager>>handleError:log: 22:17:40 434/519 - 48/83: Installing method UIManager>>handleNotification: 22:17:40 434/519 - 49/83: Installing method UIManager>>handleWarning: 22:17:40 434/519 - 50/83: Installing method UIManager>>handleWarningDebugRequest:fromDebuggerSystem: 22:17:40 434/519 - 51/83: Installing method UIManager>>headlessManager 22:17:40 434/519 - 52/83: Installing method UIManager>>inform: 22:17:40 434/519 - 53/83: Installing method UIManager>>informUser:during: 22:17:40 434/519 - 54/83: Installing method UIManager>>informUserDuring: 22:17:40 434/519 - 55/83: Installing method UIManager>>interruptName:preemptedProcess: 22:17:40 434/519 - 56/83: Installing method UIManager>>logError: 22:17:40 434/519 - 57/83: Installing method UIManager>>lowSpaceWatcherDefaultAction: 22:17:40 434/519 - 58/83: Installing method UIManager>>multiLineRequest:initialAnswer:answerHeight: 22:17:40 434/519 - 59/83: Installing method UIManager>>newMenuIn:for: 22:17:40 434/519 - 60/83: Installing method UIManager>>nonInteractiveManager 22:17:40 434/519 - 61/83: Installing method UIManager>>onFontsChanged 22:17:40 434/519 - 62/83: Installing method UIManager>>onPrimitiveError: 22:17:40 434/519 - 63/83: Installing method UIManager>>openComparisionFrom:to:belongingTo:from: 22:17:40 434/519 - 64/83: Installing method UIManager>>proceed: 22:17:40 434/519 - 65/83: Installing method UIManager>>proceed:title: 22:17:40 434/519 - 66/83: Installing method UIManager>>question: 22:17:40 434/519 - 67/83: Installing method UIManager>>question:title: 22:17:40 434/519 - 68/83: Installing method UIManager>>questionWithoutCancel: 22:17:40 434/519 - 69/83: Installing method UIManager>>questionWithoutCancel:title: 22:17:40 434/519 - 70/83: Installing method UIManager>>request: 22:17:40 434/519 - 71/83: Installing method UIManager>>request:entryCompletion: 22:17:40 434/519 - 72/83: Installing method UIManager>>request:initialAnswer: 22:17:40 434/519 - 73/83: Installing method UIManager>>request:initialAnswer:entryCompletion: 22:17:40 434/519 - 74/83: Installing method UIManager>>request:initialAnswer:title: 22:17:40 434/519 - 75/83: Installing method UIManager>>request:initialAnswer:title:entryCompletion: 22:17:40 434/519 - 76/83: Installing method UIManager>>requestPassword: 22:17:40 434/519 - 77/83: Installing method UIManager>>showWaitCursorWhile: 22:17:40 434/519 - 78/83: Installing method UIManager>>spawnNewProcess 22:17:40 434/519 - 79/83: Installing method UIManager>>terminateUIProcess 22:17:40 434/519 - 80/83: Installing method UIManager>>textEntry: 22:17:40 434/519 - 81/83: Installing method UIManager>>textEntry:title: 22:17:40 434/519 - 82/83: Installing method UIManager>>textEntry:title:entryText: 22:17:40 434/519 - 83/83: Installing method UIManager>>uiProcess 22:17:41 434/519 - 1/6: Installing method UIManager class>>default 22:17:41 434/519 - 2/6: Installing method UIManager class>>default: 22:17:41 434/519 - 3/6: Installing method UIManager class>>forCurrentSystemConfiguration 22:17:41 434/519 - 4/6: Installing method UIManager class>>isActiveManager 22:17:41 434/519 - 5/6: Installing method UIManager class>>isValidForCurrentSystemConfiguration 22:17:41 434/519 - 6/6: Installing method UIManager class>>nonInteractiveDuring: 22:17:41 435/519 - 1/7: Installing method UNCNetworkPath>>isAbsolute 22:17:41 435/519 - 2/7: Installing method UNCNetworkPath>>isNetworkPath 22:17:41 435/519 - 3/7: Installing method UNCNetworkPath>>isRoot 22:17:41 435/519 - 4/7: Installing method UNCNetworkPath>>printOn: 22:17:41 435/519 - 5/7: Installing method UNCNetworkPath>>printOn:delimiter: 22:17:41 435/519 - 6/7: Installing method UNCNetworkPath>>printPathOn:delimiter: 22:17:41 435/519 - 7/7: Installing method UNCNetworkPath>>withParents 22:17:41 437/519 - 1/13: Installing method UndeclaredVariable>>definingClass 22:17:41 437/519 - 2/13: Installing method UndeclaredVariable>>emitStore: 22:17:41 437/519 - 3/13: Installing method UndeclaredVariable>>emitValue: 22:17:41 437/519 - 4/13: Installing method UndeclaredVariable>>isRegistered 22:17:41 437/519 - 5/13: Installing method UndeclaredVariable>>isUndeclaredVariable 22:17:41 437/519 - 6/13: Installing method UndeclaredVariable>>register 22:17:41 437/519 - 7/13: Installing method UndeclaredVariable>>registerFromNode: 22:17:41 437/519 - 8/13: Installing method UndeclaredVariable>>registerMethod: 22:17:41 437/519 - 9/13: Installing method UndeclaredVariable>>registeredMethods 22:17:41 437/519 - 10/13: Installing method UndeclaredVariable>>runtimeUndeclaredReadInContext: 22:17:41 437/519 - 11/13: Installing method UndeclaredVariable>>runtimeUndeclaredWrite:inContext: 22:17:41 437/519 - 12/13: Installing method UndeclaredVariable>>unregister 22:17:41 437/519 - 13/13: Installing method UndeclaredVariable>>usingMethods 22:17:41 437/519 - 1/2: Installing method UndeclaredVariable class>>possiblyRegisteredWithName: 22:17:41 437/519 - 2/2: Installing method UndeclaredVariable class>>registeredWithName: 22:17:41 438/519 - 1/4: Installing method UndeclaredVariableError>>isResumable 22:17:41 438/519 - 2/4: Installing method UndeclaredVariableError>>variable 22:17:41 438/519 - 3/4: Installing method UndeclaredVariableError>>variable: 22:17:41 438/519 - 4/4: Installing method UndeclaredVariableError>>variableNode 22:17:41 440/519 - 1/3: Installing method UndeclaredVariableWrite>>defaultResumeValue 22:17:41 440/519 - 2/3: Installing method UndeclaredVariableWrite>>value 22:17:42 440/519 - 3/3: Installing method UndeclaredVariableWrite>>value: 22:17:42 441/519 - 1/6: Installing method UndefinedClassVariable>>ast: 22:17:42 441/519 - 2/6: Installing method UndefinedClassVariable>>checkClassRebuild 22:17:42 441/519 - 3/6: Installing method UndefinedClassVariable>>printOn: 22:17:42 441/519 - 4/6: Installing method UndefinedClassVariable>>read 22:17:42 441/519 - 5/6: Installing method UndefinedClassVariable>>variableClassName 22:17:42 441/519 - 6/6: Installing method UndefinedClassVariable>>write: 22:17:42 441/519 - 1/1: Installing method UndefinedClassVariable class>>named:ast: 22:17:42 442/519 - 1/32: Installing method UndefinedObject>><< 22:17:42 442/519 - 2/32: Installing method UndefinedObject>>addDependent: 22:17:42 442/519 - 3/32: Installing method UndefinedObject>>addSubclass: 22:17:42 442/519 - 4/32: Installing method UndefinedObject>>allSuperclassesDo: 22:17:42 442/519 - 5/32: Installing method UndefinedObject>>asCollectionElement 22:17:42 442/519 - 6/32: Installing method UndefinedObject>>asLinkPrepend: 22:17:42 442/519 - 7/32: Installing method UndefinedObject>>at:put: 22:17:42 442/519 - 8/32: Installing method UndefinedObject>>canHandleSignal: 22:17:42 442/519 - 9/32: Installing method UndefinedObject>>classBuilder 22:17:42 442/519 - 10/32: Installing method UndefinedObject>>classInstaller 22:17:42 442/519 - 11/32: Installing method UndefinedObject>>commonSuperclassWith: 22:17:42 442/519 - 12/32: Installing method UndefinedObject>>deepCopy 22:17:42 442/519 - 13/32: Installing method UndefinedObject>>environment 22:17:42 442/519 - 14/32: Installing method UndefinedObject>>handleSignal: 22:17:42 442/519 - 15/32: Installing method UndefinedObject>>ifNil: 22:17:42 442/519 - 16/32: Installing method UndefinedObject>>ifNil:ifNotNil: 22:17:42 442/519 - 17/32: Installing method UndefinedObject>>ifNotNil: 22:17:42 442/519 - 18/32: Installing method UndefinedObject>>ifNotNil:ifNil: 22:17:42 442/519 - 19/32: Installing method UndefinedObject>>isEmptyOrNil 22:17:42 442/519 - 20/32: Installing method UndefinedObject>>isLiteral 22:17:42 442/519 - 21/32: Installing method UndefinedObject>>isNil 22:17:42 442/519 - 22/32: Installing method UndefinedObject>>isNotNil 22:17:42 442/519 - 23/32: Installing method UndefinedObject>>notNil 22:17:42 442/519 - 24/32: Installing method UndefinedObject>>printOn: 22:17:42 442/519 - 25/32: Installing method UndefinedObject>>removeSubclass: 22:17:42 442/519 - 26/32: Installing method UndefinedObject>>setPinnedInMemory: 22:17:42 442/519 - 27/32: Installing method UndefinedObject>>shallowCopy 22:17:42 442/519 - 28/32: Installing method UndefinedObject>>storeOn: 22:17:42 442/519 - 29/32: Installing method UndefinedObject>>subclassDefinerClass 22:17:42 442/519 - 30/32: Installing method UndefinedObject>>subclasses 22:17:42 442/519 - 31/32: Installing method UndefinedObject>>subclassesDo: 22:17:42 442/519 - 32/32: Installing method UndefinedObject>>veryDeepCopyWith: 22:17:42 442/519 - 1/3: Installing method UndefinedObject class>>allInstances 22:17:42 442/519 - 2/3: Installing method UndefinedObject class>>allInstancesDo: 22:17:42 442/519 - 3/3: Installing method UndefinedObject class>>new 22:17:42 443/519 - 1/9: Installing method UndefinedPackage>>addMethod: 22:17:43 443/519 - 2/9: Installing method UndefinedPackage>>ensureTag: 22:17:43 443/519 - 3/9: Installing method UndefinedPackage>>initialize 22:17:43 443/519 - 4/9: Installing method UndefinedPackage>>isEmpty 22:17:43 443/519 - 5/9: Installing method UndefinedPackage>>isUndefined 22:17:43 443/519 - 6/9: Installing method UndefinedPackage>>name 22:17:43 443/519 - 7/9: Installing method UndefinedPackage>>removeFromSystem 22:17:43 443/519 - 8/9: Installing method UndefinedPackage>>tagOf: 22:17:43 443/519 - 9/9: Installing method UndefinedPackage>>undefinedTag 22:17:43 443/519 - 1/1: Installing method UndefinedPackage class>>undefinedPackageName 22:17:43 444/519 - 1/6: Installing method UndefinedPackageTag>>categoryName 22:17:43 444/519 - 2/6: Installing method UndefinedPackageTag>>isRoot 22:17:43 444/519 - 3/6: Installing method UndefinedPackageTag>>isUndefined 22:17:43 444/519 - 4/6: Installing method UndefinedPackageTag>>name 22:17:43 444/519 - 5/6: Installing method UndefinedPackageTag>>promoteAsPackage 22:17:43 444/519 - 6/6: Installing method UndefinedPackageTag>>removeFromSystem 22:17:43 444/519 - 1/2: Installing method UndefinedPackageTag class>>undefinedPackage: 22:17:43 444/519 - 2/2: Installing method UndefinedPackageTag class>>undefinedPackageTagName 22:17:43 445/519 - 1/6: Installing method UndefinedSlot>>ast: 22:17:43 445/519 - 2/6: Installing method UndefinedSlot>>checkClassRebuild 22:17:43 445/519 - 3/6: Installing method UndefinedSlot>>printOn: 22:17:43 445/519 - 4/6: Installing method UndefinedSlot>>read: 22:17:43 445/519 - 5/6: Installing method UndefinedSlot>>slotClassName 22:17:43 445/519 - 6/6: Installing method UndefinedSlot>>write:to: 22:17:43 445/519 - 1/1: Installing method UndefinedSlot class>>named:ast: 22:17:43 446/519 - 1/4: Installing method UnhandledError>>defaultAction 22:17:43 446/519 - 2/4: Installing method UnhandledError>>exception 22:17:43 446/519 - 3/4: Installing method UnhandledError>>exception: 22:17:43 446/519 - 4/4: Installing method UnhandledError>>isResumable 22:17:43 446/519 - 1/1: Installing method UnhandledError class>>signalForException: 22:17:43 447/519 - 1/1: Installing method UnhandledException>>defaultAction 22:17:43 448/519 - 1/2: Installing method Unix32Platform>>accept: 22:17:43 448/519 - 2/2: Installing method Unix32Platform>>isUnix32 22:17:43 448/519 - 1/1: Installing method Unix32Platform class>>isActivePlatform 22:17:43 449/519 - 1/2: Installing method Unix64Platform>>accept: 22:17:43 449/519 - 2/2: Installing method Unix64Platform>>isUnix64 22:17:44 449/519 - 1/1: Installing method Unix64Platform class>>isActivePlatform 22:17:44 450/519 - 1/1: Installing method UnixARM32Platform class>>isActivePlatform 22:17:44 451/519 - 1/12: Installing method UnixPlatform>>accept: 22:17:44 451/519 - 2/12: Installing method UnixPlatform>>defaultMaximumPathLength 22:17:44 451/519 - 3/12: Installing method UnixPlatform>>family 22:17:44 451/519 - 4/12: Installing method UnixPlatform>>getErrorMessage: 22:17:44 451/519 - 5/12: Installing method UnixPlatform>>isLinux 22:17:44 451/519 - 6/12: Installing method UnixPlatform>>isLinuxDerivateOf: 22:17:44 451/519 - 7/12: Installing method UnixPlatform>>isLinuxDistributionWithID: 22:17:44 451/519 - 8/12: Installing method UnixPlatform>>isUnix 22:17:44 451/519 - 9/12: Installing method UnixPlatform>>keyForValue: 22:17:44 451/519 - 10/12: Installing method UnixPlatform>>lineEnding 22:17:44 451/519 - 11/12: Installing method UnixPlatform>>linuxIdentificationParameters 22:17:44 451/519 - 12/12: Installing method UnixPlatform>>menuShortcutString 22:17:45 453/519 - 1/82: Installing method VTermOutputDriver>><< 22:17:45 453/519 - 2/82: Installing method VTermOutputDriver>>backspace 22:17:46 453/519 - 3/82: Installing method VTermOutputDriver>>black 22:17:46 453/519 - 4/82: Installing method VTermOutputDriver>>black: 22:17:46 453/519 - 5/82: Installing method VTermOutputDriver>>blinking 22:17:46 453/519 - 6/82: Installing method VTermOutputDriver>>blue 22:17:46 453/519 - 7/82: Installing method VTermOutputDriver>>blue: 22:17:46 453/519 - 8/82: Installing method VTermOutputDriver>>bold 22:17:46 453/519 - 9/82: Installing method VTermOutputDriver>>clear 22:17:46 453/519 - 10/82: Installing method VTermOutputDriver>>clearFromBeginning 22:17:46 453/519 - 11/82: Installing method VTermOutputDriver>>clearScreen 22:17:46 453/519 - 12/82: Installing method VTermOutputDriver>>clearToEnd 22:17:46 453/519 - 13/82: Installing method VTermOutputDriver>>closed 22:17:46 453/519 - 14/82: Installing method VTermOutputDriver>>color: 22:17:46 453/519 - 15/82: Installing method VTermOutputDriver>>colorEscape 22:17:46 453/519 - 16/82: Installing method VTermOutputDriver>>columns 22:17:46 453/519 - 17/82: Installing method VTermOutputDriver>>cr 22:17:46 453/519 - 18/82: Installing method VTermOutputDriver>>csiEscape 22:17:46 453/519 - 19/82: Installing method VTermOutputDriver>>cursorEnhanced 22:17:46 453/519 - 20/82: Installing method VTermOutputDriver>>cursorInvisible 22:17:46 453/519 - 21/82: Installing method VTermOutputDriver>>cursorNormal 22:17:46 453/519 - 22/82: Installing method VTermOutputDriver>>cyan 22:17:46 453/519 - 23/82: Installing method VTermOutputDriver>>cyan: 22:17:46 453/519 - 24/82: Installing method VTermOutputDriver>>deleteCharacter 22:17:46 453/519 - 25/82: Installing method VTermOutputDriver>>deleteLine 22:17:46 453/519 - 26/82: Installing method VTermOutputDriver>>down 22:17:46 453/519 - 27/82: Installing method VTermOutputDriver>>down: 22:17:46 453/519 - 28/82: Installing method VTermOutputDriver>>endInsertMode 22:17:46 453/519 - 29/82: Installing method VTermOutputDriver>>erase 22:17:46 453/519 - 30/82: Installing method VTermOutputDriver>>errorColor 22:17:46 453/519 - 31/82: Installing method VTermOutputDriver>>escape 22:17:46 453/519 - 32/82: Installing method VTermOutputDriver>>flush 22:17:46 453/519 - 33/82: Installing method VTermOutputDriver>>green 22:17:46 453/519 - 34/82: Installing method VTermOutputDriver>>green: 22:17:46 453/519 - 35/82: Installing method VTermOutputDriver>>here 22:17:46 453/519 - 36/82: Installing method VTermOutputDriver>>home 22:17:46 453/519 - 37/82: Installing method VTermOutputDriver>>initialize 22:17:46 453/519 - 38/82: Installing method VTermOutputDriver>>insertCharacter 22:17:46 453/519 - 39/82: Installing method VTermOutputDriver>>insertLine 22:17:46 453/519 - 40/82: Installing method VTermOutputDriver>>insertMode 22:17:46 453/519 - 41/82: Installing method VTermOutputDriver>>invisible 22:17:46 453/519 - 42/82: Installing method VTermOutputDriver>>left 22:17:46 453/519 - 43/82: Installing method VTermOutputDriver>>left: 22:17:46 453/519 - 44/82: Installing method VTermOutputDriver>>lf 22:17:46 453/519 - 45/82: Installing method VTermOutputDriver>>light 22:17:46 453/519 - 46/82: Installing method VTermOutputDriver>>lines 22:17:46 453/519 - 47/82: Installing method VTermOutputDriver>>nextPut: 22:17:46 453/519 - 48/82: Installing method VTermOutputDriver>>nextPutAll: 22:17:46 453/519 - 49/82: Installing method VTermOutputDriver>>normal 22:17:46 453/519 - 50/82: Installing method VTermOutputDriver>>outStream 22:17:46 453/519 - 51/82: Installing method VTermOutputDriver>>outStream: 22:17:46 453/519 - 52/82: Installing method VTermOutputDriver>>overwrite: 22:17:46 453/519 - 53/82: Installing method VTermOutputDriver>>pink 22:17:46 453/519 - 54/82: Installing method VTermOutputDriver>>pink: 22:17:46 453/519 - 55/82: Installing method VTermOutputDriver>>print: 22:17:46 453/519 - 56/82: Installing method VTermOutputDriver>>red 22:17:46 453/519 - 57/82: Installing method VTermOutputDriver>>red: 22:17:46 453/519 - 58/82: Installing method VTermOutputDriver>>reset 22:17:46 453/519 - 59/82: Installing method VTermOutputDriver>>restoreCursor 22:17:46 453/519 - 60/82: Installing method VTermOutputDriver>>reverse 22:17:46 453/519 - 61/82: Installing method VTermOutputDriver>>right 22:17:46 453/519 - 62/82: Installing method VTermOutputDriver>>right: 22:17:46 453/519 - 63/82: Installing method VTermOutputDriver>>saveCursor 22:17:46 453/519 - 64/82: Installing method VTermOutputDriver>>scrollBackward 22:17:46 453/519 - 65/82: Installing method VTermOutputDriver>>scrollForward 22:17:46 453/519 - 66/82: Installing method VTermOutputDriver>>space 22:17:46 453/519 - 67/82: Installing method VTermOutputDriver>>ss3Escape 22:17:46 453/519 - 68/82: Installing method VTermOutputDriver>>startOfLine 22:17:46 453/519 - 69/82: Installing method VTermOutputDriver>>store: 22:17:46 453/519 - 70/82: Installing method VTermOutputDriver>>tab 22:17:46 453/519 - 71/82: Installing method VTermOutputDriver>>termcap 22:17:47 453/519 - 72/82: Installing method VTermOutputDriver>>termcap: 22:17:47 453/519 - 73/82: Installing method VTermOutputDriver>>topLeft 22:17:47 453/519 - 74/82: Installing method VTermOutputDriver>>underline 22:17:47 453/519 - 75/82: Installing method VTermOutputDriver>>underlineOff 22:17:47 453/519 - 76/82: Installing method VTermOutputDriver>>up 22:17:47 453/519 - 77/82: Installing method VTermOutputDriver>>up: 22:17:47 453/519 - 78/82: Installing method VTermOutputDriver>>white 22:17:47 453/519 - 79/82: Installing method VTermOutputDriver>>white: 22:17:47 453/519 - 80/82: Installing method VTermOutputDriver>>width 22:17:47 453/519 - 81/82: Installing method VTermOutputDriver>>yellow 22:17:47 453/519 - 82/82: Installing method VTermOutputDriver>>yellow: 22:17:47 453/519 - 1/3: Installing method VTermOutputDriver class>>on: 22:17:47 453/519 - 2/3: Installing method VTermOutputDriver class>>stderr 22:17:47 453/519 - 3/3: Installing method VTermOutputDriver class>>stdout 22:17:47 454/519 - 1/6: Installing method ValueLink>>= 22:17:47 454/519 - 2/6: Installing method ValueLink>>asLinkPrepend: 22:17:47 454/519 - 3/6: Installing method ValueLink>>hash 22:17:47 454/519 - 4/6: Installing method ValueLink>>printOn: 22:17:47 454/519 - 5/6: Installing method ValueLink>>value 22:17:47 454/519 - 6/6: Installing method ValueLink>>value: 22:17:47 454/519 - 1/1: Installing method ValueLink class>>value: 22:17:47 455/519 - 1/3: Installing method ValueNotFound>>standardMessageText 22:17:47 455/519 - 2/3: Installing method ValueNotFound>>value 22:17:47 455/519 - 3/3: Installing method ValueNotFound>>value: 22:17:48 456/519 - 1/53: Installing method Variable>>= 22:17:48 456/519 - 2/53: Installing method Variable>>acceptVisitor:node: 22:17:48 456/519 - 3/53: Installing method Variable>>allowsShadowing 22:17:48 456/519 - 4/53: Installing method Variable>>asDoItVariableFrom: 22:17:48 456/519 - 5/53: Installing method Variable>>definingNode 22:17:48 456/519 - 6/53: Installing method Variable>>definitionOn: 22:17:48 456/519 - 7/53: Installing method Variable>>emitStore: 22:17:48 456/519 - 8/53: Installing method Variable>>emitValue: 22:17:48 456/519 - 9/53: Installing method Variable>>ensureProperties 22:17:48 456/519 - 10/53: Installing method Variable>>hasProperty: 22:17:48 456/519 - 11/53: Installing method Variable>>hash 22:17:48 456/519 - 12/53: Installing method Variable>>isAccessedIn: 22:17:48 456/519 - 13/53: Installing method Variable>>isArgumentVariable 22:17:48 456/519 - 14/53: Installing method Variable>>isClassVariable 22:17:48 456/519 - 15/53: Installing method Variable>>isDefinedByBlock 22:17:48 456/519 - 16/53: Installing method Variable>>isGlobalVariable 22:17:48 456/519 - 17/53: Installing method Variable>>isInstanceVariable 22:17:48 456/519 - 18/53: Installing method Variable>>isInvalidVariable 22:17:48 456/519 - 19/53: Installing method Variable>>isLiteralVariable 22:17:48 456/519 - 20/53: Installing method Variable>>isLocalVariable 22:17:49 456/519 - 21/53: Installing method Variable>>isPoolVariable 22:17:49 456/519 - 22/53: Installing method Variable>>isPseudoVariable 22:17:49 456/519 - 23/53: Installing method Variable>>isReadIn: 22:17:49 456/519 - 24/53: Installing method Variable>>isReferenced 22:17:49 456/519 - 25/53: Installing method Variable>>isSelfOrSuperVariable 22:17:49 456/519 - 26/53: Installing method Variable>>isSelfVariable 22:17:49 456/519 - 27/53: Installing method Variable>>isShadowing 22:17:49 456/519 - 28/53: Installing method Variable>>isSuperVariable 22:17:49 456/519 - 29/53: Installing method Variable>>isTempVariable 22:17:49 456/519 - 30/53: Installing method Variable>>isThisContextVariable 22:17:49 456/519 - 31/53: Installing method Variable>>isThisProcessVariable 22:17:49 456/519 - 32/53: Installing method Variable>>isUndeclaredVariable 22:17:49 456/519 - 33/53: Installing method Variable>>isUninitialized 22:17:49 456/519 - 34/53: Installing method Variable>>isUsed 22:17:49 456/519 - 35/53: Installing method Variable>>isWorkspaceVariable 22:17:49 456/519 - 36/53: Installing method Variable>>isWritable 22:17:49 456/519 - 37/53: Installing method Variable>>isWrittenIn: 22:17:49 456/519 - 38/53: Installing method Variable>>name 22:17:49 456/519 - 39/53: Installing method Variable>>name: 22:17:49 456/519 - 40/53: Installing method Variable>>needsFullDefinition 22:17:49 456/519 - 41/53: Installing method Variable>>originalVar 22:17:49 456/519 - 42/53: Installing method Variable>>properties 22:17:49 456/519 - 43/53: Installing method Variable>>propertyAt: 22:17:49 456/519 - 44/53: Installing method Variable>>propertyAt:ifAbsent: 22:17:49 456/519 - 45/53: Installing method Variable>>propertyAt:ifAbsentPut: 22:17:49 456/519 - 46/53: Installing method Variable>>propertyAt:put: 22:17:49 456/519 - 47/53: Installing method Variable>>readInContext: 22:17:49 456/519 - 48/53: Installing method Variable>>removePropertiesIfEmpty 22:17:49 456/519 - 49/53: Installing method Variable>>removeProperty: 22:17:49 456/519 - 50/53: Installing method Variable>>removeProperty:ifAbsent: 22:17:49 456/519 - 51/53: Installing method Variable>>scope 22:17:49 456/519 - 52/53: Installing method Variable>>usingMethods 22:17:49 456/519 - 53/53: Installing method Variable>>write:inContext: 22:17:49 456/519 - 1/4: Installing method Variable class>>checkValidName: 22:17:49 456/519 - 2/4: Installing method Variable class>>initialize 22:17:49 456/519 - 3/4: Installing method Variable class>>isAbstract 22:17:49 456/519 - 4/4: Installing method Variable class>>named: 22:17:49 457/519 - 1/2: Installing method VariableLayout>>instanceSpecification 22:17:49 457/519 - 2/2: Installing method VariableLayout>>isVariable 22:17:49 457/519 - 1/1: Installing method VariableLayout class>>extending:scope:host: 22:17:51 458/519 - 1/100: Installing method VirtualMachine>>allocationsBetweenGC 22:17:51 458/519 - 2/100: Installing method VirtualMachine>>allocationsBetweenGC: 22:17:51 458/519 - 3/100: Installing method VirtualMachine>>architectureName 22:17:51 458/519 - 4/100: Installing method VirtualMachine>>buildDate 22:17:51 458/519 - 5/100: Installing method VirtualMachine>>cogitClass 22:17:51 458/519 - 6/100: Installing method VirtualMachine>>command 22:17:51 458/519 - 7/100: Installing method VirtualMachine>>compiledBlocksCount 22:17:51 458/519 - 8/100: Installing method VirtualMachine>>compiledMethodsCount 22:17:51 458/519 - 9/100: Installing method VirtualMachine>>directory 22:17:51 458/519 - 10/100: Installing method VirtualMachine>>disableModuleLoading 22:17:51 458/519 - 11/100: Installing method VirtualMachine>>doGetSystemAttribute: 22:17:51 458/519 - 12/100: Installing method VirtualMachine>>documentPath 22:17:51 458/519 - 13/100: Installing method VirtualMachine>>edenSpaceSize 22:17:51 458/519 - 14/100: Installing method VirtualMachine>>extraVMMemory 22:17:51 458/519 - 15/100: Installing method VirtualMachine>>extraVMMemory: 22:17:51 458/519 - 16/100: Installing method VirtualMachine>>fileName 22:17:51 458/519 - 17/100: Installing method VirtualMachine>>flagInterpretedMethods: 22:17:51 458/519 - 18/100: Installing method VirtualMachine>>for32bit:for64bit: 22:17:51 458/519 - 19/100: Installing method VirtualMachine>>forgetModule: 22:17:51 458/519 - 20/100: Installing method VirtualMachine>>freeOldSpaceSize 22:17:51 458/519 - 21/100: Installing method VirtualMachine>>freeSize 22:17:51 458/519 - 22/100: Installing method VirtualMachine>>fullGCCount 22:17:51 458/519 - 23/100: Installing method VirtualMachine>>fullPath 22:17:52 458/519 - 24/100: Installing method VirtualMachine>>gcBiasToGrowLimit: 22:17:52 458/519 - 25/100: Installing method VirtualMachine>>gcStatisticsDuring: 22:17:52 458/519 - 26/100: Installing method VirtualMachine>>getParameters 22:17:52 458/519 - 27/100: Installing method VirtualMachine>>getSystemAttribute: 22:17:52 458/519 - 28/100: Installing method VirtualMachine>>hasSmallFloats 22:17:52 458/519 - 29/100: Installing method VirtualMachine>>headlessOption 22:17:52 458/519 - 30/100: Installing method VirtualMachine>>imageFile 22:17:52 458/519 - 31/100: Installing method VirtualMachine>>imagePath 22:17:52 458/519 - 32/100: Installing method VirtualMachine>>imageVersionInImageHeader 22:17:52 458/519 - 33/100: Installing method VirtualMachine>>imageVersionInImageHeader: 22:17:52 458/519 - 34/100: Installing method VirtualMachine>>imageVersionNumber 22:17:52 458/519 - 35/100: Installing method VirtualMachine>>incrementalGCCount 22:17:52 458/519 - 36/100: Installing method VirtualMachine>>interpreterClass 22:17:52 458/519 - 37/100: Installing method VirtualMachine>>interpreterSourceDate 22:17:52 458/519 - 38/100: Installing method VirtualMachine>>interpreterSourceVersion 22:17:52 458/519 - 39/100: Installing method VirtualMachine>>is32bit 22:17:52 458/519 - 40/100: Installing method VirtualMachine>>is64bit 22:17:52 458/519 - 41/100: Installing method VirtualMachine>>isAIOInterrupt 22:17:52 458/519 - 42/100: Installing method VirtualMachine>>isPharoVM 22:17:52 458/519 - 43/100: Installing method VirtualMachine>>isRunningCog 22:17:52 458/519 - 44/100: Installing method VirtualMachine>>isRunningCogit 22:17:52 458/519 - 45/100: Installing method VirtualMachine>>isRunningInWorkerThread 22:17:52 458/519 - 46/100: Installing method VirtualMachine>>isSpur 22:17:52 458/519 - 47/100: Installing method VirtualMachine>>listBuiltinModule: 22:17:52 458/519 - 48/100: Installing method VirtualMachine>>listBuiltinModules 22:17:52 458/519 - 49/100: Installing method VirtualMachine>>listLoadedModule: 22:17:52 458/519 - 50/100: Installing method VirtualMachine>>listLoadedModules 22:17:52 458/519 - 51/100: Installing method VirtualMachine>>maxExternalSemaphores 22:17:52 458/519 - 52/100: Installing method VirtualMachine>>maxExternalSemaphores: 22:18:03 458/519 - 53/100: Installing method VirtualMachine>>maxExternalSemaphoresSilently: 22:18:03 458/519 - 54/100: Installing method VirtualMachine>>maxFilenameLength 22:18:03 458/519 - 55/100: Installing method VirtualMachine>>maxOldSpaceSize 22:18:03 458/519 - 56/100: Installing method VirtualMachine>>maxOldSpaceSize: 22:18:03 458/519 - 57/100: Installing method VirtualMachine>>maximumPauseTimeDueToSegmentAllocation 22:18:03 458/519 - 58/100: Installing method VirtualMachine>>memoryEnd 22:18:03 458/519 - 59/100: Installing method VirtualMachine>>memorySize 22:18:03 458/519 - 60/100: Installing method VirtualMachine>>oldSpace 22:18:03 458/519 - 61/100: Installing method VirtualMachine>>oldSpaceEnd 22:18:03 458/519 - 62/100: Installing method VirtualMachine>>operatingSystemName 22:18:03 458/519 - 63/100: Installing method VirtualMachine>>optionAt: 22:18:03 458/519 - 64/100: Installing method VirtualMachine>>optionDash 22:18:03 458/519 - 65/100: Installing method VirtualMachine>>options 22:18:03 458/519 - 66/100: Installing method VirtualMachine>>parameter46Documentation 22:18:03 458/519 - 67/100: Installing method VirtualMachine>>parameterAt: 22:18:03 458/519 - 68/100: Installing method VirtualMachine>>parameterAt:put: 22:18:03 458/519 - 69/100: Installing method VirtualMachine>>parameterLabels 22:18:03 458/519 - 70/100: Installing method VirtualMachine>>platformSourceVersion 22:18:03 458/519 - 71/100: Installing method VirtualMachine>>primVmPath 22:18:03 458/519 - 72/100: Installing method VirtualMachine>>processHasThreadIdInstVar: 22:18:03 458/519 - 73/100: Installing method VirtualMachine>>processPreemptionYields 22:18:03 458/519 - 74/100: Installing method VirtualMachine>>processPreemptionYields: 22:18:03 458/519 - 75/100: Installing method VirtualMachine>>saveImageVersionInImageHeader 22:18:03 458/519 - 76/100: Installing method VirtualMachine>>setGCBiasToGrowGCLimit: 22:18:03 458/519 - 77/100: Installing method VirtualMachine>>setGCParameters 22:18:03 458/519 - 78/100: Installing method VirtualMachine>>setGCSemaphore: 22:18:03 458/519 - 79/100: Installing method VirtualMachine>>statisticsReport 22:18:03 458/519 - 80/100: Installing method VirtualMachine>>supportsMultipleBytecodeSets 22:18:03 458/519 - 81/100: Installing method VirtualMachine>>supportsWriteBarrier 22:18:03 458/519 - 82/100: Installing method VirtualMachine>>tenureCount 22:18:03 458/519 - 83/100: Installing method VirtualMachine>>tenuringThreshold 22:18:03 458/519 - 84/100: Installing method VirtualMachine>>tenuringThreshold: 22:18:03 458/519 - 85/100: Installing method VirtualMachine>>totalFullGCTime 22:18:03 458/519 - 86/100: Installing method VirtualMachine>>totalGCMarkPhaseTime 22:18:03 458/519 - 87/100: Installing method VirtualMachine>>totalGCSweepPhaseTime 22:18:04 458/519 - 88/100: Installing method VirtualMachine>>totalGCTime 22:18:04 458/519 - 89/100: Installing method VirtualMachine>>totalIncrementalGCTime 22:18:04 458/519 - 90/100: Installing method VirtualMachine>>totalJITCompileBlocksTime 22:18:04 458/519 - 91/100: Installing method VirtualMachine>>totalJITCompileMethodsTime 22:18:04 458/519 - 92/100: Installing method VirtualMachine>>totalJITCompileTime 22:18:04 458/519 - 93/100: Installing method VirtualMachine>>unloadModule: 22:18:04 458/519 - 94/100: Installing method VirtualMachine>>version 22:18:04 458/519 - 95/100: Installing method VirtualMachine>>versionLabel 22:18:04 458/519 - 96/100: Installing method VirtualMachine>>vmFileName 22:18:04 458/519 - 97/100: Installing method VirtualMachine>>voidCogVMState 22:18:04 458/519 - 98/100: Installing method VirtualMachine>>wordSize 22:18:04 458/519 - 99/100: Installing method VirtualMachine>>youngSpaceEnd 22:18:04 458/519 - 100/100: Installing method VirtualMachine>>youngSpaceSize 22:18:04 459/519 - 1/2: Installing method Warning>>defaultAction 22:18:04 459/519 - 2/2: Installing method Warning>>unhandledErrorAction 22:18:04 460/519 - 1/8: Installing method WeakAnnouncementSubscription>>finalize 22:18:04 460/519 - 2/8: Installing method WeakAnnouncementSubscription>>makeStrong 22:18:04 460/519 - 3/8: Installing method WeakAnnouncementSubscription>>makeWeak 22:18:04 460/519 - 4/8: Installing method WeakAnnouncementSubscription>>next 22:18:04 460/519 - 5/8: Installing method WeakAnnouncementSubscription>>register 22:18:04 460/519 - 6/8: Installing method WeakAnnouncementSubscription>>subscriber 22:18:04 460/519 - 7/8: Installing method WeakAnnouncementSubscription>>subscriber: 22:18:04 460/519 - 8/8: Installing method WeakAnnouncementSubscription>>unregister 22:18:04 460/519 - 1/1: Installing method WeakAnnouncementSubscription class>>new 22:18:04 462/519 - 1/3: Installing method WeakIdentityKeyDictionary>>add: 22:18:04 462/519 - 2/3: Installing method WeakIdentityKeyDictionary>>at:put: 22:18:04 462/519 - 3/3: Installing method WeakIdentityKeyDictionary>>postCopy 22:18:04 463/519 - 1/2: Installing method WeakIdentitySet>>scanFor: 22:18:04 463/519 - 2/2: Installing method WeakIdentitySet>>scanForEmptySlotFor: 22:18:04 464/519 - 1/3: Installing method WeakIdentityValueDictionary>>keyAtValue:ifAbsent: 22:18:04 464/519 - 2/3: Installing method WeakIdentityValueDictionary>>scanFor: 22:18:04 464/519 - 3/3: Installing method WeakIdentityValueDictionary>>scanForEmptySlotFor: 22:18:04 465/519 - 1/3: Installing method WeakKeyAssociation>>container 22:18:05 465/519 - 2/3: Installing method WeakKeyAssociation>>container: 22:18:05 465/519 - 3/3: Installing method WeakKeyAssociation>>mourn 22:18:05 466/519 - 1/3: Installing method WeakKeyDictionary>>add: 22:18:05 466/519 - 2/3: Installing method WeakKeyDictionary>>at:put: 22:18:05 466/519 - 3/3: Installing method WeakKeyDictionary>>postCopy 22:18:05 467/519 - 1/3: Installing method WeakLayout>>instanceSpecification 22:18:05 467/519 - 2/3: Installing method WeakLayout>>isVariable 22:18:05 467/519 - 3/3: Installing method WeakLayout>>isWeak 22:18:05 467/519 - 1/1: Installing method WeakLayout class>>extending:scope:host: 22:18:06 468/519 - 1/24: Installing method WeakMessageSend>>= 22:18:06 468/519 - 2/24: Installing method WeakMessageSend>>arguments 22:18:06 468/519 - 3/24: Installing method WeakMessageSend>>arguments: 22:18:06 468/519 - 4/24: Installing method WeakMessageSend>>asMessageSend 22:18:06 468/519 - 5/24: Installing method WeakMessageSend>>asMinimalRepresentation 22:18:06 468/519 - 6/24: Installing method WeakMessageSend>>collectArguments: 22:18:06 468/519 - 7/24: Installing method WeakMessageSend>>ensureArguments 22:18:06 468/519 - 8/24: Installing method WeakMessageSend>>ensureReceiver 22:18:06 468/519 - 9/24: Installing method WeakMessageSend>>ensureReceiver: 22:18:06 468/519 - 10/24: Installing method WeakMessageSend>>ensureReceiverAndArguments 22:18:06 468/519 - 11/24: Installing method WeakMessageSend>>ensureReceiverAndArguments: 22:18:06 468/519 - 12/24: Installing method WeakMessageSend>>isAnyArgumentGarbage 22:18:06 468/519 - 13/24: Installing method WeakMessageSend>>isReceiverGarbage 22:18:06 468/519 - 14/24: Installing method WeakMessageSend>>isReceiverOrAnyArgumentGarbage 22:18:06 468/519 - 15/24: Installing method WeakMessageSend>>isValid 22:18:06 468/519 - 16/24: Installing method WeakMessageSend>>printOn: 22:18:06 468/519 - 17/24: Installing method WeakMessageSend>>receiver 22:18:06 468/519 - 18/24: Installing method WeakMessageSend>>receiver: 22:18:06 468/519 - 19/24: Installing method WeakMessageSend>>value 22:18:06 468/519 - 20/24: Installing method WeakMessageSend>>value: 22:18:06 468/519 - 21/24: Installing method WeakMessageSend>>value:value: 22:18:06 468/519 - 22/24: Installing method WeakMessageSend>>value:value:value: 22:18:06 468/519 - 23/24: Installing method WeakMessageSend>>valueWithArguments: 22:18:06 468/519 - 24/24: Installing method WeakMessageSend>>valueWithEnoughArguments: 22:18:06 468/519 - 1/1: Installing method WeakMessageSend class>>new 22:18:06 469/519 - 1/1: Installing method WeakOrderedCollection class>>arrayType 22:18:06 470/519 - 1/23: Installing method WeakSet>>add: 22:18:06 470/519 - 2/23: Installing method WeakSet>>anyOne 22:18:06 470/519 - 3/23: Installing method WeakSet>>asArray 22:18:06 470/519 - 4/23: Installing method WeakSet>>collect: 22:18:06 470/519 - 5/23: Installing method WeakSet>>do: 22:18:06 470/519 - 6/23: Installing method WeakSet>>do:after: 22:18:06 470/519 - 7/23: Installing method WeakSet>>fixCollisionsFrom: 22:18:06 470/519 - 8/23: Installing method WeakSet>>grow 22:18:06 470/519 - 9/23: Installing method WeakSet>>growTo: 22:18:06 470/519 - 10/23: Installing method WeakSet>>includes: 22:18:06 470/519 - 11/23: Installing method WeakSet>>initialize: 22:18:06 470/519 - 12/23: Installing method WeakSet>>isHealthy 22:18:06 470/519 - 13/23: Installing method WeakSet>>like: 22:18:06 470/519 - 14/23: Installing method WeakSet>>like:ifAbsent: 22:18:07 470/519 - 15/23: Installing method WeakSet>>noCheckNoGrowFillFrom: 22:18:07 470/519 - 16/23: Installing method WeakSet>>postCopy 22:18:07 470/519 - 17/23: Installing method WeakSet>>printElementsOn: 22:18:07 470/519 - 18/23: Installing method WeakSet>>rehash 22:18:07 470/519 - 19/23: Installing method WeakSet>>remove:ifAbsent: 22:18:07 470/519 - 20/23: Installing method WeakSet>>scanFor: 22:18:07 470/519 - 21/23: Installing method WeakSet>>scanForEmptySlotFor: 22:18:07 470/519 - 22/23: Installing method WeakSet>>scanForLoadedSymbol: 22:18:07 470/519 - 23/23: Installing method WeakSet>>slowSize 22:18:07 471/519 - 1/4: Installing method WeakSubscriptionBuilder>>announcer: 22:18:07 471/519 - 2/4: Installing method WeakSubscriptionBuilder>>weak 22:18:07 471/519 - 3/4: Installing method WeakSubscriptionBuilder>>when:do:for: 22:18:07 471/519 - 4/4: Installing method WeakSubscriptionBuilder>>when:send:to: 22:18:07 471/519 - 1/1: Installing method WeakSubscriptionBuilder class>>on: 22:18:07 472/519 - 1/3: Installing method WeakValueAssociation>>key:value: 22:18:07 472/519 - 2/3: Installing method WeakValueAssociation>>value 22:18:07 472/519 - 3/3: Installing method WeakValueAssociation>>value: 22:18:07 472/519 - 1/2: Installing method WeakValueAssociation class>>key:value: 22:18:07 472/519 - 2/2: Installing method WeakValueAssociation class>>new 22:18:07 473/519 - 1/10: Installing method WeakValueDictionary>>add: 22:18:07 473/519 - 2/10: Installing method WeakValueDictionary>>associationAt:ifAbsent: 22:18:07 473/519 - 3/10: Installing method WeakValueDictionary>>associationsDo: 22:18:07 473/519 - 4/10: Installing method WeakValueDictionary>>at:ifAbsent: 22:18:07 473/519 - 5/10: Installing method WeakValueDictionary>>at:ifPresent: 22:18:07 473/519 - 6/10: Installing method WeakValueDictionary>>at:put: 22:18:07 473/519 - 7/10: Installing method WeakValueDictionary>>includesKey: 22:18:07 473/519 - 8/10: Installing method WeakValueDictionary>>rehash 22:18:07 473/519 - 9/10: Installing method WeakValueDictionary>>size 22:18:07 473/519 - 10/10: Installing method WeakValueDictionary>>valuesDo: 22:18:08 474/519 - 1/21: Installing method WideCharacterSet>>= 22:18:08 474/519 - 2/21: Installing method WideCharacterSet>>add: 22:18:08 474/519 - 3/21: Installing method WideCharacterSet>>bitmap:at: 22:18:08 474/519 - 4/21: Installing method WideCharacterSet>>bitmap:do: 22:18:08 474/519 - 5/21: Installing method WideCharacterSet>>byteArrayMap 22:18:08 474/519 - 6/21: Installing method WideCharacterSet>>clearBitmap:at: 22:18:08 474/519 - 7/21: Installing method WideCharacterSet>>complement 22:18:08 474/519 - 8/21: Installing method WideCharacterSet>>do: 22:18:08 474/519 - 9/21: Installing method WideCharacterSet>>findFirstInByteString:startingAt: 22:18:08 474/519 - 10/21: Installing method WideCharacterSet>>hasWideCharacters 22:18:08 474/519 - 11/21: Installing method WideCharacterSet>>hash 22:18:08 474/519 - 12/21: Installing method WideCharacterSet>>includes: 22:18:08 474/519 - 13/21: Installing method WideCharacterSet>>initialize 22:18:08 474/519 - 14/21: Installing method WideCharacterSet>>postCopy 22:18:08 474/519 - 15/21: Installing method WideCharacterSet>>remove: 22:18:08 474/519 - 16/21: Installing method WideCharacterSet>>remove:ifAbsent: 22:18:08 474/519 - 17/21: Installing method WideCharacterSet>>removeAll 22:18:08 474/519 - 18/21: Installing method WideCharacterSet>>setBitmap:at: 22:18:08 474/519 - 19/21: Installing method WideCharacterSet>>size 22:18:08 474/519 - 20/21: Installing method WideCharacterSet>>species 22:18:08 474/519 - 21/21: Installing method WideCharacterSet>>wideCharacterMap 22:18:08 474/519 - 1/1: Installing method WideCharacterSet class>>newFrom: 22:18:08 475/519 - 1/17: Installing method WideString>>asByteArray 22:18:08 475/519 - 2/17: Installing method WideString>>asFourCode 22:18:08 475/519 - 3/17: Installing method WideString>>asLowercase 22:18:08 475/519 - 4/17: Installing method WideString>>asUppercase 22:18:08 475/519 - 5/17: Installing method WideString>>asWideString 22:18:08 475/519 - 6/17: Installing method WideString>>at: 22:18:08 475/519 - 7/17: Installing method WideString>>at:put: 22:18:08 475/519 - 8/17: Installing method WideString>>byteAt: 22:18:08 475/519 - 9/17: Installing method WideString>>byteAt:put: 22:18:08 475/519 - 10/17: Installing method WideString>>byteSize 22:18:08 475/519 - 11/17: Installing method WideString>>copyFrom:to: 22:18:08 475/519 - 12/17: Installing method WideString>>createSymbol 22:18:08 475/519 - 13/17: Installing method WideString>>findIn:startingAt:matchTable: 22:18:08 475/519 - 14/17: Installing method WideString>>isWideString 22:18:08 475/519 - 15/17: Installing method WideString>>replaceFrom:to:with:startingAt: 22:18:08 475/519 - 16/17: Installing method WideString>>wordAt: 22:18:08 475/519 - 17/17: Installing method WideString>>wordAt:put: 22:18:08 475/519 - 1/3: Installing method WideString class>>from: 22:18:08 475/519 - 2/3: Installing method WideString class>>fromByteArray: 22:18:08 475/519 - 3/3: Installing method WideString class>>fromString: 22:18:09 476/519 - 1/12: Installing method WideSymbol>>asWideString 22:18:09 476/519 - 2/12: Installing method WideSymbol>>at: 22:18:09 476/519 - 3/12: Installing method WideSymbol>>byteAt: 22:18:09 476/519 - 4/12: Installing method WideSymbol>>byteAt:put: 22:18:09 476/519 - 5/12: Installing method WideSymbol>>byteSize 22:18:09 476/519 - 6/12: Installing method WideSymbol>>findIn:startingAt:matchTable: 22:18:09 476/519 - 7/12: Installing method WideSymbol>>isWideString 22:18:09 476/519 - 8/12: Installing method WideSymbol>>privateAt:put: 22:18:09 476/519 - 9/12: Installing method WideSymbol>>species 22:18:09 476/519 - 10/12: Installing method WideSymbol>>string: 22:18:09 476/519 - 11/12: Installing method WideSymbol>>wordAt: 22:18:09 476/519 - 12/12: Installing method WideSymbol>>wordAt:put: 22:18:09 477/519 - 1/3: Installing method Win32Platform>>accept: 22:18:09 477/519 - 2/3: Installing method Win32Platform>>isWin32 22:18:09 477/519 - 3/3: Installing method Win32Platform>>newTerminfo 22:18:09 477/519 - 1/1: Installing method Win32Platform class>>isActivePlatform 22:18:09 478/519 - 1/5: Installing method Win32WideString>>asString 22:18:09 478/519 - 2/5: Installing method Win32WideString>>asWin32WideString 22:18:09 478/519 - 3/5: Installing method Win32WideString>>byteSize 22:18:09 478/519 - 4/5: Installing method Win32WideString>>printOn: 22:18:09 478/519 - 5/5: Installing method Win32WideString>>size 22:18:09 478/519 - 1/4: Installing method Win32WideString class>>fromByteArray: 22:18:09 478/519 - 2/4: Installing method Win32WideString class>>fromHandle: 22:18:09 478/519 - 3/4: Installing method Win32WideString class>>fromString: 22:18:09 478/519 - 4/4: Installing method Win32WideString class>>new: 22:18:09 479/519 - 1/2: Installing method Win64Platform>>accept: 22:18:09 479/519 - 2/2: Installing method Win64Platform>>isWin64 22:18:09 479/519 - 1/1: Installing method Win64Platform class>>isActivePlatform 22:18:10 480/519 - 1/20: Installing method WinPlatform>>accept: 22:18:10 480/519 - 2/20: Installing method WinPlatform>>defaultMaximumPathLength 22:18:10 480/519 - 3/20: Installing method WinPlatform>>family 22:18:10 480/519 - 4/20: Installing method WinPlatform>>ffiLibraryName 22:18:10 480/519 - 5/20: Installing method WinPlatform>>formatMessage:_:_:_:_:_:_: 22:18:10 480/519 - 6/20: Installing method WinPlatform>>getEnvironmentVariable:into:size: 22:18:10 480/519 - 7/20: Installing method WinPlatform>>getErrorMessage: 22:18:10 480/519 - 8/20: Installing method WinPlatform>>getTempPath 22:18:10 480/519 - 9/20: Installing method WinPlatform>>getTempPath:buffer: 22:18:10 480/519 - 10/20: Installing method WinPlatform>>isWindows 22:18:10 480/519 - 11/20: Installing method WinPlatform>>keyForValue: 22:18:10 480/519 - 12/20: Installing method WinPlatform>>lastError 22:18:10 480/519 - 13/20: Installing method WinPlatform>>lineEnding 22:18:10 480/519 - 14/20: Installing method WinPlatform>>menuShortcutString 22:18:10 480/519 - 15/20: Installing method WinPlatform>>multiByteToWideCharacterCodepage:flags:input:inputLen:output:outputLen: 22:18:10 480/519 - 16/20: Installing method WinPlatform>>potentialLocationsOfSourcesFile 22:18:10 480/519 - 17/20: Installing method WinPlatform>>setEnvironmentVariable:value: 22:18:10 480/519 - 18/20: Installing method WinPlatform>>setLastError: 22:18:10 480/519 - 19/20: Installing method WinPlatform>>virtualKey: 22:18:10 480/519 - 20/20: Installing method WinPlatform>>wideCharacterToMultiByteCodepage:flags:input:inputLen:output:outputLen: 22:18:10 481/519 - 1/13: Installing method WordArray>>asWordArray 22:18:10 481/519 - 2/13: Installing method WordArray>>atAllPut: 22:18:10 481/519 - 3/13: Installing method WordArray>>byteSize 22:18:10 481/519 - 4/13: Installing method WordArray>>defaultElement 22:18:10 481/519 - 5/13: Installing method WordArray>>primAddArray:and:into: 22:18:10 481/519 - 6/13: Installing method WordArray>>primAddScalar:and:into: 22:18:10 481/519 - 7/13: Installing method WordArray>>primDivArray:and:into: 22:18:10 481/519 - 8/13: Installing method WordArray>>primDivScalar:and:into: 22:18:10 481/519 - 9/13: Installing method WordArray>>primMulArray:and:into: 22:18:10 481/519 - 10/13: Installing method WordArray>>primMulScalar:and:into: 22:18:10 481/519 - 11/13: Installing method WordArray>>primSubArray:and:into: 22:18:10 481/519 - 12/13: Installing method WordArray>>primSubScalar:and:into: 22:18:10 481/519 - 13/13: Installing method WordArray>>replaceFrom:to:with:startingAt: 22:18:10 482/519 - 1/4: Installing method WordLayout>>bytesPerSlot 22:18:10 482/519 - 2/4: Installing method WordLayout>>extendWord 22:18:10 482/519 - 3/4: Installing method WordLayout>>instanceSpecification 22:18:11 482/519 - 4/4: Installing method WordLayout>>isWords 22:18:11 482/519 - 1/1: Installing method WordLayout class>>extending:scope:host: 22:18:11 483/519 - 1/19: Installing method WorkingSession>>accessMode 22:18:11 483/519 - 2/19: Installing method WorkingSession>>accessMode: 22:18:11 483/519 - 3/19: Installing method WorkingSession>>addDeferredStartupAction: 22:18:11 483/519 - 4/19: Installing method WorkingSession>>errorHandler 22:18:11 483/519 - 5/19: Installing method WorkingSession>>executeDeferredStartupActions: 22:18:11 483/519 - 6/19: Installing method WorkingSession>>initialize 22:18:11 483/519 - 7/19: Installing method WorkingSession>>install 22:18:11 483/519 - 8/19: Installing method WorkingSession>>isDisabledAccessMode 22:18:11 483/519 - 9/19: Installing method WorkingSession>>isReadOnlyAccessMode 22:18:11 483/519 - 10/19: Installing method WorkingSession>>isReadWriteAccessMode 22:18:11 483/519 - 11/19: Installing method WorkingSession>>isWriteOnlyAccessMode 22:18:11 483/519 - 12/19: Installing method WorkingSession>>manager: 22:18:11 483/519 - 13/19: Installing method WorkingSession>>properties 22:18:11 483/519 - 14/19: Installing method WorkingSession>>runList:do: 22:18:11 483/519 - 15/19: Installing method WorkingSession>>runShutdown: 22:18:11 483/519 - 16/19: Installing method WorkingSession>>runStartup: 22:18:11 483/519 - 17/19: Installing method WorkingSession>>start: 22:18:11 483/519 - 18/19: Installing method WorkingSession>>stop: 22:18:11 483/519 - 19/19: Installing method WorkingSession>>uninstall 22:18:11 484/519 - 1/5: Installing method WorkspaceVariable>>allowsShadowing 22:18:11 484/519 - 2/5: Installing method WorkspaceVariable>>emitStore: 22:18:11 484/519 - 3/5: Installing method WorkspaceVariable>>emitValue: 22:18:11 484/519 - 4/5: Installing method WorkspaceVariable>>isReferenced 22:18:11 484/519 - 5/5: Installing method WorkspaceVariable>>isWorkspaceVariable 22:18:12 485/519 - 1/37: Installing method WriteStream>><< 22:18:12 485/519 - 2/37: Installing method WriteStream>>braceArray 22:18:12 485/519 - 3/37: Installing method WriteStream>>braceArray: 22:18:12 485/519 - 4/37: Installing method WriteStream>>contents 22:18:12 485/519 - 5/37: Installing method WriteStream>>cr 22:18:12 485/519 - 6/37: Installing method WriteStream>>crlf 22:18:12 485/519 - 7/37: Installing method WriteStream>>crtab 22:18:12 485/519 - 8/37: Installing method WriteStream>>crtab: 22:18:12 485/519 - 9/37: Installing method WriteStream>>ensureASpace 22:18:12 485/519 - 10/37: Installing method WriteStream>>ensureCr 22:18:12 485/519 - 11/37: Installing method WriteStream>>ensureEndsWith: 22:18:12 485/519 - 12/37: Installing method WriteStream>>ensureNoSpace 22:18:12 485/519 - 13/37: Installing method WriteStream>>growTo: 22:18:12 485/519 - 14/37: Installing method WriteStream>>lf 22:18:12 485/519 - 15/37: Installing method WriteStream>>next 22:18:12 485/519 - 16/37: Installing method WriteStream>>next:putAll:startingAt: 22:18:12 485/519 - 17/37: Installing method WriteStream>>nextChunkPut: 22:18:12 485/519 - 18/37: Installing method WriteStream>>nextPut: 22:18:12 485/519 - 19/37: Installing method WriteStream>>nextPutAll: 22:18:12 485/519 - 20/37: Installing method WriteStream>>on: 22:18:12 485/519 - 21/37: Installing method WriteStream>>on:from:to: 22:18:12 485/519 - 22/37: Installing method WriteStream>>pastEndPut: 22:18:12 485/519 - 23/37: Installing method WriteStream>>peekLast 22:18:12 485/519 - 24/37: Installing method WriteStream>>position: 22:18:12 485/519 - 25/37: Installing method WriteStream>>reset 22:18:12 485/519 - 26/37: Installing method WriteStream>>resetToStart 22:18:12 485/519 - 27/37: Installing method WriteStream>>setToEnd 22:18:12 485/519 - 28/37: Installing method WriteStream>>size 22:18:12 485/519 - 29/37: Installing method WriteStream>>space 22:18:12 485/519 - 30/37: Installing method WriteStream>>space: 22:18:12 485/519 - 31/37: Installing method WriteStream>>store: 22:18:12 485/519 - 32/37: Installing method WriteStream>>tab 22:18:12 485/519 - 33/37: Installing method WriteStream>>tab: 22:18:12 485/519 - 34/37: Installing method WriteStream>>with: 22:18:12 485/519 - 35/37: Installing method WriteStream>>with:from:to: 22:18:12 485/519 - 36/37: Installing method WriteStream>>withAttribute:do: 22:18:12 485/519 - 37/37: Installing method WriteStream>>withAttributes:do: 22:18:12 485/519 - 1/2: Installing method WriteStream class>>with: 22:18:12 485/519 - 2/2: Installing method WriteStream class>>with:from:to: 22:18:13 486/519 - 1/3: Installing method ZeroDivide>>dividend 22:18:13 486/519 - 2/3: Installing method ZeroDivide>>dividend: 22:18:13 486/519 - 3/3: Installing method ZeroDivide>>isResumable 22:18:13 486/519 - 1/2: Installing method ZeroDivide class>>dividend: 22:18:13 486/519 - 2/2: Installing method ZeroDivide class>>signalWithDividend: 22:18:13 487/519 - 1/26: Installing method ZnBase64Encoder>>alphabet 22:18:14 487/519 - 2/26: Installing method ZnBase64Encoder>>alphabet: 22:18:14 487/519 - 3/26: Installing method ZnBase64Encoder>>beForURLEncoding 22:18:14 487/519 - 4/26: Installing method ZnBase64Encoder>>beLenient 22:18:14 487/519 - 5/26: Installing method ZnBase64Encoder>>beStrict 22:18:14 487/519 - 6/26: Installing method ZnBase64Encoder>>breakLines 22:18:14 487/519 - 7/26: Installing method ZnBase64Encoder>>breakLinesAt: 22:18:14 487/519 - 8/26: Installing method ZnBase64Encoder>>byteCountFor: 22:18:14 487/519 - 9/26: Installing method ZnBase64Encoder>>characterCountFor: 22:18:14 487/519 - 10/26: Installing method ZnBase64Encoder>>characterForValue: 22:18:14 487/519 - 11/26: Installing method ZnBase64Encoder>>decode: 22:18:14 487/519 - 12/26: Installing method ZnBase64Encoder>>decode:and:and:and:to: 22:18:14 487/519 - 13/26: Installing method ZnBase64Encoder>>decode:to: 22:18:14 487/519 - 14/26: Installing method ZnBase64Encoder>>encode: 22:18:14 487/519 - 15/26: Installing method ZnBase64Encoder>>encode:and:and:to: 22:18:14 487/519 - 16/26: Installing method ZnBase64Encoder>>encode:to: 22:18:14 487/519 - 17/26: Installing method ZnBase64Encoder>>initialize 22:18:14 487/519 - 18/26: Installing method ZnBase64Encoder>>isLegalCharacter: 22:18:14 487/519 - 19/26: Installing method ZnBase64Encoder>>isWhitespaceCharacter: 22:18:14 487/519 - 20/26: Installing method ZnBase64Encoder>>lineEndConvention: 22:18:14 487/519 - 21/26: Installing method ZnBase64Encoder>>noPadding 22:18:14 487/519 - 22/26: Installing method ZnBase64Encoder>>padding: 22:18:14 487/519 - 23/26: Installing method ZnBase64Encoder>>skipWhitespace: 22:18:14 487/519 - 24/26: Installing method ZnBase64Encoder>>standardAlphabetWith:and: 22:18:14 487/519 - 25/26: Installing method ZnBase64Encoder>>valueForCharacter: 22:18:14 487/519 - 26/26: Installing method ZnBase64Encoder>>whitespace: 22:18:14 487/519 - 1/1: Installing method ZnBase64Encoder class>>initialize 22:18:15 488/519 - 1/44: Installing method ZnBufferedReadStream>>atEnd 22:18:15 488/519 - 2/44: Installing method ZnBufferedReadStream>>back 22:18:15 488/519 - 3/44: Installing method ZnBufferedReadStream>>close 22:18:15 488/519 - 4/44: Installing method ZnBufferedReadStream>>closed 22:18:15 488/519 - 5/44: Installing method ZnBufferedReadStream>>collectionSpecies 22:18:15 488/519 - 6/44: Installing method ZnBufferedReadStream>>contents 22:18:15 488/519 - 7/44: Installing method ZnBufferedReadStream>>defaultBufferSize 22:18:15 488/519 - 8/44: Installing method ZnBufferedReadStream>>discardBuffer 22:18:15 488/519 - 9/44: Installing method ZnBufferedReadStream>>initialize 22:18:15 488/519 - 10/44: Installing method ZnBufferedReadStream>>int16 22:18:15 488/519 - 11/44: Installing method ZnBufferedReadStream>>int32 22:18:15 488/519 - 12/44: Installing method ZnBufferedReadStream>>int8 22:18:15 488/519 - 13/44: Installing method ZnBufferedReadStream>>isBinary 22:18:15 488/519 - 14/44: Installing method ZnBufferedReadStream>>isStream 22:18:15 488/519 - 15/44: Installing method ZnBufferedReadStream>>next 22:18:15 488/519 - 16/44: Installing method ZnBufferedReadStream>>next: 22:18:15 488/519 - 17/44: Installing method ZnBufferedReadStream>>next:into: 22:18:15 488/519 - 18/44: Installing method ZnBufferedReadStream>>next:into:startingAt: 22:18:15 488/519 - 19/44: Installing method ZnBufferedReadStream>>nextBuffer 22:18:15 488/519 - 20/44: Installing method ZnBufferedReadStream>>nextInt32 22:18:15 488/519 - 21/44: Installing method ZnBufferedReadStream>>nextIntegerOfSize:signed:bigEndian: 22:18:15 488/519 - 22/44: Installing method ZnBufferedReadStream>>nextInto: 22:18:15 488/519 - 23/44: Installing method ZnBufferedReadStream>>nextLittleEndianNumber: 22:18:15 488/519 - 24/44: Installing method ZnBufferedReadStream>>nextNumber: 22:18:15 488/519 - 25/44: Installing method ZnBufferedReadStream>>nextWord 22:18:15 488/519 - 26/44: Installing method ZnBufferedReadStream>>on: 22:18:15 488/519 - 27/44: Installing method ZnBufferedReadStream>>peek 22:18:15 488/519 - 28/44: Installing method ZnBufferedReadStream>>peekFor: 22:18:15 488/519 - 29/44: Installing method ZnBufferedReadStream>>position 22:18:15 488/519 - 30/44: Installing method ZnBufferedReadStream>>position: 22:18:15 488/519 - 31/44: Installing method ZnBufferedReadStream>>readFromBufferInto:startingAt:count: 22:18:15 488/519 - 32/44: Installing method ZnBufferedReadStream>>readInto:startingAt:count: 22:18:15 488/519 - 33/44: Installing method ZnBufferedReadStream>>readStream 22:18:15 488/519 - 34/44: Installing method ZnBufferedReadStream>>setToEnd 22:18:15 488/519 - 35/44: Installing method ZnBufferedReadStream>>shouldBufferReadOfCount: 22:18:15 488/519 - 36/44: Installing method ZnBufferedReadStream>>size 22:18:15 488/519 - 37/44: Installing method ZnBufferedReadStream>>sizeBuffer: 22:18:15 488/519 - 38/44: Installing method ZnBufferedReadStream>>skip: 22:18:15 488/519 - 39/44: Installing method ZnBufferedReadStream>>uint16 22:18:15 488/519 - 40/44: Installing method ZnBufferedReadStream>>uint32 22:18:15 488/519 - 41/44: Installing method ZnBufferedReadStream>>uint8 22:18:15 488/519 - 42/44: Installing method ZnBufferedReadStream>>upTo: 22:18:15 488/519 - 43/44: Installing method ZnBufferedReadStream>>upToEnd 22:18:15 488/519 - 44/44: Installing method ZnBufferedReadStream>>wrappedStream 22:18:15 488/519 - 1/2: Installing method ZnBufferedReadStream class>>on: 22:18:15 488/519 - 2/2: Installing method ZnBufferedReadStream class>>on:do: 22:18:16 489/519 - 1/29: Installing method ZnBufferedReadWriteStream>>atEnd 22:18:16 489/519 - 2/29: Installing method ZnBufferedReadWriteStream>>close 22:18:16 489/519 - 3/29: Installing method ZnBufferedReadWriteStream>>closed 22:18:16 489/519 - 4/29: Installing method ZnBufferedReadWriteStream>>flush 22:18:16 489/519 - 5/29: Installing method ZnBufferedReadWriteStream>>isBinary 22:18:16 489/519 - 6/29: Installing method ZnBufferedReadWriteStream>>isReadOnly 22:18:16 489/519 - 7/29: Installing method ZnBufferedReadWriteStream>>isStream 22:18:16 489/519 - 8/29: Installing method ZnBufferedReadWriteStream>>next 22:18:16 489/519 - 9/29: Installing method ZnBufferedReadWriteStream>>next: 22:18:16 489/519 - 10/29: Installing method ZnBufferedReadWriteStream>>next:putAll: 22:18:16 489/519 - 11/29: Installing method ZnBufferedReadWriteStream>>next:putAll:startingAt: 22:18:16 489/519 - 12/29: Installing method ZnBufferedReadWriteStream>>nextPut: 22:18:16 489/519 - 13/29: Installing method ZnBufferedReadWriteStream>>nextPutAll: 22:18:16 489/519 - 14/29: Installing method ZnBufferedReadWriteStream>>on: 22:18:16 489/519 - 15/29: Installing method ZnBufferedReadWriteStream>>peek 22:18:16 489/519 - 16/29: Installing method ZnBufferedReadWriteStream>>position 22:18:16 489/519 - 17/29: Installing method ZnBufferedReadWriteStream>>position: 22:18:16 489/519 - 18/29: Installing method ZnBufferedReadWriteStream>>readInto:startingAt:count: 22:18:16 489/519 - 19/29: Installing method ZnBufferedReadWriteStream>>readingActionDo: 22:18:16 489/519 - 20/29: Installing method ZnBufferedReadWriteStream>>setToEnd 22:18:16 489/519 - 21/29: Installing method ZnBufferedReadWriteStream>>size 22:18:16 489/519 - 22/29: Installing method ZnBufferedReadWriteStream>>sizeBuffer: 22:18:16 489/519 - 23/29: Installing method ZnBufferedReadWriteStream>>skip: 22:18:16 489/519 - 24/29: Installing method ZnBufferedReadWriteStream>>truncate 22:18:16 489/519 - 25/29: Installing method ZnBufferedReadWriteStream>>truncate: 22:18:16 489/519 - 26/29: Installing method ZnBufferedReadWriteStream>>upTo: 22:18:16 489/519 - 27/29: Installing method ZnBufferedReadWriteStream>>upToEnd 22:18:16 489/519 - 28/29: Installing method ZnBufferedReadWriteStream>>wrappedStream 22:18:16 489/519 - 29/29: Installing method ZnBufferedReadWriteStream>>writingActionDo: 22:18:16 489/519 - 1/2: Installing method ZnBufferedReadWriteStream class>>on: 22:18:16 489/519 - 2/2: Installing method ZnBufferedReadWriteStream class>>on:do: 22:18:16 490/519 - 1/42: Installing method ZnBufferedWriteStream>>buffer 22:18:16 490/519 - 2/42: Installing method ZnBufferedWriteStream>>bufferFreeSize 22:18:16 490/519 - 3/42: Installing method ZnBufferedWriteStream>>bufferSize 22:18:16 490/519 - 4/42: Installing method ZnBufferedWriteStream>>close 22:18:16 490/519 - 5/42: Installing method ZnBufferedWriteStream>>closed 22:18:16 490/519 - 6/42: Installing method ZnBufferedWriteStream>>cr 22:18:16 490/519 - 7/42: Installing method ZnBufferedWriteStream>>crlf 22:18:16 490/519 - 8/42: Installing method ZnBufferedWriteStream>>defaultBufferSize 22:18:16 490/519 - 9/42: Installing method ZnBufferedWriteStream>>discardBuffer 22:18:16 490/519 - 10/42: Installing method ZnBufferedWriteStream>>finish 22:18:16 490/519 - 11/42: Installing method ZnBufferedWriteStream>>flush 22:18:16 490/519 - 12/42: Installing method ZnBufferedWriteStream>>flushBuffer 22:18:16 490/519 - 13/42: Installing method ZnBufferedWriteStream>>flushBufferIfFull 22:18:16 490/519 - 14/42: Installing method ZnBufferedWriteStream>>int16: 22:18:16 490/519 - 15/42: Installing method ZnBufferedWriteStream>>int32: 22:18:16 490/519 - 16/42: Installing method ZnBufferedWriteStream>>int8: 22:18:16 490/519 - 17/42: Installing method ZnBufferedWriteStream>>isBinary 22:18:16 490/519 - 18/42: Installing method ZnBufferedWriteStream>>isStream 22:18:16 490/519 - 19/42: Installing method ZnBufferedWriteStream>>lf 22:18:16 490/519 - 20/42: Installing method ZnBufferedWriteStream>>next:putAll: 22:18:16 490/519 - 21/42: Installing method ZnBufferedWriteStream>>next:putAll:startingAt: 22:18:16 490/519 - 22/42: Installing method ZnBufferedWriteStream>>nextInt32Put: 22:18:16 490/519 - 23/42: Installing method ZnBufferedWriteStream>>nextIntegerOfSize:signed:bigEndian:put: 22:18:16 490/519 - 24/42: Installing method ZnBufferedWriteStream>>nextLittleEndianNumber:put: 22:18:16 490/519 - 25/42: Installing method ZnBufferedWriteStream>>nextNumber:put: 22:18:16 490/519 - 26/42: Installing method ZnBufferedWriteStream>>nextPut: 22:18:16 490/519 - 27/42: Installing method ZnBufferedWriteStream>>nextPutAll: 22:18:16 490/519 - 28/42: Installing method ZnBufferedWriteStream>>nextWordPut: 22:18:16 490/519 - 29/42: Installing method ZnBufferedWriteStream>>on: 22:18:17 490/519 - 30/42: Installing method ZnBufferedWriteStream>>position 22:18:17 490/519 - 31/42: Installing method ZnBufferedWriteStream>>position: 22:18:17 490/519 - 32/42: Installing method ZnBufferedWriteStream>>print: 22:18:17 490/519 - 33/42: Installing method ZnBufferedWriteStream>>printOn: 22:18:17 490/519 - 34/42: Installing method ZnBufferedWriteStream>>setToEnd 22:18:17 490/519 - 35/42: Installing method ZnBufferedWriteStream>>sizeBuffer: 22:18:17 490/519 - 36/42: Installing method ZnBufferedWriteStream>>space 22:18:17 490/519 - 37/42: Installing method ZnBufferedWriteStream>>tab 22:18:17 490/519 - 38/42: Installing method ZnBufferedWriteStream>>truncate 22:18:17 490/519 - 39/42: Installing method ZnBufferedWriteStream>>truncate: 22:18:17 490/519 - 40/42: Installing method ZnBufferedWriteStream>>uint16: 22:18:17 490/519 - 41/42: Installing method ZnBufferedWriteStream>>uint32: 22:18:17 490/519 - 42/42: Installing method ZnBufferedWriteStream>>uint8: 22:18:17 490/519 - 1/2: Installing method ZnBufferedWriteStream class>>on: 22:18:17 490/519 - 2/2: Installing method ZnBufferedWriteStream class>>on:do: 22:18:17 491/519 - 1/1: Installing method ZnByteEncoder>>decodeBytesIntoWideString: 22:18:17 491/519 - 1/33: Installing method ZnByteEncoder class>>cp1250Mapping 22:18:17 491/519 - 2/33: Installing method ZnByteEncoder class>>cp1251Mapping 22:18:17 491/519 - 3/33: Installing method ZnByteEncoder class>>cp1252Mapping 22:18:17 491/519 - 4/33: Installing method ZnByteEncoder class>>cp1253Mapping 22:18:17 491/519 - 5/33: Installing method ZnByteEncoder class>>cp1254Mapping 22:18:17 491/519 - 6/33: Installing method ZnByteEncoder class>>cp1255Mapping 22:18:17 491/519 - 7/33: Installing method ZnByteEncoder class>>cp1256Mapping 22:18:17 491/519 - 8/33: Installing method ZnByteEncoder class>>cp1257Mapping 22:18:18 491/519 - 9/33: Installing method ZnByteEncoder class>>cp1258Mapping 22:18:18 491/519 - 10/33: Installing method ZnByteEncoder class>>cp850Mapping 22:18:18 491/519 - 11/33: Installing method ZnByteEncoder class>>cp866Mapping 22:18:18 491/519 - 12/33: Installing method ZnByteEncoder class>>cp874Mapping 22:18:18 491/519 - 13/33: Installing method ZnByteEncoder class>>generateByteToUnicodeSpec: 22:18:18 491/519 - 14/33: Installing method ZnByteEncoder class>>iso885910Mapping 22:18:18 491/519 - 15/33: Installing method ZnByteEncoder class>>iso885913Mapping 22:18:18 491/519 - 16/33: Installing method ZnByteEncoder class>>iso885914Mapping 22:18:18 491/519 - 17/33: Installing method ZnByteEncoder class>>iso885915Mapping 22:18:18 491/519 - 18/33: Installing method ZnByteEncoder class>>iso885916Mapping 22:18:18 491/519 - 19/33: Installing method ZnByteEncoder class>>iso88592Mapping 22:18:18 491/519 - 20/33: Installing method ZnByteEncoder class>>iso88593Mapping 22:18:18 491/519 - 21/33: Installing method ZnByteEncoder class>>iso88594Mapping 22:18:18 491/519 - 22/33: Installing method ZnByteEncoder class>>iso88595Mapping 22:18:18 491/519 - 23/33: Installing method ZnByteEncoder class>>iso88596Mapping 22:18:18 491/519 - 24/33: Installing method ZnByteEncoder class>>iso88597Mapping 22:18:18 491/519 - 25/33: Installing method ZnByteEncoder class>>iso88598Mapping 22:18:18 491/519 - 26/33: Installing method ZnByteEncoder class>>koi8rMapping 22:18:18 491/519 - 27/33: Installing method ZnByteEncoder class>>koi8uMapping 22:18:18 491/519 - 28/33: Installing method ZnByteEncoder class>>macCyrillicMapping 22:18:18 491/519 - 29/33: Installing method ZnByteEncoder class>>macRomanMapping 22:18:18 491/519 - 30/33: Installing method ZnByteEncoder class>>mappingToIdentifiers 22:18:18 491/519 - 31/33: Installing method ZnByteEncoder class>>newFromUrl: 22:18:18 491/519 - 32/33: Installing method ZnByteEncoder class>>parseUnicodeOrgSpec: 22:18:18 491/519 - 33/33: Installing method ZnByteEncoder class>>top128FromUnicodeSpec: 22:18:18 492/519 - 1/6: Installing method ZnByteStringBecameWideString>>becomeForward 22:18:18 492/519 - 2/6: Installing method ZnByteStringBecameWideString>>byteString 22:18:18 492/519 - 3/6: Installing method ZnByteStringBecameWideString>>byteString: 22:18:18 492/519 - 4/6: Installing method ZnByteStringBecameWideString>>isResumable 22:18:18 492/519 - 5/6: Installing method ZnByteStringBecameWideString>>wideString 22:18:18 492/519 - 6/6: Installing method ZnByteStringBecameWideString>>wideString: 22:18:18 492/519 - 1/1: Installing method ZnByteStringBecameWideString class>>convert: 22:18:18 493/519 - 1/11: Installing method ZnCRLFReadStream>>atEnd 22:18:18 493/519 - 2/11: Installing method ZnCRLFReadStream>>close 22:18:19 493/519 - 3/11: Installing method ZnCRLFReadStream>>isBinary 22:18:19 493/519 - 4/11: Installing method ZnCRLFReadStream>>next 22:18:19 493/519 - 5/11: Installing method ZnCRLFReadStream>>next:into: 22:18:19 493/519 - 6/11: Installing method ZnCRLFReadStream>>next:into:startingAt: 22:18:19 493/519 - 7/11: Installing method ZnCRLFReadStream>>on: 22:18:19 493/519 - 8/11: Installing method ZnCRLFReadStream>>peek 22:18:19 493/519 - 9/11: Installing method ZnCRLFReadStream>>readInto:startingAt:count: 22:18:19 493/519 - 10/11: Installing method ZnCRLFReadStream>>readStream 22:18:19 493/519 - 11/11: Installing method ZnCRLFReadStream>>upToEnd 22:18:19 493/519 - 1/2: Installing method ZnCRLFReadStream class>>initialize 22:18:19 493/519 - 2/2: Installing method ZnCRLFReadStream class>>on: 22:18:20 494/519 - 1/29: Installing method ZnCharacterEncoder>>= 22:18:20 494/519 - 2/29: Installing method ZnCharacterEncoder>>asZnCharacterEncoder 22:18:20 494/519 - 3/29: Installing method ZnCharacterEncoder>>backOnStream: 22:18:20 494/519 - 4/29: Installing method ZnCharacterEncoder>>beLenient 22:18:20 494/519 - 5/29: Installing method ZnCharacterEncoder>>decodeAsCodePoints: 22:18:20 494/519 - 6/29: Installing method ZnCharacterEncoder>>decodeBytes: 22:18:20 494/519 - 7/29: Installing method ZnCharacterEncoder>>encodeCodePoints: 22:18:20 494/519 - 8/29: Installing method ZnCharacterEncoder>>encodeString: 22:18:20 494/519 - 9/29: Installing method ZnCharacterEncoder>>encodedByteCountFor: 22:18:20 494/519 - 10/29: Installing method ZnCharacterEncoder>>encodedByteCountForCodePoint: 22:18:20 494/519 - 11/29: Installing method ZnCharacterEncoder>>encodedByteCountForCodePoints: 22:18:20 494/519 - 12/29: Installing method ZnCharacterEncoder>>encodedByteCountForString: 22:18:20 494/519 - 13/29: Installing method ZnCharacterEncoder>>endianness 22:18:20 494/519 - 14/29: Installing method ZnCharacterEncoder>>ensureAtBeginOfCodePointOnStream: 22:18:20 494/519 - 15/29: Installing method ZnCharacterEncoder>>error: 22:18:20 494/519 - 16/29: Installing method ZnCharacterEncoder>>errorIncomplete 22:18:20 494/519 - 17/29: Installing method ZnCharacterEncoder>>errorOutsideRange 22:18:20 494/519 - 18/29: Installing method ZnCharacterEncoder>>hash 22:18:20 494/519 - 19/29: Installing method ZnCharacterEncoder>>identifier 22:18:20 494/519 - 20/29: Installing method ZnCharacterEncoder>>isFixedLength 22:18:20 494/519 - 21/29: Installing method ZnCharacterEncoder>>isStrict 22:18:20 494/519 - 22/29: Installing method ZnCharacterEncoder>>isVariableLength 22:18:20 494/519 - 23/29: Installing method ZnCharacterEncoder>>next:putAll:startingAt:toStream: 22:18:20 494/519 - 24/29: Installing method ZnCharacterEncoder>>nextCodePointFromStream: 22:18:20 494/519 - 25/29: Installing method ZnCharacterEncoder>>nextFromStream: 22:18:20 494/519 - 26/29: Installing method ZnCharacterEncoder>>nextPut:toStream: 22:18:20 494/519 - 27/29: Installing method ZnCharacterEncoder>>nextPutCodePoint:toStream: 22:18:20 494/519 - 28/29: Installing method ZnCharacterEncoder>>readInto:startingAt:count:fromStream: 22:18:20 494/519 - 29/29: Installing method ZnCharacterEncoder>>skipToBeginOfCodePointOnStream: 22:18:20 494/519 - 1/10: Installing method ZnCharacterEncoder class>>ascii 22:18:20 494/519 - 2/10: Installing method ZnCharacterEncoder class>>canonicalEncodingIdentifier: 22:18:20 494/519 - 3/10: Installing method ZnCharacterEncoder class>>default 22:18:20 494/519 - 4/10: Installing method ZnCharacterEncoder class>>detectEncoding: 22:18:20 494/519 - 5/10: Installing method ZnCharacterEncoder class>>handlesEncoding: 22:18:20 494/519 - 6/10: Installing method ZnCharacterEncoder class>>iso88591 22:18:20 494/519 - 7/10: Installing method ZnCharacterEncoder class>>knownEncodingIdentifiers 22:18:20 494/519 - 8/10: Installing method ZnCharacterEncoder class>>latin1 22:18:20 494/519 - 9/10: Installing method ZnCharacterEncoder class>>newForEncoding: 22:18:20 494/519 - 10/10: Installing method ZnCharacterEncoder class>>utf8 22:18:20 496/519 - 1/6: Installing method ZnCharacterReadStream>>collectionSpecies 22:18:20 496/519 - 2/6: Installing method ZnCharacterReadStream>>match: 22:18:20 496/519 - 3/6: Installing method ZnCharacterReadStream>>nextElement 22:18:20 496/519 - 4/6: Installing method ZnCharacterReadStream>>nextLine 22:18:20 496/519 - 5/6: Installing method ZnCharacterReadStream>>readInto:startingAt:count: 22:18:21 496/519 - 6/6: Installing method ZnCharacterReadStream>>upToAll: 22:18:21 497/519 - 1/24: Installing method ZnCharacterReadWriteStream>>atEnd 22:18:21 497/519 - 2/24: Installing method ZnCharacterReadWriteStream>>close 22:18:21 497/519 - 3/24: Installing method ZnCharacterReadWriteStream>>closed 22:18:21 497/519 - 4/24: Installing method ZnCharacterReadWriteStream>>collectionSpecies 22:18:21 497/519 - 5/24: Installing method ZnCharacterReadWriteStream>>cr 22:18:21 497/519 - 6/24: Installing method ZnCharacterReadWriteStream>>flush 22:18:21 497/519 - 7/24: Installing method ZnCharacterReadWriteStream>>isReadOnly 22:18:21 497/519 - 8/24: Installing method ZnCharacterReadWriteStream>>next 22:18:21 497/519 - 9/24: Installing method ZnCharacterReadWriteStream>>next: 22:18:21 497/519 - 10/24: Installing method ZnCharacterReadWriteStream>>nextPut: 22:18:21 497/519 - 11/24: Installing method ZnCharacterReadWriteStream>>nextPutAll: 22:18:21 497/519 - 12/24: Installing method ZnCharacterReadWriteStream>>on:encoding: 22:18:21 497/519 - 13/24: Installing method ZnCharacterReadWriteStream>>peek 22:18:21 497/519 - 14/24: Installing method ZnCharacterReadWriteStream>>position 22:18:21 497/519 - 15/24: Installing method ZnCharacterReadWriteStream>>position: 22:18:21 497/519 - 16/24: Installing method ZnCharacterReadWriteStream>>print: 22:18:21 497/519 - 17/24: Installing method ZnCharacterReadWriteStream>>readOnlyCopy 22:18:21 497/519 - 18/24: Installing method ZnCharacterReadWriteStream>>setToEnd 22:18:21 497/519 - 19/24: Installing method ZnCharacterReadWriteStream>>size 22:18:21 497/519 - 20/24: Installing method ZnCharacterReadWriteStream>>skip: 22:18:21 497/519 - 21/24: Installing method ZnCharacterReadWriteStream>>space 22:18:21 497/519 - 22/24: Installing method ZnCharacterReadWriteStream>>tab 22:18:21 497/519 - 23/24: Installing method ZnCharacterReadWriteStream>>upToAll: 22:18:21 497/519 - 24/24: Installing method ZnCharacterReadWriteStream>>upToEnd 22:18:21 497/519 - 1/1: Installing method ZnCharacterReadWriteStream class>>on:encoding: 22:18:21 498/519 - 1/8: Installing method ZnCharacterWriteStream>>cr 22:18:21 498/519 - 2/8: Installing method ZnCharacterWriteStream>>crlf 22:18:21 498/519 - 3/8: Installing method ZnCharacterWriteStream>>lf 22:18:22 498/519 - 4/8: Installing method ZnCharacterWriteStream>>next:putAll:startingAt: 22:18:22 498/519 - 5/8: Installing method ZnCharacterWriteStream>>nextPut: 22:18:22 498/519 - 6/8: Installing method ZnCharacterWriteStream>>print: 22:18:22 498/519 - 7/8: Installing method ZnCharacterWriteStream>>space 22:18:22 498/519 - 8/8: Installing method ZnCharacterWriteStream>>tab 22:18:22 499/519 - 1/2: Installing method ZnCodePointReadStream>>collectionSpecies 22:18:22 499/519 - 2/2: Installing method ZnCodePointReadStream>>nextElement 22:18:22 500/519 - 1/1: Installing method ZnCodePointWriteStream>>nextPut: 22:18:22 501/519 - 1/4: Installing method ZnCrPortableWriteStream>>initialize 22:18:22 501/519 - 2/4: Installing method ZnCrPortableWriteStream>>newLine 22:18:22 501/519 - 3/4: Installing method ZnCrPortableWriteStream>>nextPut: 22:18:22 501/519 - 4/4: Installing method ZnCrPortableWriteStream>>stream: 22:18:22 501/519 - 1/1: Installing method ZnCrPortableWriteStream class>>on: 22:18:22 502/519 - 1/1: Installing method ZnDefaultCharacterEncoder>>default 22:18:23 503/519 - 1/21: Installing method ZnEncodedReadStream>>atEnd 22:18:23 503/519 - 2/21: Installing method ZnEncodedReadStream>>back 22:18:23 503/519 - 3/21: Installing method ZnEncodedReadStream>>contents 22:18:23 503/519 - 4/21: Installing method ZnEncodedReadStream>>isBinary 22:18:23 503/519 - 5/21: Installing method ZnEncodedReadStream>>isReadOnly 22:18:23 503/519 - 6/21: Installing method ZnEncodedReadStream>>next 22:18:23 503/519 - 7/21: Installing method ZnEncodedReadStream>>next: 22:18:23 503/519 - 8/21: Installing method ZnEncodedReadStream>>next:into: 22:18:23 503/519 - 9/21: Installing method ZnEncodedReadStream>>next:into:startingAt: 22:18:23 503/519 - 10/21: Installing method ZnEncodedReadStream>>nextElement 22:18:23 503/519 - 11/21: Installing method ZnEncodedReadStream>>nextInto: 22:18:23 503/519 - 12/21: Installing method ZnEncodedReadStream>>peek 22:18:23 503/519 - 13/21: Installing method ZnEncodedReadStream>>peekFor: 22:18:23 503/519 - 14/21: Installing method ZnEncodedReadStream>>position 22:18:23 503/519 - 15/21: Installing method ZnEncodedReadStream>>position: 22:18:23 503/519 - 16/21: Installing method ZnEncodedReadStream>>positionForward: 22:18:23 503/519 - 17/21: Installing method ZnEncodedReadStream>>readInto:startingAt:count: 22:18:23 503/519 - 18/21: Installing method ZnEncodedReadStream>>readStream 22:18:23 503/519 - 19/21: Installing method ZnEncodedReadStream>>skip: 22:18:23 503/519 - 20/21: Installing method ZnEncodedReadStream>>upTo: 22:18:23 503/519 - 21/21: Installing method ZnEncodedReadStream>>upToEnd 22:18:23 504/519 - 1/15: Installing method ZnEncodedStream>>close 22:18:23 504/519 - 2/15: Installing method ZnEncodedStream>>closed 22:18:23 504/519 - 3/15: Installing method ZnEncodedStream>>encoder 22:18:23 504/519 - 4/15: Installing method ZnEncodedStream>>encoder: 22:18:23 504/519 - 5/15: Installing method ZnEncodedStream>>encoding: 22:18:23 504/519 - 6/15: Installing method ZnEncodedStream>>flush 22:18:23 504/519 - 7/15: Installing method ZnEncodedStream>>isStream 22:18:23 504/519 - 8/15: Installing method ZnEncodedStream>>on: 22:18:23 504/519 - 9/15: Installing method ZnEncodedStream>>position 22:18:23 504/519 - 10/15: Installing method ZnEncodedStream>>position: 22:18:23 504/519 - 11/15: Installing method ZnEncodedStream>>setToEnd 22:18:23 504/519 - 12/15: Installing method ZnEncodedStream>>size 22:18:23 504/519 - 13/15: Installing method ZnEncodedStream>>truncate 22:18:23 504/519 - 14/15: Installing method ZnEncodedStream>>truncate: 22:18:23 504/519 - 15/15: Installing method ZnEncodedStream>>wrappedStream 22:18:23 504/519 - 1/3: Installing method ZnEncodedStream class>>defaultEncoder 22:18:23 504/519 - 2/3: Installing method ZnEncodedStream class>>on: 22:18:23 504/519 - 3/3: Installing method ZnEncodedStream class>>on:encoding: 22:18:23 505/519 - 1/7: Installing method ZnEncodedWriteStream>><< 22:18:23 505/519 - 2/7: Installing method ZnEncodedWriteStream>>flush 22:18:23 505/519 - 3/7: Installing method ZnEncodedWriteStream>>isBinary 22:18:23 505/519 - 4/7: Installing method ZnEncodedWriteStream>>next:putAll: 22:18:23 505/519 - 5/7: Installing method ZnEncodedWriteStream>>next:putAll:startingAt: 22:18:23 505/519 - 6/7: Installing method ZnEncodedWriteStream>>nextPut: 22:18:24 505/519 - 7/7: Installing method ZnEncodedWriteStream>>nextPutAll: 22:18:24 506/519 - 1/10: Installing method ZnEndianSensitiveUTFEncoder>>= 22:18:24 506/519 - 2/10: Installing method ZnEndianSensitiveUTFEncoder>>beBigEndian 22:18:24 506/519 - 3/10: Installing method ZnEndianSensitiveUTFEncoder>>beLittleEndian 22:18:24 506/519 - 4/10: Installing method ZnEndianSensitiveUTFEncoder>>endianness 22:18:24 506/519 - 5/10: Installing method ZnEndianSensitiveUTFEncoder>>hash 22:18:24 506/519 - 6/10: Installing method ZnEndianSensitiveUTFEncoder>>initialize 22:18:24 506/519 - 7/10: Installing method ZnEndianSensitiveUTFEncoder>>isBigEndian 22:18:24 506/519 - 8/10: Installing method ZnEndianSensitiveUTFEncoder>>isLittleEndian 22:18:24 506/519 - 9/10: Installing method ZnEndianSensitiveUTFEncoder>>printOn: 22:18:24 506/519 - 10/10: Installing method ZnEndianSensitiveUTFEncoder>>swapEndianness 22:18:24 506/519 - 1/2: Installing method ZnEndianSensitiveUTFEncoder class>>handlesEncoding: 22:18:24 506/519 - 2/2: Installing method ZnEndianSensitiveUTFEncoder class>>newForEncoding: 22:18:24 507/519 - 1/3: Installing method ZnEndianessReadWriteStream>>nextLittleEndianNumber: 22:18:24 507/519 - 2/3: Installing method ZnEndianessReadWriteStream>>nextLittleEndianNumber:put: 22:18:24 507/519 - 3/3: Installing method ZnEndianessReadWriteStream>>on: 22:18:24 507/519 - 1/2: Installing method ZnEndianessReadWriteStream class>>on: 22:18:24 507/519 - 2/2: Installing method ZnEndianessReadWriteStream class>>on:do: 22:18:24 508/519 - 1/9: Installing method ZnFastLineReader>>atEnd 22:18:24 508/519 - 2/9: Installing method ZnFastLineReader>>beWide 22:18:24 508/519 - 3/9: Installing method ZnFastLineReader>>bufferStream: 22:18:24 508/519 - 4/9: Installing method ZnFastLineReader>>close 22:18:24 508/519 - 5/9: Installing method ZnFastLineReader>>initialize 22:18:24 508/519 - 6/9: Installing method ZnFastLineReader>>linesDo: 22:18:24 508/519 - 7/9: Installing method ZnFastLineReader>>nextLine 22:18:24 508/519 - 8/9: Installing method ZnFastLineReader>>on: 22:18:24 508/519 - 9/9: Installing method ZnFastLineReader>>streamContents: 22:18:24 508/519 - 1/1: Installing method ZnFastLineReader class>>on: 22:18:24 509/519 - 1/2: Installing method ZnIncomplete>>defaultResumeValue 22:18:24 509/519 - 2/2: Installing method ZnIncomplete>>isResumable 22:18:24 510/519 - 1/2: Installing method ZnInvalidUTF8>>defaultResumeValue 22:18:24 510/519 - 2/2: Installing method ZnInvalidUTF8>>isResumable 22:18:25 511/519 - 1/10: Installing method ZnNewLineWriterStream>>close 22:18:25 511/519 - 2/10: Installing method ZnNewLineWriterStream>>flush 22:18:25 511/519 - 3/10: Installing method ZnNewLineWriterStream>>forCr 22:18:25 511/519 - 4/10: Installing method ZnNewLineWriterStream>>forCrLf 22:18:25 511/519 - 5/10: Installing method ZnNewLineWriterStream>>forLf 22:18:25 511/519 - 6/10: Installing method ZnNewLineWriterStream>>forPlatformLineEnding 22:18:25 511/519 - 7/10: Installing method ZnNewLineWriterStream>>initialize 22:18:25 511/519 - 8/10: Installing method ZnNewLineWriterStream>>newLine 22:18:25 511/519 - 9/10: Installing method ZnNewLineWriterStream>>nextPut: 22:18:25 511/519 - 10/10: Installing method ZnNewLineWriterStream>>stream: 22:18:25 511/519 - 1/1: Installing method ZnNewLineWriterStream class>>on: 22:18:25 512/519 - 1/14: Installing method ZnNullEncoder>>backOnStream: 22:18:25 512/519 - 2/14: Installing method ZnNullEncoder>>decodeBytes: 22:18:25 512/519 - 3/14: Installing method ZnNullEncoder>>encodeString: 22:18:25 512/519 - 4/14: Installing method ZnNullEncoder>>encodedByteCountFor: 22:18:25 512/519 - 5/14: Installing method ZnNullEncoder>>encodedByteCountForCodePoint: 22:18:25 512/519 - 6/14: Installing method ZnNullEncoder>>encodedByteCountForCodePoints: 22:18:25 512/519 - 7/14: Installing method ZnNullEncoder>>encodedByteCountForString: 22:18:25 512/519 - 8/14: Installing method ZnNullEncoder>>ensureAtBeginOfCodePointOnStream: 22:18:25 512/519 - 9/14: Installing method ZnNullEncoder>>identifier 22:18:25 512/519 - 10/14: Installing method ZnNullEncoder>>next:putAll:startingAt:toStream: 22:18:25 512/519 - 11/14: Installing method ZnNullEncoder>>nextCodePointFromStream: 22:18:25 512/519 - 12/14: Installing method ZnNullEncoder>>nextPutCodePoint:toStream: 22:18:25 512/519 - 13/14: Installing method ZnNullEncoder>>readInto:startingAt:count:fromStream: 22:18:25 512/519 - 14/14: Installing method ZnNullEncoder>>skipToBeginOfCodePointOnStream: 22:18:25 512/519 - 1/3: Installing method ZnNullEncoder class>>handlesEncoding: 22:18:25 512/519 - 2/3: Installing method ZnNullEncoder class>>knownEncodingIdentifiers 22:18:25 512/519 - 3/3: Installing method ZnNullEncoder class>>newForEncoding: 22:18:25 513/519 - 1/14: Installing method ZnPercentEncoder>>characterEncoder 22:18:25 513/519 - 2/14: Installing method ZnPercentEncoder>>characterEncoder: 22:18:25 513/519 - 3/14: Installing method ZnPercentEncoder>>decode: 22:18:25 513/519 - 4/14: Installing method ZnPercentEncoder>>decode:to: 22:18:25 513/519 - 5/14: Installing method ZnPercentEncoder>>decodePlusAsSpace 22:18:25 513/519 - 6/14: Installing method ZnPercentEncoder>>decodePlusAsSpace: 22:18:25 513/519 - 7/14: Installing method ZnPercentEncoder>>encode: 22:18:25 513/519 - 8/14: Installing method ZnPercentEncoder>>encode:to: 22:18:25 513/519 - 9/14: Installing method ZnPercentEncoder>>errorAsciiCharacterExpected 22:18:25 513/519 - 10/14: Installing method ZnPercentEncoder>>errorHexDigitExpected 22:18:25 513/519 - 11/14: Installing method ZnPercentEncoder>>readHexFrom: 22:18:25 513/519 - 12/14: Installing method ZnPercentEncoder>>safeSet 22:18:25 513/519 - 13/14: Installing method ZnPercentEncoder>>safeSet: 22:18:25 513/519 - 14/14: Installing method ZnPercentEncoder>>writeHex:to: 22:18:25 513/519 - 1/1: Installing method ZnPercentEncoder class>>rfc3986UnreservedCharacters 22:18:26 514/519 - 1/26: Installing method ZnPositionableReadStream>>atEnd 22:18:26 514/519 - 2/26: Installing method ZnPositionableReadStream>>back 22:18:26 514/519 - 3/26: Installing method ZnPositionableReadStream>>bufferSize 22:18:26 514/519 - 4/26: Installing method ZnPositionableReadStream>>close 22:18:26 514/519 - 5/26: Installing method ZnPositionableReadStream>>collectionSpecies 22:18:26 514/519 - 6/26: Installing method ZnPositionableReadStream>>defaultBufferSize 22:18:26 514/519 - 7/26: Installing method ZnPositionableReadStream>>initialize 22:18:26 514/519 - 8/26: Installing method ZnPositionableReadStream>>isBinary 22:18:26 514/519 - 9/26: Installing method ZnPositionableReadStream>>next 22:18:26 514/519 - 10/26: Installing method ZnPositionableReadStream>>next: 22:18:26 514/519 - 11/26: Installing method ZnPositionableReadStream>>next:into: 22:18:26 514/519 - 12/26: Installing method ZnPositionableReadStream>>next:into:startingAt: 22:18:26 514/519 - 13/26: Installing method ZnPositionableReadStream>>nextInto: 22:18:26 514/519 - 14/26: Installing method ZnPositionableReadStream>>on: 22:18:26 514/519 - 15/26: Installing method ZnPositionableReadStream>>peek 22:18:26 514/519 - 16/26: Installing method ZnPositionableReadStream>>peekFor: 22:18:26 514/519 - 17/26: Installing method ZnPositionableReadStream>>position 22:18:26 514/519 - 18/26: Installing method ZnPositionableReadStream>>position: 22:18:26 514/519 - 19/26: Installing method ZnPositionableReadStream>>readInto:startingAt:count: 22:18:26 514/519 - 20/26: Installing method ZnPositionableReadStream>>readStream 22:18:26 514/519 - 21/26: Installing method ZnPositionableReadStream>>savingPositionDo: 22:18:26 514/519 - 22/26: Installing method ZnPositionableReadStream>>sizeBuffer: 22:18:26 514/519 - 23/26: Installing method ZnPositionableReadStream>>skip: 22:18:26 514/519 - 24/26: Installing method ZnPositionableReadStream>>upTo: 22:18:26 514/519 - 25/26: Installing method ZnPositionableReadStream>>upToEnd 22:18:26 514/519 - 26/26: Installing method ZnPositionableReadStream>>wrappedStream 22:18:26 514/519 - 1/2: Installing method ZnPositionableReadStream class>>on: 22:18:26 514/519 - 2/2: Installing method ZnPositionableReadStream class>>on:do: 22:18:27 515/519 - 1/21: Installing method ZnSimplifiedByteEncoder>>= 22:18:27 515/519 - 2/21: Installing method ZnSimplifiedByteEncoder>>backOnStream: 22:18:27 515/519 - 3/21: Installing method ZnSimplifiedByteEncoder>>beLenient 22:18:27 515/519 - 4/21: Installing method ZnSimplifiedByteEncoder>>byteDomain 22:18:27 515/519 - 5/21: Installing method ZnSimplifiedByteEncoder>>byteToUnicode: 22:18:27 515/519 - 6/21: Installing method ZnSimplifiedByteEncoder>>characterDomain 22:18:27 515/519 - 7/21: Installing method ZnSimplifiedByteEncoder>>encodedByteCountFor: 22:18:27 515/519 - 8/21: Installing method ZnSimplifiedByteEncoder>>encodedByteCountForCodePoint: 22:18:27 515/519 - 9/21: Installing method ZnSimplifiedByteEncoder>>ensureAtBeginOfCodePointOnStream: 22:18:27 515/519 - 10/21: Installing method ZnSimplifiedByteEncoder>>hash 22:18:27 515/519 - 11/21: Installing method ZnSimplifiedByteEncoder>>identifier 22:18:27 515/519 - 12/21: Installing method ZnSimplifiedByteEncoder>>identifier: 22:18:27 515/519 - 13/21: Installing method ZnSimplifiedByteEncoder>>initialize 22:18:27 515/519 - 14/21: Installing method ZnSimplifiedByteEncoder>>isLenient 22:18:27 515/519 - 15/21: Installing method ZnSimplifiedByteEncoder>>isStrict 22:18:27 515/519 - 16/21: Installing method ZnSimplifiedByteEncoder>>nextCodePointFromStream: 22:18:27 515/519 - 17/21: Installing method ZnSimplifiedByteEncoder>>nextFromStream: 22:18:27 515/519 - 18/21: Installing method ZnSimplifiedByteEncoder>>nextPutCodePoint:toStream: 22:18:27 515/519 - 19/21: Installing method ZnSimplifiedByteEncoder>>printOn: 22:18:27 515/519 - 20/21: Installing method ZnSimplifiedByteEncoder>>skipToBeginOfCodePointOnStream: 22:18:27 515/519 - 21/21: Installing method ZnSimplifiedByteEncoder>>unicodeToByte: 22:18:27 515/519 - 1/10: Installing method ZnSimplifiedByteEncoder class>>asciiMapping 22:18:27 515/519 - 2/10: Installing method ZnSimplifiedByteEncoder class>>byteTextConverters 22:18:27 515/519 - 3/10: Installing method ZnSimplifiedByteEncoder class>>handlesEncoding: 22:18:27 515/519 - 4/10: Installing method ZnSimplifiedByteEncoder class>>initialize 22:18:27 515/519 - 5/10: Installing method ZnSimplifiedByteEncoder class>>initializeByteTextConverters 22:18:27 515/519 - 6/10: Installing method ZnSimplifiedByteEncoder class>>iso88591Mapping 22:18:27 515/519 - 7/10: Installing method ZnSimplifiedByteEncoder class>>knownEncodingIdentifiers 22:18:27 515/519 - 8/10: Installing method ZnSimplifiedByteEncoder class>>mappingToIdentifiers 22:18:27 515/519 - 9/10: Installing method ZnSimplifiedByteEncoder class>>newForEncoding: 22:18:27 515/519 - 10/10: Installing method ZnSimplifiedByteEncoder class>>tablesFromSpec: 22:18:28 516/519 - 1/13: Installing method ZnUTF16Encoder>>back16BitWordOnStream: 22:18:28 516/519 - 2/13: Installing method ZnUTF16Encoder>>backOnStream: 22:18:28 516/519 - 3/13: Installing method ZnUTF16Encoder>>encodedByteCountForCodePoint: 22:18:28 516/519 - 4/13: Installing method ZnUTF16Encoder>>ensureAtBeginOfCodePointOnStream: 22:18:28 516/519 - 5/13: Installing method ZnUTF16Encoder>>errorIncomplete 22:18:28 516/519 - 6/13: Installing method ZnUTF16Encoder>>identifier 22:18:28 516/519 - 7/13: Installing method ZnUTF16Encoder>>isFixedLength 22:18:28 516/519 - 8/13: Installing method ZnUTF16Encoder>>nextCodePointFromStream: 22:18:28 516/519 - 9/13: Installing method ZnUTF16Encoder>>nextPutCodePoint:toStream: 22:18:28 516/519 - 10/13: Installing method ZnUTF16Encoder>>processByteOrderMark: 22:18:28 516/519 - 11/13: Installing method ZnUTF16Encoder>>read16BitWordFromStream: 22:18:28 516/519 - 12/13: Installing method ZnUTF16Encoder>>skipToBeginOfCodePointOnStream: 22:18:28 516/519 - 13/13: Installing method ZnUTF16Encoder>>write16BitWord:toStream: 22:18:28 516/519 - 1/2: Installing method ZnUTF16Encoder class>>handlesEncoding: 22:18:28 516/519 - 2/2: Installing method ZnUTF16Encoder class>>knownEncodingIdentifiers 22:18:28 517/519 - 1/11: Installing method ZnUTF32Encoder>>backOnStream: 22:18:28 517/519 - 2/11: Installing method ZnUTF32Encoder>>encodedByteCountForCodePoint: 22:18:28 517/519 - 3/11: Installing method ZnUTF32Encoder>>ensureAtBeginOfCodePointOnStream: 22:18:28 517/519 - 4/11: Installing method ZnUTF32Encoder>>errorIncomplete 22:18:28 517/519 - 5/11: Installing method ZnUTF32Encoder>>identifier 22:18:28 517/519 - 6/11: Installing method ZnUTF32Encoder>>nextCodePointFromStream: 22:18:28 517/519 - 7/11: Installing method ZnUTF32Encoder>>nextPutCodePoint:toStream: 22:18:28 517/519 - 8/11: Installing method ZnUTF32Encoder>>processByteOrderMark: 22:18:28 517/519 - 9/11: Installing method ZnUTF32Encoder>>readCodePointFrom: 22:18:28 517/519 - 10/11: Installing method ZnUTF32Encoder>>skipToBeginOfCodePointOnStream: 22:18:28 517/519 - 11/11: Installing method ZnUTF32Encoder>>writeCodePoint:to: 22:18:28 517/519 - 1/2: Installing method ZnUTF32Encoder class>>handlesEncoding: 22:18:28 517/519 - 2/2: Installing method ZnUTF32Encoder class>>knownEncodingIdentifiers 22:18:29 518/519 - 1/17: Installing method ZnUTF8Encoder>>backOnStream: 22:18:29 518/519 - 2/17: Installing method ZnUTF8Encoder>>encodedByteCountForCodePoint: 22:18:29 518/519 - 3/17: Installing method ZnUTF8Encoder>>ensureAtBeginOfCodePointOnStream: 22:18:29 518/519 - 4/17: Installing method ZnUTF8Encoder>>error: 22:18:29 518/519 - 5/17: Installing method ZnUTF8Encoder>>errorIllegalContinuationByte 22:18:29 518/519 - 6/17: Installing method ZnUTF8Encoder>>errorIllegalLeadingByte 22:18:29 518/519 - 7/17: Installing method ZnUTF8Encoder>>errorOverlong 22:18:29 518/519 - 8/17: Installing method ZnUTF8Encoder>>findFirstNonASCIIIn:startingAt: 22:18:29 518/519 - 9/17: Installing method ZnUTF8Encoder>>identifier 22:18:29 518/519 - 10/17: Installing method ZnUTF8Encoder>>isFixedLength 22:18:29 518/519 - 11/17: Installing method ZnUTF8Encoder>>next:putAll:startingAt:toStream: 22:18:29 518/519 - 12/17: Installing method ZnUTF8Encoder>>next:putAllASCII:startingAt:toStream: 22:18:29 518/519 - 13/17: Installing method ZnUTF8Encoder>>next:putAllByteString:startingAt:toStream: 22:18:29 518/519 - 14/17: Installing method ZnUTF8Encoder>>nextCodePointFromStream: 22:18:29 518/519 - 15/17: Installing method ZnUTF8Encoder>>nextPutCodePoint:toStream: 22:18:29 518/519 - 16/17: Installing method ZnUTF8Encoder>>readInto:startingAt:count:fromStream: 22:18:29 518/519 - 17/17: Installing method ZnUTF8Encoder>>skipToBeginOfCodePointOnStream: 22:18:29 518/519 - 1/5: Installing method ZnUTF8Encoder class>>default 22:18:29 518/519 - 2/5: Installing method ZnUTF8Encoder class>>handlesEncoding: 22:18:29 518/519 - 3/5: Installing method ZnUTF8Encoder class>>initialize 22:18:29 518/519 - 4/5: Installing method ZnUTF8Encoder class>>knownEncodingIdentifiers 22:18:29 518/519 - 5/5: Installing method ZnUTF8Encoder class>>newForEncoding: 22:18:29 519/519 - 1/7: Installing method ZnUTFEncoder>>byteOrderMark 22:18:29 519/519 - 2/7: Installing method ZnUTFEncoder>>decodeBytes: 22:18:29 519/519 - 3/7: Installing method ZnUTFEncoder>>decodeBytesIntoWideString: 22:18:29 519/519 - 4/7: Installing method ZnUTFEncoder>>encodeStringWithByteOrderMark: 22:18:29 519/519 - 5/7: Installing method ZnUTFEncoder>>isSurrogateCodePoint: 22:18:29 519/519 - 6/7: Installing method ZnUTFEncoder>>maximumUTFCode 22:18:29 519/519 - 7/7: Installing method ZnUTFEncoder>>nextPutByteOrderMarkToStream: 22:18:29 519/519 - 1/1: Installing method ZnUTFEncoder class>>handlesEncoding: 22:18:29 End: Installing defined methods 22:18:29 Begin: Installing extension methods 22:18:29 001/34-1/1: Installing extension method Symbol>>asAnnouncement 22:18:29 002/34-1/8: Installing extension method Object>>split:do: 22:18:29 002/34-2/8: Installing extension method Object>>appendTo: 22:18:29 002/34-3/8: Installing extension method Object>>joinTo: 22:18:29 002/34-4/8: Installing extension method Behavior class>>sortBlock 22:18:29 002/34-5/8: Installing extension method CompiledMethod class>>sortBlock 22:18:29 002/34-6/8: Installing extension method BlockClosure>>split:indicesDo: 22:18:29 002/34-7/8: Installing extension method Character>>join: 22:18:29 002/34-8/8: Installing extension method Object>>split:indicesDo: 22:18:29 003/34-1/1: Installing extension method Object>>asDoubleLink 22:18:29 004/34-1/5: Installing extension method SequenceableCollection>>asIntegerArray 22:18:30 004/34-2/5: Installing extension method SequenceableCollection>>asWordArray 22:18:30 004/34-3/5: Installing extension method SequenceableCollection>>asFloatArray 22:18:30 004/34-4/5: Installing extension method SequenceableCollection>>asByteArray 22:18:30 004/34-5/5: Installing extension method Collection>>asByteArray 22:18:30 005/34-1/17: Installing extension method Collection>>asOrderedCollection 22:18:30 005/34-2/17: Installing extension method Collection>>asArray 22:18:30 005/34-3/17: Installing extension method Collection>>asSortedCollection 22:18:30 005/34-4/17: Installing extension method Collection>>asOrderedDictionary 22:18:30 005/34-5/17: Installing extension method Collection>>flattened 22:18:30 005/34-6/17: Installing extension method Number>>to:by:do: 22:18:30 005/34-7/17: Installing extension method Number>>to:by: 22:18:30 005/34-8/17: Installing extension method Object>>split: 22:18:30 005/34-9/17: Installing extension method Collection>>sorted 22:18:30 005/34-10/17: Installing extension method Object>>join: 22:18:30 005/34-11/17: Installing extension method Collection>>flatCollect:as: 22:18:30 005/34-12/17: Installing extension method Collection>>sorted: 22:18:30 005/34-13/17: Installing extension method Number>>to: 22:18:30 005/34-14/17: Installing extension method Collection>>groupedBy: 22:18:30 005/34-15/17: Installing extension method Number>>to:do: 22:18:30 005/34-16/17: Installing extension method Collection>>asNewArray 22:18:30 005/34-17/17: Installing extension method Collection>>asSortedCollection: 22:18:30 007/34-1/8: Installing extension method SequenceableCollection>>writeStream 22:18:30 007/34-2/8: Installing extension method OrderedCollection class>>new:streamContents: 22:18:30 007/34-3/8: Installing extension method SequenceableCollection>>readStream 22:18:30 007/34-4/8: Installing extension method SequenceableCollection class>>new:streamContents: 22:18:30 007/34-5/8: Installing extension method LinkedList class>>new:streamContents: 22:18:30 007/34-6/8: Installing extension method SequenceableCollection class>>streamContents:limitedTo: 22:18:30 007/34-7/8: Installing extension method Symbol class>>new:streamContents: 22:18:30 007/34-8/8: Installing extension method SequenceableCollection>>writeStreamDo: 22:18:30 008/34-1/3: Installing extension method Collection>>asCommaString 22:18:30 008/34-2/3: Installing extension method Collection>>asMultilineString 22:18:30 008/34-3/3: Installing extension method Collection>>asCommaStringAnd 22:18:30 010/34-1/10: Installing extension method Collection>>flatCollectAsSet: 22:18:31 010/34-2/10: Installing extension method OrderedDictionary>>dictionaryClass 22:18:31 010/34-3/10: Installing extension method RunArray>>asBag 22:18:31 010/34-4/10: Installing extension method Collection>>asBag 22:18:31 010/34-5/10: Installing extension method OrderedDictionary>>at:update: 22:18:31 010/34-6/10: Installing extension method Collection>>asIdentitySet 22:18:31 010/34-7/10: Installing extension method OrderedIdentityDictionary>>dictionaryClass 22:18:31 010/34-8/10: Installing extension method Collection>>asDictionary 22:18:31 010/34-9/10: Installing extension method OrderedCollection>>removeDuplicates 22:18:31 010/34-10/10: Installing extension method Collection>>asSet 22:18:31 012/34-1/69: Installing extension method ByteArray>>float32AtOffset:put: 22:18:31 012/34-2/69: Installing extension method ByteArray>>unsignedLongLongAt:put: 22:18:31 012/34-3/69: Installing extension method ByteArray>>int8AtOffset: 22:18:31 012/34-4/69: Installing extension method ByteArray>>isNull 22:18:31 012/34-5/69: Installing extension method ByteArray>>asExternalPointer 22:18:31 012/34-6/69: Installing extension method ByteArray>>pointerAt:put: 22:18:31 012/34-7/69: Installing extension method ByteArray>>unsignedLongAt:put: 22:18:31 012/34-8/69: Installing extension method ByteArray>>integerAt:put:size:signed: 22:18:31 012/34-9/69: Installing extension method ByteArray>>floatAt:put: 22:18:31 012/34-10/69: Installing extension method ByteArray>>signedCharAt: 22:18:31 012/34-11/69: Installing extension method ByteArray>>signedLongAt:put: 22:18:31 012/34-12/69: Installing extension method ByteArray>>char8AtOffset: 22:18:31 012/34-13/69: Installing extension method ByteArray>>int32AtOffset:put: 22:18:31 012/34-14/69: Installing extension method ByteArray>>signedLongLongAt:put: 22:18:31 012/34-15/69: Installing extension method ByteArray>>float32AtOffset: 22:18:31 012/34-16/69: Installing extension method ByteArray>>pointerAtOffset: 22:18:31 012/34-17/69: Installing extension method ByteArray>>unsignedShortAt:put: 22:18:31 012/34-18/69: Installing extension method ByteArray>>signedLongLongAt: 22:18:31 012/34-19/69: Installing extension method ByteArray>>uint32AtOffset:put: 22:18:31 012/34-20/69: Installing extension method ByteArray>>uint32AtOffset: 22:18:31 012/34-21/69: Installing extension method ByteArray>>unsignedShortAt: 22:18:31 012/34-22/69: Installing extension method ByteArray>>boolean8AtOffset:put: 22:18:31 012/34-23/69: Installing extension method ByteArray>>unsignedByteAt: 22:18:32 012/34-24/69: Installing extension method ByteArray>>shortPointerAt:put: 22:18:32 012/34-25/69: Installing extension method ByteArray>>unsignedLongLongAt: 22:18:32 012/34-26/69: Installing extension method ByteArray>>char16AtOffset:put: 22:18:32 012/34-27/69: Installing extension method ByteArray>>unsignedByteAt:put: 22:18:32 012/34-28/69: Installing extension method ByteArray>>uint64AtOffset:put: 22:18:32 012/34-29/69: Installing extension method ByteArray>>char16AtOffset: 22:18:32 012/34-30/69: Installing extension method ByteArray>>float64AtOffset: 22:18:32 012/34-31/69: Installing extension method ByteArray>>uint16AtOffset: 22:18:32 012/34-32/69: Installing extension method ByteArray>>voidAt: 22:18:32 012/34-33/69: Installing extension method ByteArray>>pointerAtOffset:put: 22:18:32 012/34-34/69: Installing extension method ByteArray>>uint8AtOffset: 22:18:32 012/34-35/69: Installing extension method ByteArray>>uint16AtOffset:put: 22:18:32 012/34-36/69: Installing extension method ByteArray>>doubleAt: 22:18:32 012/34-37/69: Installing extension method ByteArray>>uint64AtOffset: 22:18:32 012/34-38/69: Installing extension method ByteArray>>voidAt:put: 22:18:32 012/34-39/69: Installing extension method ByteArray>>pointerAt: 22:18:32 012/34-40/69: Installing extension method ByteArray>>isExternalAddress 22:18:32 012/34-41/69: Installing extension method ByteArray>>signedCharAt:put: 22:18:32 012/34-42/69: Installing extension method ByteArray>>char8AtOffset:put: 22:18:32 012/34-43/69: Installing extension method ByteArray>>longPointerAt:put: 22:18:32 012/34-44/69: Installing extension method ByteArray>>int16AtOffset: 22:18:32 012/34-45/69: Installing extension method ByteArray>>int32AtOffset: 22:18:32 012/34-46/69: Installing extension method ByteArray>>floatAt: 22:18:32 012/34-47/69: Installing extension method ByteArray>>integerAt:size:signed: 22:18:32 012/34-48/69: Installing extension method ByteArray>>longPointerAt: 22:18:32 012/34-49/69: Installing extension method ByteArray>>int16AtOffset:put: 22:18:32 012/34-50/69: Installing extension method ByteArray>>doubleAt:put: 22:18:32 012/34-51/69: Installing extension method ByteArray>>char32AtOffset:put: 22:18:32 012/34-52/69: Installing extension method ByteArray>>int64AtOffset: 22:18:32 012/34-53/69: Installing extension method ByteArray>>signedShortAt: 22:18:32 012/34-54/69: Installing extension method ByteArray>>char32AtOffset: 22:18:32 012/34-55/69: Installing extension method ByteArray>>signedShortAt:put: 22:18:32 012/34-56/69: Installing extension method ByteArray>>float64AtOffset:put: 22:18:32 012/34-57/69: Installing extension method ByteArray>>boolean8AtOffset: 22:18:32 012/34-58/69: Installing extension method ByteArray>>shortPointerAt: 22:18:32 012/34-59/69: Installing extension method ByteArray>>signedLongAt: 22:18:32 012/34-60/69: Installing extension method ByteArray>>structAt:length: 22:18:32 012/34-61/69: Installing extension method ByteArray>>int8AtOffset:put: 22:18:32 012/34-62/69: Installing extension method ByteArray>>int64AtOffset:put: 22:18:32 012/34-63/69: Installing extension method ByteArray>>uint8AtOffset:put: 22:18:33 012/34-64/69: Installing extension method ByteArray>>booleanAt: 22:18:33 012/34-65/69: Installing extension method ByteArray>>unsignedCharAt: 22:18:33 012/34-66/69: Installing extension method ByteArray>>unsignedLongAt: 22:18:33 012/34-67/69: Installing extension method ByteArray>>unsignedCharAt:put: 22:18:33 012/34-68/69: Installing extension method ByteArray>>booleanAt:put: 22:18:33 012/34-69/69: Installing extension method ByteArray>>structAt:put:length: 22:18:33 014/34-1/1: Installing extension method String>>asVmPathName 22:18:33 016/34-1/3: Installing extension method Heap>>removeFirstOrNil 22:18:33 016/34-2/3: Installing extension method String>>asPackage 22:18:33 016/34-3/3: Installing extension method String>>asPackageIfAbsent: 22:18:33 018/34-1/5: Installing extension method String>>asClassVariableCollection 22:18:33 018/34-2/5: Installing extension method String>>asClassVariable 22:18:33 018/34-3/5: Installing extension method String>>asSlot 22:18:33 018/34-4/5: Installing extension method Symbol>>=> 22:18:33 018/34-5/5: Installing extension method String>>asSlotCollection 22:18:33 019/34-1/10: Installing extension method Integer class>>readFrom:base: 22:18:33 019/34-2/10: Installing extension method Number class>>readFrom:base: 22:18:33 019/34-3/10: Installing extension method Number class>>readFrom: 22:18:33 019/34-4/10: Installing extension method Number class>>squeezeNumberOutOfString: 22:18:33 019/34-5/10: Installing extension method Number class>>squeezeNumberOutOfString:ifFail: 22:18:33 019/34-6/10: Installing extension method Integer class>>readFrom:radix: 22:18:33 019/34-7/10: Installing extension method Number class>>readFrom:ifFail: 22:18:33 019/34-8/10: Installing extension method Integer class>>readFrom: 22:18:33 019/34-9/10: Installing extension method Integer class>>readFrom:ifFail: 22:18:33 019/34-10/10: Installing extension method Fraction class>>readFrom: 22:18:33 022/34-1/12: Installing extension method Behavior>><< 22:18:33 022/34-2/12: Installing extension method SmalltalkImage>>anonymousClassInstaller 22:18:33 022/34-3/12: Installing extension method SmalltalkImage>>classInstaller 22:18:33 022/34-4/12: Installing extension method Metaclass>>instanceVariableNames: 22:18:33 022/34-5/12: Installing extension method Class>>removeClassSlot: 22:18:33 022/34-6/12: Installing extension method SmalltalkImage>>classBuilder 22:18:33 022/34-7/12: Installing extension method Class>>removeSlot: 22:18:33 022/34-8/12: Installing extension method UndefinedObject>><< 22:18:33 022/34-9/12: Installing extension method Metaclass>><< 22:18:33 022/34-10/12: Installing extension method Behavior>>fluidInstall 22:18:33 022/34-11/12: Installing extension method Class>>addSlot: 22:18:33 022/34-12/12: Installing extension method Class>>addClassSlot: 22:18:34 023/34-1/1: Installing extension method BlockClosure>>valueWithoutNotifications 22:18:34 025/34-1/2: Installing extension method OSPlatform>>newTerminfo 22:18:34 025/34-2/2: Installing extension method Win32Platform>>newTerminfo 22:18:34 027/34-1/1: Installing extension method Object>>mourn 22:18:34 028/34-1/4: Installing extension method SmalltalkImage>>platform 22:18:34 028/34-2/4: Installing extension method SmalltalkImage>>os 22:18:34 028/34-3/4: Installing extension method SmalltalkImage>>platformName 22:18:34 028/34-4/4: Installing extension method String>>asWin32WideString 22:18:34 029/34-1/3: Installing extension method SmalltalkImage>>addToShutDownList: 22:18:34 029/34-2/3: Installing extension method SmalltalkImage>>session 22:18:34 029/34-3/3: Installing extension method SmalltalkImage>>addToStartUpList: 22:18:34 030/34-1/6: Installing extension method WinPlatform>>potentialLocationsOfSourcesFile 22:18:34 030/34-2/6: Installing extension method MacOSPlatform>>potentialLocationsOfSourcesFile 22:18:34 030/34-3/6: Installing extension method CompiledMethod>>putSource:withPreamble: 22:18:34 030/34-4/6: Installing extension method WriteStream>>nextChunkPut: 22:18:34 030/34-5/6: Installing extension method ClassDescription>>printProtocolChunk:on:withStamp:priorMethod: 22:18:34 030/34-6/6: Installing extension method OSPlatform>>potentialLocationsOfSourcesFile 22:18:34 031/34-1/16: Installing extension method CompiledMethod>>implementors 22:18:34 031/34-2/16: Installing extension method Behavior>>allCallsOn 22:18:34 031/34-3/16: Installing extension method Behavior>>referencedClasses 22:18:34 031/34-4/16: Installing extension method Symbol>>implementors 22:18:34 031/34-5/16: Installing extension method CompiledMethod>>referencedClasses 22:18:34 031/34-6/16: Installing extension method Context>>errorReportOn: 22:18:34 031/34-7/16: Installing extension method Object>>systemNavigation 22:18:34 031/34-8/16: Installing extension method Object class>>registerToolsOn: 22:18:34 031/34-9/16: Installing extension method Behavior>>allUnsentMessages 22:18:35 031/34-10/16: Installing extension method Package>>allUnsentMessages 22:18:35 031/34-11/16: Installing extension method Class>>allUnreferencedClassVariables 22:18:35 031/34-12/16: Installing extension method Symbol>>senders 22:18:35 031/34-13/16: Installing extension method Object>>isPrimitiveError 22:18:35 031/34-14/16: Installing extension method Behavior>>allCallsOn: 22:18:35 031/34-15/16: Installing extension method ClassDescription>>allCallsOnIn: 22:18:35 031/34-16/16: Installing extension method CompiledMethod>>senders 22:18:35 032/34-1/10: Installing extension method Object>>logExecution 22:18:35 032/34-2/10: Installing extension method Object>>crTrace 22:18:35 032/34-3/10: Installing extension method Object>>crTrace: 22:18:35 032/34-4/10: Installing extension method Object>>traceCr 22:18:35 032/34-5/10: Installing extension method Object>>traceCrTab: 22:18:35 032/34-6/10: Installing extension method Object>>trace 22:18:35 032/34-7/10: Installing extension method Object>>trace: 22:18:35 032/34-8/10: Installing extension method Object>>logExit 22:18:35 032/34-9/10: Installing extension method Object>>logEntry 22:18:35 032/34-10/10: Installing extension method Object>>traceCr: 22:18:35 033/34-1/5: Installing extension method Object>>confirm: 22:18:35 033/34-2/5: Installing extension method Object>>inform: 22:18:35 033/34-3/5: Installing extension method Object>>primitiveError: 22:18:35 033/34-4/5: Installing extension method PharoCommandLineHandler class>>activateWith: 22:18:35 033/34-5/5: Installing extension method Object>>uiManager 22:18:35 034/34-1/7: Installing extension method String>>urlDecoded 22:18:35 034/34-2/7: Installing extension method String>>utf8Encoded 22:18:35 034/34-3/7: Installing extension method String>>encodeWith: 22:18:35 034/34-4/7: Installing extension method ByteArray>>decodeWith: 22:18:36 034/34-5/7: Installing extension method ByteArray>>utf8Decoded 22:18:36 034/34-6/7: Installing extension method String>>asZnCharacterEncoder 22:18:36 034/34-7/7: Installing extension method String>>urlEncoded 22:18:36 End: Installing extension methods 22:18:36 Begin: Initializing image. freeing 52 forwarders done. initial heap size: 20,971,520 final new heap size: 2,531,168 Done! [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Full Image-64) [Pipeline] sh + BUILD_NUMBER=14 BOOTSTRAP_ARCH=64 bash ./bootstrap/scripts/4-build.sh + set -e ++ date -u + echo Mon Apr 29 20:21:13 UTC 2024 'Bootstrap: Beginning to build the new image' Mon Apr 29 20:21:13 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 -c 2- ++ cut -d- -f 1 ++ cut -d. -f 3-3 + PHARO_PATCH=0 + PHARO_NAME_PREFIX=Pharo13.0-SNAPSHOT + PHARO_SHORT_VERSION=130 + PHARO_VM_VERSION=130 ++ git rev-parse --verify HEAD + PHARO_COMMIT_HASH=fa9e2f89b3e64e6b9b7800cee4c396dee10a6e94 + 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=fa9e2f8 + SUFFIX=64bit-fa9e2f8 + [[ '' -eq 1 ]] + BOOTSTRAP_IMAGE_NAME=bootstrap + BOOTSTRAP_ARCHIVE_IMAGE_NAME=Pharo13.0-SNAPSHOT-bootstrap-64bit-fa9e2f8 + HERMES_ARCHIVE_NAME=Pharo13.0-SNAPSHOT-hermesPackages-64bit-fa9e2f8 + RPACKAGE_ARCHIVE_NAME=Pharo13.0-SNAPSHOT-rpackage-64bit-fa9e2f8 + CORE_IMAGE_NAME=Pharo13.0-SNAPSHOT-core-64bit-fa9e2f8 + COMPILER_IMAGE_NAME=Pharo13.0-SNAPSHOT-compiler-64bit-fa9e2f8 + TRAITS_IMAGE_NAME=Pharo13.0-SNAPSHOT-traits-64bit-fa9e2f8 + MC_BOOTSTRAP_IMAGE_NAME=Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa9e2f8 + MC_IMAGE_NAME=Pharo13.0-SNAPSHOT-monticello-64bit-fa9e2f8 + METACELLO_IMAGE_NAME=Pharo13.0-SNAPSHOT-metacello-64bit-fa9e2f8 + PHARO_IMAGE_NAME=Pharo13.0-SNAPSHOT-64bit-fa9e2f8 + 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-fa9e2f8.image + cp bootstrap.image Pharo13.0-SNAPSHOT-bootstrap-64bit-fa9e2f8.image + zip Pharo13.0-SNAPSHOT-bootstrap-64bit-fa9e2f8.zip Pharo13.0-SNAPSHOT-bootstrap-64bit-fa9e2f8.image adding: Pharo13.0-SNAPSHOT-bootstrap-64bit-fa9e2f8.image (deflated 77%) + zip Pharo13.0-SNAPSHOT-hermesPackages-64bit-fa9e2f8.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 77%) 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 75%) adding: System-SourcesCondenser.hermes (deflated 73%) adding: System-Time.hermes (deflated 79%) adding: Traits.hermes (deflated 83%) + zip Pharo13.0-SNAPSHOT-rpackage-64bit-fa9e2f8.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 Mon Apr 29 20:21:14 UTC 2024 '[Compiler] Initializing Bootstraped Image' Mon Apr 29 20:21:14 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-fa9e2f8.image Initializing Collections Initializing code model Initializing sources InitializingFFI Initializing Session Manager Initializing basic command line behaviors ++ date -u + echo Mon Apr 29 20:21:14 UTC 2024 '[Compiler] Adding more Kernel packages' Mon Apr 29 20:21:14 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-fa9e2f8.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: #(#StartupPreferencesLoader #Time #DateAndTime #FileSystem #Unicode #Date #FileAttributeNotSupported #Duration #FileLocator) + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-fa9e2f8.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: #(#StartupPreferencesLoader #Time #DateAndTime #FileSystem #Unicode #Date #FileAttributeNotSupported #Duration #FileLocator) SystemNotification: [Hermes] Reading Debugging-Core.hermes SystemNotification: [Hermes] Installing Debugging-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #Time #DateAndTime #FileSystem #Unicode #Date #FileAttributeNotSupported #Duration #FileLocator) SystemNotification: [Hermes] Reading System-Time.hermes SystemNotification: [Hermes] Installing System-Time.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #FileAttributeNotSupported #Unicode #FileLocator) SystemNotification: [Hermes] Reading Multilingual-Encodings.hermes SystemNotification: [Hermes] Installing Multilingual-Encodings.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #FileAttributeNotSupported #FileLocator) SystemNotification: [Hermes] Reading ReflectionMirrors-Primitives.hermes SystemNotification: [Hermes] Installing ReflectionMirrors-Primitives.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #FileAttributeNotSupported #FileLocator) + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-fa9e2f8.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-fa9e2f8.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-fa9e2f8.image --no-default-preferences perform --save SystemVersion setMajor:minor:patch:suffix:build:commitHash: 13 0 0 SNAPSHOT 14 fa9e2f89b3e64e6b9b7800cee4c396dee10a6e94 Pharo-13.0.0+SNAPSHOT.build.14.sha.fa9e2f89b3e64e6b9b7800cee4c396dee10a6e94 (64 Bit) + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-fa9e2f8.image --no-default-preferences loadHermes InitializePackagesCommandLineHandler.hermes --save SystemNotification: [Hermes] Reading InitializePackagesCommandLineHandler.hermes SystemNotification: [Hermes] Installing InitializePackagesCommandLineHandler.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #FileAttributeNotSupported #FileLocator) + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-fa9e2f8.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: #(#StartupPreferencesLoader #FileSystem #FileAttributeNotSupported #FileLocator) SystemNotification: [Hermes] Reading AST-Core.hermes SystemNotification: [Hermes] Installing AST-Core.hermes SystemNotification: New Undeclared created... check dependencies: #(#Halt) SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #Halt #FileAttributeNotSupported #FileLocator) SystemNotification: [Hermes] Reading Collections-Arithmetic.hermes SystemNotification: [Hermes] Installing Collections-Arithmetic.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #Halt #FileAttributeNotSupported #FileLocator) SystemNotification: [Hermes] Reading ClassDefinitionPrinters.hermes SystemNotification: [Hermes] Installing ClassDefinitionPrinters.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #Halt #FileAttributeNotSupported #FileLocator) SystemNotification: [Hermes] Reading System-SourcesCondenser.hermes SystemNotification: [Hermes] Installing System-SourcesCondenser.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #Halt #FileAttributeNotSupported #FileLocator) SystemNotification: [Hermes] Reading System-NumberPrinting.hermes SystemNotification: [Hermes] Installing System-NumberPrinting.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #Halt #FileAttributeNotSupported #FileLocator) ++ date -u + echo Mon Apr 29 20:21:14 UTC 2024 '[Compiler] Initializing the packages in the Kernel' Mon Apr 29 20:21:14 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-fa9e2f8.image --no-default-preferences initializePackages --protocols=protocolsKernel.txt --packages --save ++ date -u + echo Mon Apr 29 20:21:15 UTC 2024 '[Compiler] Installing compiler through Hermes' Mon Apr 29 20:21:15 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-fa9e2f8.image --no-default-preferences loadHermes Debugging-Utils.hermes OpalCompiler-Core.hermes CodeImport.hermes CodeImportCommandLineHandlers.hermes --save --no-fail-on-undeclared SystemNotification: [Hermes] Reading Debugging-Utils.hermes SystemNotification: [Hermes] Installing Debugging-Utils.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #FileAttributeNotSupported #FileLocator) SystemNotification: [Hermes] Reading OpalCompiler-Core.hermes SystemNotification: [Hermes] Installing OpalCompiler-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #FileAttributeNotSupported #FileLocator) SystemNotification: [Hermes] Reading CodeImport.hermes SystemNotification: [Hermes] Installing CodeImport.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #FileAttributeNotSupported #FileLocator) SystemNotification: [Hermes] Reading CodeImportCommandLineHandlers.hermes SystemNotification: [Hermes] Installing CodeImportCommandLineHandlers.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #FileAttributeNotSupported #FileLocator) + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-fa9e2f8.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-fa9e2f8.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 Mon Apr 29 20:21:15 UTC 2024 '[Compiler] Initializing Unicode' Mon Apr 29 20:21:15 UTC 2024 [Compiler] Initializing Unicode + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-fa9e2f8.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-fa9e2f8.image --no-default-preferences loadHermes Random-Core.hermes System-Hashing.hermes Network-UUID.hermes FileSystem-Core.hermes FileSystem-Disk.hermes --save --no-fail-on-undeclared SystemNotification: [Hermes] Reading Random-Core.hermes SystemNotification: [Hermes] Installing Random-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #FileAttributeNotSupported #FileLocator) SystemNotification: [Hermes] Reading System-Hashing.hermes SystemNotification: [Hermes] Installing System-Hashing.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #FileAttributeNotSupported #FileLocator) SystemNotification: [Hermes] Reading Network-UUID.hermes SystemNotification: [Hermes] Installing Network-UUID.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #FileAttributeNotSupported #FileLocator) 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-fa9e2f8.image --no-default-preferences eval --save 'PharoBootstrapInitialization initializeFileSystem' Initializing File System PharoBootstrapInitialization + zip Pharo13.0-SNAPSHOT-compiler-64bit-fa9e2f8.zip Pharo13.0-SNAPSHOT-compiler-64bit-fa9e2f8.image adding: Pharo13.0-SNAPSHOT-compiler-64bit-fa9e2f8.image (deflated 81%) ++ date -u + echo Mon Apr 29 20:21:17 UTC 2024 '[Compiler] Installing Traits through Hermes' Mon Apr 29 20:21:17 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-fa9e2f8.image --no-default-preferences save Pharo13.0-SNAPSHOT-traits-64bit-fa9e2f8 + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-traits-64bit-fa9e2f8.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-fa9e2f8.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-fa9e2f8.zip Pharo13.0-SNAPSHOT-traits-64bit-fa9e2f8.image adding: Pharo13.0-SNAPSHOT-traits-64bit-fa9e2f8.image (deflated 82%) ++ date -u + echo Mon Apr 29 20:21:18 UTC 2024 '[Core] Class and Package initialization' Mon Apr 29 20:21:18 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-fa9e2f8.image --no-default-preferences save Pharo13.0-SNAPSHOT-core-64bit-fa9e2f8 + zip Pharo13.0-SNAPSHOT-core-64bit-fa9e2f8.zip Pharo13.0-SNAPSHOT-core-64bit-fa9e2f8.image adding: Pharo13.0-SNAPSHOT-core-64bit-fa9e2f8.image (deflated 82%) ++ date -u + echo Mon Apr 29 20:21:18 UTC 2024 '[Monticello] Bootstrap Monticello Core and Local repositories' Mon Apr 29 20:21:18 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-fa9e2f8.image --no-default-preferences save Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa9e2f8 + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa9e2f8.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-fa9e2f8.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 Debugging-Core-tonel.1.mcz SystemNotification: Loading System-Finalization-tonel.1.mcz SystemNotification: Loading Collections-Streams-tonel.1.mcz SystemNotification: Loading System-BasicCommandLineHandler-tonel.1.mcz SystemNotification: Loading System-CommandLine-tonel.1.mcz SystemNotification: Loading Ring-OldChunkImporter-tonel.1.mcz SystemNotification: Loading System-Sources-tonel.1.mcz SystemNotification: Loading UIManager-tonel.1.mcz SystemNotification: Loading Announcements-Core-tonel.1.mcz SystemNotification: Loading Collections-Support-tonel.1.mcz SystemNotification: Loading Jobs-tonel.1.mcz SystemNotification: Loading System-SessionManager-tonel.1.mcz SystemNotification: Loading Collections-Abstract-tonel.1.mcz SystemNotification: Loading System-Time-tonel.1.mcz SystemNotification: Loading Collections-Arithmetic-tonel.1.mcz SystemNotification: Loading FFI-Kernel-tonel.1.mcz SystemNotification: Loading Kernel-Traits-tonel.1.mcz SystemNotification: Loading CodeImportCommandLineHandlers-tonel.1.mcz SystemNotification: Loading CodeImport-tonel.1.mcz SystemNotification: Loading Collections-Abstract-Traits-tonel.1.mcz SystemNotification: Loading Zinc-Resource-Meta-Core-tonel.1.mcz SystemNotification: Loading Monticello-Model-tonel.1.mcz SystemNotification: Loading Collections-Atomic-tonel.1.mcz SystemNotification: Loading PerformMessageCommandLineHandler-tonel.1.mcz SystemNotification: Loading Hermes-tonel.1.mcz SystemNotification: Loading Transcript-NonInteractive-tonel.1.mcz SystemNotification: Loading System-Changes-tonel.1.mcz SystemNotification: Loading Collections-Unordered-tonel.1.mcz SystemNotification: Loading Hermes-Extensions-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 Random-Core-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 FileSystem-Path-tonel.1.mcz SystemNotification: Loading Kernel-BytecodeEncoders-tonel.1.mcz SystemNotification: Loading Collections-Strings-tonel.1.mcz SystemNotification: Loading System-Support-tonel.1.mcz SystemNotification: Loading PharoBootstrap-Initialization-tonel.1.mcz SystemNotification: Loading Ring-Definitions-Monticello-tonel.1.mcz SystemNotification: Loading FileSystem-Disk-tonel.1.mcz SystemNotification: Loading ReflectionMirrors-Primitives-tonel.1.mcz SystemNotification: Loading AST-Core-tonel.1.mcz SystemNotification: Loading CodeImport-Traits-tonel.1.mcz SystemNotification: Loading Math-Operations-Extensions-tonel.1.mcz SystemNotification: Loading System-NumberPrinting-tonel.1.mcz SystemNotification: Loading Debugging-Utils-tonel.1.mcz SystemNotification: Loading System-SourcesCondenser-tonel.1.mcz SystemNotification: Loading Ring-Definitions-Core-tonel.1.mcz SystemNotification: Loading Collections-Stack-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 System-CommandLineHandler-tonel.1.mcz Found an Association in Undeclared: StartupPreferencesLoader NewUndeclaredWarning: PharoCommandLineHandler>>changePreferences (StartupPreferencesLoader is Undeclared) SystemNotification: Loading ClassDefinitionPrinters-tonel.1.mcz SystemNotification: Loading System-Hashing-tonel.1.mcz SystemNotification: Loading Network-UUID-tonel.1.mcz SystemNotification: Loading Multilingual-Encodings-tonel.1.mcz SystemNotification: Loading Compression-tonel.1.mcz SystemNotification: Loading Collections-Native-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 Kernel-tonel.1.mcz SystemNotification: Loading FileSystem-Core-tonel.1.mcz SystemNotification: Loading System-Model-tonel.1.mcz SystemNotification: Loading Traits-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 Collections-DoubleLinkedList-tonel.1.mcz SystemNotification: Loading Zinc-Character-Encoding-Core-tonel.1.mcz SystemNotification: Loading Collections-Weak-tonel.1.mcz SystemNotification: Loading NumberParser-tonel.1.mcz SystemNotification: Loading OpalCompiler-Core-tonel.1.mcz SystemNotification: Loading InitializePackagesCommandLineHandler-tonel.1.mcz SystemNotification: Loading Shift-ClassBuilder-tonel.1.mcz SystemNotification: Loading Monticello-tonel.1.mcz + zip Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa9e2f8.zip Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa9e2f8.changes Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa9e2f8.image adding: Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa9e2f8.changes (deflated 80%) adding: Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa9e2f8.image (deflated 80%) ++ date -u + echo Mon Apr 29 20:21:47 UTC 2024 '[Monticello] Loading Networking Packages and Remote Repositories' Mon Apr 29 20:21:47 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-fa9e2f8.image --no-default-preferences save Pharo13.0-SNAPSHOT-monticello-64bit-fa9e2f8 + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-monticello-64bit-fa9e2f8.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-fa9e2f8.zip Pharo13.0-SNAPSHOT-monticello-64bit-fa9e2f8.changes Pharo13.0-SNAPSHOT-monticello-64bit-fa9e2f8.image adding: Pharo13.0-SNAPSHOT-monticello-64bit-fa9e2f8.changes (deflated 80%) adding: Pharo13.0-SNAPSHOT-monticello-64bit-fa9e2f8.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-fa9e2f8.image --no-default-preferences save Pharo13.0-SNAPSHOT-metacello-64bit-fa9e2f8 + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-metacello-64bit-fa9e2f8.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-fa9e2f8.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-fa9e2f8.zip Pharo13.0-SNAPSHOT-metacello-64bit-fa9e2f8.changes Pharo13.0-SNAPSHOT-metacello-64bit-fa9e2f8.image adding: Pharo13.0-SNAPSHOT-metacello-64bit-fa9e2f8.changes (deflated 81%) adding: Pharo13.0-SNAPSHOT-metacello-64bit-fa9e2f8.image (deflated 79%) ++ date -u + echo Mon Apr 29 20:21:53 UTC 2024 '[Pharo] Reloading rest of packages' Mon Apr 29 20:21:53 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-fa9e2f8.image --no-default-preferences save Pharo13.0-SNAPSHOT-64bit-fa9e2f8 + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-64bit-fa9e2f8.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-fa9e2f8.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-fa9e2f8.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 -> EnlumineurFormatter-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Reflectivity-Tools --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: BreakpointTest>>testObjectCentricAPI (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testObjectCentricAPI (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testObjectCentricASTAPI (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testObjectCentricASTAPI (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testObjectCentricASTAPI (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testObjectCentricBreakpoint (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testObjectCentricBreakpoint (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testObjectCentricBreakpoint (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testObjectCentricObjectAPI (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testObjectCentricObjectAPI (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testOnceBreakpointDisableAfterHit (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testUninstallFromGarbageCollectedInstance (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testUninstallFromGarbageCollectedInstance (ReflectivityExamples is Undeclared) NewUndeclaredWarning: ExecutionCounterTest>>setUp (ReflectivityExamples is Undeclared) NewUndeclaredWarning: ExecutionCounterTest>>setUp (ReflectivityExamples is Undeclared) NewUndeclaredWarning: ExecutionCounterTest>>testCounting (ReflectivityExamples is Undeclared) NewUndeclaredWarning: ExecutionCounterTest>>testCountingAfterReset (ReflectivityExamples is Undeclared) NewUndeclaredWarning: ExecutionCounterTest>>testCountingAfterReset (ReflectivityExamples is Undeclared) NewUndeclaredWarning: ExecutionCounterTest>>testMultipleCounters (ReflectivityExamples is Undeclared) NewUndeclaredWarning: ExecutionCounterTest>>testReseting (ReflectivityExamples is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>nodesForV1InVariableBreakpointMockSubclass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>nodesForV1InVariableBreakpointMockSubclass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>nodesForV2InVariableBreakpointMockSubclass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>nodesForV2InVariableBreakpointMockSubclass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>nodesForV2InVariableBreakpointMockSubclass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>nodesForV2InVariableBreakpointMockSubclass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>nodesForV2InVariableBreakpointMockSubclass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>setUp (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>setUp (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testAccessStrategy (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testAllSlotNamesFor (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testInstall (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testIsInstalled (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testNewForClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testNewForClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testRemove (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testRemove (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testRemoveFromMethod (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testRemoveFromMethod (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariableInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariableReadsInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariableWritesInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesInObject (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesReadsInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesReadsInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesReadsInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesReadsInObject (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesWritesInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesWritesInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesWritesInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesWritesInObject (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: WatchTest>>testAddSameWatchSameNode (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testAddWatch (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testAddWatchSameNode (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testDeleteAllHistory (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testDeleteAllHistory (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testDeleteAllHistory (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testDeleteAllHistory (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testDeleteHistory (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testDeleteHistory (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testDeleteHistory (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testDeleteHistoryFromNode (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testDeleteHistoryFromNode (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testDeleteHistoryFromNode (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testSaveOneValue (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testSaveOneValue (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testSaveValues (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testSaveValues (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testSaveValues (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testSendMessage (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testSendMessage (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testSendMessage (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testStopRecording (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testStopRecording (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testTimestamp (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testTimestamp (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testWatchTwice (ReflectivityExamples is Undeclared) MetacelloNotification: Loaded -> Reflectivity-Tools-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Reflectivity-Examples --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Reflectivity-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: RBSharedPoolForTestData2>>reference (RBRemoveClassRefactoringTest is Undeclared) MetacelloNotification: Loaded -> Refactoring-DataForTesting --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Refactoring-UI-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Refactoring-Core-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Refactoring-Changes-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Refactoring-Critics-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Refactoring-Environment-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Refactoring-Transformations-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Math-Operations-Extensions-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Network-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Network-Mail-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Rubric-SpecFindReplaceDialog --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> OpalCompiler-UI --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Metacello-TestsCore --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Metacello-TestsMCCore --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Metacello-TestsReference --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Metacello-Gitlab-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> MonticelloGUI-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Shout --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Rubric-Styling --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Shout-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ReflectionMirrors-Primitives-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> FuzzyMatcher --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> FuzzyMatcher-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: NautilusRefactoring>>handleMethodNameRequest: (SycMethodNameEditorPresenter is Undeclared) NewUndeclaredWarning: NautilusRefactoring>>handleMethodNameRequest: (CmdCommandAborted is Undeclared) MetacelloNotification: Loaded -> NautilusRefactoring --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: ClassTestCase>>testMethodsOfTheClassShouldNotBeRepeatedInItsSuperclasses (ReEquivalentSuperclassMethodsRule is Undeclared) NewUndeclaredWarning: ClassTestCase>>testTraitExplicitRequirementMethodsMustBeImplementedInTheClassOrInASuperclass (ReExplicitRequirementMethodsRule is Undeclared) MetacelloNotification: Loaded -> Refactoring-Critics --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: ClassTestCase>>assertValidLintRule: (ReSmalllintChecker is Undeclared) MetacelloNotification: Loaded -> Manifest-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Manifest-Resources-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: SmalllintManifestCheckerTest>>setUp (ReCodeCruftLeftInMethodsRule is Undeclared) NewUndeclaredWarning: SmalllintManifestCheckerTest>>setUp (ReCodeCruftLeftInMethodsRule is Undeclared) NewUndeclaredWarning: SmalllintManifestCheckerTest>>setUp (ReTemporaryNeitherReadNorWrittenRule is Undeclared) NewUndeclaredWarning: SmalllintManifestCheckerTest>>setUp (ReTemporaryNeitherReadNorWrittenRule is Undeclared) NewUndeclaredWarning: SmalllintManifestCheckerTest>>setUp (ReSmalllintChecker is Undeclared) NewUndeclaredWarning: SmalllintManifestCheckerTest>>setUp (ReRuleManager is Undeclared) NewUndeclaredWarning: SmalllintManifestCheckerTest>>testCriticsOf (ReTemporaryNeitherReadNorWrittenRule is Undeclared) NewUndeclaredWarning: SmalllintManifestCheckerTest>>testIsFalsePositive (ReCodeCruftLeftInMethodsRule is Undeclared) NewUndeclaredWarning: SmalllintManifestCheckerTest>>testIsFalsePositive (ReCodeCruftLeftInMethodsRule is Undeclared) NewUndeclaredWarning: SmalllintManifestCheckerTest>>testIsToDo (ReTemporaryNeitherReadNorWrittenRule is Undeclared) NewUndeclaredWarning: SmalllintManifestCheckerTest>>testIsToDo (ReTemporaryNeitherReadNorWrittenRule is Undeclared) NewUndeclaredWarning: SmalllintManifestCheckerTest>>testToDoOf (ReTemporaryNeitherReadNorWrittenRule is Undeclared) NewUndeclaredWarning: SmalllintManifestCheckerTest>>testToDoOf (ReTemporaryNeitherReadNorWrittenRule is Undeclared) MetacelloNotification: Loaded -> Manifest-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Renraku --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: RenrakuTest>>testAsClassRuleTransformation (ReAsClassRule is Undeclared) NewUndeclaredWarning: RenrakuTest>>testNoClassComment (ReNoClassCommentRule is Undeclared) NewUndeclaredWarning: RenrakuTest>>testNoClassComment (ReNoClassCommentRule is Undeclared) NewUndeclaredWarning: RenrakuTest>>testUnclassifiedMethod (ReUnclassifiedMethodsRule is Undeclared) NewUndeclaredWarning: RenrakuTest>>testUnclassifiedMethod (ReUnclassifiedMethodsRule is Undeclared) NewUndeclaredWarning: RBCodeSnippetTest>>testCritiques (ReDeadBlockRule is Undeclared) MetacelloNotification: Loaded -> Renraku-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> AI-Algorithms-Graph-Components --- github://pharo-ai/graph-algorithms:v1.2.7/src(c0bd677) MetacelloNotification: Loaded -> AI-Algorithms-Graph --- github://pharo-ai/graph-algorithms:v1.2.7/src(c0bd677) NewUndeclaredWarning: AIGraphNonWeightedFixtureStructure>>buildGraphCanvas (RSCanvas is Undeclared) NewUndeclaredWarning: AIGraphNonWeightedFixtureStructure>>buildGraphCanvas (RSDraggable is Undeclared) NewUndeclaredWarning: AIGraphNonWeightedFixtureStructure>>buildGraphCanvas (RSCanvasController is Undeclared) NewUndeclaredWarning: AIGraphNonWeightedFixtureStructure>>buildGraphCanvas (RSLineBuilder is Undeclared) NewUndeclaredWarning: AIGraphNonWeightedFixtureStructure>>buildGraphCanvas (RSLineBuilder is Undeclared) NewUndeclaredWarning: AIGraphNonWeightedFixtureStructure>>buildGraphCanvas (RSLineBuilder is Undeclared) NewUndeclaredWarning: AIGraphNonWeightedFixtureStructure>>buildGraphCanvas (RSLineBuilder is Undeclared) NewUndeclaredWarning: AIGraphNonWeightedFixtureStructure>>buildGraphCanvas (RSCircleLayout is Undeclared) NewUndeclaredWarning: AIGraphTestFixtureStructure>>inspectGraph (SpRoassal3InspectorPresenter is Undeclared) NewUndeclaredWarning: AIGraphTestFixtureStructure>>inspectGraph (SpRoassal3InspectorPresenter is Undeclared) NewUndeclaredWarning: AIGraphTestFixtureStructure>>nodesAsRoassalShapes (RSComposite is Undeclared) NewUndeclaredWarning: AIGraphTestFixtureStructure>>nodesAsRoassalShapes (RSLabel is Undeclared) NewUndeclaredWarning: AIGraphTestFixtureStructure>>nodesAsRoassalShapes (RSLabel is Undeclared) NewUndeclaredWarning: AIGraphTestFixtureStructure>>nodesAsRoassalShapes (RSLabel is Undeclared) NewUndeclaredWarning: AIGraphTestFixtureStructure>>nodesAsRoassalShapes (RSCircle is Undeclared) NewUndeclaredWarning: AIGraphTestFixtureStructure>>nodesAsRoassalShapes (RSCircle is Undeclared) NewUndeclaredWarning: AIGraphTestFixtureStructure>>nodesAsRoassalShapes (RSCircle is Undeclared) NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSCanvas is Undeclared) NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSDraggable is Undeclared) NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSCanvasController is Undeclared) NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSShapeFactory is Undeclared) NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSBorderAttachPoint is Undeclared) NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSBorderAttachPoint is Undeclared) NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSLine is Undeclared) NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSLine is Undeclared) NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSLine is Undeclared) NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSLine is Undeclared) NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSLine is Undeclared) NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSLine is Undeclared) NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSLine is Undeclared) NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSLabeled is Undeclared) NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSForceBasedLayout is Undeclared) NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSForceBasedLayout is Undeclared) MetacelloNotification: Loaded -> AI-Algorithms-Graph-Tests --- github://pharo-ai/graph-algorithms:v1.2.7/src(c0bd677) MetacelloNotification: Loaded -> Tool-DependencyAnalyser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Tool-DependencyAnalyser-UI --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: DAMessageSendAnalyzerTest>>testSystemPackageIsAnsweredWithLoadedPackage (DASomeClass is Undeclared) MetacelloNotification: Loaded -> Tool-DependencyAnalyser-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Tool-DependencyAnalyser-Tests-Data --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> General-Rules --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> General-Rules-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: PharoBootstrapRule>>bootstrapPackages (BaselineOfPharoBootstrap is Undeclared) MetacelloNotification: Loaded -> Specific-Rules --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Specific-Rules-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> SUnit-Rules --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> SUnit-Rules-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: ReleaseTest>>knownProcesses (OSSDL2Driver is Undeclared) NewUndeclaredWarning: ReleaseTest>>knownProcesses (TFCallbackQueue is Undeclared) MetacelloNotification: Loaded -> ReleaseTests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> NautilusRefactoring-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> OSWindow-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> OSWindow-SDL2 --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> OSWindow-SDL2-Examples --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> OSWindow-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> EmergencyDebugger --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> EmergencyDebugger-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Ombu --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Epicea --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Hiedra --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Hiedra-Examples --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> EpiceaBrowsers --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> PharoDocComment --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> STON-Text support --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-CommandLine-TextSupport --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Files-Prompt --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Fuel-Core-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Debugging-Utils-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> NumberParser-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Kernel-CodeModel-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Monticello-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-Installers-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> MonticelloMocks --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> FormCanvas-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Collections-DoubleLinkedList-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Collections-Arithmetic-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> MetacelloCommandLineHandler-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Debugger-Model-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Debugger-Oups-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> EmbeddedFreeType-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Ombu-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Epicea-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Hiedra-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> EpiceaBrowsers-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> FileSystem-Memory-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Fonts-Infrastructure-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Graphics-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Morphic-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Morphic-Widgets-FastTable-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> NECompletion-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ProfStef-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Regex-Core-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Ring-Definitions-Monticello-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Rubric-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ScriptingExtensions-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> STON-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-Caching-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-Utilities-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-Hashing-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-History-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-Localization-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-SessionManager-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-Settings-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-Support-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Text-Diff-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Tool-ExternalBrowser-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Tool-FileList-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Tool-Finder-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Tool-Profilers-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Tool-ImageCleaner-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Tools-CodeNavigation-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Tools-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Zinc-Resource-Meta-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Zinc-HTTP-Examples --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Zinc-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-Identification-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: SystemDependenciesTest>>metacelloPackageNames (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>metacelloPackageNames (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>metacelloPackageNames (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>metacelloPackageNames (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>metacelloPackageNames (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>metacelloPackageNames (BaselineOfMonticello is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>metacelloPackageNames (BaselineOfMonticello is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalCompilerDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalCompilerDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalCompilerDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalCompilerDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalFileSystemDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalFileSystemDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalFileSystemDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalFileSystemDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalFileSystemDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalIDEDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalIDEDependencies (BaselineOfMonticello is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalIDEDependencies (BaselineOfIceberg is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalIDEDependencies (BaselineOfLibGit is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalIDEDependencies (BaselineOfIceberg is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalIDEDependencies (BaselineOfLibGit is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalKernelDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalKernelDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalKernelDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalLocalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalLocalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalLocalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalLocalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalLocalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalLocalMonticelloDependencies (BaselineOfMonticello is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalMonticelloDependencies (BaselineOfMonticello is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalMonticelloDependencies (BaselineOfMonticello is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalSUnitKernelDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalSUnitKernelDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalSUnitKernelDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalSUnitKernelDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalSUnitKernelDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalSUnitKernelDependencies (BaselineOfPharoBootstrap is Undeclared) MetacelloNotification: Loaded -> System-DependenciesTests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-BasicCommandLineHandler-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Transcript-NonInteractive-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> PharoDocComment-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> FreeType --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> FreeType-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Keymapping-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Keymapping-KeyCombinations --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Keymapping-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Zinc-Zodiac-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Zodiac-Extra --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Zodiac-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> SortFunctions-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> SortFunctions-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Equals --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Equals-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> NewValueHolder-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> NewValueHolder-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> STON-Extensions --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> BaselineOfPharoBootstrap --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> BaselineOfMonticello --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> BaselineOfMetacello --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ReferenceFinder-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ClassParser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ClassParser-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> UndefinedClasses --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> UndefinedClasses-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ClassAnnotation --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ClassAnnotation-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Commander-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Commander-Core-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Commander-Activators-Shortcut --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Commander-Activators-ContextMenu --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Commander-Activators-DragAndDrop --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Commander-Activators-WorldMenu --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Commander-Activators-Mouse --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Commander-Activators-TextView --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Commander-Spec2-Compatibility --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: TRefactoringCommandSupport>>setUpModelFromContext: (ScopesManager is Undeclared) NewUndeclaredWarning: SycCmCommand>>setUpModelFromContext: (ScopesManager is Undeclared) MetacelloNotification: Loaded -> SystemCommands-RefactoringSupport --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: SycClassCommand>>setUpModelFromContext: (ScopesManager is Undeclared) NewUndeclaredWarning: SycAddClassesScopeCommand>>execute (ScopesManager is Undeclared) NewUndeclaredWarning: SycAddClassesScopeCommand>>execute (ScopesManager is Undeclared) NewUndeclaredWarning: SycAddClassesScopeCommand>>execute (ScopesPresenter is Undeclared) NewUndeclaredWarning: SycAddHierarchyScopeCommand>>execute (ScopesManager is Undeclared) NewUndeclaredWarning: SycAddHierarchyScopeCommand>>execute (ScopesPresenter is Undeclared) NewUndeclaredWarning: SycDeprecateClassCommand>>prepareFullExecutionInContext: (ClyAllClassesQuery is Undeclared) NewUndeclaredWarning: SycMigrateReferencesOfClassCommand>>prepareFullExecutionInContext: (ClyAllClassesQuery is Undeclared) NewUndeclaredWarning: SycOpenScopesInClassMenuCommand class>>browserContextMenuActivation (ClyClass is Undeclared) MetacelloNotification: Loaded -> SystemCommands-ClassCommands --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: SycChangeMessageSignatureCommand>>setUpModelFromContext: (ScopesManager is Undeclared) MetacelloNotification: Loaded -> SystemCommands-MessageCommands --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> SystemCommands-MessageCommands-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: SycMethodCommand>>setUpModelFromContext: (ScopesManager is Undeclared) NewUndeclaredWarning: SycRemoveMethodCommand class>>methodMenuActivation (ClyMethod is Undeclared) NewUndeclaredWarning: SycRemoveMethodCommand class>>methodShortcutActivation (ClyMethod is Undeclared) MetacelloNotification: Loaded -> SystemCommands-MethodCommands --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: SycConvertTempToinstVarCommandTest>>testCanExecuteOnArgumentNode (ClySourceCodeContext is Undeclared) NewUndeclaredWarning: SycConvertTempToinstVarCommandTest>>testCanExecuteOnArgumentNode (SycConvertTempToInstVarCommand is Undeclared) NewUndeclaredWarning: SycConvertTempToinstVarCommandTest>>testCanExecuteOnTemporaryNode (ClySourceCodeContext is Undeclared) NewUndeclaredWarning: SycConvertTempToinstVarCommandTest>>testCanExecuteOnTemporaryNode (SycConvertTempToInstVarCommand is Undeclared) NewUndeclaredWarning: SycInlineTempCommandTest>>testCanExecuteOnArgumentNode (ClySourceCodeContext is Undeclared) NewUndeclaredWarning: SycInlineTempCommandTest>>testCanExecuteOnArgumentNode (SycInlineTempCommand is Undeclared) NewUndeclaredWarning: SycInlineTempCommandTest>>testCanExecuteOnTemporaryNode (ClySourceCodeContext is Undeclared) NewUndeclaredWarning: SycInlineTempCommandTest>>testCanExecuteOnTemporaryNode (SycInlineTempCommand is Undeclared) NewUndeclaredWarning: SycRenameArgOrTempCommandTest>>testCanExecuteOnArgumentNode (ClySourceCodeContext is Undeclared) NewUndeclaredWarning: SycRenameArgOrTempCommandTest>>testCanExecuteOnArgumentNode (SycRenameArgOrTempCommand is Undeclared) NewUndeclaredWarning: SycRenameArgOrTempCommandTest>>testCanExecuteOnTemporaryNode (ClySourceCodeContext is Undeclared) NewUndeclaredWarning: SycRenameArgOrTempCommandTest>>testCanExecuteOnTemporaryNode (SycRenameArgOrTempCommand is Undeclared) MetacelloNotification: Loaded -> SystemCommands-MethodCommands-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: SycAddPackagesScopeCommand>>execute (ScopesManager is Undeclared) NewUndeclaredWarning: SycAddPackagesScopeCommand>>execute (ScopesManager is Undeclared) NewUndeclaredWarning: SycAddPackagesScopeCommand>>execute (ScopesPresenter is Undeclared) NewUndeclaredWarning: SycRemovePackageCommand>>applyResultInContext: (ClyNavigationEnvironment is Undeclared) MetacelloNotification: Loaded -> SystemCommands-PackageCommands --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> SystemCommands-PackageCommands-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: SycSourceCodeCommand>>setUpModelFromContext: (ScopesManager is Undeclared) NewUndeclaredWarning: SycExtractMethodAndOccurrencesCommand>>setUpModelFromContext: (ScopesManager is Undeclared) NewUndeclaredWarning: SycExtractMethodCommand>>setUpModelFromContext: (ScopesManager is Undeclared) NewUndeclaredWarning: SycExtractMethodAndOccurrencesCommand class>>methodEditorShortcutActivation (ClySourceCodeContext is Undeclared) NewUndeclaredWarning: SycExtractMethodCommand class>>methodEditorShortcutActivation (ClySourceCodeContext is Undeclared) NewUndeclaredWarning: 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() MetacelloNotification: Loaded -> Calypso-SystemPlugins-ClassScripts-Queries-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: ClyTextEditor>>printIt (SpCodePopoverPrintPresenter is Undeclared) MetacelloNotification: Loaded -> Calypso-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: ClyBrowserContextAbstractTest>>allClyContextBut: (ClyFullBrowserPackageContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>allClyContextBut: (ClyFullBrowserClassGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>allClyContextBut: (ClyFullBrowserMethodContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>allClyContextBut: (ClyFullBrowserMethodGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>allClyContextBut: (ClyFullBrowserVariableContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>classContext (ClyFullBrowserClassContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>classContext (ClyFullBrowserClassContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>classContext (ClyFullBrowserClassContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>classGroupContext (ClyFullBrowserClassGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>classGroupContext (ClyFullBrowserClassGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>classGroupContext (ClyFullBrowserClassGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>differentClassGroupContext (ClyFullBrowserMorph is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>differentClassGroupContext (ClyFullBrowserClassGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>differentClassGroupContext (ClyFullBrowserClassGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>differentClassGroupContext (ClyFullBrowserClassGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>methodContext (ClyFullBrowserMethodContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>methodContext (ClyFullBrowserMethodContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>methodGroupContext (ClyFullBrowserMethodGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>methodGroupContext (ClyFullBrowserMethodGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>openBrowserWithPackageAndClassGroupOnlySelected (ClyFullBrowserMorph is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>openBrowserWithPackageOnlySelected (ClyFullBrowserMorph is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>packageContext (ClyFullBrowserPackageContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>packageContext (ClyFullBrowserPackageContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>packageContext (ClyFullBrowserPackageContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>setUp (ClyFullBrowserMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCommentToolIsNotValidWhenNotAClassContext (ClyRichTextClassCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCommentToolIsNotValidWhenNotAClassContext (ClyFullBrowserClassContext is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCommentToolIsNotValidWhenReferencingDifferentClass (ClyRichTextClassCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCommentToolIsValidWhenReferencingSameClass (ClyRichTextClassCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCreationToolIsNotValidWhenNotAPackageOrClassGroupContext (ClyClassCreationToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCreationToolIsNotValidWhenNotAPackageOrClassGroupContext (ClyFullBrowserPackageContext is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCreationToolIsNotValidWhenNotAPackageOrClassGroupContext (ClyFullBrowserClassGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCreationToolIsNotValidWhenReferencingDifferentClassGroup (ClyClassCreationToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCreationToolIsNotValidWhenReferencingDifferentPackage (ClyClassCreationToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCreationToolIsValidWhenClassGroupContext (ClyClassCreationToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCreationToolIsValidWhenPackageContext (ClyClassCreationToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassDefinitionToolIsNotValidWhenNotAClassContext (ClyClassDefinitionEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassDefinitionToolIsNotValidWhenNotAClassContext (ClyFullBrowserClassContext is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassDefinitionToolIsNotValidWhenReferencingDifferentClass (ClyClassDefinitionEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassDefinitionToolIsValidWhenClassContext (ClyClassDefinitionEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testMethodEditorToolIsNotValidWhenNotAMethodContext (ClyMethodCodeEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testMethodEditorToolIsNotValidWhenNotAMethodContext (ClyFullBrowserMethodContext is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testMethodEditorToolIsNotValidWhenReferencingDifferentMethod (ClyMethodCodeEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testMethodEditorToolIsValidWhenReferencingSameMethod (ClyMethodCodeEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageCommentToolIsNotValidWhenNotAPackageOrClassGroupContext (ClyPackageRichTextCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageCommentToolIsNotValidWhenNotAPackageOrClassGroupContext (ClyFullBrowserPackageContext is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageCommentToolIsNotValidWhenNotAPackageOrClassGroupContext (ClyFullBrowserClassGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageCommentToolIsNotValidWhenReferencingDifferentPackage (ClyPackageRichTextCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageCommentToolIsValidWhenClassGroupContext (ClyPackageRichTextCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageCommentToolIsValidWhenReferencingDifferentClassGroup (ClyPackageRichTextCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageCommmentToolIsValidWhenPackageContext (ClyPackageRichTextCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageSelectionAfterPackageCreation (ClyFullBrowserMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageSelectionAfterPackageCreation (ClyClassCreationToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testSetUpToolIsNotValidWhenNotAClassContext (ClyTestSetUpEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testSetUpToolIsNotValidWhenNotAClassContext (ClyFullBrowserClassContext is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testSetUpToolIsNotValidWhenReferencingDifferentClass (ClyTestSetUpEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testSetUpToolIsValidWhenReferencingSameClass (ClyTestSetUpEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testWindowLabelIsUpdatedAfterPackageRemoval (ClyFullBrowserMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testWindowLabelIsUpdatedAfterPackageRemoval (ClyClassCreationToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testWindowLabelSetAfterPackageCreation (ClyFullBrowserMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testWindowLabelSetAfterPackageCreation (ClyClassCreationToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testDoesNotRecycleToolWhenNotValidInContext (ClyRichTextClassCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testRecycleToolWhenValidInContext (ClyRichTextClassCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testRecycleToolWhenValidInContext (ClyRichTextClassCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testTargetedToolsWhenManyContext (ClyMethodCodeEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testTargetedToolsWhenManyContext (ClyClassDefinitionEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testTargetedToolsWhenManyContext (ClyRichTextClassCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testTargetedToolsWhenManyContext (ClyTestSetUpEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testTargetedToolsWhenOneContext (ClyMethodCodeEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testToolsToInstall (ClyMethodCodeEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testToolsToKeepWhenManyContext (ClyMethodCodeEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testToolsToKeepWhenManyContext (ClyClassDefinitionEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testToolsToKeepWhenManyContext (ClyRichTextClassCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testToolsToKeepWhenManyContext (ClyTestSetUpEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testToolsToKeepWhenOneContext (ClyMethodCodeEditorToolMorph is Undeclared) NewUndeclaredWarning: NavigationInteractionTest>>testBrowseClassViaImplementorActuallyBrowseTheClass (ClyFullBrowserMorph is Undeclared) NewUndeclaredWarning: NavigationInteractionTest>>testBrowseMethodViaImplementorActuallyBrowseTheClass (ClyFullBrowserMorph is Undeclared) NewUndeclaredWarning: NavigationInteractionTest>>testSenderOnClassViaSenderActuallyBrowseSenders (ClyFullBrowserMorph is Undeclared) MetacelloNotification: Loaded -> Calypso-Browser-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: ClyClassSideLinkTableDecorator class>>decorateMainTableCell:inContext: (ClySwitchToClassSideCommand is Undeclared) NewUndeclaredWarning: ClyClassSideLinkTableDecorator class>>methodDecorationStrategy (ClyFullBrowserMethodContext is Undeclared) NewUndeclaredWarning: ClySuperclassVisibilityLevel>>decorateMethodGroupTableCell:of: (ClyMethodVisibilityMorph is Undeclared) NewUndeclaredWarning: SycMergeVariableCommand class>>fullBrowserMenuActivation (ClyFullBrowserVariableContext is Undeclared) NewUndeclaredWarning: ClyFullVisibilityLevel>>decorateMethodGroupTableCell:of: (ClyMethodVisibilityMorph is Undeclared) MetacelloNotification: Loaded -> Calypso-SystemTools-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-DependencyAnalyser-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-ClassScripts-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Flags-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-FFI-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Undeclared-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-MethodDiffTool --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-FileOut-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: ClyFullBrowserMorph>>allNavigationScopes (ScopesManager is Undeclared) MetacelloNotification: Loaded -> Calypso-SystemTools-FullBrowser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: ClyRunTestsFromMethodDataSourceCommand class>>queryBrowserToolbarActivation (ClyQueryBrowserContext is Undeclared) MetacelloNotification: Loaded -> Calypso-SystemPlugins-SUnit-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-InheritanceAnalysis-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Deprecation-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: ClyOpenCriticBrowserCommand>>execute (StCritiqueRuleSelectorPresenter is Undeclared) MetacelloNotification: Loaded -> Calypso-SystemPlugins-Critic-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Traits-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemTools-FullBrowser-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: ClyQueryBrowserMorph>>extraScopesOfSelectedItems (ScopesManager is Undeclared) MetacelloNotification: Loaded -> Calypso-SystemTools-QueryBrowser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Reflectivity-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Reflectivity-Browser-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-DebugPoints-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemTools-QueryBrowser-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemTools-OldToolCompatibillity --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: RGEnvironment>>compileANewClassFrom:notifying:startingFrom: (RGChunkImporter is Undeclared) MetacelloNotification: Loaded -> Ring-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: RGEnvironment>>writeIntoFileTree: (IceMetadatalessFileTreeWriter is Undeclared) MetacelloNotification: Loaded -> Ring-Monticello --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Ring-ChunkImporter --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Ring-Core-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Ring-Monticello-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Ring-ChunkImporter-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Ring-TraitsSupport --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Ring-RuntimeSupport --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-Ring --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> HeuristicCompletion-Model --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> HeuristicCompletion-Morphic --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> HeuristicCompletion-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Tool-DependencyAnalyser-UI-Tab --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: SpCodePresenter class>>codeSelectionActionCommandsGroupWith: (SpCodeSelectionCommand is Undeclared) MetacelloNotification: Loaded -> Spec2-Code --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5) MetacelloNotification: Loaded -> Spec2-Code-Commands --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5) MetacelloNotification: Loaded -> Spec2-Code-Diff --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5) MetacelloNotification: Loaded -> Spec2-Code-Diff-Tests --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5) MetacelloNotification: Loaded -> Spec2-Code-Tests --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5) MetacelloNotification: Loaded -> Spec2-Code-Morphic --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5) MetacelloNotification: Loaded -> Spec2-Code-Diff-Morphic --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5) MetacelloNotification: Loaded -> Spec2-Code-Backend-Tests --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5) MetacelloNotification: Loaded -> Sindarin --- github://pharo-spec/ScriptableDebugger:Pharo12/src(9f63a3b) MetacelloNotification: Loaded -> Sindarin-Tests --- github://pharo-spec/ScriptableDebugger:Pharo12/src(9f63a3b) MetacelloNotification: Loaded -> Athens-SVG-PathConverter --- unresolved MetacelloNotification: Loaded -> Geometry --- github://pharo-contributions/Geometry:master/src(5e18270) MetacelloNotification: Loaded -> Geometry-Tests --- github://pharo-contributions/Geometry:master/src(5e18270) MetacelloNotification: Loaded -> NumericInterpolator --- github://pharo-graphics/NumericScales:v1.03/src(b3540fe) MetacelloNotification: Loaded -> NumericNoise --- github://pharo-graphics/NumericScales:v1.03/src(b3540fe) MetacelloNotification: Loaded -> NumericInterpolator-Tests --- github://pharo-graphics/NumericScales:v1.03/src(b3540fe) NewUndeclaredWarning: RSTWalkBasedRegularTreeLayout>>initialize:associationEdges: (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSTWalkBasedRegularTreeLayout>>initialize:associationEdges: (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAbstractFlowLayout>>doExecute: (RSMockShape is Undeclared) NewUndeclaredWarning: RSVerticalCellLayout>>doExecute: (RSMockShape is Undeclared) NewUndeclaredWarning: RSClusteringLayout>>getClusterFor: (RSGroup is Undeclared) NewUndeclaredWarning: RSLayout>>initialize (RSLayoutTranslator is Undeclared) NewUndeclaredWarning: RSAbstractGraphLayout>>rootNodesFromCycles: (RSDSMGraph is Undeclared) NewUndeclaredWarning: RSSugiyamaLayout>>addDummyNodes (RSIdentityMatrix is Undeclared) NewUndeclaredWarning: RSSugiyamaLayout>>addDummyNodes (RSDummyNode is Undeclared) NewUndeclaredWarning: RSForceBasedLayout>>newMockElementFor: (RSMockShape is Undeclared) NewUndeclaredWarning: RSForceBasedLayout>>newMockElementFor: (RSMockShape is Undeclared) NewUndeclaredWarning: RSForceBasedLayout>>newMockElementFor: (RSMockShape is Undeclared) NewUndeclaredWarning: RSForceBasedLayout>>newMockElementFor: (RSMockShape is Undeclared) NewUndeclaredWarning: RSForceBasedLayout>>newMockLineFor: (RSMockLine is Undeclared) NewUndeclaredWarning: RSForceBasedLayout>>newMockLineFor: (RSMockLine is Undeclared) NewUndeclaredWarning: RSForceBasedLayout>>newMockLineFor: (RSMockLine is Undeclared) NewUndeclaredWarning: RSForceBasedLayout>>newMockLineFor: (RSMockLine is Undeclared) NewUndeclaredWarning: RSForceBasedLayout>>newMockLineFor: (RSMockLine is Undeclared) NewUndeclaredWarning: RSForceBasedLayout>>newMockLineFor: (RSMockLine is Undeclared) NewUndeclaredWarning: RSForceBasedLayout>>stepNodeRepulsion (RSQuadTreeForce is Undeclared) MetacelloNotification: Loaded -> Roassal-Layouts --- github://pharo-graphics/RoassalLayouts:v1.01/src(0620675) NewUndeclaredWarning: RSAlignmentTest>>testCenter (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testCenter (RSGroup is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testFromBottom (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testFromBottom (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testFromLeft (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testFromLeft (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testFromLeftWithAFixShape (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testFromLeftWithAFixShape (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testFromLeftWithFixedShape (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testFromLeftWithFixedShape (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testFromLeftWithFixedShape (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testFromRight (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testFromRight (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testFromTop (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testFromTop (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testFromTopWithAFixShape (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testFromTopWithAFixShape (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testHasElement (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSLayoutBuilderTest>>testSelectNoneLayout (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testBasic (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testBasic (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testBasic (RSLayoutLineBuilder is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testBasic2 (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testBasic2 (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testBasic2 (RSLayoutLineBuilder is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testBasic3 (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testBasic3 (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testBasic3 (RSLayoutLineBuilder is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testCycles (RSLayoutLineBuilder is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testCycles (RSLayoutLineBuilder is Undeclared) NewUndeclaredWarning: RSGridLayoutTest>>testLineItemsCountForASingleLineOfShapes (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSGridLayoutTest>>testLineItemsCountForASingleLineOfShapes (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSHorizontalTreeLayoutTest>>testCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSHorizontalTreeLayoutTest>>testCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSHorizontalTreeLayoutTest>>testCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSHorizontalTreeLayoutTest>>testCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSHorizontalTreeLayoutTest>>testCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSHorizontalTreeLayoutTest>>testCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSHorizontalTreeLayoutTest>>testCycles (RSLayoutLineBuilder is Undeclared) NewUndeclaredWarning: RSHorizontalTreeLayoutTest>>testCycles (RSLayoutLineBuilder is Undeclared) NewUndeclaredWarning: RSLayoutTest>>setUp (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSLayoutTest>>setUp (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSLayoutTest>>setUp (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSLayoutTest>>setUp (RSLayoutLineBuilder is Undeclared) NewUndeclaredWarning: RSSugiyamaLayoutTest>>testOnCycle (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSSugiyamaLayoutTest>>testOnCycle (RSLayoutLineBuilder is Undeclared) NewUndeclaredWarning: RSSugiyamaLayoutTest>>testOnCycle (RSLayoutLineBuilder is Undeclared) NewUndeclaredWarning: RSSugiyamaLayoutTest>>testOnCycle (RSLayoutLineBuilder is Undeclared) NewUndeclaredWarning: RSTreeLayoutTest>>computeTreeWithCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSTreeLayoutTest>>computeTreeWithCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSTreeLayoutTest>>computeTreeWithCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSTreeLayoutTest>>computeTreeWithCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSTreeLayoutTest>>computeTreeWithCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSTreeLayoutTest>>computeTreeWithCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSTreeLayoutTest>>computeTreeWithCycles (RSLayoutLineBuilder is Undeclared) NewUndeclaredWarning: RSTreeLayoutTest>>computeTreeWithCycles (RSLayoutLineBuilder is Undeclared) NewUndeclaredWarning: RSLocationTest>>setUp (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSLocationTest>>setUp (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSLocationTest>>setUp (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSLocationTest>>setUp (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSLocationTest>>setUp (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSLocationTest>>testInComposite (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSLocationTest>>testInComposite (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSLocationTest>>testInComposite2 (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSLocationTest>>testInComposite2 (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSResizeTest>>setUp (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSResizeTest>>setUp (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSResizeTest>>setUp (RSLayoutNode is Undeclared) MetacelloNotification: Loaded -> Roassal-Layouts-Tests --- github://pharo-graphics/RoassalLayouts:v1.01/src(0620675) NewUndeclaredWarning: RSGroup class>>example1 (RSLabel is Undeclared) NewUndeclaredWarning: RSGroup class>>example1 (RSEllipse is Undeclared) NewUndeclaredWarning: RSGroup class>>example1 (RSCanvas is Undeclared) NewUndeclaredWarning: RSGroup class>>example1 (RSCanvasController is Undeclared) MetacelloNotification: Loaded -> Roassal-Layouts-Util --- github://pharo-graphics/RoassalLayouts:v1.01/src(0620675) NewUndeclaredWarning: RTAbstractCollection class>>exampleList (StInspectorPresenter is Undeclared) NewUndeclaredWarning: RTAbstractCollection class>>exampleRTree (StInspectorPresenter is Undeclared) MetacelloNotification: Loaded -> RTree --- github://pharo-graphics/RTree:v1.01/src(987b92d) MetacelloNotification: Loaded -> RTree-Tests --- github://pharo-graphics/RTree:v1.01/src(987b92d) NewUndeclaredWarning: RSTAnnounceable>>click (RSMouseClick is Undeclared) NewUndeclaredWarning: RSTAnnounceable>>click (RSMouseClick is Undeclared) NewUndeclaredWarning: RSTAnnounceable>>click (RSMouseClick is Undeclared) NewUndeclaredWarning: RSTAnnounceable>>leftClick (RSMouseLeftClick is Undeclared) NewUndeclaredWarning: RSTAnnounceable>>leftClick (RSMouseLeftClick is Undeclared) NewUndeclaredWarning: RSTAnnounceable>>leftClick (RSMouseLeftClick is Undeclared) NewUndeclaredWarning: RSTAnnounceable>>shiftLeftClick (RSMouseLeftClick is Undeclared) NewUndeclaredWarning: RSTAnnounceable>>shiftLeftClick (RSMouseLeftClick is Undeclared) NewUndeclaredWarning: RSTAnnounceable>>shiftLeftClick (RSMouseLeftClick is Undeclared) NewUndeclaredWarning: RSTAnnounceable>>shiftLeftClick (RSMouseLeftClick is Undeclared) NewUndeclaredWarning: RSTContainer>>newBezier (RSBezier is Undeclared) NewUndeclaredWarning: RSCanvas>>newBezier (RSBezier is Undeclared) NewUndeclaredWarning: RSTContainer>>newBox (RSBox is Undeclared) NewUndeclaredWarning: RSCanvas>>newBox (RSBox is Undeclared) NewUndeclaredWarning: RSTContainer>>newCircle (RSCircle is Undeclared) NewUndeclaredWarning: RSCanvas>>newCircle (RSCircle is Undeclared) NewUndeclaredWarning: RSTContainer>>newEllipse (RSEllipse is Undeclared) NewUndeclaredWarning: RSCanvas>>newEllipse (RSEllipse is Undeclared) NewUndeclaredWarning: RSTContainer>>newLabel (RSLabel is Undeclared) NewUndeclaredWarning: RSCanvas>>newLabel (RSLabel is Undeclared) NewUndeclaredWarning: RSTContainer>>newLine (RSLine is Undeclared) NewUndeclaredWarning: RSCanvas>>newLine (RSLine is Undeclared) NewUndeclaredWarning: RSTContainer>>newPolygon (RSPolygon is Undeclared) NewUndeclaredWarning: RSCanvas>>newPolygon (RSPolygon is Undeclared) NewUndeclaredWarning: RSTContainer>>newPolyline (RSPolyline is Undeclared) NewUndeclaredWarning: RSCanvas>>newPolyline (RSPolyline is Undeclared) NewUndeclaredWarning: RSTContainer>>newSVGPath (RSSVGPath is Undeclared) NewUndeclaredWarning: RSCanvas>>newSVGPath (RSSVGPath is Undeclared) NewUndeclaredWarning: RSTPositionable>>translateTo: (RSPositionChangedEvent is Undeclared) NewUndeclaredWarning: RSTPositionable>>translateTo: (RSPositionChangedEvent is Undeclared) NewUndeclaredWarning: RSTPositionable>>translateTo: (RSPositionChangedEvent is Undeclared) NewUndeclaredWarning: RSShape>>translateTo: (RSPositionChangedEvent is Undeclared) NewUndeclaredWarning: RSShape>>translateTo: (RSPositionChangedEvent is Undeclared) NewUndeclaredWarning: RSShape>>translateTo: (RSPositionChangedEvent is Undeclared) NewUndeclaredWarning: RSCamera class>>example (StInspector is Undeclared) NewUndeclaredWarning: RSCamera>>scale: (RSScaleChangedEvent is Undeclared) NewUndeclaredWarning: RSCamera>>scale: (RSScaleChangedEvent is Undeclared) NewUndeclaredWarning: RSCamera>>scale: (RSScaleChangedEvent is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventKeyDown: (RSKeyDown is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventKeyUp: (RSKeyUp is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseClick: (RSMouseClick is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseClick: (RSMouseLeftClick is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseClick: (RSMouseRightClick is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseDoubleClick: (RSMouseDoubleClick is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseDoubleClick: (RSMouseDoubleLeftClick is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseDoubleClick: (RSMouseDoubleRightClick is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseDragEnd: (RSMouseDragEnd is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseDragStart: (RSMouseDragStart is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseDragStart: (RSMouseLeftDragStart is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseDragStart: (RSMouseRightDragStart is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseDragStart: (RSMouseMiddleDragStart is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseDragStart: (RSMouseDragging is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseDragging: (RSMouseDragging is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseEnter: (RSMouseEnter is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseLeave: (RSMouseLeave is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseMove: (RSMouseMove is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseOver: (RSMouseLeave is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseOver: (RSMouseEnter is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseUp: (RSMouseUp is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseUp: (RSMouseUpLeft is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseUp: (RSMouseUpRight is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseWheel: (RSMouseWheelEvent is Undeclared) NewUndeclaredWarning: RSEventsMonitor class>>example (RSMouseClick is Undeclared) NewUndeclaredWarning: RSCanvas>>announcementClasses (RSCanvasEvent is Undeclared) NewUndeclaredWarning: RSCanvas>>announcementClasses (RSShapeEvent is Undeclared) NewUndeclaredWarning: RSCanvas>>notifyExtentChanged: (RSExtentChangedEvent is Undeclared) NewUndeclaredWarning: RSCanvas>>notifyExtentChanged: (RSExtentChangedEvent is Undeclared) NewUndeclaredWarning: RSCanvas>>notifyExtentChanged: (RSExtentChangedEvent is Undeclared) NewUndeclaredWarning: RSCanvas>>removeShape: (RSShapeRemovedEvent is Undeclared) NewUndeclaredWarning: RSCanvas>>removeShape: (RSShapeRemovedEvent is Undeclared) NewUndeclaredWarning: RSCanvas>>removeShape: (RSShapeRemovedEvent is Undeclared) NewUndeclaredWarning: RSObjectWithProperty class>>exampleCanvas (StInspector is Undeclared) NewUndeclaredWarning: RSObjectWithProperty class>>exampleShapeBox (RSBox is Undeclared) NewUndeclaredWarning: RSObjectWithProperty class>>exampleShapeBox (StInspector is Undeclared) NewUndeclaredWarning: RSObjectWithProperty>>click (RSMouseClick is Undeclared) NewUndeclaredWarning: RSObjectWithProperty>>click (RSMouseClick is Undeclared) NewUndeclaredWarning: RSObjectWithProperty>>click (RSMouseClick is Undeclared) NewUndeclaredWarning: RSShape class>>exampleBox (RSBox is Undeclared) NewUndeclaredWarning: RSShape class>>exampleBox (StInspector is Undeclared) NewUndeclaredWarning: RSShape class>>exampleLabel (RSLabel is Undeclared) NewUndeclaredWarning: RSShape class>>exampleLabel (StInspector is Undeclared) NewUndeclaredWarning: RSShape class>>exampleLine (RSLine is Undeclared) NewUndeclaredWarning: RSShape class>>exampleLine (StInspector is Undeclared) NewUndeclaredWarning: RSShape>>addedIn: (RSShapeAddedEvent is Undeclared) NewUndeclaredWarning: RSShape>>announcementClasses (RSShapeEvent is Undeclared) NewUndeclaredWarning: RSShape>>borderDo: (RSBorder is Undeclared) NewUndeclaredWarning: RSShape>>withBorder (RSBorder is Undeclared) NewUndeclaredWarning: RSAthensMorph>>themeChanged (RSThemeChangedEvent is Undeclared) MetacelloNotification: Loaded -> Roassal --- github://pharo-graphics/Roassal:v1.06b/src(07c8952) MetacelloNotification: Loaded -> Roassal-Event --- github://pharo-graphics/Roassal:v1.06b/src(07c8952) NewUndeclaredWarning: RSAdjacencyMatrixBuilder>>renderIn: (RSBox is Undeclared) NewUndeclaredWarning: RSAdjacencyMatrixBuilder>>renderIn: (RSPopup is Undeclared) NewUndeclaredWarning: RSCircleVennDiagram>>renderIn: (RSCanvasController is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createBoundingBoxIn: (RSBox is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createBoundingBoxIn: (RSBox is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createBoundingBoxIn: (RSBox is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createBoundingBoxIn: (RSBox is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createBoundingBoxIn: (RSBox is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createBoundingBoxIn: (RSBorder is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createBoundingBoxIn: (RSBorder is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createBoundingBoxIn: (RSBorder is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createDataPointAt:at:value: (RSCircle is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createDataPointAt:at:value: (RSCircle is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createDataPointAt:at:value: (RSCircle is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createDataPointAt:at:value: (RSCircle is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createDataPointAt:at:value: (RSCircle is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createInteractionsIn: (RSHighlightable is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createInteractionsIn: (RSPopup is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createInteractionsIn: (RSPopup is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createLabelFor: (RSLabel is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createLabelFor: (RSLabel is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createLabelFor: (RSLabel is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createLabelFor: (RSLabel is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createLegendIn: (RSLegend is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createTickLineStart:end: (RSLine is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createTickLineStart:end: (RSLine is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createTickLineStart:end: (RSLine is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createTickLineStart:end: (RSLine is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createTickLineStart:end: (RSLine is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>defaultContainer (RSCanvasController is Undeclared) NewUndeclaredWarning: RSPunchCardBuilder>>defaultContainer (RSCanvasController is Undeclared) NewUndeclaredWarning: RSPunchCardBuilder>>labelFor: (RSLabel is Undeclared) NewUndeclaredWarning: RSPunchCardBuilder>>labelFor: (RSLabel is Undeclared) NewUndeclaredWarning: RSPunchCardBuilder>>labelFor: (RSLabel is Undeclared) NewUndeclaredWarning: RSPunchCardBuilder>>renderDots: (RSEllipse is Undeclared) NewUndeclaredWarning: RSMultilineLabelBuilder>>initialize (RSLabel is Undeclared) MetacelloNotification: Loaded -> Roassal-Builders --- github://pharo-graphics/Roassal:v1.06b/src(07c8952) NewUndeclaredWarning: RSComposite>>newLabel (RSLabel is Undeclared) NewUndeclaredWarning: RSComposite>>newSVGPath (RSSVGPath is Undeclared) NewUndeclaredWarning: RSComposite>>newPolygon (RSPolygon is Undeclared) MetacelloNotification: Loaded -> Roassal-Shapes --- github://pharo-graphics/Roassal:v1.06b/src(07c8952) MetacelloNotification: Loaded -> Roassal-Animation --- github://pharo-graphics/Roassal:v1.06b/src(07c8952) NewUndeclaredWarning: RSCanvasController>>renderLegendOn: (RSLegend is Undeclared) NewUndeclaredWarning: RSCanvasController>>renderLegendOn: (RSLegend is Undeclared) MetacelloNotification: Loaded -> Roassal-Interaction --- github://pharo-graphics/Roassal:v1.06b/src(07c8952) MetacelloNotification: Loaded -> Roassal-Colors --- github://pharo-graphics/Roassal:v1.06b/src(07c8952) MetacelloNotification: Loaded -> Roassal-Legend --- github://pharo-graphics/Roassal:v1.06b/src(07c8952) MetacelloNotification: Loaded -> Roassal-UML --- github://pharo-graphics/Roassal:v1.06b/src(07c8952) MetacelloNotification: Loaded -> Roassal-Sunburst --- github://pharo-graphics/Roassal:v1.06b/src(07c8952) MetacelloNotification: Loaded -> Roassal-FlameGraph --- github://pharo-graphics/Roassal:v1.06b/src(07c8952) MetacelloNotification: Loaded -> Roassal-Pie --- github://pharo-graphics/Roassal:v1.06b/src(07c8952) MetacelloNotification: Loaded -> Roassal-Inspector --- github://pharo-graphics/Roassal:v1.06b/src(07c8952) MetacelloNotification: Loaded -> Roassal-Chart --- github://pharo-graphics/Roassal:v1.06b/src(07c8952) MetacelloNotification: Loaded -> Roassal-DSM --- github://pharo-graphics/Roassal:v1.06b/src(07c8952) MetacelloNotification: Loaded -> Roassal-Menu --- github://pharo-graphics/Roassal:v1.06b/src(07c8952) MetacelloNotification: Loaded -> Roassal-Spec --- github://pharo-graphics/Roassal:v1.06b/src(07c8952) MetacelloNotification: Loaded -> Roassal-Spec-Morphic --- github://pharo-graphics/Roassal:v1.06b/src(07c8952) MetacelloNotification: Loaded -> Roassal-BaselineMap --- github://pharo-graphics/Roassal:v1.06b/src(07c8952) MetacelloNotification: Loaded -> Roassal-SVG --- github://pharo-graphics/Roassal:v1.06b/src(07c8952) MetacelloNotification: Loaded -> Roassal-Class-Examples --- github://pharo-graphics/Roassal:v1.06b/src(07c8952) MetacelloNotification: Loaded -> Roassal-Mondrian --- github://pharo-graphics/Roassal:v1.06b/src(07c8952) NewUndeclaredWarning: RTNilNode class>>example (StInspectorPresenter is Undeclared) NewUndeclaredWarning: RTNode class>>example (StInspectorPresenter is Undeclared) NewUndeclaredWarning: RTNode class>>exampleAdd (StInspectorPresenter is Undeclared) MetacelloNotification: Loaded -> Roassal-Global-Tests --- github://pharo-graphics/Roassal:v1.06b/src(07c8952) MetacelloNotification: Loaded -> Roassal-Animation-Tests --- github://pharo-graphics/Roassal:v1.06b/src(07c8952) MetacelloNotification: Loaded -> Roassal-Shapes-Tests --- github://pharo-graphics/Roassal:v1.06b/src(07c8952) MetacelloNotification: Loaded -> Roassal-Interaction-Tests --- github://pharo-graphics/Roassal:v1.06b/src(07c8952) MetacelloNotification: Loaded -> Roassal-Chart-Tests --- github://pharo-graphics/Roassal:v1.06b/src(07c8952) MetacelloNotification: Loaded -> Roassal-UML-Tests --- github://pharo-graphics/Roassal:v1.06b/src(07c8952) NewUndeclaredWarning: RoassalSpecTest>>testTakeKeyboardFocus (StPlayground is Undeclared) MetacelloNotification: Loaded -> Roassal-Spec-Tests --- github://pharo-graphics/Roassal:v1.06b/src(07c8952) MetacelloNotification: Loaded -> Roassal-Inspector-Tests --- github://pharo-graphics/Roassal:v1.06b/src(07c8952) MetacelloNotification: Loaded -> Roassal-BaselineMap-Tests --- github://pharo-graphics/Roassal:v1.06b/src(07c8952) MetacelloNotification: Loaded -> Roassal-SVG-Tests --- github://pharo-graphics/Roassal:v1.06b/src(07c8952) MetacelloNotification: Loaded -> ColorPicker --- github://pharo-spec/ColorPicker:master/src(c4d6e2f) MetacelloNotification: Loaded -> ColorPicker-Tests --- github://pharo-spec/ColorPicker:master/src(c4d6e2f) MetacelloNotification: Loaded -> NewTools-Core --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-Morphic --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) 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(eb0a5e2) MetacelloNotification: Loaded -> NewTools-Inspector --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-Inspector-Tests --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) 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(eb0a5e2) MetacelloNotification: Loaded -> NewTools-Debugger-Extensions --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-Playground --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-Playground-Tests --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-SystemReporter --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) 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(eb0a5e2) MetacelloNotification: Loaded -> NewTools-Spotter --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-Spotter-Extensions --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-Spotter-Processors-Tests --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-Spotter-Tests --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-Morphic-Spotter --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-FileBrowser --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-FileBrowser-Tests --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-FontChooser --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-FontChooser-Tests --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-SpTextPresenterDecorators --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) NewUndeclaredWarning: StDebugger>>initializeBreakpointInspector (StDebuggerBreakpointInspection is Undeclared) MetacelloNotification: Loaded -> NewTools-Debugger --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-Debugger-Tests --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-MethodBrowsers --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-Debugger-Breakpoints-Tools --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-DebugPointsBrowser --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-ObjectCentricDebugPoints --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-ObjectCentricBreakpoints --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-Sindarin-Commands --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-Sindarin-Commands-Tests --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-Sindarin-Tools --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-CodeCritiques --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-CodeCritiques-Tests --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-Debugger-Fuel --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-Debugger-Fuel-Tests --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-Fuel --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-RewriterTools-Backend --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-RewriterTools --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-RewriterTools-Backend-Tests --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-RewriterTools-Tests --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-ProfilerUI --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) 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(eb0a5e2) MetacelloNotification: Loaded -> NewTools-Scopes-Editor --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) 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(eb0a5e2) MetacelloNotification: Loaded -> NewTools-Scopes-Resources-A-Tests --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-Scopes-Resources-B-Tests --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-Scopes-Resources-C-Tests --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) NewUndeclaredWarning: StFinderExampleSearch>>previewPresenter (MicrodownPresenter is Undeclared) MetacelloNotification: Loaded -> NewTools-Finder --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-Finder-Tests --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-SettingsBrowser --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-SettingsBrowser-Tests --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) MetacelloNotification: Loaded -> NewTools-Compression-Utils --- github://pharo-spec/NewTools:Pharo13/src(eb0a5e2) NewUndeclaredWarning: DTCoveragePluginPresenter>>connectPresenters (DTTestLeafNode is Undeclared) NewUndeclaredWarning: CompiledMethod>>asResultForDrTest (DTTestLeafNode is Undeclared) MetacelloNotification: Loaded -> DrTests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> DrTests-TestsRunner --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> DrTests-TestCoverage --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> DrTests-TestsProfiling --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> DrTests-TestsProfiling-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> DrTests-TestCoverage-Tests-Mocks --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> DrTests-TestCoverage-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> DrTests-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> DrTests-CommentsToTests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> DrTests-CommentsToTests-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> RottenTestsFinder --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> RottenTestsFinder-FakeTests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> RottenTestsFinder-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> DrTests-RottenGreenTestsFinder --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: Microdown class>>asRichText: (MicRichTextComposer is Undeclared) NewUndeclaredWarning: MicElement>>propertyAt: (MicPropertyError is Undeclared) NewUndeclaredWarning: MicElement>>removeProperty: (MicPropertyError is Undeclared) MetacelloNotification: Loaded -> Microdown --- github://pillar-markup/Microdown:Pharo13/src(58c4868) MetacelloNotification: Loaded -> Microdown-Tests --- github://pillar-markup/Microdown:Pharo13/src(58c4868) MetacelloNotification: Loaded -> Microdown-RichTextComposer --- github://pillar-markup/Microdown:Pharo13/src(58c4868) MetacelloNotification: Loaded -> BeautifulComments --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Microdown-RichTextPresenter --- github://pharo-spec/NewTools-DocumentBrowser:Pharo13/src(a9a8157) MetacelloNotification: Loaded -> Microdown-RichTextPresenter-Tests --- github://pharo-spec/NewTools-DocumentBrowser:Pharo13/src(a9a8157) MetacelloNotification: Loaded -> NewTools-DocumentBrowser --- github://pharo-spec/NewTools-DocumentBrowser:Pharo13/src(a9a8157) MetacelloNotification: Loaded -> NewTools-DocumentBrowser-Tests --- github://pharo-spec/NewTools-DocumentBrowser:Pharo13/src(a9a8157) MetacelloNotification: Loaded -> NewTools-WelcomeBrowser --- github://pharo-spec/NewTools-WelcomeBrowser:Pharo13/src(f8a1db2) NewUndeclaredWarning: TFFIBackend>>calloutAPIClass (TFCalloutAPI is Undeclared) MetacelloNotification: Loaded -> ThreadedFFI --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ThreadedFFI-Graphics-Extensions --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ThreadedFFI-UFFI --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ThreadedFFI-UFFI-Overrides --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ThreadedFFI-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ThreadedFFI-UFFI-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Kernel-ExtraUtils --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> BaselineOfIceberg --- unresolved MetacelloNotification: Loading baseline of BaselineOfIceberg... MetacelloNotification: Project: Tonel MetacelloNotification: Project: LibGit MetacelloNotification: Loaded -> BaselineOfLibGit --- unresolved MetacelloNotification: Loaded -> MonticelloTonel-Core --- github://pharo-vcs/tonel:Pharo12(2c82875) MetacelloNotification: Loaded -> MonticelloTonel-FileSystem --- github://pharo-vcs/tonel:Pharo12(2c82875) MetacelloNotification: Loaded -> LibGit-Core --- github://pharo-vcs/libgit2-pharo-bindings:Pharo13(7585b34) MetacelloNotification: Loaded -> LibGit-FileSystem --- github://pharo-vcs/libgit2-pharo-bindings:Pharo13(7585b34) NewUndeclaredWarning: IceBasicProject>>backwardsCompatibleFormat (TIceRepositoryWriter is Undeclared) NewUndeclaredWarning: IceCommitish>>properties (IceRepositoryProperties is Undeclared) NewUndeclaredWarning: IceCommitish>>validateCanMerge (IceExperimentalFeature is Undeclared) NewUndeclaredWarning: IceCredentialsProvider class>>defaultForRemoteUrl: (IceGitRemote is Undeclared) NewUndeclaredWarning: IceDiff>>buildForAllFiles (IceGitChange is Undeclared) NewUndeclaredWarning: IceIndex>>updateIndex: (IceIndexUpdateVisitor is Undeclared) NewUndeclaredWarning: IceIndex>>updateIndex: (IceIndexUpdateVisitor is Undeclared) NewUndeclaredWarning: IceMetacelloRepositoryAdapter>>morphicOpen: (IceTipRepositoriesBrowser is Undeclared) NewUndeclaredWarning: IceRemote>>remoteBranchNamed: (IceBranchNotFound is Undeclared) NewUndeclaredWarning: IceRemote>>remoteBranchNamed: (IceBranchNotFound is Undeclared) NewUndeclaredWarning: IceRepository>>branchNamed: (IceBranchNotFound is Undeclared) NewUndeclaredWarning: IceRepository>>branchNamed: (IceBranchNotFound is Undeclared) NewUndeclaredWarning: IceRepository>>remoteBranchNamed: (IceBranchNotFound is Undeclared) NewUndeclaredWarning: IceRepository>>remoteBranchNamed: (IceBranchNotFound is Undeclared) NewUndeclaredWarning: IceWorkingCopyPatcherVisitor>>visitPackage: (IceMCSnapshotPatchVisitor is Undeclared) NewUndeclaredWarning: IceWorkingCopyPatcherVisitor>>visitPackage: (IceMCSnapshotPatchVisitor is Undeclared) NewUndeclaredWarning: Iceberg class>>bootstrapWithCommitId:packageList: (IceLibgitRepository is Undeclared) NewUndeclaredWarning: Iceberg class>>mcRepositoryFor: (IceMetacelloRepositoryType is Undeclared) NewUndeclaredWarning: IceMergeResolutionRequest>>defaultAction (IceTipMergeMorph is Undeclared) NewUndeclaredWarning: IceProxyMCVersionInfo>>findVersionInfo (IceGitRemote is Undeclared) NewUndeclaredWarning: MCGitBasedNetworkRepository>>createIcebergRepositoryFor: (IceRepositoryCreator is Undeclared) NewUndeclaredWarning: MCGitBasedNetworkRepository>>createIcebergRepositoryFor: (IceRepositoryCreator is Undeclared) NewUndeclaredWarning: MCGitBasedNetworkRepository>>createIcebergRepositoryFor: (IceRepositoryCreator is Undeclared) NewUndeclaredWarning: MCGitBasedNetworkRepository>>createIcebergRepositoryFor: (IceRepositoryCreator is Undeclared) NewUndeclaredWarning: MCGitBasedNetworkRepository>>createIcebergRepositoryFor: (IceRepositoryCreator is Undeclared) NewUndeclaredWarning: MCGitBasedNetworkRepository>>getOrCreateIcebergRepository (IceGitRemote is Undeclared) NewUndeclaredWarning: IceMetacelloDuplicatedNotification>>existingProjectRegistration (IceLibgitRepository is Undeclared) MetacelloNotification: Loaded -> Iceberg --- github://pharo-vcs/iceberg:Pharo13(cb061d5) NewUndeclaredWarning: IceGitLocalRepositoryType>>isGitRoot: (IceRepositoryCreator is Undeclared) NewUndeclaredWarning: IceGitLocalRepositoryType>>mcRepository (IceRepositoryCreator is Undeclared) NewUndeclaredWarning: IceGitLocalRepositoryType>>mcRepository (IceRepositoryCreator is Undeclared) NewUndeclaredWarning: IceGitLocalRepositoryType>>mcRepository (IceRepositoryCreator is Undeclared) NewUndeclaredWarning: IceGitLocalRepositoryType>>mcRepository (IceRepositoryCreator is Undeclared) MetacelloNotification: Loaded -> Iceberg-Metacello-Integration --- github://pharo-vcs/iceberg:Pharo13(cb061d5) NewUndeclaredWarning: IceTipRepairLocateRepository>>defaultLocation (IceLibgitRepository is Undeclared) NewUndeclaredWarning: IceTipRepairLocateRepository>>defaultSubdirectory (IceLibgitRepository is Undeclared) NewUndeclaredWarning: IceTipRepositoryModel>>newAddRemoteActionName:url: (IceGitRemote is Undeclared) NewUndeclaredWarning: IceTipLocationPresenter>>location (IceLibgitRepository is Undeclared) NewUndeclaredWarning: IceTipLocationPresenter>>location (IceLibgitRepository is Undeclared) NewUndeclaredWarning: IceTipLocationPresenter>>location (IceLibgitRepository is Undeclared) NewUndeclaredWarning: IceTipBrowser class>>buildSelectionExtraCommandGroupWith:for: (IceFiletreeToTonelCommand is Undeclared) NewUndeclaredWarning: IceTipRepositoryBrowser class>>buildSelectionCommandGroupWith:for: (IceGitHubTreeCommand is Undeclared) NewUndeclaredWarning: IceTipEditProjectDialogPresenter>>guessFormatFromDirectory: (IceLibgitFiletreeWriter is Undeclared) NewUndeclaredWarning: IceTipEditProjectDialogPresenter>>guessFormatFromDirectory: (IceLibgitFiletreeWriter is Undeclared) NewUndeclaredWarning: IceTipEditProjectDialogPresenter>>guessFormatFromDirectory: (IceLibgitFiletreeWriter is Undeclared) NewUndeclaredWarning: IceTipEditProjectDialogPresenter>>initialize (TIceRepositoryWriter is Undeclared) NewUndeclaredWarning: IceTipEditProjectDialogPresenter>>initialize (IceLibgitRepository is Undeclared) NewUndeclaredWarning: IceTipGitRepositoryPanel>>extractProjectName: (IceGitRemote is Undeclared) NewUndeclaredWarning: IceTipGitRepositoryPanel>>newRepository (IceRepositoryCreator is Undeclared) NewUndeclaredWarning: IceTipGitRepositoryPanel>>newRepository (IceRepositoryCreator is Undeclared) NewUndeclaredWarning: IceTipGitRepositoryPanel>>newRepository (IceRepositoryCreator is Undeclared) NewUndeclaredWarning: IceTipGitRepositoryPanel>>newRepository (IceRepositoryCreator is Undeclared) NewUndeclaredWarning: IceTipGitRepositoryPanel>>newRepository (IceGitRemote is Undeclared) NewUndeclaredWarning: IceTipGitRepositoryPanel>>validate (IceGitRemote is Undeclared) NewUndeclaredWarning: IceTipLocalRepositoryPanel>>newRepository (IceRepositoryCreator is Undeclared) NewUndeclaredWarning: IceTipLocalRepositoryPanel>>newRepository (IceRepositoryCreator is Undeclared) NewUndeclaredWarning: IceTipLocalRepositoryPanel>>newRepository (IceRepositoryCreator is Undeclared) NewUndeclaredWarning: IceTipLocalRepositoryPanel>>validate (IceRepositoryCreator is Undeclared) NewUndeclaredWarning: IceTipNewRepositoryPanel>>newRepository (IceRepositoryCreator is Undeclared) NewUndeclaredWarning: IceTipNewRepositoryPanel>>newRepository (IceRepositoryCreator is Undeclared) NewUndeclaredWarning: IceTipNewRepositoryPanel>>newRepository (IceRepositoryCreator is Undeclared) NewUndeclaredWarning: IceTipNewRepositoryPanel>>newRepository (IceRepositoryCreator is Undeclared) NewUndeclaredWarning: IceTipRepositoryTypePanel>>defaultLocation (IceLibgitRepository is Undeclared) NewUndeclaredWarning: IceTipRepositoryTypePanel>>defaultSubdirectory (IceLibgitRepository is Undeclared) MetacelloNotification: Loaded -> Iceberg-TipUI --- github://pharo-vcs/iceberg:Pharo13(cb061d5) MetacelloNotification: Loaded -> Iceberg-Plugin --- github://pharo-vcs/iceberg:Pharo13(cb061d5) NewUndeclaredWarning: IceConvertFormatAction>>migratePackage:commit: (IceLibgitTonelWriter is Undeclared) NewUndeclaredWarning: IceConvertFormatAction>>migratePackage:commit: (IceLibgitFiletreeWriter is Undeclared) NewUndeclaredWarning: IceConvertFormatAction>>writerClass (IceLibgitTonelWriter is Undeclared) NewUndeclaredWarning: IceConvertFormatAction>>writerClass (IceLibgitFiletreeWriter is Undeclared) MetacelloNotification: Loaded -> Iceberg-Plugin-Migration --- github://pharo-vcs/iceberg:Pharo13(cb061d5) NewUndeclaredWarning: IcePharoPlugin class>>addProjectNamed:commit:baselines:tags: (IceLibgitRepository is Undeclared) NewUndeclaredWarning: IcePharoPlugin class>>addProjectNamed:commit:baselines:tags: (IceLibgitRepository is Undeclared) NewUndeclaredWarning: IcePharoPlugin class>>commitOfExternalProject: (IceGitHubAPI is Undeclared) NewUndeclaredWarning: IcePharoPlugin class>>commitOfExternalProject: (IceGitHubAPI is Undeclared) NewUndeclaredWarning: IcePharoPlugin class>>getCommitishOfProject:owner:repository: (IceGitHubAPI is Undeclared) MetacelloNotification: Loaded -> Iceberg-Plugin-Pharo --- github://pharo-vcs/iceberg:Pharo13(cb061d5) NewUndeclaredWarning: IceGitHubCreatePullRequestModel>>obtainBaseRemote (IceGitRemote is Undeclared) NewUndeclaredWarning: IceGitHubCreatePullRequestModel>>obtainBaseRemote (IceGitRemote is Undeclared) NewUndeclaredWarning: IceTipGitHubRepositoryPanel>>newRepository (IceGitRemote is Undeclared) NewUndeclaredWarning: IceGitHubPullRequest>>obtainRemote (IceGitRemote is Undeclared) MetacelloNotification: Loaded -> Iceberg-Plugin-GitHub --- github://pharo-vcs/iceberg:Pharo13(cb061d5) MetacelloNotification: Loaded -> Iceberg-Plugin-Metacello --- github://pharo-vcs/iceberg:Pharo13(cb061d5) MetacelloNotification: Loaded -> Iceberg-Libgit --- github://pharo-vcs/iceberg:Pharo13(cb061d5) MetacelloNotification: Loaded -> Iceberg-Libgit-Filetree --- github://pharo-vcs/iceberg:Pharo13(cb061d5) MetacelloNotification: Loaded -> Iceberg-Libgit-Tonel --- github://pharo-vcs/iceberg:Pharo13(cb061d5) MetacelloNotification: ...finished baseline Using authentification for Github API MetacelloNotification: Loading baseline of BaselineOfNewToolsDocumentBrowser... I got an error while cloning: There was an authentication error while trying to execute the operation: . This happens usually because you didn't provide a valid set of credentials. You may fix this problem in different ways: 1. adding your keys to ssh-agent, executing ssh-add ~/.ssh/id_rsa in your command line. 2. adding your keys in settings (open settings browser search for "Use custom SSH keys" and add your public and private keys). 3. using HTTPS instead SSH (Just use an url in the form HTTPS://etc.git). I will try to clone the HTTPS variant. MetacelloNotification: Project: Microdown I got an error while cloning: There was an authentication error while trying to execute the operation: . This happens usually because you didn't provide a valid set of credentials. You may fix this problem in different ways: 1. adding your keys to ssh-agent, executing ssh-add ~/.ssh/id_rsa in your command line. 2. adding your keys in settings (open settings browser search for "Use custom SSH keys" and add your public and private keys). 3. using HTTPS instead SSH (Just use an url in the form HTTPS://etc.git). I will try to clone the HTTPS variant. MetacelloNotification: REGISTRATION OF INCOMPATABLE PROJECTS: BaselineOfMicrodown [baseline] REPLACED BY BaselineOfMicrodown [baseline] from github://pillar-markup/Microdown:Pharo13/src MetacelloNotification: Project: Iceberg MetacelloNotification: Project: Tonel I got an error while cloning: There was an authentication error while trying to execute the operation: . This happens usually because you didn't provide a valid set of credentials. You may fix this problem in different ways: 1. adding your keys to ssh-agent, executing ssh-add ~/.ssh/id_rsa in your command line. 2. adding your keys in settings (open settings browser search for "Use custom SSH keys" and add your public and private keys). 3. using HTTPS instead SSH (Just use an url in the form HTTPS://etc.git). I will try to clone the HTTPS variant. MetacelloNotification: REGISTRATION OF INCOMPATABLE PROJECTS: BaselineOfTonel [baseline] REPLACED BY BaselineOfTonel [baseline] from github://pharo-vcs/tonel:Pharo13 MetacelloNotification: Project: LibGit MetacelloNotification: REGISTRATION OF INCOMPATABLE PROJECTS: BaselineOfLibGit [baseline] REPLACED BY BaselineOfLibGit [baseline] from github://pharo-vcs/libgit2-pharo-bindings:Pharo13 MetacelloNotification: REGISTRATION OF INCOMPATABLE PROJECTS: BaselineOfIceberg [baseline] REPLACED BY BaselineOfIceberg [baseline] from github://pharo-vcs/iceberg:Pharo13 MetacelloNotification: Loaded -> Microdown --- https://github.com/pillar-markup/Microdown.git[Pharo13](58c4868c356366b1ad8a6db770f1dd6d418cd9bb) MetacelloNotification: Loaded -> Microdown-RichTextComposer --- https://github.com/pillar-markup/Microdown.git[Pharo13](58c4868c356366b1ad8a6db770f1dd6d418cd9bb) MetacelloNotification: Loaded -> MonticelloTonel-Core --- https://github.com/pharo-vcs/tonel.git[Pharo13](e1dfa3fa6ad7aa69f0393e92929e5c2843919c16) MetacelloNotification: Loaded -> MonticelloTonel-FileSystem --- https://github.com/pharo-vcs/tonel.git[Pharo13](e1dfa3fa6ad7aa69f0393e92929e5c2843919c16) MetacelloNotification: Loaded -> MonticelloTonel-Tests-Mocks --- https://github.com/pharo-vcs/tonel.git[Pharo13](e1dfa3fa6ad7aa69f0393e92929e5c2843919c16) MetacelloNotification: Loaded -> MonticelloTonel-Tests --- https://github.com/pharo-vcs/tonel.git[Pharo13](e1dfa3fa6ad7aa69f0393e92929e5c2843919c16) MetacelloNotification: Loaded -> LibGit-Core --- github://pharo-vcs/libgit2-pharo-bindings:Pharo13(7585b34) MetacelloNotification: Loaded -> LibGit-FileSystem --- github://pharo-vcs/libgit2-pharo-bindings:Pharo13(7585b34) MetacelloNotification: Loaded -> Iceberg --- github://pharo-vcs/iceberg:Pharo13(cb061d5) MetacelloNotification: Loaded -> Iceberg-Metacello-Integration --- github://pharo-vcs/iceberg:Pharo13(cb061d5) MetacelloNotification: Loaded -> Iceberg-TipUI --- github://pharo-vcs/iceberg:Pharo13(cb061d5) MetacelloNotification: Loaded -> Iceberg-Plugin --- github://pharo-vcs/iceberg:Pharo13(cb061d5) MetacelloNotification: Loaded -> Iceberg-Plugin-Migration --- github://pharo-vcs/iceberg:Pharo13(cb061d5) MetacelloNotification: Loaded -> Iceberg-Plugin-Pharo --- github://pharo-vcs/iceberg:Pharo13(cb061d5) MetacelloNotification: Loaded -> Iceberg-Plugin-GitHub --- github://pharo-vcs/iceberg:Pharo13(cb061d5) MetacelloNotification: Loaded -> Iceberg-Plugin-Metacello --- github://pharo-vcs/iceberg:Pharo13(cb061d5) MetacelloNotification: Loaded -> Iceberg-Libgit --- github://pharo-vcs/iceberg:Pharo13(cb061d5) MetacelloNotification: Loaded -> Iceberg-Libgit-Filetree --- github://pharo-vcs/iceberg:Pharo13(cb061d5) MetacelloNotification: Loaded -> Iceberg-Libgit-Tonel --- github://pharo-vcs/iceberg:Pharo13(cb061d5) MetacelloNotification: Loaded -> Microdown-RichTextPresenter --- https://github.com/pharo-spec/NewTools-DocumentBrowser.git[Pharo13](a9a815718dd1309f8669a326e16df5c98ecfa05d) MetacelloNotification: Loaded -> Microdown-RichTextPresenter-Tests --- https://github.com/pharo-spec/NewTools-DocumentBrowser.git[Pharo13](a9a815718dd1309f8669a326e16df5c98ecfa05d) MetacelloNotification: Loaded -> NewTools-DocumentBrowser --- https://github.com/pharo-spec/NewTools-DocumentBrowser.git[Pharo13](a9a815718dd1309f8669a326e16df5c98ecfa05d) MetacelloNotification: Loaded -> NewTools-DocumentBrowser-Tests --- https://github.com/pharo-spec/NewTools-DocumentBrowser.git[Pharo13](a9a815718dd1309f8669a326e16df5c98ecfa05d) MetacelloNotification: Loaded -> NewTools-DocumentBrowser-GitHubResource --- https://github.com/pharo-spec/NewTools-DocumentBrowser.git[Pharo13](a9a815718dd1309f8669a326e16df5c98ecfa05d) MetacelloNotification: Loaded -> NewTools-DocumentBrowser-GitHubResource-Tests --- https://github.com/pharo-spec/NewTools-DocumentBrowser.git[Pharo13](a9a815718dd1309f8669a326e16df5c98ecfa05d) MetacelloNotification: ...finished baseline MetacelloNotification: Loaded -> Calypso-SystemPlugins-Monticello-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Gofer-Deprecated --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Deprecated12 --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() Removing credential. MetacelloNotification: ...finished baseline BaselineOfPharo [baseline] from tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-64bit-fa9e2f8.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-fa9e2f8.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-fa9e2f8.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-fa9e2f8.image --no-default-preferences clean --release + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-64bit-fa9e2f8.image --no-default-preferences save Pharo + echo 130 + rm -f Pharo13.0-64bit-fa9e2f8.sources.bak Pharo13.0-SNAPSHOT-64bit-fa9e2f8.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-fa9e2f8.zip Pharo13.0-SNAPSHOT-64bit-fa9e2f8.changes Pharo13.0-SNAPSHOT-64bit-fa9e2f8.image Pharo13.0-64bit-fa9e2f8.sources pharo.version adding: Pharo13.0-SNAPSHOT-64bit-fa9e2f8.changes (deflated 68%) adding: Pharo13.0-SNAPSHOT-64bit-fa9e2f8.image (deflated 72%) adding: Pharo13.0-64bit-fa9e2f8.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=14 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=fa9e2f8 + FULL_IMAGE_NAME=Pharo13.0-SNAPSHOT-64bit-fa9e2f8.zip + MINIMAL_IMAGE_NAME=Pharo13.0-SNAPSHOT-metacello-64bit-fa9e2f8.zip + BUILD_NUMBER=14 ++ 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-fa9e2f8.zip latest-64.zip + cp Pharo13.0-SNAPSHOT-metacello-64bit-fa9e2f8.zip latest-minimal-64.zip ++ is_release_build ++ set -f +++ git tag --list --points-at HEAD +++ grep -E '^v[0-9]+\.[0-9]+.[0-9]+(\-[a-zA-Z0-9_]+)?$' ++ local versionTag= ++ set +f ++ '[' '' == '' ']' ++ echo 0 + '[' 0 == 1 ']' + for f in '${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip' + BITNESS=64bit + [[ Pharo13.0-SNAPSHOT-64bit-fa9e2f8.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\f\a\9\e\2\f\8\.\z\i\p ]] + mv Pharo13.0-SNAPSHOT-64bit-fa9e2f8.zip Pharo13.0-SNAPSHOT.build.14.sha.fa9e2f8.arch.64bit.zip + for f in '${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip' + BITNESS=64bit + [[ Pharo13.0-SNAPSHOT-bootstrap-64bit-fa9e2f8.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\f\a\9\e\2\f\8\.\z\i\p ]] ++ echo Pharo13.0-SNAPSHOT-bootstrap-64bit-fa9e2f8.zip ++ cut -d - -f 3 + IMAGE_KIND=bootstrap + mv Pharo13.0-SNAPSHOT-bootstrap-64bit-fa9e2f8.zip Pharo13.0-SNAPSHOT-bootstrap.build.14.sha.fa9e2f8.arch.64bit.zip + for f in '${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip' + BITNESS=64bit + [[ Pharo13.0-SNAPSHOT-compiler-64bit-fa9e2f8.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\f\a\9\e\2\f\8\.\z\i\p ]] ++ echo Pharo13.0-SNAPSHOT-compiler-64bit-fa9e2f8.zip ++ cut -d - -f 3 + IMAGE_KIND=compiler + mv Pharo13.0-SNAPSHOT-compiler-64bit-fa9e2f8.zip Pharo13.0-SNAPSHOT-compiler.build.14.sha.fa9e2f8.arch.64bit.zip + for f in '${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip' + BITNESS=64bit + [[ Pharo13.0-SNAPSHOT-core-64bit-fa9e2f8.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\f\a\9\e\2\f\8\.\z\i\p ]] ++ echo Pharo13.0-SNAPSHOT-core-64bit-fa9e2f8.zip ++ cut -d - -f 3 + IMAGE_KIND=core + mv Pharo13.0-SNAPSHOT-core-64bit-fa9e2f8.zip Pharo13.0-SNAPSHOT-core.build.14.sha.fa9e2f8.arch.64bit.zip + for f in '${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip' + BITNESS=64bit + [[ Pharo13.0-SNAPSHOT-hermesPackages-64bit-fa9e2f8.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\f\a\9\e\2\f\8\.\z\i\p ]] ++ echo Pharo13.0-SNAPSHOT-hermesPackages-64bit-fa9e2f8.zip ++ cut -d - -f 3 + IMAGE_KIND=hermesPackages + mv Pharo13.0-SNAPSHOT-hermesPackages-64bit-fa9e2f8.zip Pharo13.0-SNAPSHOT-hermesPackages.build.14.sha.fa9e2f8.arch.64bit.zip + for f in '${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip' + BITNESS=64bit + [[ Pharo13.0-SNAPSHOT-metacello-64bit-fa9e2f8.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\f\a\9\e\2\f\8\.\z\i\p ]] ++ echo Pharo13.0-SNAPSHOT-metacello-64bit-fa9e2f8.zip ++ cut -d - -f 3 + IMAGE_KIND=metacello + mv Pharo13.0-SNAPSHOT-metacello-64bit-fa9e2f8.zip Pharo13.0-SNAPSHOT-metacello.build.14.sha.fa9e2f8.arch.64bit.zip + for f in '${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip' + BITNESS=64bit + [[ Pharo13.0-SNAPSHOT-monticello-64bit-fa9e2f8.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\f\a\9\e\2\f\8\.\z\i\p ]] ++ echo Pharo13.0-SNAPSHOT-monticello-64bit-fa9e2f8.zip ++ cut -d - -f 3 + IMAGE_KIND=monticello + mv Pharo13.0-SNAPSHOT-monticello-64bit-fa9e2f8.zip Pharo13.0-SNAPSHOT-monticello.build.14.sha.fa9e2f8.arch.64bit.zip + for f in '${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip' + BITNESS=64bit + [[ Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa9e2f8.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\f\a\9\e\2\f\8\.\z\i\p ]] ++ echo Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa9e2f8.zip ++ cut -d - -f 3 + IMAGE_KIND=monticello_bootstrap + mv Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa9e2f8.zip Pharo13.0-SNAPSHOT-monticello_bootstrap.build.14.sha.fa9e2f8.arch.64bit.zip + for f in '${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip' + BITNESS=64bit + [[ Pharo13.0-SNAPSHOT-rpackage-64bit-fa9e2f8.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\f\a\9\e\2\f\8\.\z\i\p ]] ++ echo Pharo13.0-SNAPSHOT-rpackage-64bit-fa9e2f8.zip ++ cut -d - -f 3 + IMAGE_KIND=rpackage + mv Pharo13.0-SNAPSHOT-rpackage-64bit-fa9e2f8.zip Pharo13.0-SNAPSHOT-rpackage.build.14.sha.fa9e2f8.arch.64bit.zip + for f in '${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip' + BITNESS=64bit + [[ Pharo13.0-SNAPSHOT-traits-64bit-fa9e2f8.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\f\a\9\e\2\f\8\.\z\i\p ]] ++ echo Pharo13.0-SNAPSHOT-traits-64bit-fa9e2f8.zip ++ cut -d - -f 3 + IMAGE_KIND=traits + mv Pharo13.0-SNAPSHOT-traits-64bit-fa9e2f8.zip Pharo13.0-SNAPSHOT-traits.build.14.sha.fa9e2f8.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-OXOon3xJp2jd/agent.19094 SSH_AGENT_PID=19095 Running ssh-add (command line suppressed) Identity added: /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache@tmp/private_key_15258354821019682794.key (/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache@tmp/private_key_15258354821019682794.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 -d. -f 1-2 ++ cut -c 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.14.sha.fa9e2f8.arch.64bit.zip Pharo13.0-SNAPSHOT-metacello.build.14.sha.fa9e2f8.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_15258354821019682794.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 23000017 latest-64.zip Sink: C0664 23000017 latest-64.zip Sending file modes: C0664 3133110 latest-minimal-64.zip Sink: C0664 3133110 latest-minimal-64.zip Sending file modes: C0664 23000017 Pharo13.0-SNAPSHOT.build.14.sha.fa9e2f8.arch.64bit.zip Sink: C0664 23000017 Pharo13.0-SNAPSHOT.build.14.sha.fa9e2f8.arch.64bit.zip Sending file modes: C0664 3133110 Pharo13.0-SNAPSHOT-metacello.build.14.sha.fa9e2f8.arch.64bit.zip Sink: C0664 3133110 Pharo13.0-SNAPSHOT-metacello.build.14.sha.fa9e2f8.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 52331116, received 12072 bytes, in 1.4 seconds Bytes per second: sent 36588224.0, received 8440.4 debug1: Exit status 0 [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 19095 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] sh + ls -la total 124 drwxrwxr-x 10 ci ci 4096 Apr 29 22:06 . drwxrwxr-x 4 ci ci 4096 Apr 29 22:06 .. drwxrwxr-x 3 ci ci 4096 Apr 29 22:06 bootstrap drwxrwxr-x 5 ci ci 4096 Apr 29 22:28 build -rw-rw-r-- 1 ci ci 766 Apr 29 22:06 CODE_OF_CONDUCT.md -rw-rw-r-- 1 ci ci 1177 Apr 29 22:06 CONTRIBUTING.md drwxrwxr-x 11 ci ci 4096 Apr 29 22:06 doc drwxrwxr-x 8 ci ci 4096 Apr 29 22:06 .git -rw-rw-r-- 1 ci ci 264 Apr 29 22:06 .gitattributes drwxrwxr-x 3 ci ci 4096 Apr 29 22:06 .github -rw-rw-r-- 1 ci ci 237 Apr 29 22:06 .gitignore -rw-rw-r-- 1 ci ci 9225 Apr 29 22:06 Jenkinsfile -rw-rw-r-- 1 ci ci 4220 Apr 29 22:06 LICENSE -rw-rw-r-- 1 ci ci 51 Apr 29 22:06 .project -rw-rw-r-- 1 ci ci 5263 Apr 29 22:06 README.md drwxrwxr-x 4 ci ci 4096 Apr 29 22:06 resources drwxrwxr-x 3 ci ci 4096 Apr 29 22:06 scripts drwxrwxr-x 604 ci ci 32768 Apr 29 22:06 src -rw-rw-r-- 1 ci ci 5 Apr 29 22:06 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 [Pipeline] node Running on lse-mac-mini in /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13 Running on pharo-ci-jenkins2-win10 in C:\builds\workspace\uest_and_branch_Pipeline_Pharo13 [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] stage [Pipeline] { (Tests-unix-64) [Pipeline] stage [Pipeline] { (Tests-osx-64) [Pipeline] stage [Pipeline] { (Tests-windows-64) [Pipeline] timeout Timeout set to expire in 35 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 35 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 35 min [Pipeline] { [Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [Pipeline] cleanWs [WS-CLEANUP] done [Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] 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] { [WS-CLEANUP] done [Pipeline] dir Running in C:\builds\workspace\uest_and_branch_Pipeline_Pharo13\Tests-windows-64 [Pipeline] { [Pipeline] dir Running in /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-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-hermesPackages-64bit-fa9e2f8.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-traits-64bit-fa9e2f8.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa9e2f8.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-core-64bit-fa9e2f8.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-compiler-64bit-fa9e2f8.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello-64bit-fa9e2f8.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-64bit-fa9e2f8.sources /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-fa9e2f8.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-metacello-64bit-fa9e2f8.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-rpackage-64bit-fa9e2f8.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-fa9e2f8.zip ++ cut -d- -f 1-2 +++ find /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache -name 'Pharo*.zip' +++ head -n 1 ++ basename /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-fa9e2f8.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 [Pipeline] sh pharo-vm/Pharo.app/Contents/MacOS/Pharo Creating starter scripts pharo and pharo-ui + '[' 0 -eq 0 ']' + echo 'VM downloaded' VM downloaded ++ find /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache -name 'Pharo13.0-SNAPSHOT-64bit-*.zip' + IMAGE_ARCHIVE=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-fa9e2f8.zip + unzip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-fa9e2f8.zip Archive: /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-fa9e2f8.zip inflating: Pharo13.0-SNAPSHOT-64bit-fa9e2f8.changes inflating: Pharo13.0-SNAPSHOT-64bit-fa9e2f8.image + 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-64bit-fa9e2f8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-fa9e2f8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-64bit-fa9e2f8.sources /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-fa9e2f8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello-64bit-fa9e2f8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-core-64bit-fa9e2f8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-traits-64bit-fa9e2f8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa9e2f8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-fa9e2f8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-compiler-64bit-fa9e2f8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-metacello-64bit-fa9e2f8.zip ++ cut -d- -f 1-2 +++ head -n 1 +++ find /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache -name 'Pharo*.zip' ++ basename /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-fa9e2f8.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 inflating: Pharo13.0-64bit-fa9e2f8.sources extracting: pharo.version ++ find . -name Pharo13.0-SNAPSHOT-64bit-fa9e2f8.image + IMAGE_FILE=./Pharo13.0-SNAPSHOT-64bit-fa9e2f8.image ++ find . -name Pharo13.0-SNAPSHOT-64bit-fa9e2f8.changes + CHANGES_FILE=./Pharo13.0-SNAPSHOT-64bit-fa9e2f8.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-fa9e2f8.sources . + mv ./Pharo13.0-SNAPSHOT-64bit-fa9e2f8.image Pharo.image + mv ./Pharo13.0-SNAPSHOT-64bit-fa9e2f8.changes Pharo.changes + export PHARO_CI_TESTING_ENVIRONMENT=1 + PHARO_CI_TESTING_ENVIRONMENT=1 + ./pharo Pharo.image test --junit-xml-output --stage-name=Tests-osx-64 '.*' Running tests in 767 Packages Beginning to run tests of NewTools-SpTextPresenterDecorators with random seed 330316811 Finished to run tests of NewTools-SpTextPresenterDecorators in 29 milliseconds 560 microseconds Beginning to run tests of Tool-Profilers-Tests with random seed 983726890 [Pipeline] bat ci@WIN10-CI C:\builds\workspace\uest_and_branch_Pipeline_Pharo13\Tests-windows-64>bash -c 'bootstrap/scripts/runTests.sh 64 Tests-windows-64' [Pipeline] junit Recording test results None of the test reports contained any result Finished to run tests of Tool-Profilers-Tests in 1 second 391 milliseconds 654 microseconds Beginning to run tests of NewTools-Inspector-Tests with random seed 136102298 [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] } Finished to run tests of NewTools-Inspector-Tests in 642 milliseconds 487 microseconds Beginning to run tests of Roassal-Chart-Tests with random seed 67588895 [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 62 milliseconds 492 microseconds Beginning to run tests of Collections-Abstract-Tests with random seed 268774726 Finished to run tests of Collections-Abstract-Tests in 3 milliseconds 248 microseconds Beginning to run tests of Coverage with random seed 547862091 Finished to run tests of Coverage in 225 milliseconds 119 microseconds Beginning to run tests of ReleaseTests with random seed 583520811 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-fa9e2f8.zip + unzip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-fa9e2f8.zip Archive: /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-fa9e2f8.zip inflating: Pharo13.0-SNAPSHOT-64bit-fa9e2f8.changes inflating: Pharo13.0-SNAPSHOT-64bit-fa9e2f8.image inflating: Pharo13.0-64bit-fa9e2f8.sources extracting: pharo.version ++ find . -name Pharo13.0-SNAPSHOT-64bit-fa9e2f8.image + IMAGE_FILE=./Pharo13.0-SNAPSHOT-64bit-fa9e2f8.image ++ find . -name Pharo13.0-SNAPSHOT-64bit-fa9e2f8.changes + CHANGES_FILE=./Pharo13.0-SNAPSHOT-64bit-fa9e2f8.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-fa9e2f8.sources . + mv ./Pharo13.0-SNAPSHOT-64bit-fa9e2f8.image Pharo.image + mv ./Pharo13.0-SNAPSHOT-64bit-fa9e2f8.changes Pharo.changes + export PHARO_CI_TESTING_ENVIRONMENT=1 + PHARO_CI_TESTING_ENVIRONMENT=1 + ./pharo Pharo.image test --junit-xml-output --stage-name=Tests-unix-64 '.*' Running tests in 767 Packages Beginning to run tests of NewTools-SpTextPresenterDecorators with random seed 615702066 Finished to run tests of NewTools-SpTextPresenterDecorators in 64 milliseconds 846 microseconds Beginning to run tests of Tool-Profilers-Tests with random seed 260788339 [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 2 seconds 128 milliseconds 452 microseconds Beginning to run tests of NewTools-Inspector-Tests with random seed 19182022 Finished to run tests of NewTools-Inspector-Tests in 1 second 257 milliseconds 877 microseconds Beginning to run tests of Roassal-Chart-Tests with random seed 662706096 Finished to run tests of Roassal-Chart-Tests in 2 seconds 128 milliseconds 552 microseconds Beginning to run tests of Collections-Abstract-Tests with random seed 743497223 Finished to run tests of Collections-Abstract-Tests in 7 milliseconds 371 microseconds Beginning to run tests of Coverage with random seed 664550672 Finished to run tests of Coverage in 491 milliseconds 649 microseconds Beginning to run tests of ReleaseTests with random seed 516678650 NewUndeclaredWarning: ReleaseTest>>methodForTest (undeclaredStubInstVar1 is Undeclared) Finished to run tests of ReleaseTests in 49 seconds 230 milliseconds 968 microseconds Beginning to run tests of MetacelloCommandLineHandler-Tests with random seed 178975099 Finished to run tests of MetacelloCommandLineHandler-Tests in 4 milliseconds 269 microseconds Beginning to run tests of NautilusRefactoring-Tests with random seed 120857984 Finished to run tests of NautilusRefactoring-Tests in 1 millisecond 334 microseconds Beginning to run tests of Deprecated12 with random seed 408894080 Finished to run tests of Deprecated12 in 1 millisecond 31 microseconds Beginning to run tests of NumericInterpolator-Tests with random seed 1057297283 Finished to run tests of NumericInterpolator-Tests in 19 milliseconds 146 microseconds Beginning to run tests of Refactoring-UI-Tests with random seed 597430679 Finished to run tests of Refactoring-UI-Tests in 687 milliseconds 36 microseconds Beginning to run tests of HeuristicCompletion-Tests with random seed 541512774 Finished to run tests of HeuristicCompletion-Tests in 14 seconds 212 milliseconds 818 microseconds Beginning to run tests of Collections-Native-Tests with random seed 253139152 Finished to run tests of Collections-Native-Tests in 168 milliseconds 156 microseconds Beginning to run tests of Kernel-CodeModel-Tests with random seed 195905914 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 628 milliseconds 954 microseconds Beginning to run tests of ClassAnnotation-Tests with random seed 965049071 Finished to run tests of ClassAnnotation-Tests in 526 milliseconds 932 microseconds Beginning to run tests of Calypso-SystemTools-QueryBrowser-Tests with random seed 292319486 Finished to run tests of Calypso-SystemTools-QueryBrowser-Tests in 526 milliseconds 294 microseconds Beginning to run tests of SortFunctions-Tests with random seed 729020429 Finished to run tests of SortFunctions-Tests in 3 milliseconds 198 microseconds Beginning to run tests of NewTools-Finder-Tests with random seed 550336018 Finished to run tests of NewTools-Finder-Tests in 3 seconds 756 milliseconds 50 microseconds Beginning to run tests of System-OSEnvironments-Tests with random seed 252252606 Finished to run tests of System-OSEnvironments-Tests in 9 milliseconds 514 microseconds Beginning to run tests of System-Settings-Tests with random seed 872083656 Finished to run tests of System-Settings-Tests in 838 milliseconds 149 microseconds Beginning to run tests of UndefinedClasses-Tests with random seed 821531661 Finished to run tests of UndefinedClasses-Tests in 21 milliseconds 595 microseconds Beginning to run tests of Microdown-RichTextPresenter-Tests with random seed 365601828 Finished to run tests of Microdown-RichTextPresenter-Tests in 604 milliseconds 971 microseconds Beginning to run tests of Zinc-HTTP-Examples with random seed 363936642 Finished to run tests of Zinc-HTTP-Examples in 1 second 197 milliseconds 479 microseconds Beginning to run tests of Collections-Weak-Tests with random seed 1060411440 Finished to run tests of Collections-Weak-Tests in 2 seconds 17 milliseconds 431 microseconds Beginning to run tests of Metacello-TestsReference with random seed 587005723 Finished to run tests of Metacello-TestsReference in 3 milliseconds 939 microseconds Beginning to run tests of Roassal-Global-Tests with random seed 566995744 Finished to run tests of Roassal-Global-Tests in 2 seconds 913 milliseconds 141 microseconds Beginning to run tests of Roassal-Inspector-Tests with random seed 598030978 Finished to run tests of Roassal-Inspector-Tests in 48 milliseconds 486 microseconds Beginning to run tests of PharoDocComment with random seed 108249268 Finished to run tests of PharoDocComment in 928 microseconds Beginning to run tests of CodeImport-Tests with random seed 884992436 Finished to run tests of CodeImport-Tests in 32 milliseconds 862 microseconds Beginning to run tests of Tool-DependencyAnalyser-Tests with random seed 439848404 Finished to run tests of Tool-DependencyAnalyser-Tests in 853 milliseconds 795 microseconds Beginning to run tests of System-Identification-Tests with random seed 935308331 Finished to run tests of System-Identification-Tests in 51 milliseconds 249 microseconds Beginning to run tests of Spec2-Code-Diff-Tests with random seed 1053254752 Finished to run tests of Spec2-Code-Diff-Tests in 2 milliseconds 706 microseconds Beginning to run tests of Monticello-Tests with random seed 1041972578 Finished to run tests of Monticello-Tests in 1 second 68 milliseconds 161 microseconds Beginning to run tests of SystemCommands-MethodCommands-Tests with random seed 1052198032 Finished to run tests of SystemCommands-MethodCommands-Tests in 1 millisecond 654 microseconds Beginning to run tests of EpiceaBrowsers-Tests with random seed 243293587 Finished to run tests of EpiceaBrowsers-Tests in 1 second 256 milliseconds 943 microseconds Beginning to run tests of Refactoring-DataForTesting with random seed 845730684 Finished to run tests of Refactoring-DataForTesting in 1 millisecond 538 microseconds Beginning to run tests of Commander2-Tests with random seed 261730940 Finished to run tests of Commander2-Tests in 2 milliseconds 754 microseconds Beginning to run tests of Ring-Core-Tests with random seed 641748353 Finished to run tests of Ring-Core-Tests in 564 milliseconds 526 microseconds Beginning to run tests of DrTests-TestCoverage-Tests with random seed 675834550 Finished to run tests of DrTests-TestCoverage-Tests in 69 milliseconds 352 microseconds Beginning to run tests of Zinc-Character-Encoding-Tests with random seed 967962108 Finished to run tests of Zinc-Character-Encoding-Tests in 122 milliseconds 998 microseconds Beginning to run tests of Shift-ClassBuilder-Tests with random seed 784609911 Finished to run tests of Shift-ClassBuilder-Tests in 817 milliseconds 758 microseconds Beginning to run tests of DrTests-TestCoverage-Tests-Mocks with random seed 365321898 Finished to run tests of DrTests-TestCoverage-Tests-Mocks in 1 millisecond 132 microseconds Beginning to run tests of NewTools-Debugger-Breakpoints-Tools with random seed 874177708 Finished to run tests of NewTools-Debugger-Breakpoints-Tools in 295 milliseconds 81 microseconds Beginning to run tests of Kernel-Tests with random seed 651158740 DeprecationPerformedNotification: Automatic deprecation code rewrite: The method ExampleForDeprecationTest>>#deprecatedMessageWithTransform called from ExampleForDeprecationTest>>#sendsDeprecatedMessageWithTransform has been deprecated. This method is part of the DeprecationTest. [ERROR] 2024-04-29 22:30:36.000 growOldSpaceByAtLeast (Replacement/generated/64/vm/src/gcc3x-cointerp.c:47360):Required space is bigger than the headroom. Could not allocate DeprecationPerformedNotification: The method Semaphore>>#wait: called from SemaphoreTest>>#testWaitTimeDuration has been deprecated. Use #waitTimeoutMilliseconds: instead DeprecationPerformedNotification: The method Semaphore>>#wait: called from SemaphoreTest>>#testWaitTimeDuration has been deprecated. Use #waitTimeoutMilliseconds: instead DeprecationPerformedNotification: The method Semaphore>>#wait:onCompletion:onTimeout: called from SemaphoreTest>>#testWaitTimeDurationWithCompletionAndTimeoutBlocks has been deprecated. Use #waitTimeoutMilliseconds:onCompletion:onTimeout: instead DeprecationPerformedNotification: The method Semaphore>>#wait:onCompletion:onTimeout: called from SemaphoreTest>>#testWaitTimeDurationWithCompletionAndTimeoutBlocks has been deprecated. Use #waitTimeoutMilliseconds:onCompletion:onTimeout: instead Finished to run tests of Kernel-Tests in 7 seconds 254 milliseconds 995 microseconds Beginning to run tests of EmergencyDebugger-Tests with random seed 805651245 Finished to run tests of EmergencyDebugger-Tests in 346 milliseconds 667 microseconds Beginning to run tests of Calypso-SystemPlugins-Deprecation-Queries-Tests with random seed 662327432 Finished to run tests of Calypso-SystemPlugins-Deprecation-Queries-Tests in 5 milliseconds 875 microseconds Beginning to run tests of EnlumineurFormatter-Tests with random seed 890862224 Finished to run tests of EnlumineurFormatter-Tests in 91 milliseconds 147 microseconds Beginning to run tests of Morphic-Tests with random seed 604925162 Finished to run tests of Morphic-Tests in 1 second 873 milliseconds 971 microseconds Beginning to run tests of Roassal-Animation-Tests with random seed 368547646 Finished to run tests of Roassal-Animation-Tests in 1 second 551 milliseconds 258 microseconds Beginning to run tests of Commander2-UI-Tests with random seed 928390991 Finished to run tests of Commander2-UI-Tests in 1 millisecond 310 microseconds Beginning to run tests of Collections-Unordered-Tests with random seed 148508239 Finished to run tests of Collections-Unordered-Tests in 787 milliseconds 599 microseconds Beginning to run tests of Refactoring-Environment-Tests with random seed 632906858 DeprecationPerformedNotification: The method ShiftClassBuilder>>#category: called from RBBrowserEnvironmentTest>>#testAndAnOrEnvironmentAndAnotherOrEnvironment has been deprecated. Trying to package a class using the concept of categpry is not supported anymore in Pharo. You can use #package: and #tag: instead to avoid any ambiguity on what part of the category is the package and what is the tag. DeprecationPerformedNotification: The method ShiftClassBuilder>>#category: called from RBBrowserEnvironmentTest>>#testAndPackageEnvironmentAndClassEnvironment has been deprecated. Trying to package a class using the concept of categpry is not supported anymore in Pharo. You can use #package: and #tag: instead to avoid any ambiguity on what part of the category is the package and what is the tag. NewUndeclaredWarning: ReleaseTest>>methodForTest (undeclaredStubInstVar1 is Undeclared) Finished to run tests of ReleaseTests in 1 minute 36 seconds 801 milliseconds 453 microseconds Beginning to run tests of MetacelloCommandLineHandler-Tests with random seed 1022427166 Finished to run tests of MetacelloCommandLineHandler-Tests in 8 milliseconds 498 microseconds Beginning to run tests of NautilusRefactoring-Tests with random seed 341939238 Finished to run tests of NautilusRefactoring-Tests in 3 milliseconds 57 microseconds Beginning to run tests of Deprecated12 with random seed 148161834 Finished to run tests of Deprecated12 in 1 millisecond 983 microseconds Beginning to run tests of NumericInterpolator-Tests with random seed 1044169004 Finished to run tests of NumericInterpolator-Tests in 34 milliseconds 612 microseconds Beginning to run tests of Refactoring-UI-Tests with random seed 583275344 Finished to run tests of Refactoring-UI-Tests in 1 second 54 milliseconds 784 microseconds Beginning to run tests of HeuristicCompletion-Tests with random seed 678808176 Finished to run tests of Refactoring-Environment-Tests in 28 seconds 334 milliseconds 393 microseconds Beginning to run tests of Spec2-Adapters-Morphic-Tests with random seed 74618647 Finished to run tests of Spec2-Adapters-Morphic-Tests in 39 milliseconds 895 microseconds Beginning to run tests of Geometry-Tests with random seed 1011406658 Finished to run tests of Geometry-Tests in 26 milliseconds 420 microseconds Beginning to run tests of Microdown-Tests with random seed 27392859 Finished to run tests of Microdown-Tests in 1 second 800 milliseconds 902 microseconds Beginning to run tests of Collections-Sequenceable-Tests with random seed 282948199 Finished to run tests of Collections-Sequenceable-Tests in 601 milliseconds 465 microseconds Beginning to run tests of Sindarin-Tests with random seed 813079747 Finished to run tests of Sindarin-Tests in 732 milliseconds 592 microseconds Beginning to run tests of System-Benchmark-Tests with random seed 280215202 Finished to run tests of System-Benchmark-Tests in 2 milliseconds 98 microseconds Beginning to run tests of NewTools-FontChooser with random seed 117805220 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 274 milliseconds 900 microseconds Beginning to run tests of NewTools-Spotter-Processors-Tests with random seed 380055992 Finished to run tests of HeuristicCompletion-Tests in 22 seconds 849 milliseconds 496 microseconds Beginning to run tests of Collections-Native-Tests with random seed 300333243 Finished to run tests of Collections-Native-Tests in 338 milliseconds 185 microseconds Beginning to run tests of Kernel-CodeModel-Tests with random seed 575857425 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 190 milliseconds 637 microseconds Beginning to run tests of ClassAnnotation-Tests with random seed 256324024 Finished to run tests of ClassAnnotation-Tests in 1 second 228 milliseconds 492 microseconds Beginning to run tests of Calypso-SystemTools-QueryBrowser-Tests with random seed 246369414 Finished to run tests of Calypso-SystemTools-QueryBrowser-Tests in 1 second 7 milliseconds 579 microseconds Beginning to run tests of SortFunctions-Tests with random seed 1013202295 Finished to run tests of SortFunctions-Tests in 6 milliseconds 257 microseconds Beginning to run tests of NewTools-Finder-Tests with random seed 621863805 Finished to run tests of NewTools-Finder-Tests in 6 seconds 887 milliseconds 307 microseconds Beginning to run tests of System-OSEnvironments-Tests with random seed 163495781 Finished to run tests of System-OSEnvironments-Tests in 20 milliseconds 878 microseconds Beginning to run tests of System-Settings-Tests with random seed 45465212 Finished to run tests of System-Settings-Tests in 894 milliseconds 714 microseconds Beginning to run tests of UndefinedClasses-Tests with random seed 4705788 Finished to run tests of UndefinedClasses-Tests in 36 milliseconds 907 microseconds Beginning to run tests of Microdown-RichTextPresenter-Tests with random seed 303218209 Finished to run tests of Microdown-RichTextPresenter-Tests in 849 milliseconds 430 microseconds Beginning to run tests of Zinc-HTTP-Examples with random seed 569584756 Finished to run tests of Zinc-HTTP-Examples in 516 milliseconds 283 microseconds Beginning to run tests of Collections-Weak-Tests with random seed 956300409 Finished to run tests of Collections-Weak-Tests in 4 seconds 493 milliseconds 25 microseconds Beginning to run tests of Metacello-TestsReference with random seed 355953161 Finished to run tests of Metacello-TestsReference in 8 milliseconds 371 microseconds Beginning to run tests of Roassal-Global-Tests with random seed 257507090 Finished to run tests of NewTools-Spotter-Processors-Tests in 20 seconds 813 milliseconds 992 microseconds Beginning to run tests of Transcript-NonInteractive-Tests with random seed 452273415 Pharo writing to the standard error Pharo writing to the standard output Finished to run tests of Transcript-NonInteractive-Tests in 3 milliseconds 634 microseconds Beginning to run tests of ThreadedFFI-UFFI-Tests with random seed 235678729 Finished to run tests of Roassal-Global-Tests in 4 seconds 909 milliseconds 91 microseconds Beginning to run tests of Roassal-Inspector-Tests with random seed 838142530 Finished to run tests of Roassal-Inspector-Tests in 86 milliseconds 238 microseconds Beginning to run tests of PharoDocComment with random seed 407201946 Finished to run tests of PharoDocComment in 1 millisecond 453 microseconds Beginning to run tests of CodeImport-Tests with random seed 828273050 Finished to run tests of CodeImport-Tests in 61 milliseconds 17 microseconds Beginning to run tests of Tool-DependencyAnalyser-Tests with random seed 624778713 Finished to run tests of ThreadedFFI-UFFI-Tests in 5 seconds 231 milliseconds 871 microseconds Beginning to run tests of Roassal-UML-Tests with random seed 340080763 Finished to run tests of Roassal-UML-Tests in 30 milliseconds 501 microseconds Beginning to run tests of ClassParser-Tests with random seed 1056741274 Finished to run tests of ClassParser-Tests in 220 milliseconds 71 microseconds Beginning to run tests of Roassal-Mondrian with random seed 297790073 Finished to run tests of Roassal-Mondrian in 9 milliseconds 399 microseconds Beginning to run tests of FileSystem-Core-Tests with random seed 878418051 Finished to run tests of FileSystem-Core-Tests in 71 milliseconds 269 microseconds Beginning to run tests of NewTools-RewriterTools-Tests with random seed 384310475 Finished to run tests of NewTools-RewriterTools-Tests in 170 milliseconds 885 microseconds Beginning to run tests of BeautifulComments with random seed 345449590 Finished to run tests of BeautifulComments in 10 milliseconds 998 microseconds Beginning to run tests of NewTools-Scopes-Tests with random seed 861744768 Finished to run tests of NewTools-Scopes-Tests in 186 milliseconds 898 microseconds Beginning to run tests of System-Finalization-Tests with random seed 340734524 Finished to run tests of Tool-DependencyAnalyser-Tests in 1 second 445 milliseconds 177 microseconds Beginning to run tests of System-Identification-Tests with random seed 766502525 Finished to run tests of System-Identification-Tests in 99 milliseconds 754 microseconds Beginning to run tests of Spec2-Code-Diff-Tests with random seed 874383076 Finished to run tests of Spec2-Code-Diff-Tests in 2 milliseconds 766 microseconds Beginning to run tests of Monticello-Tests with random seed 1037807590 Finished to run tests of System-Finalization-Tests in 406 milliseconds 701 microseconds Beginning to run tests of Slot-Tests with random seed 821932243 Finished to run tests of Monticello-Tests in 1 second 845 milliseconds 723 microseconds Beginning to run tests of SystemCommands-MethodCommands-Tests with random seed 101942557 Finished to run tests of SystemCommands-MethodCommands-Tests in 2 milliseconds 202 microseconds Beginning to run tests of EpiceaBrowsers-Tests with random seed 912438305 Finished to run tests of EpiceaBrowsers-Tests in 2 seconds 398 milliseconds 633 microseconds Beginning to run tests of Refactoring-DataForTesting with random seed 382427776 Finished to run tests of Refactoring-DataForTesting in 2 milliseconds 661 microseconds Beginning to run tests of Commander2-Tests with random seed 697524098 Finished to run tests of Commander2-Tests in 5 milliseconds 332 microseconds Beginning to run tests of Ring-Core-Tests with random seed 474891912 Finished to run tests of Ring-Core-Tests in 1 second 325 milliseconds 638 microseconds Beginning to run tests of DrTests-TestCoverage-Tests with random seed 441130936 Finished to run tests of DrTests-TestCoverage-Tests in 140 milliseconds 171 microseconds Beginning to run tests of Zinc-Character-Encoding-Tests with random seed 13031749 Finished to run tests of Zinc-Character-Encoding-Tests in 187 milliseconds 986 microseconds Beginning to run tests of Shift-ClassBuilder-Tests with random seed 320560642 Finished to run tests of Slot-Tests in 5 seconds 551 milliseconds 990 microseconds Beginning to run tests of Calypso-SystemPlugins-InheritanceAnalysis-Queries-Tests with random seed 153112453 Finished to run tests of Calypso-SystemPlugins-InheritanceAnalysis-Queries-Tests in 175 milliseconds 624 microseconds Beginning to run tests of System-Installers-Tests with random seed 275401269 Finished to run tests of System-Installers-Tests in 144 milliseconds 268 microseconds Beginning to run tests of VariablesLibrary-Tests with random seed 933269190 Finished to run tests of VariablesLibrary-Tests in 195 milliseconds 139 microseconds Beginning to run tests of System-History-Tests with random seed 527079818 Finished to run tests of System-History-Tests in 3 milliseconds 727 microseconds Beginning to run tests of DebugPoints-Tests with random seed 990601100 Finished to run tests of DebugPoints-Tests in 240 milliseconds 823 microseconds Beginning to run tests of SystemCommands-RefactoringSupport-Tests with random seed 917306496 Finished to run tests of SystemCommands-RefactoringSupport-Tests in 27 milliseconds 198 microseconds Beginning to run tests of Calypso-SystemPlugins-Flags-Queries-Tests with random seed 488046235 Finished to run tests of Calypso-SystemPlugins-Flags-Queries-Tests in 5 milliseconds 352 microseconds Beginning to run tests of TaskIt-Tests with random seed 276465312 Finished to run tests of Shift-ClassBuilder-Tests in 1 second 730 milliseconds 722 microseconds Beginning to run tests of DrTests-TestCoverage-Tests-Mocks with random seed 190515142 Finished to run tests of DrTests-TestCoverage-Tests-Mocks in 2 milliseconds 116 microseconds Beginning to run tests of NewTools-Debugger-Breakpoints-Tools with random seed 695904713 Finished to run tests of NewTools-Debugger-Breakpoints-Tools in 680 milliseconds 333 microseconds Beginning to run tests of Kernel-Tests with random seed 603546994 DeprecationPerformedNotification: Automatic deprecation code rewrite: The method ExampleForDeprecationTest>>#deprecatedMessageWithTransform called from ExampleForDeprecationTest>>#sendsDeprecatedMessageWithTransform has been deprecated. This method is part of the DeprecationTest. [ERROR] 2024-04-29 22:31:57.000 growOldSpaceByAtLeast (Replacement/generated/64/vm/src/gcc3x-cointerp.c:47360):Required space is bigger than the headroom. Could not allocate DeprecationPerformedNotification: The method Semaphore>>#wait: called from SemaphoreTest>>#testWaitTimeDuration has been deprecated. Use #waitTimeoutMilliseconds: instead DeprecationPerformedNotification: The method Semaphore>>#wait: called from SemaphoreTest>>#testWaitTimeDuration has been deprecated. Use #waitTimeoutMilliseconds: instead DeprecationPerformedNotification: The method Semaphore>>#wait:onCompletion:onTimeout: called from SemaphoreTest>>#testWaitTimeDurationWithCompletionAndTimeoutBlocks has been deprecated. Use #waitTimeoutMilliseconds:onCompletion:onTimeout: instead DeprecationPerformedNotification: The method Semaphore>>#wait:onCompletion:onTimeout: called from SemaphoreTest>>#testWaitTimeDurationWithCompletionAndTimeoutBlocks has been deprecated. Use #waitTimeoutMilliseconds:onCompletion:onTimeout: instead Finished to run tests of Kernel-Tests in 10 seconds 681 milliseconds 504 microseconds Beginning to run tests of EmergencyDebugger-Tests with random seed 806580528 Finished to run tests of EmergencyDebugger-Tests in 937 milliseconds 257 microseconds Beginning to run tests of Calypso-SystemPlugins-Deprecation-Queries-Tests with random seed 717670618 Finished to run tests of Calypso-SystemPlugins-Deprecation-Queries-Tests in 10 milliseconds 170 microseconds Beginning to run tests of EnlumineurFormatter-Tests with random seed 876279524 Finished to run tests of EnlumineurFormatter-Tests in 215 milliseconds 420 microseconds Beginning to run tests of Morphic-Tests with random seed 626827711 Finished to run tests of Morphic-Tests in 3 seconds 740 milliseconds 192 microseconds Beginning to run tests of Roassal-Animation-Tests with random seed 10634335 Finished to run tests of Roassal-Animation-Tests in 1 second 545 milliseconds 559 microseconds Beginning to run tests of Commander2-UI-Tests with random seed 862854760 Finished to run tests of Commander2-UI-Tests in 2 milliseconds 430 microseconds Beginning to run tests of Collections-Unordered-Tests with random seed 848673130 Finished to run tests of Collections-Unordered-Tests in 1 second 595 milliseconds 220 microseconds Beginning to run tests of Refactoring-Environment-Tests with random seed 766427053 DeprecationPerformedNotification: The method ShiftClassBuilder>>#category: called from RBBrowserEnvironmentTest>>#testAndAnOrEnvironmentAndAnotherOrEnvironment has been deprecated. Trying to package a class using the concept of categpry is not supported anymore in Pharo. You can use #package: and #tag: instead to avoid any ambiguity on what part of the category is the package and what is the tag. Finished to run tests of TaskIt-Tests in 19 seconds 810 milliseconds 438 microseconds Beginning to run tests of Kernel-Tests-WithCompiler with random seed 738394116 Finished to run tests of Kernel-Tests-WithCompiler in 35 milliseconds 685 microseconds Beginning to run tests of NewTools-FileBrowser-Tests with random seed 227567143 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 NewTools-FileBrowser-Tests in 5 seconds 677 milliseconds 841 microseconds Beginning to run tests of System-BasicCommandLineHandler-Tests with random seed 554106966 Finished to run tests of System-BasicCommandLineHandler-Tests in 68 milliseconds 986 microseconds Beginning to run tests of Calypso-SystemPlugins-Traits-Queries-Tests with random seed 171912348 Finished to run tests of Calypso-SystemPlugins-Traits-Queries-Tests in 20 milliseconds 304 microseconds Beginning to run tests of Rubric-Tests with random seed 258405040 Finished to run tests of Rubric-Tests in 97 milliseconds 878 microseconds Beginning to run tests of Graphics-Tests with random seed 357066261 Finished to run tests of Graphics-Tests in 1 second 896 milliseconds 669 microseconds Beginning to run tests of NewValueHolder-Tests with random seed 119412860 Finished to run tests of NewValueHolder-Tests in 1 millisecond 757 microseconds Beginning to run tests of Calypso-SystemPlugins-FFI-Queries-Tests with random seed 313839487 Finished to run tests of Calypso-SystemPlugins-FFI-Queries-Tests in 5 milliseconds 275 microseconds Beginning to run tests of Roassal-Interaction-Tests with random seed 655656068 Finished to run tests of Roassal-Interaction-Tests in 107 milliseconds 316 microseconds Beginning to run tests of NewTools-Debugger-Fuel-Tests with random seed 385505778 Finished to run tests of NewTools-Debugger-Fuel-Tests in 22 milliseconds 605 microseconds Beginning to run tests of OpalCompiler-Tests with random seed 625185289 Finished to run tests of OpalCompiler-Tests in 663 milliseconds 175 microseconds Beginning to run tests of Spec2-Morphic-Backend-Tests with random seed 869399460 Finished to run tests of Spec2-Morphic-Backend-Tests in 859 milliseconds 991 microseconds Beginning to run tests of Collections-Streams-Tests with random seed 7922945 Finished to run tests of Collections-Streams-Tests in 229 milliseconds 639 microseconds Beginning to run tests of Collections-DoubleLinkedList-Tests with random seed 876169192 Finished to run tests of Collections-DoubleLinkedList-Tests in 2 milliseconds 593 microseconds Beginning to run tests of Network-Mail-Tests with random seed 296619754 Finished to run tests of Network-Mail-Tests in 6 milliseconds 3 microseconds Beginning to run tests of PharoDocComment-Tests with random seed 144840178 Finished to run tests of PharoDocComment-Tests in 467 milliseconds 926 microseconds Beginning to run tests of NewTools-CodeCritiques-Tests with random seed 457150470 Finished to run tests of NewTools-CodeCritiques-Tests in 793 milliseconds 534 microseconds Beginning to run tests of Zinc-Zodiac-Tests with random seed 490784543 Finished to run tests of Zinc-Zodiac-Tests in 11 seconds 250 milliseconds 174 microseconds Beginning to run tests of System-Support-Tests with random seed 166756626 Finished to run tests of System-Support-Tests in 1 second 485 milliseconds 170 microseconds Beginning to run tests of System-Caching-Tests with random seed 942198754 Finished to run tests of System-Caching-Tests in 2 seconds 262 milliseconds 242 microseconds Beginning to run tests of Reflectivity-Tools-Tests with random seed 636714937 Finished to run tests of Reflectivity-Tools-Tests in 562 milliseconds 378 microseconds Beginning to run tests of System-Hashing-Tests with random seed 461203949 Finished to run tests of System-Hashing-Tests in 700 milliseconds 266 microseconds Beginning to run tests of Calypso-Browser-Tests with random seed 1053067436 Finished to run tests of Calypso-Browser-Tests in 6 seconds 813 milliseconds 151 microseconds Beginning to run tests of SystemCommands-MessageCommands-Tests with random seed 868181832 Finished to run tests of SystemCommands-MessageCommands-Tests in 3 milliseconds 310 microseconds Beginning to run tests of NewTools-Spotter-Tests with random seed 239906122 Finished to run tests of NewTools-Spotter-Tests in 654 milliseconds 206 microseconds Beginning to run tests of Kernel-Extended-Tests with random seed 931156443 somethingsomethingFinished to run tests of Kernel-Extended-Tests in 1 second 129 milliseconds 262 microseconds Beginning to run tests of SystemCommands-PackageCommands-Tests with random seed 791583301 Finished to run tests of SystemCommands-PackageCommands-Tests in 1 millisecond 946 microseconds Beginning to run tests of Spec2-Code-Backend-Tests with random seed 43639880 Finished to run tests of Spec2-Code-Backend-Tests in 2 seconds 114 milliseconds 321 microseconds Beginning to run tests of Refactoring-Changes-Tests with random seed 55849355 NewUndeclaredWarning: RBRefactoringChangeMock (SharedVar is Undeclared) Finished to run tests of Refactoring-Changes-Tests in 158 milliseconds 476 microseconds Beginning to run tests of Random-Tests with random seed 18311465 Finished to run tests of Random-Tests in 381 milliseconds 797 microseconds Beginning to run tests of OSWindow-Tests with random seed 134900646 Finished to run tests of OSWindow-Tests in 1 millisecond 59 microseconds Beginning to run tests of UnifiedFFI-Tests with random seed 63561641 Finished to run tests of UnifiedFFI-Tests in 247 milliseconds 317 microseconds Beginning to run tests of Epicea-Tests with random seed 596109986 Finished to run tests of Epicea-Tests in 423 milliseconds 332 microseconds Beginning to run tests of Refactoring-Transformations-Tests with random seed 686218825 Finished to run tests of Refactoring-Environment-Tests in 39 seconds 883 milliseconds 840 microseconds Beginning to run tests of Spec2-Adapters-Morphic-Tests with random seed 828257912 Finished to run tests of Spec2-Adapters-Morphic-Tests in 90 milliseconds 385 microseconds Beginning to run tests of Geometry-Tests with random seed 899872468 Finished to run tests of Geometry-Tests in 55 milliseconds 241 microseconds Beginning to run tests of Microdown-Tests with random seed 219362062 Finished to run tests of Microdown-Tests in 2 seconds 34 milliseconds 22 microseconds Beginning to run tests of Collections-Sequenceable-Tests with random seed 267745539 Finished to run tests of Collections-Sequenceable-Tests in 1 second 381 milliseconds 404 microseconds Beginning to run tests of Sindarin-Tests with random seed 475117932 Finished to run tests of Sindarin-Tests in 1 second 155 milliseconds 793 microseconds Beginning to run tests of System-Benchmark-Tests with random seed 149245425 Finished to run tests of System-Benchmark-Tests in 2 milliseconds 856 microseconds Beginning to run tests of NewTools-FontChooser with random seed 793837301 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 352 milliseconds 126 microseconds Beginning to run tests of NewTools-Spotter-Processors-Tests with random seed 589346647 Finished to run tests of NewTools-Spotter-Processors-Tests in 59 seconds 849 milliseconds 870 microseconds Beginning to run tests of Transcript-NonInteractive-Tests with random seed 960912675 Pharo writing to the standard error Pharo writing to the standard output Finished to run tests of Transcript-NonInteractive-Tests in 6 milliseconds 52 microseconds Beginning to run tests of ThreadedFFI-UFFI-Tests with random seed 101825577 Finished to run tests of ThreadedFFI-UFFI-Tests in 5 seconds 234 milliseconds 697 microseconds Beginning to run tests of Roassal-UML-Tests with random seed 944647326 Finished to run tests of Roassal-UML-Tests in 42 milliseconds 180 microseconds Beginning to run tests of ClassParser-Tests with random seed 527627976 Finished to run tests of ClassParser-Tests in 396 milliseconds 690 microseconds Beginning to run tests of Roassal-Mondrian with random seed 745998424 Finished to run tests of Roassal-Mondrian in 18 milliseconds 177 microseconds Beginning to run tests of FileSystem-Core-Tests with random seed 813667947 Finished to run tests of FileSystem-Core-Tests in 167 milliseconds 300 microseconds Beginning to run tests of NewTools-RewriterTools-Tests with random seed 560919315 Finished to run tests of NewTools-RewriterTools-Tests in 288 milliseconds 495 microseconds Beginning to run tests of BeautifulComments with random seed 616290357 Finished to run tests of BeautifulComments in 16 milliseconds 857 microseconds Beginning to run tests of NewTools-Scopes-Tests with random seed 838786374 Finished to run tests of NewTools-Scopes-Tests in 262 milliseconds 250 microseconds Beginning to run tests of System-Finalization-Tests with random seed 783830606 Finished to run tests of System-Finalization-Tests in 988 milliseconds 953 microseconds Beginning to run tests of Slot-Tests with random seed 23575340 Finished to run tests of Slot-Tests in 11 seconds 414 milliseconds 443 microseconds Beginning to run tests of Calypso-SystemPlugins-InheritanceAnalysis-Queries-Tests with random seed 383852484 Finished to run tests of Calypso-SystemPlugins-InheritanceAnalysis-Queries-Tests in 404 milliseconds 324 microseconds Beginning to run tests of System-Installers-Tests with random seed 726658905 Finished to run tests of System-Installers-Tests in 243 milliseconds 61 microseconds Beginning to run tests of VariablesLibrary-Tests with random seed 621168718 Finished to run tests of VariablesLibrary-Tests in 379 milliseconds 619 microseconds Beginning to run tests of System-History-Tests with random seed 101567434 Finished to run tests of System-History-Tests in 4 milliseconds 972 microseconds Beginning to run tests of DebugPoints-Tests with random seed 787085518 Finished to run tests of DebugPoints-Tests in 371 milliseconds 418 microseconds Beginning to run tests of SystemCommands-RefactoringSupport-Tests with random seed 358196804 Finished to run tests of SystemCommands-RefactoringSupport-Tests in 37 milliseconds 636 microseconds Beginning to run tests of Calypso-SystemPlugins-Flags-Queries-Tests with random seed 233814121 Finished to run tests of Calypso-SystemPlugins-Flags-Queries-Tests in 8 milliseconds 534 microseconds Beginning to run tests of TaskIt-Tests with random seed 1058275698 Finished to run tests of TaskIt-Tests in 21 seconds 474 milliseconds 821 microseconds Beginning to run tests of Kernel-Tests-WithCompiler with random seed 608147544 Finished to run tests of Kernel-Tests-WithCompiler in 43 milliseconds 849 microseconds Beginning to run tests of NewTools-FileBrowser-Tests with random seed 1017228164 Finished to run tests of NewTools-FileBrowser-Tests in 9 seconds 262 milliseconds 225 microseconds Beginning to run tests of System-BasicCommandLineHandler-Tests with random seed 719838388 Finished to run tests of System-BasicCommandLineHandler-Tests in 141 milliseconds 335 microseconds Beginning to run tests of Calypso-SystemPlugins-Traits-Queries-Tests with random seed 1041015620 Finished to run tests of Calypso-SystemPlugins-Traits-Queries-Tests in 40 milliseconds 104 microseconds Beginning to run tests of Rubric-Tests with random seed 31841643 Finished to run tests of Rubric-Tests in 172 milliseconds 826 microseconds Beginning to run tests of Graphics-Tests with random seed 65338906 Finished to run tests of Graphics-Tests in 3 seconds 524 milliseconds 420 microseconds Beginning to run tests of NewValueHolder-Tests with random seed 171263201 Finished to run tests of NewValueHolder-Tests in 5 milliseconds 180 microseconds Beginning to run tests of Calypso-SystemPlugins-FFI-Queries-Tests with random seed 581523941 Finished to run tests of Calypso-SystemPlugins-FFI-Queries-Tests in 8 milliseconds 472 microseconds Beginning to run tests of Roassal-Interaction-Tests with random seed 649143791 Finished to run tests of Roassal-Interaction-Tests in 243 milliseconds 9 microseconds Beginning to run tests of NewTools-Debugger-Fuel-Tests with random seed 67484386 Finished to run tests of NewTools-Debugger-Fuel-Tests in 36 milliseconds 178 microseconds Beginning to run tests of OpalCompiler-Tests with random seed 670073863 Finished to run tests of OpalCompiler-Tests in 1 second 330 milliseconds 630 microseconds Beginning to run tests of Spec2-Morphic-Backend-Tests with random seed 74601027 Finished to run tests of Spec2-Morphic-Backend-Tests in 949 milliseconds 497 microseconds Beginning to run tests of Collections-Streams-Tests with random seed 305983228 Finished to run tests of Collections-Streams-Tests in 413 milliseconds 380 microseconds Beginning to run tests of Collections-DoubleLinkedList-Tests with random seed 528285338 Finished to run tests of Collections-DoubleLinkedList-Tests in 6 milliseconds 520 microseconds Beginning to run tests of Network-Mail-Tests with random seed 63104673 Finished to run tests of Network-Mail-Tests in 8 milliseconds 362 microseconds Beginning to run tests of PharoDocComment-Tests with random seed 735623339 Finished to run tests of PharoDocComment-Tests in 802 milliseconds 721 microseconds Beginning to run tests of NewTools-CodeCritiques-Tests with random seed 1037602633 Finished to run tests of NewTools-CodeCritiques-Tests in 1 second 401 milliseconds 786 microseconds Beginning to run tests of Zinc-Zodiac-Tests with random seed 475215046 Finished to run tests of Zinc-Zodiac-Tests in 11 seconds 682 milliseconds 265 microseconds Beginning to run tests of System-Support-Tests with random seed 133488232 Finished to run tests of System-Support-Tests in 2 seconds 476 milliseconds 198 microseconds Beginning to run tests of System-Caching-Tests with random seed 802739991 Finished to run tests of System-Caching-Tests in 2 seconds 316 milliseconds 534 microseconds Beginning to run tests of Reflectivity-Tools-Tests with random seed 189231396 Finished to run tests of Reflectivity-Tools-Tests in 1 second 82 milliseconds 723 microseconds Beginning to run tests of System-Hashing-Tests with random seed 865335646 Finished to run tests of System-Hashing-Tests in 1 second 584 milliseconds 506 microseconds Beginning to run tests of Calypso-Browser-Tests with random seed 837386641 Finished to run tests of Refactoring-Transformations-Tests in 2 minutes 35 seconds 677 milliseconds 111 microseconds Beginning to run tests of Traits-Tests with random seed 422012009 SystemNotification: T1 SystemNotification: TD SystemNotification: TB SystemNotification: TC SystemNotification: TA SystemNotification: T2 SystemNotification: T6 SystemNotification: T12 SystemNotification: T11 SystemNotification: T3 SystemNotification: T9 SystemNotification: T4 SystemNotification: T10 SystemNotification: T5 SystemNotification: C1 SystemNotification: C9 SystemNotification: CA SystemNotification: C2 SystemNotification: C10 SystemNotification: C11 SystemNotification: CB SystemNotification: T6 Finished to run tests of Calypso-Browser-Tests in 12 seconds 174 milliseconds 543 microseconds Beginning to run tests of SystemCommands-MessageCommands-Tests with random seed 719131680 Finished to run tests of SystemCommands-MessageCommands-Tests in 4 milliseconds 961 microseconds Beginning to run tests of NewTools-Spotter-Tests with random seed 675429926 Finished to run tests of NewTools-Spotter-Tests in 680 milliseconds 407 microseconds Beginning to run tests of Kernel-Extended-Tests with random seed 951556559 somethingsomethingFinished to run tests of Kernel-Extended-Tests in 1 second 563 milliseconds 224 microseconds Beginning to run tests of SystemCommands-PackageCommands-Tests with random seed 180642027 Finished to run tests of SystemCommands-PackageCommands-Tests in 2 milliseconds 1 microsecond Beginning to run tests of Spec2-Code-Backend-Tests with random seed 237476589 Finished to run tests of Spec2-Code-Backend-Tests in 3 seconds 70 milliseconds 609 microseconds Beginning to run tests of Refactoring-Changes-Tests with random seed 928024301 NewUndeclaredWarning: RBRefactoringChangeMock (SharedVar is Undeclared) NewUndeclaredWarning: T1>>aMethod: (aMethod is Undeclared) NewUndeclaredWarning: T2>>aMethod: (aMethod is Undeclared) NewUndeclaredWarning: T1 classTrait>>aMethod: (aMethod is Undeclared) NewUndeclaredWarning: T2 classTrait>>aMethod: (aMethod is Undeclared) Finished to run tests of Refactoring-Changes-Tests in 373 milliseconds 687 microseconds Beginning to run tests of Random-Tests with random seed 999032676 Finished to run tests of Random-Tests in 722 milliseconds 400 microseconds Beginning to run tests of OSWindow-Tests with random seed 687189303 Finished to run tests of OSWindow-Tests in 9 milliseconds 568 microseconds Beginning to run tests of UnifiedFFI-Tests with random seed 923998529 Finished to run tests of UnifiedFFI-Tests in 479 milliseconds 778 microseconds Beginning to run tests of Epicea-Tests with random seed 385202979 Finished to run tests of Epicea-Tests in 913 milliseconds 920 microseconds Beginning to run tests of Refactoring-Transformations-Tests with random seed 761879734 Finished to run tests of Traits-Tests in 12 seconds 995 milliseconds 246 microseconds Beginning to run tests of Morphic-Widgets-FastTable-Tests with random seed 752337966 Finished to run tests of Morphic-Widgets-FastTable-Tests in 31 milliseconds 310 microseconds Beginning to run tests of Ring-ChunkImporter-Tests with random seed 988242767 Finished to run tests of Ring-ChunkImporter-Tests in 23 milliseconds 698 microseconds Beginning to run tests of ProfStef-Tests with random seed 171085157 Finished to run tests of ProfStef-Tests in 121 milliseconds 661 microseconds Beginning to run tests of Compression-Tests with random seed 484308192 Finished to run tests of Compression-Tests in 2 seconds 529 milliseconds 352 microseconds Beginning to run tests of SUnit-Core with random seed 978055876 Finished to run tests of SUnit-Core in 2 milliseconds 260 microseconds Beginning to run tests of DrTests-Tests with random seed 587206087 Finished to run tests of DrTests-Tests in 239 milliseconds 284 microseconds Beginning to run tests of Debugger-Model-Tests with random seed 850915255 Finished to run tests of Debugger-Model-Tests in 695 milliseconds 501 microseconds Beginning to run tests of Spec2-Backend-Tests with random seed 897133935 Finished to run tests of Spec2-Backend-Tests in 48 seconds 330 milliseconds 3 microseconds Beginning to run tests of SUnit-Support-UITesting-Tests with random seed 212761917 Finished to run tests of SUnit-Support-UITesting-Tests in 3 milliseconds 103 microseconds Beginning to run tests of Calypso-SystemPlugins-Reflectivity-Queries-Tests with random seed 775670848 Finished to run tests of Calypso-SystemPlugins-Reflectivity-Queries-Tests in 79 milliseconds 737 microseconds Beginning to run tests of Collections-Atomic-Tests with random seed 794684048 Finished to run tests of Collections-Atomic-Tests in 5 milliseconds 820 microseconds Beginning to run tests of Renraku-Tests with random seed 596869527 Finished to run tests of Renraku-Tests in 2 seconds 559 milliseconds 461 microseconds Beginning to run tests of NewTools-RewriterTools-Backend-Tests with random seed 801139863 Finished to run tests of NewTools-RewriterTools-Backend-Tests in 3 milliseconds 321 microseconds Beginning to run tests of Network-Tests with random seed 726238620 Finished to run tests of Network-Tests in 7 seconds 758 milliseconds 583 microseconds Beginning to run tests of Ring-Monticello-Tests with random seed 434170603 Finished to run tests of Ring-Monticello-Tests in 63 milliseconds 222 microseconds Beginning to run tests of NewTools-Sindarin-Commands-Tests with random seed 175349546 Finished to run tests of NewTools-Sindarin-Commands-Tests in 32 milliseconds 396 microseconds Beginning to run tests of System-Time-Tests with random seed 973427019 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 374 milliseconds 265 microseconds Beginning to run tests of MonticelloTonel-Tests with random seed 258255484 Finished to run tests of MonticelloTonel-Tests in 169 milliseconds 55 microseconds Beginning to run tests of ThreadedFFI-Tests with random seed 810909732 Returning an object but pool is fullFinished to run tests of ThreadedFFI-Tests in 57 milliseconds 728 microseconds Beginning to run tests of AST-Core-Tests with random seed 655494752 NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared) NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared) NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared) NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (b is Undeclared) NewUndeclaredWarning: MCMockClassE>>foo (b is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (Δə is Undeclared) NewUndeclaredWarning: MCMockClassE>>foo (Δə is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared) NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared) NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared) NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared) Finished to run tests of AST-Core-Tests in 4 seconds 650 milliseconds 949 microseconds Beginning to run tests of System-Sources-Tests with random seed 1004098206 Finished to run tests of System-Sources-Tests in 46 milliseconds 99 microseconds Beginning to run tests of FuzzyMatcher-Tests with random seed 252807886 Finished to run tests of FuzzyMatcher-Tests in 1 millisecond 482 microseconds Beginning to run tests of RottenTestsFinder-Tests with random seed 678567118 Finished to run tests of RottenTestsFinder-Tests in 233 milliseconds 805 microseconds Beginning to run tests of Keymapping-Tests with random seed 684351160 Finished to run tests of Keymapping-Tests in 14 milliseconds 934 microseconds Beginning to run tests of SUnit-Tests with random seed 404552137 Finished to run tests of SUnit-Tests in 4 seconds 37 milliseconds 229 microseconds Beginning to run tests of Roassal-Spec-Tests with random seed 534677392 Finished to run tests of Roassal-Spec-Tests in 98 milliseconds 952 microseconds Beginning to run tests of MonticelloGUI-Tests with random seed 1030221301 Finished to run tests of MonticelloGUI-Tests in 216 milliseconds 633 microseconds Beginning to run tests of Calypso-SystemTools-FullBrowser-Tests with random seed 176503756 Finished to run tests of Calypso-SystemTools-FullBrowser-Tests in 634 milliseconds 488 microseconds Beginning to run tests of Spec2-Dialogs-Tests with random seed 836435273 Finished to run tests of Spec2-Dialogs-Tests in 611 milliseconds 913 microseconds Beginning to run tests of Text-Diff-Tests with random seed 642058414 Finished to run tests of Text-Diff-Tests in 3 milliseconds 568 microseconds Beginning to run tests of Commander-Core-Tests with random seed 429145009 Finished to run tests of Commander-Core-Tests in 2 milliseconds 73 microseconds Beginning to run tests of Jobs-Tests with random seed 124393395 Finished to run tests of Jobs-Tests in 3 milliseconds 209 microseconds Beginning to run tests of EmbeddedFreeType-Tests with random seed 929450934 Finished to run tests of EmbeddedFreeType-Tests in 2 milliseconds 670 microseconds Beginning to run tests of SUnit-Visitor-Tests with random seed 420462523 Finished to run tests of SUnit-Visitor-Tests in 1 millisecond 429 microseconds Beginning to run tests of Zinc-Resource-Meta-Tests with random seed 126687163 Finished to run tests of Zinc-Resource-Meta-Tests in 127 milliseconds 479 microseconds Beginning to run tests of SUnit-MockObjects-Tests with random seed 259273275 Finished to run tests of SUnit-MockObjects-Tests in 2 milliseconds 915 microseconds Beginning to run tests of NewTools-FontChooser-Tests with random seed 619540798 Finished to run tests of NewTools-FontChooser-Tests in 1 millisecond 4 microseconds Beginning to run tests of Roassal-Shapes-Tests with random seed 993126720 Finished to run tests of Roassal-Shapes-Tests in 115 milliseconds 889 microseconds Beginning to run tests of Shout-Tests with random seed 955540918 Finished to run tests of Shout-Tests in 30 milliseconds 479 microseconds Beginning to run tests of ColorPicker-Tests with random seed 960209620 Finished to run tests of ColorPicker-Tests in 95 milliseconds 950 microseconds Beginning to run tests of Announcements-Core-Tests with random seed 837322038 Finished to run tests of Announcements-Core-Tests in 471 milliseconds 916 microseconds Beginning to run tests of RTree-Tests with random seed 959649295 Finished to run tests of RTree-Tests in 7 milliseconds 908 microseconds Beginning to run tests of Ombu-Tests with random seed 269322263 Finished to run tests of Ombu-Tests in 200 milliseconds 321 microseconds Beginning to run tests of FreeType-Tests with random seed 597170143 Finished to run tests of FreeType-Tests in 4 seconds 447 milliseconds 331 microseconds Beginning to run tests of Calypso-SystemPlugins-SUnit-Queries-Tests with random seed 903175488 Finished to run tests of Calypso-SystemPlugins-SUnit-Queries-Tests in 7 milliseconds 441 microseconds Beginning to run tests of Debugger-Oups-Tests with random seed 964685639 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 20 milliseconds 421 microseconds Beginning to run tests of STON-Tests with random seed 922619995 Finished to run tests of STON-Tests in 831 milliseconds 176 microseconds Beginning to run tests of FileSystem-Memory-Tests with random seed 457033628 Finished to run tests of FileSystem-Memory-Tests in 2 seconds 495 milliseconds 365 microseconds Beginning to run tests of Files-Tests with random seed 339728219 Finished to run tests of Files-Tests in 2 seconds 907 milliseconds 106 microseconds Beginning to run tests of Calypso-SystemPlugins-Undeclared-Queries-Tests with random seed 585731001 Finished to run tests of Calypso-SystemPlugins-Undeclared-Queries-Tests in 4 milliseconds 287 microseconds Beginning to run tests of DrTests-CommentsToTests-Tests with random seed 483984574 Finished to run tests of DrTests-CommentsToTests-Tests in 7 milliseconds 801 microseconds Beginning to run tests of Regex-Core-Tests with random seed 354218438 Finished to run tests of Regex-Core-Tests in 27 milliseconds 228 microseconds Beginning to run tests of Spec2-Code-Tests with random seed 389653473 Finished to run tests of Spec2-Code-Tests in 1 second 616 milliseconds 983 microseconds Beginning to run tests of Collections-Tests with random seed 20871219 Finished to run tests of Collections-Tests in 2 milliseconds 132 microseconds Beginning to run tests of NewTools-Playground-Tests with random seed 1065556277 Finished to run tests of NewTools-Playground-Tests in 546 milliseconds 873 microseconds Beginning to run tests of Spec2-Tests with random seed 83625815 Finished to run tests of Spec2-Tests in 9 seconds 579 milliseconds 867 microseconds Beginning to run tests of System-Utilities-Tests with random seed 902578119 Finished to run tests of System-Utilities-Tests in 5 milliseconds 938 microseconds Beginning to run tests of Tool-ExternalBrowser-Tests with random seed 249248974 Finished to run tests of Tool-ExternalBrowser-Tests in 90 milliseconds 987 microseconds Beginning to run tests of Hiedra-Tests with random seed 836049449 Finished to run tests of Hiedra-Tests in 62 milliseconds 134 microseconds Beginning to run tests of Zodiac-Tests with random seed 985288554 Finished to run tests of Zodiac-Tests in 230 milliseconds 899 microseconds Beginning to run tests of Roassal-BaselineMap-Tests with random seed 1058648145 Finished to run tests of Roassal-BaselineMap-Tests in 41 milliseconds 456 microseconds Beginning to run tests of Metacello-TestsCore with random seed 607454075 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 19 milliseconds 885 microseconds Beginning to run tests of System-Platforms-Tests with random seed 1048594319 Finished to run tests of System-Platforms-Tests in 2 milliseconds 463 microseconds Beginning to run tests of Athens-Cairo-Tests with random seed 514112658 2024-04-29 22:37:18.341 Pharo[66046:629611] XType: Using static font registry. Finished to run tests of Athens-Cairo-Tests in 17 milliseconds 495 microseconds Beginning to run tests of Spec2-Morphic-Tests with random seed 911785124 Finished to run tests of Spec2-Morphic-Tests in 2 seconds 721 milliseconds 905 microseconds Beginning to run tests of System-Localization-Tests with random seed 409662023 Finished to run tests of System-Localization-Tests in 5 milliseconds 571 microseconds Beginning to run tests of Calypso-SystemPlugins-Reflectivity-Browser-Tests with random seed 263074636 Finished to run tests of Calypso-SystemPlugins-Reflectivity-Browser-Tests in 113 milliseconds 539 microseconds Beginning to run tests of System-DependenciesTests with random seed 322900158 Finished to run tests of System-DependenciesTests in 4 seconds 469 milliseconds 417 microseconds Beginning to run tests of Morphic-Widgets-Taskbar-Tests with random seed 831209524 Finished to run tests of Morphic-Widgets-Taskbar-Tests in 19 milliseconds 121 microseconds Beginning to run tests of AI-Algorithms-Graph-Tests with random seed 499174728 Finished to run tests of AI-Algorithms-Graph-Tests in 17 milliseconds 774 microseconds Beginning to run tests of Manifest-Tests with random seed 67605850 Finished to run tests of Manifest-Tests in 1 second 12 milliseconds 245 microseconds Beginning to run tests of Calypso-SystemQueries-Tests with random seed 193086287 Finished to run tests of Calypso-SystemQueries-Tests in 990 milliseconds 815 microseconds Beginning to run tests of Clap-Tests with random seed 479048755 Finished to run tests of Clap-Tests in 15 milliseconds 706 microseconds Beginning to run tests of Refactoring-Core-Tests with random seed 164683074 Finished to run tests of Refactoring-Core-Tests in 2 seconds 782 milliseconds 110 microseconds Beginning to run tests of System-SessionManager-Tests with random seed 848370466 Finished to run tests of System-SessionManager-Tests in 4 milliseconds 360 microseconds Beginning to run tests of Tool-ImageCleaner-Tests with random seed 882374439 Finished to run tests of Tool-ImageCleaner-Tests in 1 millisecond 193 microseconds Beginning to run tests of FileSystem-Disk-Tests with random seed 447824679 Finished to run tests of FileSystem-Disk-Tests in 2 seconds 133 milliseconds 887 microseconds Beginning to run tests of NewTools-SettingsBrowser-Tests with random seed 567489405 Finished to run tests of NewTools-SettingsBrowser-Tests in 2 seconds 331 milliseconds 407 microseconds Beginning to run tests of Beacon-Core-Tests with random seed 544016281 Finished to run tests of Beacon-Core-Tests in 2 milliseconds 39 microseconds Beginning to run tests of Collections-Stack-Tests with random seed 175533979 Finished to run tests of Collections-Stack-Tests in 2 milliseconds 955 microseconds Beginning to run tests of Ring-Definitions-Monticello-Tests with random seed 819393184 Finished to run tests of Ring-Definitions-Monticello-Tests in 4 milliseconds 394 microseconds Beginning to run tests of Equals-Tests with random seed 24715683 Finished to run tests of Equals-Tests in 28 milliseconds 5 microseconds Beginning to run tests of Collections-Strings-Tests with random seed 93361345 Finished to run tests of Collections-Strings-Tests in 700 milliseconds 32 microseconds Beginning to run tests of Roassal-Layouts-Tests with random seed 1026411392 Finished to run tests of Roassal-Layouts-Tests in 17 milliseconds 291 microseconds Beginning to run tests of Kernel-ExtraUtils with random seed 920544913 Finished to run tests of Kernel-ExtraUtils in 2 milliseconds 274 microseconds Beginning to run tests of System-Object Events-Tests with random seed 1038588820 Finished to run tests of System-Object Events-Tests in 56 milliseconds 412 microseconds Beginning to run tests of Metacello-TestsMCCore with random seed 239387344 MetacelloNotification: testFileTreeRepository: /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/temp/repo Finished to run tests of Metacello-TestsMCCore in 14 milliseconds 469 microseconds Beginning to run tests of FileSystem-Tests-Attributes with random seed 985775325 Finished to run tests of FileSystem-Tests-Attributes in 10 milliseconds 519 microseconds Beginning to run tests of Tool-Finder-Tests with random seed 788350185 Finished to run tests of Tool-Finder-Tests in 97 milliseconds 143 microseconds Beginning to run tests of Zinc-Tests with random seed 22798923 Finished to run tests of Zinc-Tests in 9 seconds 626 milliseconds 920 microseconds Beginning to run tests of Athens-Core-Tests with random seed 932397542 Finished to run tests of Athens-Core-Tests in 4 milliseconds 710 microseconds Beginning to run tests of NewTools-DocumentBrowser-GitHubResource-Tests with random seed 562174957 Finished to run tests of NewTools-DocumentBrowser-GitHubResource-Tests in 2 seconds 169 milliseconds 937 microseconds Beginning to run tests of NumberParser-Tests with random seed 419408743 Finished to run tests of NumberParser-Tests in 115 milliseconds 477 microseconds Beginning to run tests of Specific-Rules-Tests with random seed 780408026 Finished to run tests of Specific-Rules-Tests in 3 milliseconds 190 microseconds Beginning to run tests of Tool-FileList-Tests with random seed 417864159 Finished to run tests of Tool-FileList-Tests in 71 milliseconds 654 microseconds Beginning to run tests of Ring-Definitions-Tests-Containers with random seed 815719208 Finished to run tests of Ring-Definitions-Tests-Containers in 2 milliseconds 792 microseconds Beginning to run tests of Fonts-Infrastructure-Tests with random seed 715306538 Finished to run tests of Fonts-Infrastructure-Tests in 935 microseconds Beginning to run tests of Flashback-Decompiler-Tests with random seed 258146858 1 1 2 2 Finished to run tests of Flashback-Decompiler-Tests in 177 milliseconds 640 microseconds Beginning to run tests of Tools-Tests with random seed 159114716 Finished to run tests of Tools-Tests in 98 milliseconds 801 microseconds Beginning to run tests of Metacello-Gitlab-Tests with random seed 561214273 Finished to run tests of Metacello-Gitlab-Tests in 1 millisecond 257 microseconds Beginning to run tests of Tools-CodeNavigation-Tests with random seed 907057473 Finished to run tests of Tools-CodeNavigation-Tests in 13 milliseconds 18 microseconds Beginning to run tests of Debugging-Utils-Tests with random seed 992493648 Finished to run tests of Debugging-Utils-Tests in 225 milliseconds 594 microseconds Beginning to run tests of FormCanvas-Tests with random seed 50735665 Finished to run tests of FormCanvas-Tests in 2 milliseconds 971 microseconds Beginning to run tests of Ring-Definitions-Core-Tests with random seed 456983348 Finished to run tests of Ring-Definitions-Core-Tests in 35 milliseconds 649 microseconds Beginning to run tests of NECompletion-Tests with random seed 453796954 Finished to run tests of NECompletion-Tests in 141 milliseconds 162 microseconds Beginning to run tests of NewTools-Debugger-Tests with random seed 721536230 NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) Finished to run tests of NewTools-Debugger-Tests in 6 seconds 351 milliseconds 39 microseconds Beginning to run tests of Text-Tests with random seed 786447287 Finished to run tests of Text-Tests in 95 milliseconds 839 microseconds Beginning to run tests of Calypso-SystemPlugins-Critic-Queries-Tests with random seed 1049110806 Finished to run tests of Calypso-SystemPlugins-Critic-Queries-Tests in 132 milliseconds 167 microseconds Beginning to run tests of Roassal-SVG-Tests with random seed 348104093 Finished to run tests of Roassal-SVG-Tests in 6 milliseconds 555 microseconds Beginning to run tests of ReflectionMirrors-Primitives-Tests with random seed 1032538018 Finished to run tests of ReflectionMirrors-Primitives-Tests in 4 milliseconds 188 microseconds Beginning to run tests of General-Rules-Tests with random seed 986380199 Finished to run tests of General-Rules-Tests in 2 seconds 442 milliseconds 498 microseconds Beginning to run tests of Collections-Arithmetic-Tests with random seed 870354483 Finished to run tests of Collections-Arithmetic-Tests in 3 milliseconds 838 microseconds Beginning to run tests of Spec2-Commander2-Tests with random seed 660994870 Finished to run tests of Spec2-Commander2-Tests in 5 milliseconds 148 microseconds Beginning to run tests of NewTools-DocumentBrowser-Tests with random seed 30836029 Finished to run tests of NewTools-DocumentBrowser-Tests in 25 milliseconds 41 microseconds Beginning to run tests of DrTests-TestsProfiling-Tests with random seed 684427862 Finished to run tests of DrTests-TestsProfiling-Tests in 3 milliseconds 715 microseconds Beginning to run tests of Math-Operations-Extensions-Tests with random seed 1042543961 Finished to run tests of Math-Operations-Extensions-Tests in 1 millisecond 96 microseconds Beginning to run tests of Calypso-NavigationModel-Tests with random seed 297374555 Finished to run tests of Calypso-NavigationModel-Tests in 3 seconds 486 milliseconds 919 microseconds Beginning to run tests of Collections-Support-Tests with random seed 427010810 Finished to run tests of Collections-Support-Tests in 97 milliseconds 106 microseconds Beginning to run tests of Reflectivity-Tests with random seed 702738780 an ObjectFinished to run tests of Reflectivity-Tests in 1 second 902 milliseconds 608 microseconds Beginning to run tests of SUnit-Rules-Tests with random seed 785980620 Finished to run tests of SUnit-Rules-Tests in 100 milliseconds 419 microseconds Beginning to run tests of Fuel-Core-Tests with random seed 229633074 Finished to run tests of Refactoring-Transformations-Tests in 2 minutes 33 seconds 975 milliseconds 145 microseconds Beginning to run tests of Traits-Tests with random seed 757051955 Finished to run tests of Fuel-Core-Tests in 8 seconds 505 milliseconds 659 microseconds 39326 run, 39319 passes, 4 failures, 3 errors. [Pipeline] junit Recording test results SystemNotification: T1 SystemNotification: TD SystemNotification: TB SystemNotification: TC SystemNotification: TA SystemNotification: T2 SystemNotification: T6 SystemNotification: T12 SystemNotification: T11 SystemNotification: T3 SystemNotification: T9 SystemNotification: T4 SystemNotification: T10 SystemNotification: T5 SystemNotification: C1 SystemNotification: C9 SystemNotification: CA SystemNotification: C2 SystemNotification: C10 SystemNotification: C11 SystemNotification: CB SystemNotification: T6 [Pipeline] archiveArtifacts Archiving artifacts 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) Recording fingerprints Finished to run tests of Traits-Tests in 26 seconds 236 milliseconds 997 microseconds Beginning to run tests of Morphic-Widgets-FastTable-Tests with random seed 1186993 Finished to run tests of Morphic-Widgets-FastTable-Tests in 63 milliseconds 882 microseconds Beginning to run tests of Ring-ChunkImporter-Tests with random seed 756208115 Finished to run tests of Ring-ChunkImporter-Tests in 52 milliseconds 962 microseconds Beginning to run tests of ProfStef-Tests with random seed 1036147245 Finished to run tests of ProfStef-Tests in 220 milliseconds 616 microseconds Beginning to run tests of Compression-Tests with random seed 423257611 [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] fileExists [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh Finished to run tests of Compression-Tests in 3 seconds 178 milliseconds 525 microseconds Beginning to run tests of SUnit-Core with random seed 375857528 Finished to run tests of SUnit-Core in 1 millisecond 212 microseconds Beginning to run tests of DrTests-Tests with random seed 78038648 + 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 156 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testArray ... finished in 4 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testAssociation ... finished in 10 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testBag ... finished in 3 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testBitmap ... finished in 3 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testByteArrays ... finished in 3 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCharacter ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCollectionElement ... finished in 0 seconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testColor ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testColorArray ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testConsiderCustomGlobal ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicIdentitySet ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLink ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLinks ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDate ... finished in 3 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateAndTime ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 0 seconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateOffsets ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateOffsetsChanging ... finished in 0 seconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDictionary ... finished in 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 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptyOrderedCollection ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptySet ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testExceptions ... finished in 5 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 5 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFalse ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFloat ... finished in 11 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFraction ... finished in 6 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGlobalClass ... finished in 0 seconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGlobalMetaclass ... finished in 0 seconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGradientFillStyle ... finished in 3 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testInterval ... finished in 4 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLargeNegativeInteger ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLargePositiveInteger ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLotsOfCharacters ... finished in 223 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLotsOfNils ... finished in 123 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testMethodDictionary ... finished in 5 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 3 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testReadStream ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRectangle ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRemoteString ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRunArray ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testScaledDecimal ... finished in 7 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSet ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSetWithCollectionElement ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSharedReferences ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallInteger ... finished in 3 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 0 seconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerMinValue ... finished in 0 seconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerNegative ... finished in 0 seconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 71 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testString ... finished in 3 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 9 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSymbol ... finished in 4 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSystemDictionary ... finished in 3 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testTime ... finished in 20 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testTrue ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testUUID ... finished in 4 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideString ... finished in 4 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 2 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodes ... finished in 6 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesConstant ... finished in 3 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodes ... finished in 3 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesConstant ... finished in 2 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureMaterializesClassVariablesCorrectly ... finished in 9 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemoved ... finished in 4 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedConstant ... finished in 3 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedNonClean ... finished in 3 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithClassVariableRead ... finished in 7 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithGlobalVariable ... finished in 4 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithSelfSend ... finished in 3 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithTempVariableRead ... finished in 3 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithThreeArguments ... finished in 6 milliseconds starting testcase: FLBlockClosureSerializationTest>>testNestedBlockClosure ... finished in 6 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testAllRangeOfIntegers ... finished in 126 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testArray ... finished in 4 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testAssociation ... finished in 7 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testBag ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testBitmap ... finished in 6 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testByteArrays ... finished in 4 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testCharacter ... finished in 4 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testCollectionElement ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testColor ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testColorArray ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testCompiledMethod ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testConsiderCustomGlobal ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testCyclicIdentitySet ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testCyclicLink ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testCyclicLinks ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testDate ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testDateAndTime ... finished in 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 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testEmptySet ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testExceptions ... finished in 5 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 4 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testFalse ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testFloat ... finished in 9 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testFraction ... finished in 6 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testGlobalClass ... finished in 1 millisecond 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 177 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testLotsOfNils ... finished in 80 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testMethodDictionary ... finished in 5 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 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testPair ... finished in 0 seconds 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 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testRunArray ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testScaledDecimal ... finished in 6 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 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 58 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testString ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 9 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSymbol ... finished in 4 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSystemDictionary ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testTime ... finished in 16 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 4 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testWideStringClassName ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testWordArray ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testWriteStream ... finished in 2 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testDoIt ... finished in 6 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testInstalled ... finished in 2 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testInstalledModified ... finished in 3 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testMethodAccessingAClassVariable ... finished in 3 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testMethodAccessingAClassVariableInADoit ... finished in 3 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testNotInstalled ... finished in 4 milliseconds starting testcase: FLConfigurationTest>>testDecorateStreamFactory ... finished in 1 millisecond starting testcase: FLConfigurationTest>>testDecorateStreamFactoryMustAcceptSingleArgument ... finished in 0 seconds starting testcase: FLConfigurationTest>>testDecorateStreamFactoryMustBeBlock ... finished in 0 seconds starting testcase: FLConfigurationTest>>testDecorateStreamFactoryWhenStreamFactoryNotSet ... finished in 0 seconds starting testcase: FLConfigurationTest>>testEnvironment ... finished in 0 seconds starting testcase: FLConfigurationTest>>testEnvironmentDefault ... finished in 0 seconds starting testcase: FLConfigurationTest>>testEnvironmentHasAtLeastUndefinedObject ... finished in 0 seconds starting testcase: FLConfigurationTest>>testEnvironmentWhenAlreadySet ... finished in 0 seconds starting testcase: FLConfigurationTest>>testFilePath ... finished in 1 millisecond starting testcase: FLConfigurationTest>>testFilePathWhenStreamFactoryAlreadySet ... finished in 0 seconds starting testcase: FLConfigurationTest>>testFilePathWrong ... finished in 0 seconds starting testcase: FLConfigurationTest>>testOnStream ... finished in 2 milliseconds starting testcase: FLConfigurationTest>>testOnStreamDoesNotCloseStream ... finished in 1 millisecond starting testcase: FLConfigurationTest>>testOnStreamWithReuse ... finished in 1 millisecond starting testcase: FLConfigurationTest>>testOnStreamWrong ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFactory ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFactoryDefault ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFactoryMustAcceptNoArguments ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFactoryMustBeBlock ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFactoryWhenAlreadySet ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFinalizer ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFinalizerDefault ... finished in 4 milliseconds starting testcase: FLConfigurationTest>>testStreamFinalizerMustAcceptSingleArgument ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFinalizerMustBeBlock ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFinalizerWhenAlreadySet ... finished in 0 seconds starting testcase: FLContextSerializationTest>>testContext ... finished in 3 milliseconds starting testcase: FLContextSerializationTest>>testContextThisContext ... finished in 4 milliseconds starting testcase: FLContextSerializationTest>>testContextWithClosure ... finished in 4 milliseconds starting testcase: FLContextSerializationTest>>testContextWithClosureAndSender ... finished in 4 milliseconds starting testcase: FLContextSerializationTest>>testContextWithClosureContextWithOutPointerTesting ... finished in 5 milliseconds starting testcase: FLContextSerializationTest>>testContextWithNilPc ... finished in 3 milliseconds starting testcase: FLContextSerializationTest>>testContextWithSender ... finished in 2 milliseconds starting testcase: FLContextSerializationTest>>testContextWithTemp ... finished in 2 milliseconds starting testcase: FLContextSerializationTest>>testDoIt ... finished in 19 milliseconds starting testcase: FLConvenienceExtensionTest>>testObjectSerializeOn ... finished in 1 millisecond starting testcase: FLConvenienceExtensionTest>>testObjectSerializeToByteArray ... finished in 1 millisecond starting testcase: FLConvenienceExtensionTest>>testObjectSerializeToFileNamed ... finished in 1 millisecond starting testcase: FLCreateClassSerializationTest>>testAnonymousBehaviorIsSerializable ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testAnonymousObjectIsSerializable ... finished in 5 milliseconds starting testcase: FLCreateClassSerializationTest>>testCompiledMethodClassBinding ... finished in 9 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateBasic ... finished in 4 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateByteArrayWithInstance ... finished in 0 seconds starting testcase: FLCreateClassSerializationTest>>testCreateClassAndMetaclass ... finished in 4 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithClassSideVariable ... finished in 8 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithClassVariable ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithCreatedTrait ... finished in 63 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithCreatedTraitWithInstanceVariable ... finished in 74 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithInstance ... finished in 9 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPool ... finished in 5 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPoolAndMethodReferencingAClassVariableOfIt ... finished in 10 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPoolAndMethodReferencingIt ... finished in 8 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithVariables ... finished in 5 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateCompiledMethodClass ... finished in 4 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateHierarchy ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateHierarchyWithExistingClasses ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateHierarchyWithSubclassSerializedBeforeSuperclass ... finished in 9 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateNormalClass ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateSharedPoolClass ... finished in 7 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateVariableByteClass ... finished in 3 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateVariableClass ... finished in 4 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateVariableWordClass ... finished in 7 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWeakClass ... finished in 5 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithClassSideInitializeMethod ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithClassSideMethod ... finished in 5 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithClassTrait ... finished in 111 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithClassVariableAccessors ... finished in 7 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithComment ... finished in 5 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithExternalTrait ... finished in 45 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithInstance ... finished in 5 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithInternalTrait ... finished in 56 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithMethod ... finished in 7 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithNilEnvironment ... finished in 4 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithSmalltalkGlobalsEnvironment ... finished in 5 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithSubclass ... finished in 4 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithTraitOnClassSide ... finished in 43 milliseconds starting testcase: FLCreateClassSerializationTest>>testDoesNotCreatePackage ... finished in 4 milliseconds starting testcase: FLCreateClassSerializationTest>>testMaterializationDoesNotModifySerializedClass ... finished in 12 milliseconds starting testcase: FLCreateClassSerializationTest>>testSerializeAnonymousSubclass ... finished in 5 milliseconds starting testcase: FLCreateTraitSerializationTest>>testAnonymousBehaviorIsSerializable ... finished in 59 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCompiledMethodClassBinding ... finished in 31 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateBasic ... finished in 27 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithClassSideMethod ... finished in 37 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithClassTrait ... finished in 45 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithComment ... finished in 31 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithExternalTrait ... finished in 45 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithInstance ... finished in 57 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithInternalTrait ... finished in 65 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithMethod ... finished in 42 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithTraitOnClassSide ... finished in 44 milliseconds starting testcase: FLCreateTraitSerializationTest>>testDoesNotCreatePackage ... finished in 30 milliseconds starting testcase: FLDecoderTest>>testNextEncodedInt24 ... finished in 0 seconds starting testcase: FLDecoderTest>>testNextEncodedInt32 ... finished in 0 seconds starting testcase: FLDecoderTest>>testNextEncodedInt64 ... finished in 0 seconds starting testcase: FLDecoderTest>>testNextEncodedUint16 ... finished in 0 seconds starting testcase: FLDecoderTest>>testNextEncodedUint24 ... finished in 0 seconds starting testcase: FLDecoderTest>>testNextEncodedUint32 ... finished in 0 seconds starting testcase: FLDecoderTest>>testNextEncodedUint64 ... finished in 0 seconds starting testcase: FLDecoderTest>>testNextEncodedUint8 ... finished in 0 seconds starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith16Bits ... finished in 0 seconds starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith24Bits ... finished in 0 seconds starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith32Bits ... finished in 0 seconds starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith64Bits ... finished in 0 seconds starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith8Bits ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeInt24 ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeInt24Truncated ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeInt32 ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeInt32Truncated ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeInt64 ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeInt64Truncated ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUInt8 ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUInt8Truncated ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUint16 ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUint16Truncated ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUint24 ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUint24Truncated ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUint32 ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUint32Truncated ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUint64 ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUint64Truncated ... finished in 0 seconds starting testcase: FLEphemeronTest>>testEphemeronSupport ... finished in 9 milliseconds starting testcase: FLEphemeronTest>>testSupportForFinalizationRegistryEntry ... finished in 0 seconds starting testcase: FLEphemeronTest>>testSupportForWeakKeyAssociation ... finished in 0 seconds starting testcase: FLEphemeronTest>>testWeakKeyAssociationMourningBeforeMaterialization ... finished in 117 milliseconds starting testcase: FLEphemeronTest>>testWeakKeyAssociationMourningBeforeSerialization ... finished in 57 milliseconds starting testcase: FLEphemeronTest>>testWeakKeyAssociationWithStrongReference ... finished in 116 milliseconds starting testcase: FLEphemeronTest>>testWeakKeyAssociationWithStrongReferenceInGraph ... finished in 117 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testAllRangeOfIntegers ... finished in 58 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testArray ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testAssociation ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testBag ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testBitmap ... finished in 4 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testByteArrays ... finished in 4 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCharacter ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCollectionElement ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testColor ... finished in 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 1 millisecond 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 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptyDictionary ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptyOrderedCollection ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptySet ... finished in 0 seconds 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 8 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFraction ... finished in 6 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGlobalClass ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGlobalMetaclass ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGradientFillStyle ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testInterval ... finished in 4 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLargeNegativeInteger ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLargePositiveInteger ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLotsOfCharacters ... finished in 162 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLotsOfNils ... finished in 72 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testMethodDictionary ... finished in 5 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testNestedDictionary ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testNil ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testNotSerializableObject ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testOrderedCollection ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testPair ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testPoint ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testReadStream ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRectangle ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRemoteString ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRunArray ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testScaledDecimal ... finished in 6 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSet ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSetWithCollectionElement ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSharedReferences ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallInteger ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerMinValue ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerNegative ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 57 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testString ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 8 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSymbol ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSystemDictionary ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testTime ... finished in 18 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 4 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 124 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 5 milliseconds starting testcase: FLFullBasicSerializationTest>>testByteArrays ... finished in 4 milliseconds starting testcase: FLFullBasicSerializationTest>>testCharacter ... finished in 3 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 0 seconds starting testcase: FLFullBasicSerializationTest>>testColor ... finished in 3 milliseconds starting testcase: FLFullBasicSerializationTest>>testColorArray ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testCompiledMethod ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testConsiderCustomGlobal ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testConsiderGlobalAClass ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testConsiderGlobalAnObject ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testCreateClassWithChangedSuperclassFormat ... finished in 24 milliseconds starting testcase: FLFullBasicSerializationTest>>testCyclicIdentitySet ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testCyclicLink ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testCyclicLinks ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testDate ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testDateAndTime ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testDateOffsets ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testDateOffsetsChanging ... finished in 0 seconds 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 0 seconds starting testcase: FLFullBasicSerializationTest>>testEmptySet ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testExceptions ... finished in 4 milliseconds starting testcase: FLFullBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 3 milliseconds starting testcase: FLFullBasicSerializationTest>>testFalse ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testFloat ... finished in 9 milliseconds starting testcase: FLFullBasicSerializationTest>>testFraction ... finished in 6 milliseconds starting testcase: FLFullBasicSerializationTest>>testGlobalClass ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testGlobalMetaclass ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testGradientFillStyle ... finished in 3 milliseconds starting testcase: FLFullBasicSerializationTest>>testInterval ... finished in 5 milliseconds starting testcase: FLFullBasicSerializationTest>>testLargeNegativeInteger ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testLargePositiveInteger ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testLotsOfCharacters ... finished in 167 milliseconds starting testcase: FLFullBasicSerializationTest>>testLotsOfNils ... finished in 73 milliseconds starting testcase: FLFullBasicSerializationTest>>testMethodDictionaries ... finished in 2 seconds 188 milliseconds starting testcase: FLFullBasicSerializationTest>>testMethodDictionary ... finished in 5 milliseconds starting testcase: FLFullBasicSerializationTest>>testNestedDictionary ... finished in 3 milliseconds starting testcase: FLFullBasicSerializationTest>>testNil ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testNotSerializableObject ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testOrderedCollection ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testPair ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testPoint ... finished in 3 milliseconds starting testcase: FLFullBasicSerializationTest>>testReadStream ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testRectangle ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testRemoteString ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testRunArray ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testScaledDecimal ... finished in 10 milliseconds starting testcase: FLFullBasicSerializationTest>>testSet ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testSetWithCollectionElement ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testSharedReferences ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testSmallInteger ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testSmallIntegerMinValue ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testSmallIntegerNegative ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 58 milliseconds starting testcase: FLFullBasicSerializationTest>>testSmalltalkGlobalAssociation ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testString ... finished in 3 milliseconds starting testcase: FLFullBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 8 milliseconds starting testcase: FLFullBasicSerializationTest>>testSymbol ... finished in 3 milliseconds starting testcase: FLFullBasicSerializationTest>>testSystemDictionary ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testTime ... finished in 19 milliseconds starting testcase: FLFullBasicSerializationTest>>testTrue ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testUUID ... finished in 4 milliseconds starting testcase: FLFullBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testWideString ... finished in 4 milliseconds starting testcase: FLFullBasicSerializationTest>>testWideStringClassName ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testWordArray ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testWriteStream ... finished in 1 millisecond starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodes ... finished in 7 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesConstant ... finished in 4 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesNonClean ... finished in 6 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesConstant ... finished in 3 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemoved ... finished in 3 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedConstant ... finished in 3 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedNonClean ... finished in 4 milliseconds starting testcase: FLFullHeaderSerializationTest>>testAdditionalObjects ... finished in 2 milliseconds starting testcase: FLFullHeaderSerializationTest>>testJustMaterializeHeader ... finished in 2 milliseconds starting testcase: FLFullHeaderSerializationTest>>testPostMaterializationActions ... finished in 24 milliseconds starting testcase: FLFullHeaderSerializationTest>>testPostMaterializationActionsMustBeClean ... finished in 1 millisecond starting testcase: FLFullHeaderSerializationTest>>testPreMaterializationActions ... finished in 11 milliseconds starting testcase: FLFullHeaderSerializationTest>>testPreMaterializationActionsMustBeClean ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testAllRangeOfIntegers ... finished in 103 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testArray ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testAssociation ... finished in 5 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testBag ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testBitmap ... finished in 18 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testByteArray ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testByteArrays ... finished in 5 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testCharacter ... finished in 3 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 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testCompleteBinaryTree ... finished in 89 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 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testDate ... finished in 4 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testDateAndTime ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 0 seconds starting testcase: FLGZippedBasicSerializationTest>>testDateOffsets ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testDateOffsetsChanging ... finished in 0 seconds starting testcase: FLGZippedBasicSerializationTest>>testDictionary ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testDuration ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testEmptyArray ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testEmptyDictionary ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testEmptyOrderedCollection ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testEmptySet ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testExceptions ... finished in 6 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 5 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testFalse ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testFloat ... finished in 11 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testFraction ... finished in 7 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testGlobalClass ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testGlobalMetaclass ... finished in 0 seconds starting testcase: FLGZippedBasicSerializationTest>>testGradientFillStyle ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testInterval ... finished in 5 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testLargeNegativeInteger ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testLargePositiveInteger ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testLotsOfCharacters ... finished in 408 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testLotsOfNils ... finished in 78 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testMethodDictionary ... finished in 4 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testNestedDictionary ... finished in 3 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 107 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testPoint ... finished in 4 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testReadStream ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testRectangle ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testRemoteString ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testRunArray ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testScaledDecimal ... finished in 8 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSet ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testSetWithCollectionElement ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testSharedReferences ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testSmallInteger ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 0 seconds starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerMinValue ... finished in 0 seconds starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerNegative ... finished in 0 seconds starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 75 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testString ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 11 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSymbol ... finished in 4 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSystemDictionary ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testTime ... finished in 20 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testTrue ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testUUID ... finished in 4 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testWideString ... finished in 8 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testWideStringClassName ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds starting testcase: FLGZippedBasicSerializationTest>>testWordArray ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testWriteStream ... finished in 1 millisecond starting testcase: FLGlobalClassSerializationTest>>testClassSideMethodNotFoundAfterRemoval ... finished in 4 milliseconds starting testcase: FLGlobalClassSerializationTest>>testClassSideMethodPreservesIdentity ... finished in 2 milliseconds starting testcase: FLGlobalClassSerializationTest>>testClassSideObsolete ... finished in 1 millisecond starting testcase: FLGlobalClassSerializationTest>>testClassSidePreservesIdentity ... finished in 1 millisecond starting testcase: FLGlobalClassSerializationTest>>testInstanceOfAnObsoleteClass ... finished in 1 millisecond starting testcase: FLGlobalClassSerializationTest>>testMethodNotFoundAfterRemoval ... finished in 1 millisecond starting testcase: FLGlobalClassSerializationTest>>testMethodPreservesIdentity ... finished in 1 millisecond starting testcase: FLGlobalClassSerializationTest>>testNotFoundAfterRemoval ... finished in 2 milliseconds starting testcase: FLGlobalClassSerializationTest>>testNotFoundAfterRename ... finished in 1 millisecond starting testcase: FLGlobalClassSerializationTest>>testObsolete ... finished in 1 millisecond starting testcase: FLGlobalClassSerializationTest>>testPreservesIdentity ... finished in 1 millisecond starting testcase: FLGlobalEnvironmentTest>>testClassSideCompiledMethod ... finished in 3 milliseconds starting testcase: FLGlobalEnvironmentTest>>testCompiledMethod ... finished in 2 milliseconds starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChanged ... finished in 3 milliseconds starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChangedConstant ... finished in 3 milliseconds starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChangedNonClean ... finished in 4 milliseconds starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodNotChangedConstant ... finished in 2 milliseconds starting testcase: FLGlobalEnvironmentTest>>testConsiderCustomGlobal ... finished in 0 seconds starting testcase: FLGlobalEnvironmentTest>>testConsiderCustomGlobalNotFound ... finished in 0 seconds starting testcase: FLGlobalEnvironmentTest>>testDontConsiderCustomGlobal ... finished in 0 seconds starting testcase: FLGlobalEnvironmentTest>>testGlobalClass ... finished in 0 seconds starting testcase: FLGlobalEnvironmentTest>>testGlobalClassNotFound ... finished in 0 seconds starting testcase: FLGlobalEnvironmentTest>>testGlobalMetaclass ... finished in 0 seconds starting testcase: FLGlobalEnvironmentTest>>testGlobalMetaclassNotFound ... finished in 0 seconds starting testcase: FLGlobalSendSerializationTest>>testBasic ... finished in 0 seconds starting testcase: FLGlobalSendSerializationTest>>testGlobalNotFound ... finished in 0 seconds starting testcase: FLGlobalTraitSerializationTest>>testClassSideMethodNotFoundAfterRemoval ... finished in 9 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testClassSideMethodPreservesIdentity ... finished in 8 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testClassSideObsolete ... finished in 6 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testClassSidePreservesIdentity ... finished in 6 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testCreateClassWithCreatedTraitWithInstanceVariable ... finished in 26 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testMethodNotFoundAfterRemoval ... finished in 7 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testMethodPreservesIdentity ... finished in 8 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testNotFoundAfterRemoval ... finished in 7 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testNotFoundAfterRename ... finished in 6 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testObsolete ... finished in 6 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testPreservesIdentity ... finished in 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 11 milliseconds starting testcase: FLHeaderSerializationTest>>testPreMaterializationActionsMustBeClean ... finished in 1 millisecond starting testcase: FLHookedSubstitutionTest>>testAvoidRecursion ... finished in 1 millisecond starting testcase: FLHookedSubstitutionTest>>testClassWithCachedValueByNil ... finished in 6 milliseconds starting testcase: FLHookedSubstitutionTest>>testObjectByProxyThatBecomesItsContent ... finished in 4 milliseconds starting testcase: FLHookedSubstitutionTest>>testProxyByTarget ... finished in 2 milliseconds starting testcase: FLHookedSubstitutionTest>>testProxyByTargetAnalisysIsPropagated ... finished in 4 milliseconds starting testcase: FLHookedSubstitutionTest>>testProxyByTargetInsideObjectAndAnalisysIsPropagated ... finished in 3 milliseconds starting testcase: FLHookedSubstitutionTest>>testProxyInsideObjectByTarget ... finished in 2 milliseconds starting testcase: FLHookedSubstitutionTest>>testSpecialObjectsArray ... finished in 1 millisecond starting testcase: FLHookedSubstitutionTest>>testSubstituteByItself ... finished in 2 milliseconds starting testcase: FLHookedSubstitutionTest>>testTransientByNil ... finished in 2 milliseconds starting testcase: FLIgnoredVariablesTest>>testAllVariablesIgnored ... finished in 4 milliseconds starting testcase: FLIgnoredVariablesTest>>testIgnoredValueIsNotMaterialized ... finished in 2 milliseconds starting testcase: FLIgnoredVariablesTest>>testOneIgnoredVariable ... finished in 3 milliseconds starting testcase: FLIgnoredVariablesTest>>testTwoIgnoredVariables ... finished in 2 milliseconds starting testcase: FLIndexStreamTest>>testCreation ... finished in 0 seconds starting testcase: FLIndexStreamTest>>testNextIndex ... finished in 0 seconds starting testcase: FLIndexStreamTest>>testNextIndexPut ... finished in 0 seconds starting testcase: FLLimitingSerializationTest>>testDepthAndObjectLimit ... finished in 1 millisecond starting testcase: FLLimitingSerializationTest>>testDepthLimit ... finished in 1 millisecond starting testcase: FLLimitingSerializationTest>>testEnableObjectsLimitWarning ... finished in 1 millisecond starting testcase: FLLimitingSerializationTest>>testEnableObjectsLimitWarningWithDepthLimit ... finished in 1 millisecond 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 1 millisecond starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFrom ... finished in 2 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 2 milliseconds starting testcase: FLMaterializerTest>>testMaterializeHeader ... finished in 2 milliseconds starting testcase: FLMaterializerTest>>testMaterializeObjectCollection ... finished in 4 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 3 milliseconds starting testcase: FLMigrationTest>>testChangeInSuperclass ... finished in 53 milliseconds starting testcase: FLMigrationTest>>testClassAndVariableRename ... finished in 11 milliseconds starting testcase: FLMigrationTest>>testClassRename ... finished in 2 milliseconds starting testcase: FLMigrationTest>>testFormatFixedToVariable ... finished in 0 seconds starting testcase: FLMigrationTest>>testSuperclassChange ... finished in 10 milliseconds starting testcase: FLMigrationTest>>testVariableInsertion ... finished in 10 milliseconds starting testcase: FLMigrationTest>>testVariableOrderChange ... finished in 10 milliseconds starting testcase: FLMigrationTest>>testVariableRemoved ... finished in 10 milliseconds starting testcase: FLMigrationTest>>testVariableRename ... finished in 10 milliseconds starting testcase: FLPluggableSubstitutionTest>>testAvoidRecursion ... finished in 0 seconds starting testcase: FLPluggableSubstitutionTest>>testLowercaseSomeSymbols ... finished in 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 1 millisecond starting testcase: FLPluggableSubstitutionTest>>testTransientPairLeft ... finished in 1 millisecond starting testcase: FLPluggableSubstitutionTest>>testUniqueSubstitution ... finished in 1 millisecond starting testcase: FLProcessSerializationTest>>testSerializingShortDelay ... finished in 135 milliseconds starting testcase: FLSequencedSerializationTest>>testComplexObjects ... finished in 18 milliseconds starting testcase: FLSequencedSerializationTest>>testPrimitiveObjects ... finished in 20 milliseconds starting testcase: FLSerializerConvenienceMethodsTest>>testSerializeOn ... finished in 2 milliseconds starting testcase: FLSerializerConvenienceMethodsTest>>testSerializeToByteArray ... finished in 2 milliseconds starting testcase: FLSerializerConvenienceMethodsTest>>testToFileNamed ... finished in 2 milliseconds starting testcase: FLSerializerTest>>testAddPostMaterializationAction ... finished in 1 millisecond starting testcase: FLSerializerTest>>testAddPostMaterializationActionCanAcceptThreeArguments ... finished in 1 millisecond starting testcase: FLSerializerTest>>testAddPostMaterializationActionMustBeBlock ... finished in 0 seconds starting testcase: FLSerializerTest>>testAddPostMaterializationActionMustBeCleanBlock ... finished in 0 seconds starting testcase: FLSerializerTest>>testAddPreMaterializationAction ... finished in 0 seconds starting testcase: FLSerializerTest>>testAddPreMaterializationActionCanAcceptTwoArguments ... finished in 0 seconds starting testcase: FLSerializerTest>>testAddPreMaterializationActionMustBeBlock ... finished in 0 seconds starting testcase: FLSerializerTest>>testAddPreMaterializationActionMustBeCleanBlock ... finished in 0 seconds starting testcase: FLSerializerTest>>testAtPutAdditionalObject ... finished in 0 seconds starting testcase: FLSerializerTest>>testEnableLimitObjectsException ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeAllBehaviors ... finished in 7 milliseconds starting testcase: FLSerializerTest>>testFullySerializeAllBehaviorsMustBeCollection ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeAllMethods ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeAllMethodsMustBeCollection ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeBehavior ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeBehaviorMustBeBehavior ... finished in 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 1 millisecond starting testcase: FLSerializerTest>>testLimitDepthTo ... finished in 0 seconds starting testcase: FLSerializerTest>>testLimitObjectsTo ... finished in 0 seconds starting testcase: FLSerializerTest>>testLookUpAllInGlobalsMustBeCollection ... finished in 0 seconds starting testcase: FLSerializerTest>>testLookUpInGlobalsMustBeGlobal ... finished in 1 millisecond starting testcase: FLSerializerTest>>testLookUpInGlobalsSymbolKey ... finished in 0 seconds starting testcase: FLSerializerTest>>testLookupAllInGlobals ... finished in 0 seconds starting testcase: FLSerializerTest>>testObject ... finished in 0 seconds starting testcase: FLSerializerTest>>testObjectCollection ... finished in 0 seconds starting testcase: FLSerializerTest>>testObjectCollectionMustBeCollection ... finished in 0 seconds starting testcase: FLSerializerTest>>testObjectCollectionWhenAlreadySet ... finished in 0 seconds starting testcase: FLSerializerTest>>testObjectWhenAlreadySet ... finished in 0 seconds starting testcase: FLSerializerTest>>testWhenSubstituteBy ... finished in 0 seconds starting testcase: FLSerializerTest>>testWhenSubstituteByMustAcceptSingleArgument ... finished in 0 seconds starting testcase: FLSerializerTest>>testWhenSubstituteByMustBeBlocks ... finished in 0 seconds starting testcase: FLSignatureTest>>testBadSignature ... finished in 0 seconds starting testcase: FLSignatureTest>>testSameSignature ... finished in 0 seconds starting testcase: FLSimpleStackTest>>testCapacity ... finished in 0 seconds starting testcase: FLSimpleStackTest>>testGrow ... finished in 0 seconds starting testcase: FLSimpleStackTest>>testIsEmpty ... finished in 0 seconds starting testcase: FLSimpleStackTest>>testPop ... finished in 0 seconds starting testcase: FLSimpleStackTest>>testPush ... finished in 0 seconds starting testcase: FLSingletonTest>>testSingletonMaterialization ... finished in 1 millisecond starting testcase: FLSingletonTest>>testSingletonMaterializationEnforced ... finished in 1 millisecond starting testcase: FLSingletonTest>>testSingletonMaterializationEnforcedNoInstance ... finished in 1 millisecond starting testcase: FLSortedCollectionSerializationTest>>testSortedCollection ... finished in 10 milliseconds starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithClassVariableChanges ... finished in 7 milliseconds starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithClassVariableReference ... finished in 4 milliseconds starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithInstanceVariableReference ... finished in 5 milliseconds starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithInstanceVariableReferenceChange ... finished in 5 milliseconds starting testcase: FLUserGuidesTest>>testByteArrayStream ... finished in 1 millisecond starting testcase: FLUserGuidesTest>>testConsiderGlobal ... finished in 2 milliseconds starting testcase: FLUserGuidesTest>>testDemo ... finished in 6 milliseconds starting testcase: FLUserGuidesTest>>testFileShortcuts ... finished in 1 millisecond starting testcase: FLUserGuidesTest>>testGZip ... finished in 2 milliseconds starting testcase: FLUserGuidesTest>>testPluggableSubstitution ... finished in 1 millisecond starting testcase: FLVersionTest>>testDifferentMajor ... finished in 1 millisecond starting testcase: FLVersionTest>>testDifferentMinor ... finished in 1 millisecond starting testcase: FLVersionTest>>testDifferentPatch ... finished in 1 millisecond starting testcase: FLVersionTest>>testEquals ... finished in 0 seconds starting testcase: FLVersionTest>>testLessThanOrEqual ... finished in 0 seconds starting testcase: FLVersionTest>>testNotEqual ... finished in 0 seconds starting testcase: FLVersionTest>>testSameVersion ... finished in 0 seconds starting testcase: FLWeakObjectsTest>>testAssociationWithWeak ... finished in 3 milliseconds starting testcase: FLWeakObjectsTest>>testWeakAndNoStrongReferenceFromGraph ... finished in 5 milliseconds starting testcase: FLWeakObjectsTest>>testWeakWithStrongReferenceFromGraph ... finished in 5 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... Finished to run tests of DrTests-Tests in 393 milliseconds 870 microseconds Beginning to run tests of Debugger-Model-Tests with random seed 229814787 [WS-CLEANUP] done [Pipeline] dir Running in /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64 [Pipeline] { [Pipeline] unstash Finished to run tests of Debugger-Model-Tests in 701 milliseconds 490 microseconds Beginning to run tests of Spec2-Backend-Tests with random seed 337841858 [Pipeline] sh + bash -c 'bootstrap/scripts/runKernelTests.sh 64 Tests-osx-64Kernel' +++ dirname bootstrap/scripts/runKernelTests.sh ++ cd bootstrap/scripts ++ pwd -P + SCRIPTS=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts + . /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts/envvars.sh ++ '[' -z x ']' ++ '[' -z ']' ++ echo 'BOOTSTRAP_ARCH not specified, defaulting to 64' BOOTSTRAP_ARCH not specified, defaulting to 64 ++ export BOOTSTRAP_ARCH=64 ++ BOOTSTRAP_ARCH=64 ++ '[' -z ']' ++++ dirname /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts/envvars.sh +++ cd /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts/../.. +++ pwd -P ++ export BOOTSTRAP_REPOSITORY=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64 ++ BOOTSTRAP_REPOSITORY=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64 +++ pwd -P ++ ROOT_DIR=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build ++ '[' -z ']' ++ BOOTSTRAP_CACHE=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache ++ export BOOTSTRAP_CACHE ++ '[' -z ']' ++ BOOTSTRAP_DOWNLOADS=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-downloads ++ export BOOTSTRAP_DOWNLOADS ++ '[' -z ']' ++ VM='/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-downloads/vmtarget/pharo --headless' ++ VM_BOOTSTRAP='/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-downloads/vmBootstrap/pharo --headless' ++ IMAGE_FLAGS=--no-default-preferences ++++ dirname /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts/envvars.sh +++ cd /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts +++ pwd -P ++ . /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts/envversion.sh + CACHE=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache + find /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-fa9e2f8.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-traits-64bit-fa9e2f8.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa9e2f8.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-core-64bit-fa9e2f8.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-compiler-64bit-fa9e2f8.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello-64bit-fa9e2f8.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-64bit-fa9e2f8.sources /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-fa9e2f8.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-metacello-64bit-fa9e2f8.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-rpackage-64bit-fa9e2f8.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-fa9e2f8.zip ++ cut -d- -f 1-2 +++ find /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache -name 'Pharo*.zip' +++ head -n 1 ++ basename /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-fa9e2f8.zip + TEST_NAME_PREFIX=Pharo13.0-SNAPSHOT ++ echo Pharo13.0-SNAPSHOT ++ cut -d. -f 1 ++ cut -d- -f 1 ++ cut -c6- + TEST_VM_VERSION=130 + TEST_VM_KIND=vmLatest + /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts/getPharoVM.sh 130 vmLatest 64 + '[' 3 -lt 1 ']' + export PHARO=130 + PHARO=130 + export VM=vmLatest + VM=vmLatest + export ARCHITECTURE=64 + ARCHITECTURE=64 + export RETRY_REMAINING=3 + RETRY_REMAINING=3 + wget --quiet -O - get.pharo.org/64/vmLatest130 + bash Downloading the latest pharoVM: http://files.pharo.org/get-files/130/pharo-vm-Darwin-arm64-latest.zip pharo-vm/Pharo.app/Contents/MacOS/Pharo Creating starter scripts pharo and pharo-ui + '[' 0 -eq 0 ']' + echo 'VM downloaded' VM downloaded ++ find /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache -name 'Pharo13.0-SNAPSHOT-bootstrap-64bit-*.zip' + IMAGE_ARCHIVE=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-fa9e2f8.zip + unzip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-fa9e2f8.zip Archive: /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-fa9e2f8.zip inflating: Pharo13.0-SNAPSHOT-bootstrap-64bit-fa9e2f8.image ++ find . -name Pharo13.0-SNAPSHOT-bootstrap-64bit-fa9e2f8.image + IMAGE_FILE=./Pharo13.0-SNAPSHOT-bootstrap-64bit-fa9e2f8.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-fa9e2f8.zip + unzip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-fa9e2f8.zip Archive: /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-fa9e2f8.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-fa9e2f8.zip + unzip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-fa9e2f8.zip Archive: /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-fa9e2f8.zip inflating: protocolsKernel.txt + mv ./Pharo13.0-SNAPSHOT-bootstrap-64bit-fa9e2f8.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: #(#StartupPreferencesLoader #Time #DateAndTime #FileSystem #Unicode #Date #FileAttributeNotSupported #Duration #FileLocator) + ./pharo bootstrap.image loadHermes System-Time.hermes AST-Core.hermes InitializePackagesCommandLineHandler.hermes Random-Core.hermes System-Model.hermes System-NumberPrinting.hermes --save --no-fail-on-undeclared --on-duplication=ignore SystemNotification: [Hermes] Reading System-Time.hermes SystemNotification: [Hermes] Installing System-Time.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #FileAttributeNotSupported #Unicode #FileLocator) SystemNotification: [Hermes] Reading AST-Core.hermes SystemNotification: [Hermes] Installing AST-Core.hermes SystemNotification: New Undeclared created... check dependencies: #(#Halt) SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #Halt #FileAttributeNotSupported #Unicode #FileLocator) SystemNotification: [Hermes] Reading InitializePackagesCommandLineHandler.hermes SystemNotification: [Hermes] Installing InitializePackagesCommandLineHandler.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #Halt #FileAttributeNotSupported #Unicode #FileLocator) SystemNotification: [Hermes] Reading Random-Core.hermes SystemNotification: [Hermes] Installing Random-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #Halt #FileAttributeNotSupported #Unicode #FileLocator) SystemNotification: [Hermes] Reading System-Model.hermes SystemNotification: [Hermes] Installing System-Model.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #Halt #FileAttributeNotSupported #Unicode #FileLocator) SystemNotification: [Hermes] Reading System-NumberPrinting.hermes SystemNotification: [Hermes] Installing System-NumberPrinting.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #Halt #FileAttributeNotSupported #Unicode #FileLocator) + ./pharo bootstrap.image perform --save ChronologyConstants initialize ChronologyConstants + ./pharo bootstrap.image perform --save DateAndTime initialize DateAndTime + ./pharo bootstrap.image initializePackages --packages --protocols=protocolsKernel.txt --save + ./pharo bootstrap.image loadHermes Traits.hermes --save SystemNotification: [Hermes] Reading Traits.hermes SystemNotification: [Hermes] Installing Traits.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #Halt #FileAttributeNotSupported #Unicode #FileLocator) + ./pharo bootstrap.image loadHermes Debugging-Utils.hermes SUnit-Core.hermes JenkinsTools-Core.hermes JenkinsTools-Core.hermes SUnit-Tests.hermes --save --no-fail-on-undeclared --on-duplication=ignore SystemNotification: [Hermes] Reading Debugging-Utils.hermes SystemNotification: [Hermes] Installing Debugging-Utils.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #FileAttributeNotSupported #Unicode #FileLocator) SystemNotification: [Hermes] Reading SUnit-Core.hermes SystemNotification: [Hermes] Installing SUnit-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #FileAttributeNotSupported #Unicode #FileLocator) SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #FileAttributeNotSupported #Unicode #FileLocator) SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #FileAttributeNotSupported #Unicode #FileLocator) SystemNotification: [Hermes] Reading SUnit-Tests.hermes SystemNotification: [Hermes] Installing SUnit-Tests.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #FileAttributeNotSupported #Unicode #FileLocator) + ./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 505727491 Finished to run tests of SUnit-Core in 1 millisecond 523 microseconds Beginning to run tests of SUnit-Tests with random seed 400850438 Finished to run tests of SUnit-Tests in 3 seconds 798 milliseconds 289 microseconds 322 run, 322 passes, 0 failures, 0 errors. [Pipeline] junit Recording test results [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] archiveArtifacts Archiving artifacts ‘*.fuel’ doesn’t match anything No artifacts found that match the file pattern "*.fuel". Configuration error? [Pipeline] fileExists [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh + mv progress.log progress-Tests-osx-64Kernel.log [Pipeline] sh + cat progress-Tests-osx-64Kernel.log running suite: SUnit-Tests starting testcase: ClassFactoryForTestCaseTest>>testClassCreationInDifferentTags ... finished in 1 millisecond starting testcase: ClassFactoryForTestCaseTest>>testMultipleClassCreation ... finished in 1 millisecond starting testcase: ClassFactoryForTestCaseTest>>testPackageCleanUp ... finished in 1 millisecond starting testcase: ClassFactoryForTestCaseTest>>testSingleClassCreation ... finished in 1 millisecond starting testcase: ClassFactoryForTestCaseTest>>testSingleTraitCreation ... finished in 5 milliseconds starting testcase: ClassFactoryForTestCaseTest>>testTraitCreationInDifferentCategories ... finished in 17 milliseconds starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testClassCreationInDifferentTags ... finished in 0 seconds starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testMultipleClassCreation ... finished in 0 seconds starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testPackageCleanUp ... finished in 0 seconds starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testSingleClassCreation ... finished in 0 seconds starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testSingleTraitCreation ... finished in 3 milliseconds starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testTraitCreationInDifferentCategories ... finished in 17 milliseconds starting testcase: ExampleSetTest>>testAdd ... finished in 0 seconds starting testcase: ExampleSetTest>>testGrow ... finished in 0 seconds starting testcase: ExampleSetTest>>testIllegal ... finished in 0 seconds starting testcase: ExampleSetTest>>testIncludes ... finished in 0 seconds starting testcase: ExampleSetTest>>testOccurrences ... finished in 0 seconds starting testcase: ExampleSetTest>>testRemove ... finished in 0 seconds starting testcase: FailingTearDownTest>>testAssignToTestCleanup ... finished in 0 seconds starting testcase: FailingTearDownTest>>testFailingTearDown ... finished in 0 seconds starting testcase: FailingTestResourceTestCase>>testDebugTestWithResource ... finished in 0 seconds starting testcase: FailingTestResourceTestCase>>testResourceCollection ... finished in 0 seconds starting testcase: FailingTestResourceTestCase>>testResourceInitRelease ... finished in 0 seconds starting testcase: FailingTestResourceTestCase>>testRunSuiteWithResource ... finished in 0 seconds starting testcase: FailingTestResourceTestCase>>testRunTestWithResource ... finished in 0 seconds starting testcase: ManyTestResourceTestCase>>testDebugTestWithResource ... finished in 0 seconds starting testcase: ManyTestResourceTestCase>>testResourceCollection ... finished in 0 seconds starting testcase: ManyTestResourceTestCase>>testResourceInitRelease ... finished in 0 seconds starting testcase: ManyTestResourceTestCase>>testRunSuiteWithResource ... finished in 0 seconds starting testcase: ManyTestResourceTestCase>>testRunTestWithResource ... finished in 0 seconds starting testcase: ManyTestResourceTestCase>>testTearDownOrder ... finished in 0 seconds starting testcase: PaCasesMatrixTest>>testParametersHaveValue(#option1->'a' #option2->1) ... finished in 0 seconds starting testcase: PaCasesMatrixTest>>testParametersHaveValue(#option1->'b' #option2->2) ... finished in 0 seconds starting testcase: PaCasesMatrixTest>>testParametersHaveValue(#option1->'c' #option2->3) ... finished in 0 seconds starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#a #option1->'a' #option2->1) ... finished in 0 seconds starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#a #option1->'b' #option2->2) ... finished in 0 seconds starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#a #option1->'c' #option2->3) ... finished in 0 seconds starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#b #option1->'a' #option2->1) ... finished in 0 seconds starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#b #option1->'b' #option2->2) ... finished in 0 seconds starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#b #option1->'c' #option2->3) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#x) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#y) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#z) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#x) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#y) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#z) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#x) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#y) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#z) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#x) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#y) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#z) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#x) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#y) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#z) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#x) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#y) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#z) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#x) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#y) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#z) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#x) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#y) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#z) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#x) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#y) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#z) ... finished in 0 seconds starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#a #option2->[]) ... finished in 0 seconds starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#a #option2->[]) ... finished in 0 seconds starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#a #option2->[]) ... finished in 0 seconds starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#b #option2->[]) ... finished in 0 seconds starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#b #option2->[]) ... finished in 0 seconds starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#b #option2->[]) ... finished in 0 seconds starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#c #option2->[]) ... finished in 0 seconds starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#c #option2->[]) ... finished in 0 seconds starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#c #option2->[]) ... finished in 0 seconds starting testcase: PaSelectedCasesExampleTest>>testSum(#number1->2 #number2->1.0 #result->3) ... finished in 0 seconds starting testcase: PaSelectedCasesExampleTest>>testSum(#number1->(2/3) #number2->(1/3) #result->1) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->2 #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->2 #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->2 #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->2 #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->2 #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->2 #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->'b' #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->'b' #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->'b' #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->'b' #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->'b' #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->'b' #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->$d #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->$d #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->$d #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->$d #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->$d #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->$d #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->2 #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->2 #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->2 #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->2 #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->2 #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->2 #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->'b' #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->'b' #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->'b' #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->'b' #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->'b' #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->'b' #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->$d #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->$d #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->$d #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->$d #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->$d #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->$d #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->2 #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->2 #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->2 #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->2 #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->2 #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->2 #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->'b' #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->'b' #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->'b' #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->'b' #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->'b' #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->'b' #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->$d #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->$d #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->$d #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->$d #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->$d #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->$d #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSuiteTest>>testCasesHasTheCorrectNumberOfTests ... finished in 0 seconds starting testcase: PaSuiteTest>>testCasesHasTheCorrectTests ... finished in 0 seconds starting testcase: PaSuiteTest>>testCombinedHasTheCorrectNumberOfTests ... finished in 0 seconds starting testcase: PaSuiteTest>>testCombinedHasTheCorrectTests ... finished in 0 seconds starting testcase: PaSuiteTest>>testMatrix3ExampleHasTheCorrectNumberOfTests ... finished in 0 seconds starting testcase: PaSuiteTest>>testMatrix3ExampleHasTheCorrectTests ... finished in 0 seconds starting testcase: PaSuiteTest>>testMatrixExampleHasTheCorrectNumberOfTests ... finished in 0 seconds starting testcase: PaSuiteTest>>testMatrixExampleHasTheCorrectTests ... finished in 0 seconds starting testcase: PaSuiteTest>>testMultiplyMatrixWithCasesMultiplyCases ... finished in 0 seconds starting testcase: PaSuiteTest>>testMultiplyMatrixWithOptionsAndCasesMultiplyCases ... finished in 0 seconds starting testcase: PaSuiteTest>>testMultiplyMatrixWithOptionsMultiplyCases ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testAllowRunningBackgroundProcessesToFinish ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testAllowRunningBackgroundProcessesToFinishButFailTestIfItCant ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testAlwaysPassBackgroundHalt ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldNotTerminateAllFailedProcessesWhenSuchTerminationIsDisabled ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldNotTerminateAllRunningProcessesWhenSuchTerminationIsDisabled ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRestoreDefaultFailingLogicForRunningProcessesCase ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRestoreProcessTerminationLogic ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRestoreSuspensionLogic ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRevertServiceToBeEnabledByDefault ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldTerminateAllFailedProcesses ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldTerminateAllRunningProcesses ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testDisableRunningProcessesCleanupWhenPassBackgroundFailures ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseForkedProcessFailureWhenFailuresWerePassedAndMainProcessAlsoFails ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseForkedProcessFailureWhenFailuresWerePassedAndProcessCompletes ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseForkedProcessFailureWhenThereWasOnlyMainProcessFailure ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseLeftRunningProcessWhenItAllowsThemToBe ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseLeftRunningProcessWhenProcessWasOnlyCreated ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseLeftRunningProcessWhenThereWasMainProcessFailure ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenBackgroundFailureWasPassedButMainProcessCompletesSuccessfully ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenBackgroundProcessWasFailedDuringFinalTryToFinishItAtTestCompletionTime ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithBackgroundFailures ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithBackgroundFailuresAndRunningProcesses ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithRunningProcesses ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testGettingBackgroundFailuresFromEnvironment ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testGettingFailuresFromEnvironment ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testGettingForkedProcessesFromEnvironment ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testGettingServiceFromEnvironment ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testGettingServiceFromTestCase ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testHasDefaultFailingStrategyForRunningProcesses ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testHasDefaultTerminationStrategyForRunningProcesses ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testHasEmptyForkedProcessesByDefault ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testHasEmptySuspendedBackgroundFailuresByDefault ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testIgnoreDirtyTestErrors ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testIsEnabledByDefault ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testIsMainTestProcessFailed ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testIsTestProcessFailed ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testPassBackgroundFailuresWhenSuspensionLogicIsDisabled ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testRecordMainTestProcessError ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testRecordMainTestProcessUnhandledError ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessWhenItFailsTestWithUnhandledError ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessesWhenHaltIsSignaled ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessesWhenHaltIsSignaledInBackground ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessesWhenTestFailureIsUnhandled ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testShouldSuspendBackgroundFailuresByDefault ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testStoreAllForkedProcesses ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testSuspendBackgroundError ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testSuspendBackgroundWarning ... finished in 0 seconds starting testcase: ResumableTestFailureTestCase>>testResumable ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testAssertionFailedInRaiseWithExceptionDo ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testAutoAssertFalse ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testAutoAssertTrue ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testAutoDenyFalse ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testAutoDenyTrue ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testDifferentExceptionInShouldRaiseWithExceptionDo ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testErrorInRaiseWithExceptionDo ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testExceptionWithMatchingString ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testExceptionWithoutMatchingString ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testInvalidShouldNotTakeMoreThan ... finished in 52 milliseconds starting testcase: SUnitExtensionsTest>>testInvalidShouldNotTakeMoreThanMilliseconds ... finished in 104 milliseconds starting testcase: SUnitExtensionsTest>>testNoExceptionInShouldRaiseWithExceptionDo ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testNoExceptionWithMatchingString ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testNoExceptionWithNoMatchingString ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testShouldFix ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testShouldRaiseWithExceptionDo ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testValidShouldNotTakeMoreThan ... finished in 104 milliseconds starting testcase: SUnitExtensionsTest>>testValidShouldNotTakeMoreThanMilliseconds ... finished in 104 milliseconds starting testcase: SUnitTest>>testAssert ... finished in 0 seconds starting testcase: SUnitTest>>testChildProcessShouldNotBeStoredStronglyByTestEnvironment ... finished in 18 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 4 milliseconds starting testcase: SUnitTest>>testGreenTestThenLongRunningTest ... finished in 26 milliseconds starting testcase: SUnitTest>>testHangedChildProcessTestWhenItIsAllowedToLeaveProcessesAfterTest ... finished in 0 seconds starting testcase: SUnitTest>>testHangedChildProcessTestWhenLeftProcessIsConsideredAsFailure ... finished in 0 seconds starting testcase: SUnitTest>>testHangedTestDueToFailedChildProcess ... finished in 12 milliseconds starting testcase: SUnitTest>>testIgnoreDeprecationWarnings ... finished in 0 seconds starting testcase: SUnitTest>>testIsNotRerunOnDebug ... finished in 0 seconds starting testcase: SUnitTest>>testLongRunningTest ... finished in 26 milliseconds starting testcase: SUnitTest>>testLongRunningTestThenGreenTest ... finished in 26 milliseconds starting testcase: SUnitTest>>testRaiseDeprecationWarnings ... finished in 0 seconds starting testcase: SUnitTest>>testRan ... finished in 0 seconds starting testcase: SUnitTest>>testRanOnlyOnce ... finished in 0 seconds starting testcase: SUnitTest>>testResult ... finished in 0 seconds starting testcase: SUnitTest>>testRunning ... finished in 26 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 67 milliseconds starting testcase: SUnitTest>>testSuite ... finished in 1 millisecond starting testcase: SUnitTest>>testWatchDogProcessShouldNotBeCatchedAsForkedProcess ... finished in 0 seconds starting testcase: SUnitTest>>testWithExceptionDo ... finished in 0 seconds starting testcase: SimpleTestResourceTestCase>>testDebugTestWithResource ... finished in 0 seconds starting testcase: SimpleTestResourceTestCase>>testResourceCollection ... finished in 0 seconds starting testcase: SimpleTestResourceTestCase>>testResourceInitRelease ... finished in 0 seconds starting testcase: SimpleTestResourceTestCase>>testRunSuiteWithResource ... finished in 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 77 milliseconds starting testcase: TestCaseTest>>testAssertEqualsActualAndExpectedOrder ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testActivationShouldRegisterDefaultServices ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testActivationShouldSetUpMainTestProcess ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testActivationShouldStartWatchDog ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testCleanUpAlsoDisabledTestServices ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testCleanUpShouldRevertServiceToBeEnabledByDefault ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testCleanUpTestServicesAfterFailedTest ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testCleanUpTestServicesAfterSucceedTest ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testCleanUpTestServicesAfterTerminatedTest ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testDeactivation ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testDisableGivenServiceWhenItExists ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testDisableGivenServiceWhenItIsNotRegistered ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testDoesNotCleanUpTestServicesUntilTestErrorIsNotHandled ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testDoesNotNotifyTestServicesAboutTerminatedTest ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testEnableGivenServiceWhenItExists ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testEnableGivenServiceWhenItIsNotRegistered ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testEnableGivenServiceWithConfigurationBlock ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testFindService ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testGettingEnvironmentFromTestCase ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testHandleForkedProcessesByAllServices ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testHasEmptyServicesByDefault ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testIgnoreLongTestWhenItIsSuspendedAsUnderDebug ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testIgnoreWatchDogProcessAsForkedOne ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testIsEnabledByDefault ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testIsMainTestProcess ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testIsMainTestProcessActive ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testIsMainTestProcessFailed ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testNotifyOnlyEnabledTestServices ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutCompletedFailedTest ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutCompletedTest ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutHalt ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutUnhandledError ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutWarning ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testRegisteredServiceShouldBeBoundToEnvironment ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testResetWatchDogTimeoutBetweenFailedTests ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testResetWatchDogTimeoutBetweenTests ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testRunningTest ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testRunningTestShouldSetDefaultTimeLimit ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testRunningTooLongTest ... finished in 26 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 Spec2-Backend-Tests in 43 seconds 568 milliseconds 680 microseconds Beginning to run tests of SUnit-Support-UITesting-Tests with random seed 1015986683 Finished to run tests of SUnit-Support-UITesting-Tests in 5 milliseconds 820 microseconds Beginning to run tests of Calypso-SystemPlugins-Reflectivity-Queries-Tests with random seed 442039555 Finished to run tests of Calypso-SystemPlugins-Reflectivity-Queries-Tests in 154 milliseconds 385 microseconds Beginning to run tests of Collections-Atomic-Tests with random seed 165959070 Finished to run tests of Collections-Atomic-Tests in 9 milliseconds 922 microseconds Beginning to run tests of Renraku-Tests with random seed 895467944 Finished to run tests of Renraku-Tests in 3 seconds 926 milliseconds 600 microseconds Beginning to run tests of NewTools-RewriterTools-Backend-Tests with random seed 581451007 Finished to run tests of NewTools-RewriterTools-Backend-Tests in 7 milliseconds 336 microseconds Beginning to run tests of Network-Tests with random seed 318827528 Finished to run tests of Network-Tests in 8 seconds 151 milliseconds 888 microseconds Beginning to run tests of Ring-Monticello-Tests with random seed 768294113 Finished to run tests of Ring-Monticello-Tests in 107 milliseconds 907 microseconds Beginning to run tests of NewTools-Sindarin-Commands-Tests with random seed 395299151 Finished to run tests of NewTools-Sindarin-Commands-Tests in 59 milliseconds 186 microseconds Beginning to run tests of System-Time-Tests with random seed 857582473 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 655 milliseconds 443 microseconds Beginning to run tests of MonticelloTonel-Tests with random seed 882271700 Finished to run tests of MonticelloTonel-Tests in 372 milliseconds 267 microseconds Beginning to run tests of ThreadedFFI-Tests with random seed 465696843 Returning an object but pool is fullFinished to run tests of ThreadedFFI-Tests in 134 milliseconds 152 microseconds Beginning to run tests of AST-Core-Tests with random seed 468102866 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 626 milliseconds 801 microseconds Beginning to run tests of System-Sources-Tests with random seed 704369601 Finished to run tests of System-Sources-Tests in 94 milliseconds 405 microseconds Beginning to run tests of FuzzyMatcher-Tests with random seed 689708319 Finished to run tests of FuzzyMatcher-Tests in 2 milliseconds 732 microseconds Beginning to run tests of RottenTestsFinder-Tests with random seed 401742625 Finished to run tests of RottenTestsFinder-Tests in 729 milliseconds 186 microseconds Beginning to run tests of Keymapping-Tests with random seed 958664956 Finished to run tests of Keymapping-Tests in 32 milliseconds 45 microseconds Beginning to run tests of SUnit-Tests with random seed 413690911 Finished to run tests of SUnit-Tests in 4 seconds 353 milliseconds 156 microseconds Beginning to run tests of Roassal-Spec-Tests with random seed 298038059 Finished to run tests of Roassal-Spec-Tests in 210 milliseconds 865 microseconds Beginning to run tests of MonticelloGUI-Tests with random seed 635769090 Finished to run tests of MonticelloGUI-Tests in 363 milliseconds 186 microseconds Beginning to run tests of Calypso-SystemTools-FullBrowser-Tests with random seed 638873709 Finished to run tests of Calypso-SystemTools-FullBrowser-Tests in 1 second 10 milliseconds 196 microseconds Beginning to run tests of Spec2-Dialogs-Tests with random seed 803581279 Finished to run tests of Spec2-Dialogs-Tests in 608 milliseconds 644 microseconds Beginning to run tests of Text-Diff-Tests with random seed 519746243 Finished to run tests of Text-Diff-Tests in 4 milliseconds 524 microseconds Beginning to run tests of Commander-Core-Tests with random seed 404632519 Finished to run tests of Commander-Core-Tests in 3 milliseconds 271 microseconds Beginning to run tests of Jobs-Tests with random seed 189302731 Finished to run tests of Jobs-Tests in 5 milliseconds 445 microseconds Beginning to run tests of EmbeddedFreeType-Tests with random seed 804868561 Finished to run tests of EmbeddedFreeType-Tests in 2 milliseconds 692 microseconds Beginning to run tests of SUnit-Visitor-Tests with random seed 1065545684 Finished to run tests of SUnit-Visitor-Tests in 2 milliseconds 601 microseconds Beginning to run tests of Zinc-Resource-Meta-Tests with random seed 491550168 Finished to run tests of Zinc-Resource-Meta-Tests in 181 milliseconds 817 microseconds Beginning to run tests of SUnit-MockObjects-Tests with random seed 841651342 Finished to run tests of SUnit-MockObjects-Tests in 3 milliseconds 459 microseconds Beginning to run tests of NewTools-FontChooser-Tests with random seed 776324498 Finished to run tests of NewTools-FontChooser-Tests in 1 millisecond 118 microseconds Beginning to run tests of Roassal-Shapes-Tests with random seed 38584212 Finished to run tests of Roassal-Shapes-Tests in 237 milliseconds 442 microseconds Beginning to run tests of Shout-Tests with random seed 280546947 Finished to run tests of Shout-Tests in 86 milliseconds 475 microseconds Beginning to run tests of ColorPicker-Tests with random seed 678490843 Finished to run tests of ColorPicker-Tests in 208 milliseconds 628 microseconds Beginning to run tests of Announcements-Core-Tests with random seed 319610540 Finished to run tests of Announcements-Core-Tests in 1 second 347 milliseconds 285 microseconds Beginning to run tests of RTree-Tests with random seed 643011313 Finished to run tests of RTree-Tests in 24 milliseconds 501 microseconds Beginning to run tests of Ombu-Tests with random seed 609287946 Finished to run tests of Ombu-Tests in 425 milliseconds 204 microseconds Beginning to run tests of FreeType-Tests with random seed 417121716 Finished to run tests of FreeType-Tests in 15 seconds 893 milliseconds 596 microseconds Beginning to run tests of Calypso-SystemPlugins-SUnit-Queries-Tests with random seed 645926858 Finished to run tests of Calypso-SystemPlugins-SUnit-Queries-Tests in 14 milliseconds 151 microseconds Beginning to run tests of Debugger-Oups-Tests with random seed 84679387 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 59 milliseconds 545 microseconds Beginning to run tests of STON-Tests with random seed 385660184 Finished to run tests of STON-Tests in 1 second 974 milliseconds 825 microseconds Beginning to run tests of FileSystem-Memory-Tests with random seed 370978767 Finished to run tests of FileSystem-Memory-Tests in 2 seconds 450 milliseconds 647 microseconds Beginning to run tests of Files-Tests with random seed 796656484 Finished to run tests of Files-Tests in 7 seconds 780 milliseconds 124 microseconds Beginning to run tests of Calypso-SystemPlugins-Undeclared-Queries-Tests with random seed 705146568 Finished to run tests of Calypso-SystemPlugins-Undeclared-Queries-Tests in 15 milliseconds 744 microseconds Beginning to run tests of DrTests-CommentsToTests-Tests with random seed 782745561 Finished to run tests of DrTests-CommentsToTests-Tests in 16 milliseconds 615 microseconds Beginning to run tests of Regex-Core-Tests with random seed 863202282 Finished to run tests of Regex-Core-Tests in 79 milliseconds 868 microseconds Beginning to run tests of Spec2-Code-Tests with random seed 583565882 Finished to run tests of Spec2-Code-Tests in 2 seconds 548 milliseconds 767 microseconds Beginning to run tests of Collections-Tests with random seed 282276657 Finished to run tests of Collections-Tests in 6 milliseconds 363 microseconds Beginning to run tests of NewTools-Playground-Tests with random seed 314814776 Finished to run tests of NewTools-Playground-Tests in 1 second 90 milliseconds 691 microseconds Beginning to run tests of Spec2-Tests with random seed 1008806523 Finished to run tests of Spec2-Tests in 15 seconds 396 milliseconds 942 microseconds Beginning to run tests of System-Utilities-Tests with random seed 350554281 Finished to run tests of System-Utilities-Tests in 11 milliseconds 547 microseconds Beginning to run tests of Tool-ExternalBrowser-Tests with random seed 511956662 Finished to run tests of Tool-ExternalBrowser-Tests in 173 milliseconds 660 microseconds Beginning to run tests of Hiedra-Tests with random seed 817097315 Finished to run tests of Hiedra-Tests in 109 milliseconds 947 microseconds Beginning to run tests of Zodiac-Tests with random seed 879578580 Finished to run tests of Zodiac-Tests in 8 seconds 398 milliseconds 87 microseconds Beginning to run tests of Roassal-BaselineMap-Tests with random seed 133375651 Finished to run tests of Roassal-BaselineMap-Tests in 101 milliseconds 883 microseconds Beginning to run tests of Metacello-TestsCore with random seed 935661578 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 633 microseconds Beginning to run tests of System-Platforms-Tests with random seed 747002938 Finished to run tests of System-Platforms-Tests in 5 milliseconds 247 microseconds Beginning to run tests of Athens-Cairo-Tests with random seed 558178113 Fontconfig error: Cannot load default config file Finished to run tests of Athens-Cairo-Tests in 36 milliseconds 693 microseconds Beginning to run tests of Spec2-Morphic-Tests with random seed 184654694 Finished to run tests of Spec2-Morphic-Tests in 4 seconds 253 milliseconds 585 microseconds Beginning to run tests of System-Localization-Tests with random seed 630348037 Finished to run tests of System-Localization-Tests in 7 milliseconds 212 microseconds Beginning to run tests of Calypso-SystemPlugins-Reflectivity-Browser-Tests with random seed 794018062 Finished to run tests of Calypso-SystemPlugins-Reflectivity-Browser-Tests in 332 milliseconds 250 microseconds Beginning to run tests of System-DependenciesTests with random seed 717402969 Finished to run tests of System-DependenciesTests in 6 seconds 688 milliseconds 907 microseconds Beginning to run tests of Morphic-Widgets-Taskbar-Tests with random seed 207356026 Finished to run tests of Morphic-Widgets-Taskbar-Tests in 36 milliseconds 720 microseconds Beginning to run tests of AI-Algorithms-Graph-Tests with random seed 1032640415 Finished to run tests of AI-Algorithms-Graph-Tests in 34 milliseconds 995 microseconds Beginning to run tests of Manifest-Tests with random seed 51653317 Finished to run tests of Manifest-Tests in 1 second 663 milliseconds 289 microseconds Beginning to run tests of Calypso-SystemQueries-Tests with random seed 517514565 Finished to run tests of Calypso-SystemQueries-Tests in 1 second 827 milliseconds 64 microseconds Beginning to run tests of Clap-Tests with random seed 528548718 Finished to run tests of Clap-Tests in 31 milliseconds 231 microseconds Beginning to run tests of Refactoring-Core-Tests with random seed 167230606 Finished to run tests of Refactoring-Core-Tests in 4 seconds 826 milliseconds 989 microseconds Beginning to run tests of System-SessionManager-Tests with random seed 280693611 Finished to run tests of System-SessionManager-Tests in 7 milliseconds 182 microseconds Beginning to run tests of Tool-ImageCleaner-Tests with random seed 483612529 Finished to run tests of Tool-ImageCleaner-Tests in 2 milliseconds 2 microseconds Beginning to run tests of FileSystem-Disk-Tests with random seed 914776949 Finished to run tests of FileSystem-Disk-Tests in 2 seconds 153 milliseconds 950 microseconds Beginning to run tests of NewTools-SettingsBrowser-Tests with random seed 908072927 Finished to run tests of NewTools-SettingsBrowser-Tests in 2 seconds 545 milliseconds 64 microseconds Beginning to run tests of Beacon-Core-Tests with random seed 899465425 Finished to run tests of Beacon-Core-Tests in 4 milliseconds 17 microseconds Beginning to run tests of Collections-Stack-Tests with random seed 671127765 Finished to run tests of Collections-Stack-Tests in 2 milliseconds 852 microseconds Beginning to run tests of Ring-Definitions-Monticello-Tests with random seed 649949657 Finished to run tests of Ring-Definitions-Monticello-Tests in 10 milliseconds 916 microseconds Beginning to run tests of Equals-Tests with random seed 365796068 Finished to run tests of Equals-Tests in 55 milliseconds 585 microseconds Beginning to run tests of Collections-Strings-Tests with random seed 404534812 Finished to run tests of Collections-Strings-Tests in 1 second 259 milliseconds 660 microseconds Beginning to run tests of Roassal-Layouts-Tests with random seed 53073675 Finished to run tests of Roassal-Layouts-Tests in 30 milliseconds 369 microseconds Beginning to run tests of Kernel-ExtraUtils with random seed 747924020 Finished to run tests of Kernel-ExtraUtils in 2 milliseconds 920 microseconds Beginning to run tests of System-Object Events-Tests with random seed 857660217 Finished to run tests of System-Object Events-Tests in 114 milliseconds 591 microseconds Beginning to run tests of Metacello-TestsMCCore with random seed 800449196 MetacelloNotification: testFileTreeRepository: /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/temp/repo Finished to run tests of Metacello-TestsMCCore in 34 milliseconds 128 microseconds Beginning to run tests of FileSystem-Tests-Attributes with random seed 528531662 Finished to run tests of FileSystem-Tests-Attributes in 19 milliseconds 313 microseconds Beginning to run tests of Tool-Finder-Tests with random seed 732263650 Finished to run tests of Tool-Finder-Tests in 200 milliseconds 781 microseconds Beginning to run tests of Zinc-Tests with random seed 717426348 Finished to run tests of Zinc-Tests in 14 seconds 829 milliseconds 546 microseconds Beginning to run tests of Athens-Core-Tests with random seed 345459868 Finished to run tests of Athens-Core-Tests in 8 milliseconds 309 microseconds Beginning to run tests of NewTools-DocumentBrowser-GitHubResource-Tests with random seed 489945764 Finished to run tests of NewTools-DocumentBrowser-GitHubResource-Tests in 1 second 943 milliseconds 202 microseconds Beginning to run tests of NumberParser-Tests with random seed 875210557 Finished to run tests of NumberParser-Tests in 149 milliseconds 800 microseconds Beginning to run tests of Specific-Rules-Tests with random seed 80078033 Finished to run tests of Specific-Rules-Tests in 4 milliseconds 855 microseconds Beginning to run tests of Tool-FileList-Tests with random seed 912070103 Finished to run tests of Tool-FileList-Tests in 100 milliseconds 612 microseconds Beginning to run tests of Ring-Definitions-Tests-Containers with random seed 482114365 Finished to run tests of Ring-Definitions-Tests-Containers in 4 milliseconds 500 microseconds Beginning to run tests of Fonts-Infrastructure-Tests with random seed 459729473 Finished to run tests of Fonts-Infrastructure-Tests in 1 millisecond 581 microseconds Beginning to run tests of Flashback-Decompiler-Tests with random seed 234477123 1 1 2 2 Finished to run tests of Flashback-Decompiler-Tests in 277 milliseconds 165 microseconds Beginning to run tests of Tools-Tests with random seed 355377755 Finished to run tests of Tools-Tests in 144 milliseconds 277 microseconds Beginning to run tests of Metacello-Gitlab-Tests with random seed 578883052 Finished to run tests of Metacello-Gitlab-Tests in 2 milliseconds 105 microseconds Beginning to run tests of Tools-CodeNavigation-Tests with random seed 313570286 Finished to run tests of Tools-CodeNavigation-Tests in 24 milliseconds 573 microseconds Beginning to run tests of Debugging-Utils-Tests with random seed 130435847 Finished to run tests of Debugging-Utils-Tests in 336 milliseconds 554 microseconds Beginning to run tests of FormCanvas-Tests with random seed 666803545 Finished to run tests of FormCanvas-Tests in 4 milliseconds 198 microseconds Beginning to run tests of Ring-Definitions-Core-Tests with random seed 107257181 Finished to run tests of Ring-Definitions-Core-Tests in 64 milliseconds 183 microseconds Beginning to run tests of NECompletion-Tests with random seed 550209437 Finished to run tests of NECompletion-Tests in 273 milliseconds 685 microseconds Beginning to run tests of NewTools-Debugger-Tests with random seed 126558895 NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) Finished to run tests of NewTools-Debugger-Tests in 9 seconds 679 milliseconds 263 microseconds Beginning to run tests of Text-Tests with random seed 999702147 Finished to run tests of Text-Tests in 20 milliseconds 867 microseconds Beginning to run tests of Calypso-SystemPlugins-Critic-Queries-Tests with random seed 219141017 Finished to run tests of Calypso-SystemPlugins-Critic-Queries-Tests in 197 milliseconds 547 microseconds Beginning to run tests of Roassal-SVG-Tests with random seed 582930015 Finished to run tests of Roassal-SVG-Tests in 11 milliseconds 400 microseconds Beginning to run tests of ReflectionMirrors-Primitives-Tests with random seed 917151852 Finished to run tests of ReflectionMirrors-Primitives-Tests in 8 milliseconds 478 microseconds Beginning to run tests of General-Rules-Tests with random seed 31431796 Finished to run tests of General-Rules-Tests in 4 seconds 451 milliseconds 204 microseconds Beginning to run tests of Collections-Arithmetic-Tests with random seed 382974681 Finished to run tests of Collections-Arithmetic-Tests in 5 milliseconds 633 microseconds Beginning to run tests of Spec2-Commander2-Tests with random seed 401307359 Finished to run tests of Spec2-Commander2-Tests in 12 milliseconds 605 microseconds Beginning to run tests of NewTools-DocumentBrowser-Tests with random seed 309777644 Finished to run tests of NewTools-DocumentBrowser-Tests in 55 milliseconds 514 microseconds Beginning to run tests of DrTests-TestsProfiling-Tests with random seed 37400100 Finished to run tests of DrTests-TestsProfiling-Tests in 4 milliseconds 534 microseconds Beginning to run tests of Math-Operations-Extensions-Tests with random seed 211293737 Finished to run tests of Math-Operations-Extensions-Tests in 1 millisecond 717 microseconds Beginning to run tests of Calypso-NavigationModel-Tests with random seed 746723371 Finished to run tests of Calypso-NavigationModel-Tests in 3 seconds 465 milliseconds 866 microseconds Beginning to run tests of Collections-Support-Tests with random seed 509421750 Finished to run tests of Collections-Support-Tests in 183 milliseconds 254 microseconds Beginning to run tests of Reflectivity-Tests with random seed 833264239 an ObjectFinished to run tests of Reflectivity-Tests in 3 seconds 890 milliseconds 875 microseconds Beginning to run tests of SUnit-Rules-Tests with random seed 625948326 Finished to run tests of SUnit-Rules-Tests in 170 milliseconds 491 microseconds Beginning to run tests of Fuel-Core-Tests with random seed 188330066 Finished to run tests of Fuel-Core-Tests in 14 seconds 210 milliseconds 15 microseconds 39326 run, 39319 passes, 4 failures, 3 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 223 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testArray ... finished in 5 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testAssociation ... finished in 10 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testBag ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testBitmap ... finished in 8 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testByteArrays ... finished in 10 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCharacter ... finished in 5 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testClassSideCompiledMethod ... finished in 4 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond 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 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLinks ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLinksInArray ... finished in 5 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDate ... finished in 5 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateAndTime ... finished in 3 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateOffsets ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateOffsetsChanging ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDictionary ... finished in 2 milliseconds 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 8 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFalse ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFloat ... finished in 15 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFraction ... finished in 13 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGlobalClass ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGlobalMetaclass ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGradientFillStyle ... finished in 5 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testInterval ... finished in 7 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLargeNegativeInteger ... finished in 3 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLargePositiveInteger ... finished in 5 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLotsOfCharacters ... finished in 437 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLotsOfNils ... finished in 201 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testMethodDictionary ... finished in 7 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testNestedDictionary ... finished in 5 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testNil ... finished in 4 milliseconds 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 3 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRunArray ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testScaledDecimal ... finished in 13 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSet ... finished in 1 millisecond 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 4 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerMinValue ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerNegative ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 121 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testString ... finished in 4 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 11 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSymbol ... finished in 3 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSystemDictionary ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testTime ... finished in 62 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testTrue ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testUUID ... finished in 5 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideString ... finished in 9 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideStringClassName ... finished in 5 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWordArray ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWriteStream ... finished in 2 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodes ... finished in 16 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesConstant ... finished in 5 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodes ... finished in 6 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesConstant ... finished in 5 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureMaterializesClassVariablesCorrectly ... finished in 17 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemoved ... finished in 6 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedConstant ... finished in 4 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedNonClean ... finished in 15 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithClassVariableRead ... finished in 8 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithGlobalVariable ... finished in 7 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithSelfSend ... finished in 4 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithTempVariableRead ... finished in 5 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithThreeArguments ... finished in 7 milliseconds starting testcase: FLBlockClosureSerializationTest>>testNestedBlockClosure ... finished in 11 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testAllRangeOfIntegers ... finished in 174 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testArray ... finished in 8 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testAssociation ... finished in 8 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testBag ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testBitmap ... finished in 7 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testByteArrays ... finished in 8 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testCharacter ... finished in 7 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testColor ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testColorArray ... finished in 2 milliseconds 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 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testDate ... finished in 4 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testDateAndTime ... finished in 6 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 2 milliseconds 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 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testEmptySet ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testExceptions ... finished in 5 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 9 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testFalse ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testFloat ... finished in 12 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testFraction ... finished in 8 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testGlobalClass ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testGlobalMetaclass ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testGradientFillStyle ... finished in 6 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testInterval ... finished in 6 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testLargeNegativeInteger ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testLargePositiveInteger ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testLotsOfCharacters ... finished in 369 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testLotsOfNils ... finished in 123 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testMethodDictionary ... finished in 7 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 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testPair ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testPoint ... finished in 4 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testReadStream ... finished in 4 milliseconds 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 8 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 4 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSmallInteger ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerMinValue ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerNegative ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 86 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testString ... finished in 4 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 10 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSymbol ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSystemDictionary ... finished in 5 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testTime ... finished in 55 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testTrue ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testUUID ... finished in 4 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testWideString ... finished in 8 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testWideStringClassName ... finished in 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 10 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testInstalled ... finished in 4 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testInstalledModified ... finished in 5 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testMethodAccessingAClassVariable ... finished in 4 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testMethodAccessingAClassVariableInADoit ... finished in 6 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testNotInstalled ... finished in 5 milliseconds starting testcase: FLConfigurationTest>>testDecorateStreamFactory ... finished in 3 milliseconds starting testcase: FLConfigurationTest>>testDecorateStreamFactoryMustAcceptSingleArgument ... finished in 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 4 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 7 milliseconds starting testcase: FLConfigurationTest>>testStreamFinalizerMustAcceptSingleArgument ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFinalizerMustBeBlock ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFinalizerWhenAlreadySet ... finished in 0 seconds starting testcase: FLContextSerializationTest>>testContext ... finished in 9 milliseconds starting testcase: FLContextSerializationTest>>testContextThisContext ... finished in 5 milliseconds starting testcase: FLContextSerializationTest>>testContextWithClosure ... finished in 5 milliseconds starting testcase: FLContextSerializationTest>>testContextWithClosureAndSender ... finished in 5 milliseconds starting testcase: FLContextSerializationTest>>testContextWithClosureContextWithOutPointerTesting ... finished in 5 milliseconds starting testcase: FLContextSerializationTest>>testContextWithNilPc ... finished in 2 milliseconds starting testcase: FLContextSerializationTest>>testContextWithSender ... finished in 7 milliseconds starting testcase: FLContextSerializationTest>>testContextWithTemp ... finished in 3 milliseconds starting testcase: FLContextSerializationTest>>testDoIt ... finished in 27 milliseconds starting testcase: FLConvenienceExtensionTest>>testObjectSerializeOn ... finished in 2 milliseconds starting testcase: FLConvenienceExtensionTest>>testObjectSerializeToByteArray ... finished in 2 milliseconds starting testcase: FLConvenienceExtensionTest>>testObjectSerializeToFileNamed ... finished in 2 milliseconds starting testcase: FLCreateClassSerializationTest>>testAnonymousBehaviorIsSerializable ... finished in 10 milliseconds starting testcase: FLCreateClassSerializationTest>>testAnonymousObjectIsSerializable ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCompiledMethodClassBinding ... finished in 13 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateBasic ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateByteArrayWithInstance ... finished in 0 seconds starting testcase: FLCreateClassSerializationTest>>testCreateClassAndMetaclass ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithClassSideVariable ... finished in 10 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithClassVariable ... finished in 12 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithCreatedTrait ... finished in 96 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithCreatedTraitWithInstanceVariable ... finished in 131 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithInstance ... finished in 12 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPool ... finished in 7 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPoolAndMethodReferencingAClassVariableOfIt ... finished in 12 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPoolAndMethodReferencingIt ... finished in 235 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithVariables ... finished in 9 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 13 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateNormalClass ... finished in 8 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateSharedPoolClass ... finished in 11 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateVariableByteClass ... finished in 5 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateVariableClass ... finished in 5 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateVariableWordClass ... finished in 7 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWeakClass ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithClassSideInitializeMethod ... finished in 11 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithClassSideMethod ... finished in 7 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithClassTrait ... finished in 66 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithClassVariableAccessors ... finished in 11 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithComment ... finished in 7 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithExternalTrait ... finished in 66 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithInstance ... finished in 7 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithInternalTrait ... finished in 77 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithMethod ... finished in 10 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithNilEnvironment ... finished in 8 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithSmalltalkGlobalsEnvironment ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithSubclass ... finished in 7 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithTraitOnClassSide ... finished in 66 milliseconds starting testcase: FLCreateClassSerializationTest>>testDoesNotCreatePackage ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testMaterializationDoesNotModifySerializedClass ... finished in 25 milliseconds starting testcase: FLCreateClassSerializationTest>>testSerializeAnonymousSubclass ... finished in 7 milliseconds starting testcase: FLCreateTraitSerializationTest>>testAnonymousBehaviorIsSerializable ... finished in 71 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCompiledMethodClassBinding ... finished in 44 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateBasic ... finished in 44 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithClassSideMethod ... finished in 59 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithClassTrait ... finished in 71 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithComment ... finished in 41 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithExternalTrait ... finished in 80 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithInstance ... finished in 82 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithInternalTrait ... finished in 93 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithMethod ... finished in 67 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithTraitOnClassSide ... finished in 70 milliseconds starting testcase: FLCreateTraitSerializationTest>>testDoesNotCreatePackage ... finished in 40 milliseconds starting testcase: FLDecoderTest>>testNextEncodedInt24 ... finished in 0 seconds starting testcase: FLDecoderTest>>testNextEncodedInt32 ... finished in 0 seconds starting testcase: FLDecoderTest>>testNextEncodedInt64 ... finished in 0 seconds starting testcase: FLDecoderTest>>testNextEncodedUint16 ... finished in 0 seconds starting testcase: FLDecoderTest>>testNextEncodedUint24 ... finished in 0 seconds starting testcase: FLDecoderTest>>testNextEncodedUint32 ... finished in 0 seconds starting testcase: FLDecoderTest>>testNextEncodedUint64 ... finished in 0 seconds starting testcase: FLDecoderTest>>testNextEncodedUint8 ... finished in 0 seconds starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith16Bits ... finished in 0 seconds starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith24Bits ... finished in 0 seconds starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith32Bits ... finished in 0 seconds starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith64Bits ... finished in 0 seconds starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith8Bits ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeInt24 ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeInt24Truncated ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeInt32 ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeInt32Truncated ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeInt64 ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeInt64Truncated ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUInt8 ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUInt8Truncated ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUint16 ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUint16Truncated ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUint24 ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUint24Truncated ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUint32 ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUint32Truncated ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUint64 ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUint64Truncated ... finished in 0 seconds starting testcase: FLEphemeronTest>>testEphemeronSupport ... finished in 23 milliseconds starting testcase: FLEphemeronTest>>testSupportForFinalizationRegistryEntry ... finished in 0 seconds starting testcase: FLEphemeronTest>>testSupportForWeakKeyAssociation ... finished in 0 seconds starting testcase: FLEphemeronTest>>testWeakKeyAssociationMourningBeforeMaterialization ... finished in 295 milliseconds starting testcase: FLEphemeronTest>>testWeakKeyAssociationMourningBeforeSerialization ... finished in 139 milliseconds starting testcase: FLEphemeronTest>>testWeakKeyAssociationWithStrongReference ... finished in 289 milliseconds starting testcase: FLEphemeronTest>>testWeakKeyAssociationWithStrongReferenceInGraph ... finished in 285 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testAllRangeOfIntegers ... finished in 183 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testArray ... finished in 4 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testAssociation ... finished in 9 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testBag ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testBitmap ... finished in 7 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testByteArrays ... finished in 6 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCharacter ... finished in 4 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testColor ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testColorArray ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testConsiderCustomGlobal ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 2 milliseconds 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 4 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDateAndTime ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDateOffsets ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDateOffsetsChanging ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDictionary ... finished in 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 7 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptyOrderedCollection ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptySet ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testExceptions ... finished in 7 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 9 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFalse ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFloat ... finished in 15 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFraction ... finished in 10 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGlobalClass ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGlobalMetaclass ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGradientFillStyle ... finished in 4 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testInterval ... finished in 6 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLargeNegativeInteger ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLargePositiveInteger ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLotsOfCharacters ... finished in 314 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLotsOfNils ... finished in 116 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testMethodDictionary ... finished in 7 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testNestedDictionary ... finished in 6 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 6 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testReadStream ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRectangle ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRemoteString ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRunArray ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testScaledDecimal ... finished in 10 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSet ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSetWithCollectionElement ... finished in 1 millisecond 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 94 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 4 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSystemDictionary ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testTime ... finished in 51 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testTrue ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testUUID ... finished in 5 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideString ... finished in 8 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideStringClassName ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWordArray ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWriteStream ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testAllRangeOfIntegers ... finished in 175 milliseconds starting testcase: FLFullBasicSerializationTest>>testArray ... finished in 4 milliseconds starting testcase: FLFullBasicSerializationTest>>testAssociation ... finished in 8 milliseconds starting testcase: FLFullBasicSerializationTest>>testBag ... finished in 3 milliseconds starting testcase: FLFullBasicSerializationTest>>testBitmap ... finished in 7 milliseconds starting testcase: FLFullBasicSerializationTest>>testByteArrays ... finished in 5 milliseconds starting testcase: FLFullBasicSerializationTest>>testCharacter ... finished in 4 milliseconds starting testcase: FLFullBasicSerializationTest>>testClassGlobalAssociation ... finished in 6 milliseconds starting testcase: FLFullBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testClassVariable ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testColor ... finished in 4 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 56 milliseconds starting testcase: FLFullBasicSerializationTest>>testCyclicIdentitySet ... finished in 4 milliseconds starting testcase: FLFullBasicSerializationTest>>testCyclicLink ... finished in 2 milliseconds 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 3 milliseconds starting testcase: FLFullBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testDateOffsets ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testDateOffsetsChanging ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testDictionary ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testDuration ... finished in 4 milliseconds starting testcase: FLFullBasicSerializationTest>>testEmptyArray ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testEmptyDictionary ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testEmptyOrderedCollection ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testEmptySet ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testExceptions ... finished in 5 milliseconds starting testcase: FLFullBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 6 milliseconds starting testcase: FLFullBasicSerializationTest>>testFalse ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testFloat ... finished in 13 milliseconds starting testcase: FLFullBasicSerializationTest>>testFraction ... finished in 8 milliseconds starting testcase: FLFullBasicSerializationTest>>testGlobalClass ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testGlobalMetaclass ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testGradientFillStyle ... finished in 5 milliseconds starting testcase: FLFullBasicSerializationTest>>testInterval ... finished in 6 milliseconds starting testcase: FLFullBasicSerializationTest>>testLargeNegativeInteger ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testLargePositiveInteger ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testLotsOfCharacters ... finished in 320 milliseconds starting testcase: FLFullBasicSerializationTest>>testLotsOfNils ... finished in 111 milliseconds starting testcase: FLFullBasicSerializationTest>>testMethodDictionaries ... finished in 2 seconds 733 milliseconds starting testcase: FLFullBasicSerializationTest>>testMethodDictionary ... finished in 6 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 1 millisecond starting testcase: FLFullBasicSerializationTest>>testPoint ... finished in 6 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 10 milliseconds starting testcase: FLFullBasicSerializationTest>>testSet ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testSetWithCollectionElement ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testSharedReferences ... finished in 3 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 1 millisecond starting testcase: FLFullBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 88 milliseconds starting testcase: FLFullBasicSerializationTest>>testSmalltalkGlobalAssociation ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testString ... finished in 5 milliseconds starting testcase: FLFullBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 11 milliseconds starting testcase: FLFullBasicSerializationTest>>testSymbol ... finished in 4 milliseconds starting testcase: FLFullBasicSerializationTest>>testSystemDictionary ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testTime ... finished in 69 milliseconds starting testcase: FLFullBasicSerializationTest>>testTrue ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testUUID ... finished in 6 milliseconds starting testcase: FLFullBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testWideString ... finished in 8 milliseconds starting testcase: FLFullBasicSerializationTest>>testWideStringClassName ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testWordArray ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testWriteStream ... finished in 2 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodes ... finished in 9 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesConstant ... finished in 6 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesNonClean ... finished in 9 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesConstant ... finished in 6 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemoved ... finished in 8 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedConstant ... finished in 5 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedNonClean ... finished in 7 milliseconds starting testcase: FLFullHeaderSerializationTest>>testAdditionalObjects ... finished in 3 milliseconds starting testcase: FLFullHeaderSerializationTest>>testJustMaterializeHeader ... finished in 2 milliseconds starting testcase: FLFullHeaderSerializationTest>>testPostMaterializationActions ... finished in 37 milliseconds starting testcase: FLFullHeaderSerializationTest>>testPostMaterializationActionsMustBeClean ... finished in 1 millisecond starting testcase: FLFullHeaderSerializationTest>>testPreMaterializationActions ... finished in 12 milliseconds starting testcase: FLFullHeaderSerializationTest>>testPreMaterializationActionsMustBeClean ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testAllRangeOfIntegers ... finished in 253 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testArray ... finished in 6 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testAssociation ... finished in 11 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 8 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testCharacter ... finished in 6 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testClassSideCompiledMethod ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testColor ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testColorArray ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testCompleteBinaryTree ... finished in 192 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testConsiderCustomGlobal ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testCyclicIdentitySet ... finished in 2 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 11 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 5 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 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testEmptyOrderedCollection ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testEmptySet ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testExceptions ... finished in 10 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 8 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testFalse ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testFloat ... finished in 20 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testFraction ... finished in 13 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testGlobalClass ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testGlobalMetaclass ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testGradientFillStyle ... finished in 5 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testInterval ... finished in 8 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testLargeNegativeInteger ... finished in 6 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testLargePositiveInteger ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testLotsOfCharacters ... finished in 916 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testLotsOfNils ... finished in 156 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testMethodDictionary ... finished in 10 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testNestedDictionary ... finished in 6 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 235 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testPoint ... finished in 11 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testReadStream ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testRectangle ... finished in 4 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testRemoteString ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testRunArray ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testScaledDecimal ... finished in 14 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSet ... finished in 1 millisecond 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 7 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerMinValue ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerNegative ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 139 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSmalltalkGlobals ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testString ... finished in 6 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 15 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSymbol ... finished in 4 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSystemDictionary ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testTime ... finished in 69 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testTrue ... finished in 4 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testUUID ... finished in 6 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testWideAndByteCharacters ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testWideString ... finished in 18 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testWideStringClassName ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds starting testcase: FLGZippedBasicSerializationTest>>testWordArray ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testWriteStream ... finished in 2 milliseconds starting testcase: FLGlobalClassSerializationTest>>testClassSideMethodNotFoundAfterRemoval ... finished in 7 milliseconds starting testcase: FLGlobalClassSerializationTest>>testClassSideMethodPreservesIdentity ... finished in 6 milliseconds starting testcase: FLGlobalClassSerializationTest>>testClassSideObsolete ... finished in 2 milliseconds starting testcase: FLGlobalClassSerializationTest>>testClassSidePreservesIdentity ... finished in 2 milliseconds starting testcase: FLGlobalClassSerializationTest>>testInstanceOfAnObsoleteClass ... finished in 2 milliseconds starting testcase: FLGlobalClassSerializationTest>>testMethodNotFoundAfterRemoval ... finished in 3 milliseconds starting testcase: FLGlobalClassSerializationTest>>testMethodPreservesIdentity ... finished in 3 milliseconds starting testcase: FLGlobalClassSerializationTest>>testNotFoundAfterRemoval ... finished in 2 milliseconds starting testcase: FLGlobalClassSerializationTest>>testNotFoundAfterRename ... finished in 3 milliseconds starting testcase: FLGlobalClassSerializationTest>>testObsolete ... finished in 2 milliseconds starting testcase: FLGlobalClassSerializationTest>>testPreservesIdentity ... finished in 2 milliseconds starting testcase: FLGlobalEnvironmentTest>>testClassSideCompiledMethod ... finished in 5 milliseconds starting testcase: FLGlobalEnvironmentTest>>testCompiledMethod ... finished in 5 milliseconds starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChanged ... finished in 5 milliseconds starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChangedConstant ... finished in 7 milliseconds starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChangedNonClean ... finished in 5 milliseconds starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodNotChangedConstant ... finished in 4 milliseconds starting testcase: FLGlobalEnvironmentTest>>testConsiderCustomGlobal ... finished in 0 seconds starting testcase: FLGlobalEnvironmentTest>>testConsiderCustomGlobalNotFound ... finished in 0 seconds starting testcase: FLGlobalEnvironmentTest>>testDontConsiderCustomGlobal ... finished in 0 seconds starting testcase: FLGlobalEnvironmentTest>>testGlobalClass ... finished in 1 millisecond starting testcase: FLGlobalEnvironmentTest>>testGlobalClassNotFound ... finished in 1 millisecond starting testcase: FLGlobalEnvironmentTest>>testGlobalMetaclass ... finished in 1 millisecond starting testcase: FLGlobalEnvironmentTest>>testGlobalMetaclassNotFound ... finished in 1 millisecond starting testcase: FLGlobalSendSerializationTest>>testBasic ... finished in 4 milliseconds starting testcase: FLGlobalSendSerializationTest>>testGlobalNotFound ... finished in 2 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testClassSideMethodNotFoundAfterRemoval ... finished in 20 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testClassSideMethodPreservesIdentity ... finished in 19 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testClassSideObsolete ... finished in 13 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testClassSidePreservesIdentity ... finished in 13 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testCreateClassWithCreatedTraitWithInstanceVariable ... finished in 65 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testMethodNotFoundAfterRemoval ... finished in 15 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testMethodPreservesIdentity ... finished in 16 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testNotFoundAfterRemoval ... finished in 12 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testNotFoundAfterRename ... finished in 13 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testObsolete ... finished in 12 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testPreservesIdentity ... finished in 12 milliseconds starting testcase: FLHashedCollectionSerializationTest>>testDictionaryRehash ... finished in 3 milliseconds starting testcase: FLHashedCollectionSerializationTest>>testSetRehash ... finished in 5 milliseconds starting testcase: FLHeaderSerializationTest>>testAdditionalObjects ... finished in 3 milliseconds starting testcase: FLHeaderSerializationTest>>testJustMaterializeHeader ... finished in 2 milliseconds starting testcase: FLHeaderSerializationTest>>testPostMaterializationActions ... finished in 25 milliseconds starting testcase: FLHeaderSerializationTest>>testPostMaterializationActionsMustBeClean ... finished in 2 milliseconds starting testcase: FLHeaderSerializationTest>>testPreMaterializationActions ... finished in 13 milliseconds starting testcase: FLHeaderSerializationTest>>testPreMaterializationActionsMustBeClean ... finished in 1 millisecond starting testcase: FLHookedSubstitutionTest>>testAvoidRecursion ... finished in 4 milliseconds starting testcase: FLHookedSubstitutionTest>>testClassWithCachedValueByNil ... finished in 9 milliseconds starting testcase: FLHookedSubstitutionTest>>testObjectByProxyThatBecomesItsContent ... finished in 9 milliseconds starting testcase: FLHookedSubstitutionTest>>testProxyByTarget ... finished in 4 milliseconds starting testcase: FLHookedSubstitutionTest>>testProxyByTargetAnalisysIsPropagated ... finished in 4 milliseconds starting testcase: FLHookedSubstitutionTest>>testProxyByTargetInsideObjectAndAnalisysIsPropagated ... finished in 5 milliseconds starting testcase: FLHookedSubstitutionTest>>testProxyInsideObjectByTarget ... finished in 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 7 milliseconds starting testcase: FLIgnoredVariablesTest>>testTwoIgnoredVariables ... finished in 8 milliseconds starting testcase: FLIndexStreamTest>>testCreation ... finished in 1 millisecond 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 2 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 6 milliseconds starting testcase: FLMaterializerTest>>testDisableMethodChangedWarning ... finished in 0 seconds starting testcase: FLMaterializerTest>>testMaterialize ... finished in 2 milliseconds starting testcase: FLMaterializerTest>>testMaterializeHeader ... finished in 3 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 4 milliseconds starting testcase: FLMigrationTest>>testChangeInSuperclass ... finished in 143 milliseconds starting testcase: FLMigrationTest>>testClassAndVariableRename ... finished in 25 milliseconds starting testcase: FLMigrationTest>>testClassRename ... finished in 3 milliseconds starting testcase: FLMigrationTest>>testFormatFixedToVariable ... finished in 2 milliseconds starting testcase: FLMigrationTest>>testSuperclassChange ... finished in 29 milliseconds starting testcase: FLMigrationTest>>testVariableInsertion ... finished in 23 milliseconds starting testcase: FLMigrationTest>>testVariableOrderChange ... finished in 23 milliseconds starting testcase: FLMigrationTest>>testVariableRemoved ... finished in 23 milliseconds starting testcase: FLMigrationTest>>testVariableRename ... finished in 24 milliseconds starting testcase: FLPluggableSubstitutionTest>>testAvoidRecursion ... finished in 1 millisecond starting testcase: FLPluggableSubstitutionTest>>testLowercaseSomeSymbols ... finished in 5 milliseconds starting testcase: FLPluggableSubstitutionTest>>testPrivateExcluded ... finished in 2 milliseconds starting testcase: FLPluggableSubstitutionTest>>testPrivateExcludedAndWithConflicts ... finished in 5 milliseconds starting testcase: FLPluggableSubstitutionTest>>testSimple ... finished in 1 millisecond starting testcase: FLPluggableSubstitutionTest>>testSubstituteByItself ... finished in 1 millisecond starting testcase: FLPluggableSubstitutionTest>>testSubstituteCharacterInPresenceOfSomeCharacter ... finished in 1 millisecond starting testcase: FLPluggableSubstitutionTest>>testSubstituteTrueInPresenceOfTheTrueInstance ... finished in 4 milliseconds 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 133 milliseconds starting testcase: FLSequencedSerializationTest>>testComplexObjects ... finished in 12 milliseconds starting testcase: FLSequencedSerializationTest>>testPrimitiveObjects ... finished in 39 milliseconds starting testcase: FLSerializerConvenienceMethodsTest>>testSerializeOn ... finished in 2 milliseconds 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 6 milliseconds starting testcase: FLSerializerTest>>testAddPostMaterializationActionMustBeBlock ... finished in 0 seconds starting testcase: FLSerializerTest>>testAddPostMaterializationActionMustBeCleanBlock ... finished in 1 millisecond starting testcase: FLSerializerTest>>testAddPreMaterializationAction ... finished in 1 millisecond starting testcase: FLSerializerTest>>testAddPreMaterializationActionCanAcceptTwoArguments ... finished in 0 seconds starting testcase: FLSerializerTest>>testAddPreMaterializationActionMustBeBlock ... finished in 0 seconds starting testcase: FLSerializerTest>>testAddPreMaterializationActionMustBeCleanBlock ... finished in 1 millisecond starting testcase: FLSerializerTest>>testAtPutAdditionalObject ... finished in 0 seconds starting testcase: FLSerializerTest>>testEnableLimitObjectsException ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeAllBehaviors ... finished in 13 milliseconds starting testcase: FLSerializerTest>>testFullySerializeAllBehaviorsMustBeCollection ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeAllMethods ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeAllMethodsMustBeCollection ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeBehavior ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeBehaviorMustBeBehavior ... finished in 11 milliseconds starting testcase: FLSerializerTest>>testFullySerializeBehaviorUsesSet ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeMethod ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeMethodMustBeMethod ... finished in 5 milliseconds 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 9 milliseconds starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithClassVariableChanges ... finished in 9 milliseconds starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithClassVariableReference ... finished in 5 milliseconds starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithInstanceVariableReference ... finished in 7 milliseconds starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithInstanceVariableReferenceChange ... finished in 6 milliseconds starting testcase: FLUserGuidesTest>>testByteArrayStream ... finished in 2 milliseconds starting testcase: FLUserGuidesTest>>testConsiderGlobal ... finished in 3 milliseconds starting testcase: FLUserGuidesTest>>testDemo ... finished in 9 milliseconds starting testcase: FLUserGuidesTest>>testFileShortcuts ... finished in 5 milliseconds starting testcase: FLUserGuidesTest>>testGZip ... finished in 3 milliseconds starting testcase: FLUserGuidesTest>>testPluggableSubstitution ... finished in 2 milliseconds starting testcase: FLVersionTest>>testDifferentMajor ... finished in 1 millisecond starting testcase: FLVersionTest>>testDifferentMinor ... finished in 1 millisecond starting testcase: FLVersionTest>>testDifferentPatch ... finished in 1 millisecond starting testcase: FLVersionTest>>testEquals ... finished in 0 seconds starting testcase: FLVersionTest>>testLessThanOrEqual ... finished in 0 seconds starting testcase: FLVersionTest>>testNotEqual ... finished in 0 seconds starting testcase: FLVersionTest>>testSameVersion ... finished in 1 millisecond starting testcase: FLWeakObjectsTest>>testAssociationWithWeak ... finished in 3 milliseconds starting testcase: FLWeakObjectsTest>>testWeakAndNoStrongReferenceFromGraph ... finished in 7 milliseconds starting testcase: FLWeakObjectsTest>>testWeakWithStrongReferenceFromGraph ... finished in 7 milliseconds starting testcase: FLWeakObjectsTest>>testWeakWithStrongReferenceFromGraph2 ... finished in 7 milliseconds finished running suite: Fuel-Core-Tests [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] } [Pipeline] // dir [Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done [Pipeline] dir Running in /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64 [Pipeline] { [Pipeline] unstash [Pipeline] sh + bash -c bootstrap/scripts/runKernelTests.sh 64 Tests-unix-64Kernel +++ dirname bootstrap/scripts/runKernelTests.sh ++ cd bootstrap/scripts ++ pwd -P + SCRIPTS=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts + . /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts/envvars.sh ++ '[' -z x ']' ++ '[' -z ']' ++ echo 'BOOTSTRAP_ARCH not specified, defaulting to 64' BOOTSTRAP_ARCH not specified, defaulting to 64 ++ export BOOTSTRAP_ARCH=64 ++ BOOTSTRAP_ARCH=64 ++ '[' -z ']' ++++ dirname /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts/envvars.sh +++ cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts/../.. +++ pwd -P ++ export BOOTSTRAP_REPOSITORY=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64 ++ BOOTSTRAP_REPOSITORY=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64 +++ pwd -P ++ ROOT_DIR=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build ++ '[' -z ']' ++ BOOTSTRAP_CACHE=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache ++ export BOOTSTRAP_CACHE ++ '[' -z ']' ++ BOOTSTRAP_DOWNLOADS=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-downloads ++ export BOOTSTRAP_DOWNLOADS ++ '[' -z ']' ++ VM='/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-downloads/vmtarget/pharo --headless' ++ VM_BOOTSTRAP='/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-downloads/vmBootstrap/pharo --headless' ++ IMAGE_FLAGS=--no-default-preferences ++++ dirname /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts/envvars.sh +++ cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts +++ pwd -P ++ . /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts/envversion.sh + CACHE=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache + find /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo10.0-64bit-9a68076.sources /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-fa9e2f8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-fa9e2f8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-64bit-fa9e2f8.sources /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-fa9e2f8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello-64bit-fa9e2f8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-core-64bit-fa9e2f8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-traits-64bit-fa9e2f8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa9e2f8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-fa9e2f8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-compiler-64bit-fa9e2f8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-metacello-64bit-fa9e2f8.zip ++ cut -d- -f 1-2 +++ head -n 1 +++ find /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache -name 'Pharo*.zip' ++ basename /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-fa9e2f8.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 + /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-fa9e2f8.zip + unzip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-fa9e2f8.zip Archive: /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-fa9e2f8.zip inflating: Pharo13.0-SNAPSHOT-bootstrap-64bit-fa9e2f8.image ++ find . -name Pharo13.0-SNAPSHOT-bootstrap-64bit-fa9e2f8.image + IMAGE_FILE=./Pharo13.0-SNAPSHOT-bootstrap-64bit-fa9e2f8.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-fa9e2f8.zip + unzip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-fa9e2f8.zip Archive: /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-fa9e2f8.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-fa9e2f8.zip + unzip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-fa9e2f8.zip Archive: /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-fa9e2f8.zip inflating: protocolsKernel.txt + mv ./Pharo13.0-SNAPSHOT-bootstrap-64bit-fa9e2f8.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: #(#StartupPreferencesLoader #Time #DateAndTime #FileSystem #Unicode #Date #FileAttributeNotSupported #Duration #FileLocator) + ./pharo bootstrap.image loadHermes System-Time.hermes AST-Core.hermes InitializePackagesCommandLineHandler.hermes Random-Core.hermes System-Model.hermes System-NumberPrinting.hermes --save --no-fail-on-undeclared --on-duplication=ignore SystemNotification: [Hermes] Reading System-Time.hermes SystemNotification: [Hermes] Installing System-Time.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #FileAttributeNotSupported #Unicode #FileLocator) SystemNotification: [Hermes] Reading AST-Core.hermes SystemNotification: [Hermes] Installing AST-Core.hermes SystemNotification: New Undeclared created... check dependencies: #(#Halt) SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #Halt #FileAttributeNotSupported #Unicode #FileLocator) SystemNotification: [Hermes] Reading InitializePackagesCommandLineHandler.hermes SystemNotification: [Hermes] Installing InitializePackagesCommandLineHandler.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #Halt #FileAttributeNotSupported #Unicode #FileLocator) SystemNotification: [Hermes] Reading Random-Core.hermes SystemNotification: [Hermes] Installing Random-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #Halt #FileAttributeNotSupported #Unicode #FileLocator) SystemNotification: [Hermes] Reading System-Model.hermes SystemNotification: [Hermes] Installing System-Model.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #Halt #FileAttributeNotSupported #Unicode #FileLocator) SystemNotification: [Hermes] Reading System-NumberPrinting.hermes SystemNotification: [Hermes] Installing System-NumberPrinting.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #Halt #FileAttributeNotSupported #Unicode #FileLocator) + ./pharo bootstrap.image perform --save ChronologyConstants initialize ChronologyConstants + ./pharo bootstrap.image perform --save DateAndTime initialize DateAndTime + ./pharo bootstrap.image initializePackages --packages --protocols=protocolsKernel.txt --save + ./pharo bootstrap.image loadHermes Traits.hermes --save SystemNotification: [Hermes] Reading Traits.hermes SystemNotification: [Hermes] Installing Traits.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #Halt #FileAttributeNotSupported #Unicode #FileLocator) + ./pharo bootstrap.image loadHermes Debugging-Utils.hermes SUnit-Core.hermes JenkinsTools-Core.hermes JenkinsTools-Core.hermes SUnit-Tests.hermes --save --no-fail-on-undeclared --on-duplication=ignore SystemNotification: [Hermes] Reading Debugging-Utils.hermes SystemNotification: [Hermes] Installing Debugging-Utils.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #FileAttributeNotSupported #Unicode #FileLocator) SystemNotification: [Hermes] Reading SUnit-Core.hermes SystemNotification: [Hermes] Installing SUnit-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #FileAttributeNotSupported #Unicode #FileLocator) SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #FileAttributeNotSupported #Unicode #FileLocator) SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #FileAttributeNotSupported #Unicode #FileLocator) SystemNotification: [Hermes] Reading SUnit-Tests.hermes SystemNotification: [Hermes] Installing SUnit-Tests.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileSystem #FileAttributeNotSupported #Unicode #FileLocator) + ./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 505727497 Finished to run tests of SUnit-Core in 11 milliseconds 103 microseconds Beginning to run tests of SUnit-Tests with random seed 400850452 Finished to run tests of SUnit-Tests in 3 seconds 992 milliseconds 744 microseconds 322 run, 322 passes, 0 failures, 0 errors. [Pipeline] junit Recording test results [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] archiveArtifacts Archiving artifacts ‘*.fuel’ doesn’t match anything No artifacts found that match the file pattern "*.fuel". Configuration error? [Pipeline] fileExists [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh + mv progress.log progress-Tests-unix-64Kernel.log [Pipeline] sh + cat progress-Tests-unix-64Kernel.log running suite: SUnit-Tests starting testcase: ClassFactoryForTestCaseTest>>testClassCreationInDifferentTags ... finished in 4 milliseconds starting testcase: ClassFactoryForTestCaseTest>>testMultipleClassCreation ... finished in 3 milliseconds starting testcase: ClassFactoryForTestCaseTest>>testPackageCleanUp ... finished in 3 milliseconds starting testcase: ClassFactoryForTestCaseTest>>testSingleClassCreation ... finished in 2 milliseconds starting testcase: ClassFactoryForTestCaseTest>>testSingleTraitCreation ... finished in 9 milliseconds starting testcase: ClassFactoryForTestCaseTest>>testTraitCreationInDifferentCategories ... finished in 29 milliseconds starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testClassCreationInDifferentTags ... finished in 1 millisecond starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testMultipleClassCreation ... finished in 0 seconds starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testPackageCleanUp ... finished in 1 millisecond starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testSingleClassCreation ... finished in 0 seconds starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testSingleTraitCreation ... finished in 5 milliseconds starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testTraitCreationInDifferentCategories ... finished in 28 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 100 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 100 milliseconds starting testcase: SUnitExtensionsTest>>testValidShouldNotTakeMoreThanMilliseconds ... finished in 150 milliseconds starting testcase: SUnitTest>>testAssert ... finished in 0 seconds starting testcase: SUnitTest>>testChildProcessShouldNotBeStoredStronglyByTestEnvironment ... finished in 11 milliseconds starting testcase: SUnitTest>>testDefects ... finished in 0 seconds starting testcase: SUnitTest>>testDialectLocalizedException ... finished in 0 seconds starting testcase: SUnitTest>>testError ... finished in 0 seconds starting testcase: SUnitTest>>testErrorShouldResetWatchDog ... finished in 1 second 50 milliseconds starting testcase: SUnitTest>>testException ... finished in 0 seconds starting testcase: SUnitTest>>testExecutionEnvironmentShouldBeInstalled ... finished in 0 seconds starting testcase: SUnitTest>>testExpectedFailure ... finished in 0 seconds starting testcase: SUnitTest>>testExpectedFailureDetection ... finished in 0 seconds starting testcase: SUnitTest>>testExpectedFailurePass ... finished in 0 seconds starting testcase: SUnitTest>>testFail ... finished in 0 seconds starting testcase: SUnitTest>>testFailedChildProcessTest ... finished in 0 seconds starting testcase: SUnitTest>>testFailedChildProcessTestShouldNotEffectFollowingAnotherTest ... finished in 0 seconds starting testcase: SUnitTest>>testFailedTestWithFailedChildProcessTestShouldNotEffectFollowingAnotherTest ... finished in 0 seconds starting testcase: SUnitTest>>testFileOutResult ... finished in 0 seconds starting testcase: SUnitTest>>testGreenTestThenLongRunningTest ... finished in 20 milliseconds starting testcase: SUnitTest>>testHangedChildProcessTestWhenItIsAllowedToLeaveProcessesAfterTest ... finished in 0 seconds starting testcase: SUnitTest>>testHangedChildProcessTestWhenLeftProcessIsConsideredAsFailure ... finished in 0 seconds starting testcase: SUnitTest>>testHangedTestDueToFailedChildProcess ... finished in 23 milliseconds starting testcase: SUnitTest>>testIgnoreDeprecationWarnings ... finished in 0 seconds starting testcase: SUnitTest>>testIsNotRerunOnDebug ... finished in 0 seconds starting testcase: SUnitTest>>testLongRunningTest ... finished in 23 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 61 milliseconds starting testcase: SUnitTest>>testSuite ... finished in 0 seconds starting testcase: SUnitTest>>testWatchDogProcessShouldNotBeCatchedAsForkedProcess ... finished in 0 seconds starting testcase: SUnitTest>>testWithExceptionDo ... finished in 0 seconds starting testcase: SimpleTestResourceTestCase>>testDebugTestWithResource ... finished in 0 seconds starting testcase: SimpleTestResourceTestCase>>testResourceCollection ... finished in 0 seconds starting testcase: SimpleTestResourceTestCase>>testResourceInitRelease ... finished in 0 seconds starting testcase: SimpleTestResourceTestCase>>testRunSuiteWithResource ... finished in 0 seconds starting testcase: SimpleTestResourceTestCase>>testRunTestWithResource ... finished in 0 seconds starting testcase: TestAsserterTest>>testAssertCollectionHasSameElements ... finished in 0 seconds starting testcase: TestAsserterTest>>testDenyCollectionHasSameElements ... finished in 0 seconds starting testcase: TestCaseTest>>testAnnouncement ... finished in 62 milliseconds starting testcase: TestCaseTest>>testAssertEqualsActualAndExpectedOrder ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testActivationShouldRegisterDefaultServices ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testActivationShouldSetUpMainTestProcess ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testActivationShouldStartWatchDog ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testCleanUpAlsoDisabledTestServices ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testCleanUpShouldRevertServiceToBeEnabledByDefault ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testCleanUpTestServicesAfterFailedTest ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testCleanUpTestServicesAfterSucceedTest ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testCleanUpTestServicesAfterTerminatedTest ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testDeactivation ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testDisableGivenServiceWhenItExists ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testDisableGivenServiceWhenItIsNotRegistered ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testDoesNotCleanUpTestServicesUntilTestErrorIsNotHandled ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testDoesNotNotifyTestServicesAboutTerminatedTest ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testEnableGivenServiceWhenItExists ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testEnableGivenServiceWhenItIsNotRegistered ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testEnableGivenServiceWithConfigurationBlock ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testFindService ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testGettingEnvironmentFromTestCase ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testHandleForkedProcessesByAllServices ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testHasEmptyServicesByDefault ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testIgnoreLongTestWhenItIsSuspendedAsUnderDebug ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testIgnoreWatchDogProcessAsForkedOne ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testIsEnabledByDefault ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testIsMainTestProcess ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testIsMainTestProcessActive ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testIsMainTestProcessFailed ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testNotifyOnlyEnabledTestServices ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutCompletedFailedTest ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutCompletedTest ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutHalt ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutUnhandledError ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutWarning ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testRegisteredServiceShouldBeBoundToEnvironment ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testResetWatchDogTimeoutBetweenFailedTests ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testResetWatchDogTimeoutBetweenTests ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testRunningTest ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testRunningTestShouldSetDefaultTimeLimit ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testRunningTooLongTest ... finished in 23 milliseconds starting testcase: TestFailureTestCase>>testCaptureIfSignalledWhenStepping ... finished in 0 seconds starting testcase: TestResourceWithForkedProcessTestCase>>testFirst ... finished in 0 seconds starting testcase: TestResourceWithForkedProcessTestCase>>testSecond ... finished in 0 seconds finished running suite: SUnit-Tests [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // parallel [Pipeline] node Running on pharo-ci-jenkins2-unix-3 in /builds/workspace/uest_and_branch_Pipeline_Pharo13 [Pipeline] { [Pipeline] stage [Pipeline] { (notify) [Pipeline] checkout The recommended git tool is: git using credential pharo-ci-api-user-pass-token Cloning the remote Git repository Cloning repository https://github.com/pharo-project/pharo.git > git init /builds/workspace/uest_and_branch_Pipeline_Pharo13 # timeout=10 Fetching upstream changes from https://github.com/pharo-project/pharo.git > git --version # timeout=10 > git --version # 'git version 2.7.4' using GIT_ASKPASS to set credentials pharo-ci using token as pass > git fetch --tags --progress https://github.com/pharo-project/pharo.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision fa9e2f89b3e64e6b9b7800cee4c396dee10a6e94 (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 fa9e2f89b3e64e6b9b7800cee4c396dee10a6e94 # timeout=10 Commit message: "Merge pull request #16551 from jordanmontt/no-instrumentation-pragma" GitHub has been notified of this commit’s build result [Pipeline] sh + git log -1 --format=%B [Pipeline] sh + git log -1 --format=%p [Pipeline] httpRequest HttpMethod: GET URL: https://api.github.com/repos/pharo-project/pharo/pulls/16551 Sending request to url: https://api.github.com/repos/pharo-project/pharo/pulls/16551 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 fa9e2f89b3e64e6b9b7800cee4c396dee10a6e94 (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 fa9e2f89b3e64e6b9b7800cee4c396dee10a6e94 # timeout=10 Commit message: "Merge pull request #16551 from jordanmontt/no-instrumentation-pragma" GitHub has been notified of this commit’s build result [Pipeline] sh + git log -1 --format=%H [Pipeline] build Scheduling project: pharo-benchmarks [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: UNSTABLE