Push event to branch Pharo13 Push event to branch Pharo13 Connecting to https://api.github.com using pharo-ci using token as pass Obtained Jenkinsfile from fa719891c85eeac8bec8cf10e5491277b43d4d24 [Pipeline] Start of Pipeline [Pipeline] properties [Pipeline] node Running on gilda (Linux + docker) in /builds/workspace/uest_and_branch_Pipeline_Pharo13 [Pipeline] { [Pipeline] timeout Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done [Pipeline] parallel [Pipeline] { (Branch: 64) [Pipeline] dir Running in /builds/workspace/uest_and_branch_Pipeline_Pharo13/64 [Pipeline] { [Pipeline] stage [Pipeline] { (Fetch Requirements-64) [Pipeline] checkout The recommended git tool is: git using credential pharo-ci-api-user-pass-token Cloning the remote Git repository Cloning repository https://github.com/pharo-project/pharo.git > git init /builds/workspace/uest_and_branch_Pipeline_Pharo13/64 # timeout=10 Fetching upstream changes from https://github.com/pharo-project/pharo.git > git --version # timeout=10 > git --version # 'git version 2.39.5' using GIT_ASKPASS to set credentials pharo-ci using token as pass > git fetch --tags --force --progress -- https://github.com/pharo-project/pharo.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision fa719891c85eeac8bec8cf10e5491277b43d4d24 (Pharo13) Commit message: "Merge pull request #17428 from Ducasse/17426-About-registerToolsOn" > 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 fa719891c85eeac8bec8cf10e5491277b43d4d24 # timeout=10 > git rev-list --no-walk 8240784ea1c6463fc07e78c83316aa31b3c3c239 # timeout=10 [Pipeline] sh + BUILD_NUMBER=357 BOOTSTRAP_ARCH=64 bash ./bootstrap/scripts/2-download.sh + set -e ++ date -u + echo Mon Nov 25 06:41:06 PM UTC 2024 'Bootstrap: Beginning to download resources required for bootstrap process' Mon Nov 25 06:41:06 PM UTC 2024 Bootstrap: Beginning to download resources required for bootstrap process +++ dirname ./bootstrap/scripts/2-download.sh ++ cd ./bootstrap/scripts ++ pwd -P + SCRIPTS=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts + . /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/envvars.sh ++ '[' -z x ']' ++ '[' -z x ']' ++ '[' -z ']' ++++ dirname /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/envvars.sh +++ cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/../.. +++ pwd -P ++ export BOOTSTRAP_REPOSITORY=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64 ++ BOOTSTRAP_REPOSITORY=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64 +++ pwd -P ++ ROOT_DIR=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build ++ '[' -z ']' ++ BOOTSTRAP_CACHE=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache ++ export BOOTSTRAP_CACHE ++ '[' -z ']' ++ BOOTSTRAP_DOWNLOADS=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads ++ export BOOTSTRAP_DOWNLOADS ++ '[' -z ']' ++ VM='/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless' ++ VM_BOOTSTRAP='/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmBootstrap/pharo --headless' ++ IMAGE_FLAGS=--no-default-preferences ++++ dirname /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/envvars.sh +++ cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts +++ pwd -P ++ . /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/envversion.sh + mkdir -p /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache + mkdir -p /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads + '[' '!' -e '' ']' + rm -rf /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget + mkdir /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget + cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget + set_version_variables + pushd /builds/workspace/uest_and_branch_Pipeline_Pharo13/64 ++ is_development_build ++ local branchName ++ ensure_branch_name ++ '[' Pharo13 == '' ']' +++ echo Pharo13 +++ grep -E '^Pharo[0-9]+(\.[0-9]+)?$' ++ branchName=Pharo13 ++ '[' Pharo13 == '' ']' ++ echo 1 + '[' 1 == 1 ']' ++ is_release_build ++ set -f +++ git tag --list --points-at HEAD +++ grep -E '^v[0-9]+\.[0-9]+.[0-9]+(\-[a-zA-Z0-9_]+)?$' ++ local versionTag= ++ set +f ++ '[' '' == '' ']' ++ echo 0 + '[' 0 == 1 ']' + set_version_snapshot_variables + ensure_branch_name + '[' Pharo13 == '' ']' + PHARO_SUFFIX=SNAPSHOT + set_version_common ++ git describe --tags --first-parent ++ cut -d- -f 1 ++ cut -c 2- ++ cut -d. -f 1-1 + PHARO_MAJOR=13 ++ git describe --tags --first-parent ++ cut -d- -f 1 ++ cut -c 2- ++ cut -d. -f 2-2 + PHARO_MINOR=0 ++ git describe --tags --first-parent ++ cut -d- -f 1 ++ cut -c 2- ++ cut -d. -f 3-3 + PHARO_PATCH=0 + PHARO_NAME_PREFIX=Pharo13.0-SNAPSHOT + PHARO_SHORT_VERSION=130 + PHARO_VM_VERSION=130 ++ git rev-parse --verify HEAD + PHARO_COMMIT_HASH=fa719891c85eeac8bec8cf10e5491277b43d4d24 + popd + TEST_VM_KIND=vm + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/getPharoVM.sh 130 vm 64 + '[' 3 -lt 1 ']' + export PHARO=130 + PHARO=130 + export VM=vm + VM=vm + export ARCHITECTURE=64 + ARCHITECTURE=64 + export RETRY_REMAINING=3 + RETRY_REMAINING=3 + wget --quiet -O - get.pharo.org/64/vm130 + bash Downloading the latest pharoVM: http://files.pharo.org/get-files/130/pharo-vm-Linux-x86_64-stable.zip pharo-vm/pharo Creating starter scripts pharo and pharo-ui + '[' 0 -eq 0 ']' + echo 'VM downloaded' VM downloaded + cd - /builds/workspace/uest_and_branch_Pipeline_Pharo13/64 ++ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless --version + echo 'Target VM: Pharo 10.3.1 built on Sep 2 2024 10:20:49 Compiler: 5.4.0 20160609 Built from: v10.3.1 - Commit: 6cdb1e5 - Date: 2024-09-02 09:56:37 +0200' Target VM: Pharo 10.3.1 built on Sep 2 2024 10:20:49 Compiler: 5.4.0 20160609 Built from: v10.3.1 - Commit: 6cdb1e5 - Date: 2024-09-02 09:56:37 +0200 + '[' '!' -e /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmBootstrap/pharo ']' + rm -rf /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmBootstrap + mkdir /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmBootstrap + cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmBootstrap + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/getPharoVM.sh 100 vm 64 + '[' 3 -lt 1 ']' + export PHARO=100 + PHARO=100 + export VM=vm + VM=vm + export ARCHITECTURE=64 + ARCHITECTURE=64 + export RETRY_REMAINING=3 + RETRY_REMAINING=3 + wget --quiet -O - get.pharo.org/64/vm100 + bash Downloading the latest pharoVM: http://files.pharo.org/get-files/100/pharo-vm-Linux-x86_64-stable.zip pharo-vm/pharo Creating starter scripts pharo and pharo-ui + '[' 0 -eq 0 ']' + echo 'VM downloaded' VM downloaded + cd - /builds/workspace/uest_and_branch_Pipeline_Pharo13/64 ++ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmBootstrap/pharo --headless --version + echo 'Bootstrap VM: Pharo 9.0.22 built on Mar 30 2023 13:08:51 Compiler: 5.4.0 20160609 Built from: v9.0.22 - Commit: 421845e - Date: 2023-03-30 09:49:26 +0200' Bootstrap VM: Pharo 9.0.22 built on Mar 30 2023 13:08:51 Compiler: 5.4.0 20160609 Built from: v9.0.22 - Commit: 421845e - Date: 2023-03-30 09:49:26 +0200 + '[' '!' -e /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/bootstrapImage.zip ']' + download_to https://github.com/guillep/PharoBootstrap/releases/download/v1.7.8/bootstrapImage.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/bootstrapImage.zip + wget --progress=dot:mega https://github.com/guillep/PharoBootstrap/releases/download/v1.7.8/bootstrapImage.zip -O /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/bootstrapImage.zip --2024-11-25 19:41:12-- 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-11-25 19:41:13-- https://github.com/pharo-project/PharoBootstrap/releases/download/v1.7.8/bootstrapImage.zip Reusing existing connection to github.com:443. HTTP request sent, awaiting response... 302 Found Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/63601721/139fbf57-4a94-463f-b9d8-a069dddae866?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20241125%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20241125T184113Z&X-Amz-Expires=300&X-Amz-Signature=7ea8f32c6a533e2793363c9cbffa09049591d355e2e497e9e7c08ca1597e593c&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3DbootstrapImage.zip&response-content-type=application%2Foctet-stream [following] --2024-11-25 19:41:13-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/63601721/139fbf57-4a94-463f-b9d8-a069dddae866?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20241125%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20241125T184113Z&X-Amz-Expires=300&X-Amz-Signature=7ea8f32c6a533e2793363c9cbffa09049591d355e2e497e9e7c08ca1597e593c&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3DbootstrapImage.zip&response-content-type=application%2Foctet-stream Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.110.133, 185.199.108.133, 185.199.109.133, ... Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.110.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 38478770 (37M) [application/octet-stream] Saving to: ‘/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/bootstrapImage.zip’ 0K ........ ........ ........ ........ ........ ........ 8% 39.7M 1s 3072K ........ ........ ........ ........ ........ ........ 16% 108M 1s 6144K ........ ........ ........ ........ ........ ........ 24% 111M 0s 9216K ........ ........ ........ ........ ........ ........ 32% 112M 0s 12288K ........ ........ ........ ........ ........ ........ 40% 111M 0s 15360K ........ ........ ........ ........ ........ ........ 49% 112M 0s 18432K ........ ........ ........ ........ ........ ........ 57% 111M 0s 21504K ........ ........ ........ ........ ........ ........ 65% 110M 0s 24576K ........ ........ ........ ........ ........ ........ 73% 112M 0s 27648K ........ ........ ........ ........ ........ ........ 81% 112M 0s 30720K ........ ........ ........ ........ ........ ........ 89% 111M 0s 33792K ........ ........ ........ ........ ........ ........ 98% 110M 0s 36864K ........ ... 100% 117M=0.4s 2024-11-25 19:41:14 (96.7 MB/s) - ‘/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/bootstrapImage.zip’ saved [38478770/38478770] + '[' '!' -e /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/PharoV60.sources.zip ']' + download_to http://files.pharo.org/sources/PharoV60.sources.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/PharoV60.sources.zip + wget --progress=dot:mega http://files.pharo.org/sources/PharoV60.sources.zip -O /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/PharoV60.sources.zip --2024-11-25 19:41:14-- http://files.pharo.org/sources/PharoV60.sources.zip Resolving files.pharo.org (files.pharo.org)... 193.49.213.186 Connecting to files.pharo.org (files.pharo.org)|193.49.213.186|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://files.pharo.org/sources/PharoV60.sources.zip [following] --2024-11-25 19:41:14-- https://files.pharo.org/sources/PharoV60.sources.zip Connecting to files.pharo.org (files.pharo.org)|193.49.213.186|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 7116902 (6.8M) [application/zip] Saving to: ‘/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/PharoV60.sources.zip’ 0K ........ ........ ........ ........ ........ ........ 44% 91.4M 0s 3072K ........ ........ ........ ........ ........ ........ 88% 111M 0s 6144K ........ .... 100% 118M=0.07s 2024-11-25 19:41:14 (102 MB/s) - ‘/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/PharoV60.sources.zip’ saved [7116902/7116902] + '[' '!' -e /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/idea11.zip ']' + download_to https://github.com/pharo-project/pharo-icon-packs/archive/v1.0.2-idea11.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/idea11.zip + wget --progress=dot:mega https://github.com/pharo-project/pharo-icon-packs/archive/v1.0.2-idea11.zip -O /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/idea11.zip --2024-11-25 19:41:14-- 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-11-25 19:41:14-- https://codeload.github.com/pharo-project/pharo-icon-packs/zip/refs/tags/v1.0.2-idea11 Resolving codeload.github.com (codeload.github.com)... 140.82.121.9 Connecting to codeload.github.com (codeload.github.com)|140.82.121.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/zip] Saving to: ‘/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/idea11.zip’ 0K ... 3.13M=0.07s 2024-11-25 19:41:15 (3.13 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=357 BOOTSTRAP_ARCH=64 bash ./bootstrap/scripts/3-prepare.sh + set -e ++ date -u + echo Mon Nov 25 06:41:18 PM UTC 2024 'Bootstrap: Beginning to prepare the image used for bootstrapping' Mon Nov 25 06:41:18 PM UTC 2024 Bootstrap: Beginning to prepare the image used for bootstrapping +++ dirname ./bootstrap/scripts/3-prepare.sh ++ cd ./bootstrap/scripts ++ pwd -P + SCRIPTS=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts + . /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/envvars.sh ++ '[' -z x ']' ++ '[' -z x ']' ++ '[' -z ']' ++++ dirname /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/envvars.sh +++ cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/../.. +++ pwd -P ++ export BOOTSTRAP_REPOSITORY=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64 ++ BOOTSTRAP_REPOSITORY=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64 +++ pwd -P ++ ROOT_DIR=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build ++ '[' -z ']' ++ BOOTSTRAP_CACHE=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache ++ export BOOTSTRAP_CACHE ++ '[' -z ']' ++ BOOTSTRAP_DOWNLOADS=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads ++ export BOOTSTRAP_DOWNLOADS ++ '[' -z ']' ++ VM='/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless' ++ VM_BOOTSTRAP='/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmBootstrap/pharo --headless' ++ IMAGE_FLAGS=--no-default-preferences ++++ dirname /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/envvars.sh +++ cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts +++ pwd -P ++ . /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/envversion.sh + set_version_variables + pushd /builds/workspace/uest_and_branch_Pipeline_Pharo13/64 ++ is_development_build ++ local branchName ++ ensure_branch_name ++ '[' Pharo13 == '' ']' +++ echo Pharo13 +++ grep -E '^Pharo[0-9]+(\.[0-9]+)?$' ++ branchName=Pharo13 ++ '[' Pharo13 == '' ']' ++ echo 1 + '[' 1 == 1 ']' ++ is_release_build ++ set -f +++ git tag --list --points-at HEAD +++ grep -E '^v[0-9]+\.[0-9]+.[0-9]+(\-[a-zA-Z0-9_]+)?$' ++ local versionTag= ++ set +f ++ '[' '' == '' ']' ++ echo 0 + '[' 0 == 1 ']' + set_version_snapshot_variables + ensure_branch_name + '[' Pharo13 == '' ']' + PHARO_SUFFIX=SNAPSHOT + set_version_common ++ git describe --tags --first-parent ++ cut -d- -f 1 ++ cut -c 2- ++ cut -d. -f 1-1 + PHARO_MAJOR=13 ++ git describe --tags --first-parent ++ cut -d- -f 1 ++ cut -c 2- ++ cut -d. -f 2-2 + PHARO_MINOR=0 ++ git describe --tags --first-parent ++ cut -d- -f 1 ++ cut -c 2- ++ cut -d. -f 3-3 + PHARO_PATCH=0 + PHARO_NAME_PREFIX=Pharo13.0-SNAPSHOT + PHARO_SHORT_VERSION=130 + PHARO_VM_VERSION=130 ++ git rev-parse --verify HEAD + PHARO_COMMIT_HASH=fa719891c85eeac8bec8cf10e5491277b43d4d24 + 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=357 --VERSION_INFO=Pharo13.0-SNAPSHOT-fa719891c85eeac8bec8cf10e5491277b43d4d24 --quit [+] Bootstrapping for a 64-bit architecture [+] Build number: 357 [+] VersionInfo: Pharo13.0-SNAPSHOT-fa719891c85eeac8bec8cf10e5491277b43d4d24 19:41:22 Begin: Bootstrap process 19:41:22 [+] Preparing bootstrap NewUndeclaredWarning: Process>>complete: (thisProcess is Undeclared) 19:41:45 [+] Creating image on which bootstrapping will take place Looking for module ... loaded...computing accessor depths warning, variable nsMethodCache doesn't exist or has already been removed ...done19:41:47 Initializing bootstrap environment. 19:41:47 Creating initial Objects needed by the VM 19:41:47 Flushing new space. 19:41:47 Begin: Initializing initial objects 19:41:47 Initializing objects. 19:41:47 initializing hash table sizes 19:41:47 preparing class builder 19:41:47 class loader now creates class pools 19:41:47 Initializing StartUp list 19:41:47 Initializing Character Table 19:41:48 Initializing String Ascii and CaseInsensitive Table 19:41:48 Initializing SmallInteger constants 19:41:48 Initializing CompiledMethod constants 19:41:48 Installing symbol table 19:41:48 Bootstrapping class layouts 19:41:48 End: Initializing initial objects 19:41:48 Begin: Create classes 19:41:50 001/520 - 0:00:00:01.775: Built behavior Abort 19:41:51 002/520 - 0:00:00:00.509: Built behavior AbsolutePath 19:41:51 003/520 - 0:00:00:00.467: Built behavior AbstractAnnouncementSubscription 19:41:52 004/520 - 0:00:00:00.631: Built behavior AbstractBinaryFileStream 19:41:52 005/520 - 0:00:00:00.245: Built behavior AbstractDelayTicker 19:41:52 006/520 - 0:00:00:00.288: Built behavior AbstractLayout 19:41:52 007/520 - 0:00:00:00.242: Built behavior AbstractLayoutScope 19:41:53 008/520 - 0:00:00:00.282: Built behavior AbstractSessionHandler 19:41:54 009/520 - 0:00:00:00.78: Built behavior AdditionalBinding 19:41:54 010/520 - 0:00:00:00.315: Built behavior AdditionalMethodState 19:41:54 011/520 - 0:00:00:00.257: Built behavior Announcement 19:41:54 012/520 - 0:00:00:00.317: Built behavior AnnouncementDeliveryCondition 19:41:55 013/520 - 0:00:00:00.288: Built behavior AnnouncementLogger 19:41:56 014/520 - 0:00:00:01.103: Built behavior AnnouncementSet 19:41:56 015/520 - 0:00:00:00.302: Built behavior AnnouncementSetWithExclusions 19:41:56 016/520 - 0:00:00:00.285: Built behavior AnnouncementSubscription 19:41:57 017/520 - 0:00:00:00.372: Built behavior Announcer 19:41:57 018/520 - 0:00:00:00.586: Built behavior ArgumentsCountMismatch 19:41:58 019/520 - 0:00:00:00.274: Built behavior ArithmeticError 19:41:58 020/520 - 0:00:00:00.779: Built behavior Array 19:41:58 021/520 - 0:00:00:00: Built behavior ArrayedCollection 19:41:59 022/520 - 0:00:00:00.257: Built behavior AsciiCharset 19:41:59 023/520 - 0:00:00:00.311: Built behavior AssertionFailure 19:42:00 024/520 - 0:00:00:00.832: Built behavior Association 19:42:00 025/520 - 0:00:00:00.372: Built behavior AsyncFile 19:42:02 026/520 - 0:00:00:01.359: Built behavior AutomaticRewriting 19:42:02 027/520 - 0:00:00:00.316: Built behavior BackwardCompatibility 19:42:02 028/520 - 0:00:00:00.602: Built behavior BackwardCompatibleRewritingCallPerformedNotification 19:42:03 029/520 - 0:00:00:00.27: Built behavior Bag 19:42:03 030/520 - 0:00:00:00.659: Built behavior BasicCommandLineHandler 19:42:04 031/520 - 0:00:00:00.382: Built behavior Behavior 19:42:04 032/520 - 0:00:00:00.251: Built behavior BinaryFileStream 19:42:05 033/520 - 0:00:00:00.49: Built behavior BitsLayout 19:42:05 034/520 - 0:00:00:00.561: Built behavior BlockCannotReturn 19:42:05 035/520 - 0:00:00:00.337: Built behavior BlockClosure 19:42:06 036/520 - 0:00:00:00.269: Built behavior Boolean 19:42:07 037/520 - 0:00:00:01.13: Built behavior BoxedFloat64 19:42:07 038/520 - 0:00:00:00.254: Built behavior ByteArray 19:42:07 039/520 - 0:00:00:00.245: Built behavior ByteLayout 19:42:08 040/520 - 0:00:00:00.737: Built behavior ByteString 19:42:09 041/520 - 0:00:00:00.481: Built behavior ByteSymbol 19:42:09 042/520 - 0:00:00:00.31: Built behavior BytecodeEncoder 19:42:09 043/520 - 0:00:00:00.551: Built behavior CannotDeleteFileException 19:42:09 044/520 - 0:00:00:00: Built behavior CannotReturn 19:42:10 045/520 - 0:00:00:00.358: Built behavior CategoryConverter 19:42:10 046/520 - 0:00:00:00.34: Built behavior ChangesLog 19:42:10 047/520 - 0:00:00:00.255: Built behavior Character 19:42:11 048/520 - 0:00:00:00.25: Built behavior CharacterSet 19:42:11 049/520 - 0:00:00:00.256: Built behavior CharacterSetComplement 19:42:11 050/520 - 0:00:00:00.506: Built behavior ChunkReadStream 19:42:12 051/520 - 0:00:00:00.234: Built behavior ChunkWriteStream 19:42:12 052/520 - 0:00:00:00.305: Built behavior CircularHierarchyError 19:42:13 053/520 - 0:00:00:00.717: Built behavior Class 19:42:13 054/520 - 0:00:00:00.854: Built behavior ClassAdded 19:42:13 055/520 - 0:00:00:00: Built behavior ClassAnnouncement 19:42:14 056/520 - 0:00:00:00.404: Built behavior ClassCommented 19:42:14 057/520 - 0:00:00:00: Built behavior ClassDescription 19:42:14 058/520 - 0:00:00:00.278: Built behavior ClassModificationApplied 19:42:14 059/520 - 0:00:00:00.308: Built behavior ClassModifiedClassDefinition 19:42:15 060/520 - 0:00:00:00.295: Built behavior ClassParentRenamed 19:42:15 061/520 - 0:00:00:00.258: Built behavior ClassRemoved 19:42:15 062/520 - 0:00:00:00.289: Built behavior ClassRenamed 19:42:16 063/520 - 0:00:00:00.284: Built behavior ClassRepackaged 19:42:16 064/520 - 0:00:00:00.246: Built behavior ClassResolver 19:42:16 065/520 - 0:00:00:00.223: Built behavior ClassResolverStrictResolve 19:42:16 066/520 - 0:00:00:00.265: Built behavior ClassSessionHandler 19:42:17 067/520 - 0:00:00:00.269: Built behavior ClassVariable 19:42:17 068/520 - 0:00:00:00.256: Built behavior CleanBlockClosure 19:42:17 069/520 - 0:00:00:00: Built behavior Collection 19:42:17 070/520 - 0:00:00:00.302: Built behavior CollectionElement 19:42:17 071/520 - 0:00:00:00.26: Built behavior CollectionIsEmpty 19:42:18 072/520 - 0:00:00:00.267: Built behavior CommandLineArguments 19:42:18 073/520 - 0:00:00:00: Built behavior CommandLineHandler 19:42:18 074/520 - 0:00:00:00.37: Built behavior CommandLinePasswordManager 19:42:19 075/520 - 0:00:00:00.583: Built behavior CommandLineUIManager 19:42:19 076/520 - 0:00:00:00.581: Built behavior CompiledBlock 19:42:19 077/520 - 0:00:00:00: Built behavior CompiledCode 19:42:19 078/520 - 0:00:00:00.221: Built behavior CompiledMethod 19:42:20 079/520 - 0:00:00:00.23: Built behavior CompiledMethodLayout 19:42:20 080/520 - 0:00:00:00.259: Built behavior ConstantBlockClosure 19:42:20 081/520 - 0:00:00:00.247: Built behavior ConstantBlockClosure1Arg 19:42:20 082/520 - 0:00:00:00.263: Built behavior ConstantBlockClosure2Arg 19:42:21 083/520 - 0:00:00:00.311: Built behavior ConstantBlockClosure3Arg 19:42:21 084/520 - 0:00:00:00.408: Built behavior Context 19:42:21 085/520 - 0:00:00:00.28: Built behavior ContextCannotReturn 19:42:22 086/520 - 0:00:00:00.787: Built behavior CurrentExecutionEnvironment 19:42:23 087/520 - 0:00:00:00.676: Built behavior DailyNonInteractiveTranscript 19:42:23 088/520 - 0:00:00:00.273: Built behavior DangerousClassNotifier 19:42:23 089/520 - 0:00:00:00: Built behavior DecoratorStream 19:42:24 090/520 - 0:00:00:00.575: Built behavior DefaultExecutionEnvironment 19:42:24 091/520 - 0:00:00:00.407: Built behavior Delay 19:42:25 092/520 - 0:00:00:01.282: Built behavior DelayBasicScheduler 19:42:26 093/520 - 0:00:00:00.258: Built behavior DelayMicrosecondTicker 19:42:26 094/520 - 0:00:00:00.303: Built behavior DelayMicrosecondTickerSimulation 19:42:26 095/520 - 0:00:00:00.252: Built behavior DelayMicrosecondUncappedTicker 19:42:27 096/520 - 0:00:00:00.238: Built behavior DelayMillisecondTicker 19:42:27 097/520 - 0:00:00:00.339: Built behavior DelayMillisecondTickerSimulation 19:42:27 098/520 - 0:00:00:00.386: Built behavior DelayMutexScheduler 19:42:27 099/520 - 0:00:00:00: Built behavior DelayNullScheduler 19:42:28 100/520 - 0:00:00:00.395: Built behavior DelaySemaphoreScheduler 19:42:28 101/520 - 0:00:00:00.342: Built behavior DelayWaitTimeout 19:42:28 102/520 - 0:00:00:00.306: Built behavior DependentsArray 19:42:29 103/520 - 0:00:00:00.356: Built behavior Deprecation 19:42:29 104/520 - 0:00:00:00.311: Built behavior DeprecationPerformedNotification 19:42:29 105/520 - 0:00:00:00.242: Built behavior Dictionary 19:42:29 106/520 - 0:00:00:00.302: Built behavior DoItVariable 19:42:30 107/520 - 0:00:00:00.297: Built behavior DomainError 19:42:30 108/520 - 0:00:00:00.229: Built behavior DoubleByteArray 19:42:30 109/520 - 0:00:00:00.236: Built behavior DoubleByteLayout 19:42:31 110/520 - 0:00:00:00.362: Built behavior DoubleLink 19:42:31 111/520 - 0:00:00:00.26: Built behavior DoubleLinkedList 19:42:31 112/520 - 0:00:00:00.238: Built behavior DoubleWordArray 19:42:31 113/520 - 0:00:00:00.244: Built behavior DoubleWordLayout 19:42:32 114/520 - 0:00:00:00.296: Built behavior DummySystemProgressItem 19:42:32 115/520 - 0:00:00:00.244: Built behavior DummyUIManager 19:42:32 116/520 - 0:00:00:00.338: Built behavior DuplicatedSlotName 19:42:33 117/520 - 0:00:00:00.312: Built behavior DuplicatedVariableError 19:42:33 118/520 - 0:00:00:00.248: Built behavior DynamicVariable 19:42:33 119/520 - 0:00:00:00.271: Built behavior EmptyLayout 19:42:33 120/520 - 0:00:00:00.235: Built behavior EncoderForSistaV1 19:42:34 121/520 - 0:00:00:00.329: Built behavior EndianDetector 19:42:34 122/520 - 0:00:00:00.55: Built behavior EphemeronLayout 19:42:34 123/520 - 0:00:00:00: Built behavior Error 19:42:34 124/520 - 0:00:00:00.303: Built behavior ErrorHandler 19:42:35 125/520 - 0:00:00:00.25: Built behavior ErrorHandlerSessionHandler 19:42:35 126/520 - 0:00:00:00.39: Built behavior ExactFloatPrintPolicy 19:42:35 127/520 - 0:00:00:00: Built behavior Exception 19:42:35 128/520 - 0:00:00:00.334: Built behavior ExceptionSet 19:42:36 129/520 - 0:00:00:00.254: Built behavior ExceptionSetWithExclusions 19:42:36 130/520 - 0:00:00:00: Built behavior ExecutionEnvironment 19:42:36 131/520 - 0:00:00:00.316: Built behavior Exit 19:42:36 132/520 - 0:00:00:00.28: Built behavior ExpressionEvaluated 19:42:37 133/520 - 0:00:00:00.303: Built behavior ExtensionPointsOwningPackageNotification 19:42:37 134/520 - 0:00:00:00.299: Built behavior ExternalAddress 19:42:39 135/520 - 0:00:00:02.45: Built behavior ExternalData 19:42:39 136/520 - 0:00:00:00: Built behavior ExternalObject 19:42:40 137/520 - 0:00:00:00.303: Built behavior ExternalSemaphoreTable 19:42:40 138/520 - 0:00:00:00: Built behavior ExternalStructure 19:42:40 139/520 - 0:00:00:00.405: Built behavior ExternalType 19:42:40 140/520 - 0:00:00:00.242: Built behavior ExternalUnion 19:42:41 141/520 - 0:00:00:00.285: Built behavior FFIBackend 19:42:41 142/520 - 0:00:00:00: Built behavior FFIConstants 19:42:41 143/520 - 0:00:00:00.228: Built behavior False 19:42:41 144/520 - 0:00:00:00.42: Built behavior File 19:42:42 145/520 - 0:00:00:00.305: Built behavior FileAlreadyExistsException 19:42:42 146/520 - 0:00:00:00.269: Built behavior FileDoesNotExistException 19:42:42 147/520 - 0:00:00:00: Built behavior FileException 19:42:42 148/520 - 0:00:00:00.287: Built behavior FilePathEncoder 19:42:42 149/520 - 0:00:00:00.251: Built behavior FileWriteError 19:42:43 150/520 - 0:00:00:00.375: Built behavior FinalizationProcess 19:42:43 151/520 - 0:00:00:00.355: Built behavior FinalizationRegistry 19:42:43 152/520 - 0:00:00:00.281: Built behavior FinalizationRegistryEntry 19:42:44 153/520 - 0:00:00:00.231: Built behavior FixedLayout 19:42:44 154/520 - 0:00:00:00: Built behavior Float 19:42:44 155/520 - 0:00:00:00.241: Built behavior Float32Array 19:42:44 156/520 - 0:00:00:00.247: Built behavior Float64Array 19:42:44 157/520 - 0:00:00:00.264: Built behavior FloatPrintPolicy 19:42:45 158/520 - 0:00:00:00.274: Built behavior Fraction 19:42:45 159/520 - 0:00:00:00.254: Built behavior FullBlockClosure 19:42:45 160/520 - 0:00:00:00.291: Built behavior Generator 19:42:45 161/520 - 0:00:00:00.234: Built behavior GlobalVariable 19:42:46 162/520 - 0:00:00:00.364: Built behavior HEAbstractExported 19:42:46 163/520 - 0:00:00:00.517: Built behavior HEAdditionalMethodState 19:42:47 164/520 - 0:00:00:00.224: Built behavior HEArray 19:42:47 165/520 - 0:00:00:00.261: Built behavior HEAssociation 19:42:47 166/520 - 0:00:00:00.299: Built behavior HEBinaryReader 19:42:47 167/520 - 0:00:00:00.235: Built behavior HEBoolean 19:42:48 168/520 - 0:00:00:00.25: Built behavior HEByteArray 19:42:48 169/520 - 0:00:00:00.232: Built behavior HEByteString 19:42:48 170/520 - 0:00:00:00.233: Built behavior HECharacter 19:42:49 171/520 - 0:00:00:00.837: Built behavior HEClass 19:42:49 172/520 - 0:00:00:00.488: Built behavior HEClassTrait 19:42:50 173/520 - 0:00:00:00.239: Built behavior HEClassVariable 19:42:50 174/520 - 0:00:00:00.372: Built behavior HECompiledBlock 19:42:50 175/520 - 0:00:00:00.301: Built behavior HEConstantBlock 19:42:50 176/520 - 0:00:00:00: Built behavior HEExportedLiteral 19:42:51 177/520 - 0:00:00:00.256: Built behavior HEExportedMetaclass 19:42:51 178/520 - 0:00:00:00.402: Built behavior HEExtendedEnvironment 19:42:51 179/520 - 0:00:00:00.25: Built behavior HEFloat 19:42:52 180/520 - 0:00:00:00.328: Built behavior HEFraction 19:42:52 181/520 - 0:00:00:00.234: Built behavior HEGlobalVariable 19:42:52 182/520 - 0:00:00:00.355: Built behavior HEInstaller 19:42:52 183/520 - 0:00:00:00.243: Built behavior HEInteger 19:42:53 184/520 - 0:00:00:00.422: Built behavior HEMethod 19:42:53 185/520 - 0:00:00:00: Built behavior HEMethodContainer 19:42:53 186/520 - 0:00:00:00.291: Built behavior HEMethodLiteral 19:42:53 187/520 - 0:00:00:00.32: Built behavior HEPackage 19:42:54 188/520 - 0:00:00:00.294: Built behavior HEPragma 19:42:54 189/520 - 0:00:00:00.232: Built behavior HEScaledDecimal 19:42:54 190/520 - 0:00:00:00.305: Built behavior HESendMessage 19:42:54 191/520 - 0:00:00:00: Built behavior HESymbol 19:42:55 192/520 - 0:00:00:00.274: Built behavior HETrait 19:42:55 193/520 - 0:00:00:00.261: Built behavior HETraitLiteral 19:42:55 194/520 - 0:00:00:00.259: Built behavior HEUndefinedObject 19:42:55 195/520 - 0:00:00:00.258: Built behavior HEWideString 19:42:56 196/520 - 0:00:00:00.422: Built behavior HashTableSizes 19:42:56 197/520 - 0:00:00:00: Built behavior HashedCollection 19:42:56 198/520 - 0:00:00:00.311: Built behavior Heap 19:42:56 199/520 - 0:00:00:00.269: Built behavior HermesCommandLineHandler 19:42:57 200/520 - 0:00:00:00.238: Built behavior IdentityBag 19:42:57 201/520 - 0:00:00:00.237: Built behavior IdentityDictionary 19:42:57 202/520 - 0:00:00:00.247: Built behavior IdentitySet 19:42:57 203/520 - 0:00:00:00.277: Built behavior IllegalFileName 19:42:58 204/520 - 0:00:00:00.355: Built behavior IllegalResumeAttempt 19:42:58 205/520 - 0:00:00:00.239: Built behavior ImmediateLayout 19:42:58 206/520 - 0:00:00:00.301: Built behavior IncompatibleLayoutConflict 19:42:59 207/520 - 0:00:00:00.567: Built behavior IndexedSlot 19:42:59 208/520 - 0:00:00:00.316: Built behavior InexactFloatPrintPolicy 19:42:59 209/520 - 0:00:00:00.317: Built behavior InstanceVariableNotFound 19:43:00 210/520 - 0:00:00:00.26: Built behavior InstanceVariableSlot 19:43:00 211/520 - 0:00:00:00.35: Built behavior InstructionClient 19:43:00 212/520 - 0:00:00:00.368: Built behavior InstructionStream 19:43:01 213/520 - 0:00:00:00.266: Built behavior Integer 19:43:01 214/520 - 0:00:00:00.246: Built behavior IntegerArray 19:43:01 215/520 - 0:00:00:00.293: Built behavior Interval 19:43:01 216/520 - 0:00:00:00.268: Built behavior InvalidGlobalName 19:43:02 217/520 - 0:00:00:00.279: Built behavior InvalidSlotName 19:43:02 218/520 - 0:00:00:00.544: Built behavior KeyNotFound 19:43:03 219/520 - 0:00:00:00.518: Built behavior KeyboardKey 19:43:03 220/520 - 0:00:00:00.255: Built behavior KeyedTree 19:43:03 221/520 - 0:00:00:00.318: Built behavior LargeInteger 19:43:04 222/520 - 0:00:00:00.252: Built behavior LargeNegativeInteger 19:43:04 223/520 - 0:00:00:00.249: Built behavior LargePositiveInteger 19:43:04 224/520 - 0:00:00:00.267: Built behavior LayoutClassScope 19:43:04 225/520 - 0:00:00:00.266: Built behavior LayoutEmptyScope 19:43:05 226/520 - 0:00:00:00.913: Built behavior LimitedWriteStream 19:43:06 227/520 - 0:00:00:00.326: Built behavior Link 19:43:06 228/520 - 0:00:00:00.282: Built behavior LinkedList 19:43:06 229/520 - 0:00:00:00: Built behavior LiteralVariable 19:43:06 230/520 - 0:00:00:00.271: Built behavior LocalProcessException 19:43:06 231/520 - 0:00:00:00.263: Built behavior LocalRecursionStopper 19:43:06 232/520 - 0:00:00:00: Built behavior LookupKey 19:43:07 233/520 - 0:00:00:00.574: Built behavior MacOSPlatform 19:43:07 234/520 - 0:00:00:00.245: Built behavior MacOSXPlatform 19:43:07 235/520 - 0:00:00:00: Built behavior Magnitude 19:43:08 236/520 - 0:00:00:00.592: Built behavior ManifestAnnouncementsCore 19:43:08 237/520 - 0:00:00:00.265: Built behavior ManifestCollectionsAbstract 19:43:08 238/520 - 0:00:00:00.253: Built behavior ManifestCollectionsDoubleLinkedList 19:43:09 239/520 - 0:00:00:00.251: Built behavior ManifestCollectionsNative 19:43:09 240/520 - 0:00:00:00.26: Built behavior ManifestCollectionsSequenceable 19:43:09 241/520 - 0:00:00:00.322: Built behavior ManifestCollectionsStack 19:43:09 242/520 - 0:00:00:00.26: Built behavior ManifestCollectionsStreams 19:43:10 243/520 - 0:00:00:00.258: Built behavior ManifestCollectionsStrings 19:43:10 244/520 - 0:00:00:00.264: Built behavior ManifestCollectionsSupport 19:43:10 245/520 - 0:00:00:00.293: Built behavior ManifestCollectionsUnordered 19:43:11 246/520 - 0:00:00:00.322: Built behavior ManifestCollectionsWeak 19:43:11 247/520 - 0:00:00:00.267: Built behavior ManifestFileSystemPath 19:43:11 248/520 - 0:00:00:00.265: Built behavior ManifestFiles 19:43:11 249/520 - 0:00:00:00.26: Built behavior ManifestHermes 19:43:12 250/520 - 0:00:00:00.28: Built behavior ManifestKernel 19:43:12 251/520 - 0:00:00:00.278: Built behavior ManifestKernelCodeModel 19:43:12 252/520 - 0:00:00:00.336: Built behavior ManifestNumberParser 19:43:13 253/520 - 0:00:00:00.347: Built behavior ManifestPharoBootstrapInitialization 19:43:13 254/520 - 0:00:00:00.273: Built behavior ManifestSystemAnnouncements 19:43:13 255/520 - 0:00:00:00.279: Built behavior ManifestSystemBasicCommandLineHandler 19:43:13 256/520 - 0:00:00:00.284: Built behavior ManifestSystemCommandLine 19:43:14 257/520 - 0:00:00:00.367: Built behavior ManifestSystemCommandLineHandler 19:43:14 258/520 - 0:00:00:00.283: Built behavior ManifestSystemFinalization 19:43:14 259/520 - 0:00:00:00.28: Built behavior ManifestSystemPlatforms 19:43:15 260/520 - 0:00:00:00.282: Built behavior ManifestSystemSessionManager 19:43:15 261/520 - 0:00:00:00.277: Built behavior ManifestSystemSources 19:43:15 262/520 - 0:00:00:00.28: Built behavior ManifestSystemSupport 19:43:16 263/520 - 0:00:00:00.303: Built behavior ManifestTranscriptNonInteractive 19:43:16 264/520 - 0:00:00:00.299: Built behavior ManifestUIManager 19:43:16 265/520 - 0:00:00:00.37: Built behavior Message 19:43:17 266/520 - 0:00:00:00.357: Built behavior MessageNotUnderstood 19:43:17 267/520 - 0:00:00:00.309: Built behavior MessageSend 19:43:17 268/520 - 0:00:00:00.323: Built behavior Metaclass 19:43:18 269/520 - 0:00:00:00.55: Built behavior MethodAdded 19:43:18 270/520 - 0:00:00:00: Built behavior MethodAnnouncement 19:43:18 271/520 - 0:00:00:00.267: Built behavior MethodDictionary 19:43:18 272/520 - 0:00:00:00.309: Built behavior MethodModified 19:43:19 273/520 - 0:00:00:00.288: Built behavior MethodRecategorized 19:43:19 274/520 - 0:00:00:00.295: Built behavior MethodRemoved 19:43:19 275/520 - 0:00:00:00.302: Built behavior MethodRepackaged 19:43:20 276/520 - 0:00:00:00.386: Built behavior ModificationForbidden 19:43:20 277/520 - 0:00:00:00.442: Built behavior Monitor 19:43:20 278/520 - 0:00:00:00.326: Built behavior MonitorDelay 19:43:21 279/520 - 0:00:00:00.438: Built behavior Mutex 19:43:21 280/520 - 0:00:00:00.374: Built behavior MutexSet 19:43:22 281/520 - 0:00:00:00.341: Built behavior NewUndeclaredWarning 19:43:22 282/520 - 0:00:00:00.247: Built behavior NoChangesLog 19:43:22 283/520 - 0:00:00:00.619: Built behavior NoPharoFilesOpener 19:43:23 284/520 - 0:00:00:00.355: Built behavior NonBooleanReceiver 19:43:23 285/520 - 0:00:00:00: Built behavior NonInteractiveTranscript 19:43:23 286/520 - 0:00:00:00.278: Built behavior NonInteractiveUIManager 19:43:23 287/520 - 0:00:00:00: Built behavior NotFound 19:43:24 288/520 - 0:00:00:00.63: Built behavior NotYetImplemented 19:43:24 289/520 - 0:00:00:00: Built behavior Notification 19:43:24 290/520 - 0:00:00:00.267: Built behavior NullFFIBackend 19:43:24 291/520 - 0:00:00:00.309: Built behavior NullStream 19:43:25 292/520 - 0:00:00:00.325: Built behavior NullTermInfo 19:43:25 293/520 - 0:00:00:00: Built behavior Number 19:43:25 294/520 - 0:00:00:00.58: Built behavior NumberParser 19:43:25 295/520 - 0:00:00:00: Built behavior OSPlatform 19:43:25 296/520 - 0:00:00:00.331: Built behavior OSPlatformVisitor 19:43:25 297/520 - 0:00:00:00: Built behavior Object 19:43:26 298/520 - 0:00:00:00.274: Built behavior ObjectFinalizer 19:43:26 299/520 - 0:00:00:00.59: Built behavior ObjectFinalizerCollection 19:43:26 300/520 - 0:00:00:00: Built behavior ObjectLayout 19:43:26 301/520 - 0:00:00:00: Built behavior OrderedCollection 19:43:27 302/520 - 0:00:00:00.335: Built behavior OrderedDictionary 19:43:27 303/520 - 0:00:00:00.289: Built behavior OrderedIdentityDictionary 19:43:27 304/520 - 0:00:00:00.306: Built behavior OutOfMemory 19:43:28 305/520 - 0:00:00:00.434: Built behavior Package 19:43:28 306/520 - 0:00:00:00.543: Built behavior PackageAdded 19:43:28 307/520 - 0:00:00:00: Built behavior PackageAnnouncement 19:43:29 308/520 - 0:00:00:00.367: Built behavior PackageConflictError 19:43:29 309/520 - 0:00:00:00: Built behavior PackageManifest 19:43:29 310/520 - 0:00:00:00.382: Built behavior PackageOrganizer 19:43:29 311/520 - 0:00:00:00.271: Built behavior PackageRemoved 19:43:30 312/520 - 0:00:00:00.295: Built behavior PackageRenamed 19:43:30 313/520 - 0:00:00:00.371: Built behavior PackageTag 19:43:31 314/520 - 0:00:00:00.569: Built behavior PackageTagAdded 19:43:31 315/520 - 0:00:00:00: Built behavior PackageTagAnnouncement 19:43:31 316/520 - 0:00:00:00.284: Built behavior PackageTagRemoved 19:43:31 317/520 - 0:00:00:00.32: Built behavior PackageTagRenamed 19:43:31 318/520 - 0:00:00:00: Built behavior Path 19:43:31 319/520 - 0:00:00:00.339: Built behavior PerformMessageCommandLineHandler 19:43:32 320/520 - 0:00:00:00.359: Built behavior PharoBootstrapInitialization 19:43:32 321/520 - 0:00:00:00.309: Built behavior PharoCommandLineHandler 19:43:32 322/520 - 0:00:00:00: Built behavior PharoFilesOpener 19:43:32 323/520 - 0:00:00:00.317: Built behavior PluggableDictionary 19:43:33 324/520 - 0:00:00:00.5: Built behavior PluggableSet 19:43:33 325/520 - 0:00:00:00.373: Built behavior Point 19:43:33 326/520 - 0:00:00:00: Built behavior PointerLayout 19:43:33 327/520 - 0:00:00:00: Built behavior PositionableStream 19:43:34 328/520 - 0:00:00:00.319: Built behavior Pragma 19:43:34 329/520 - 0:00:00:00.4: Built behavior PrimitiveError 19:43:34 330/520 - 0:00:00:00.293: Built behavior PrimitiveFailed 19:43:35 331/520 - 0:00:00:00.289: Built behavior PrintVersionCommandLineHandler 19:43:35 332/520 - 0:00:00:00.508: Built behavior Process 19:43:35 333/520 - 0:00:00:00.304: Built behavior ProcessAlreadyTerminating 19:43:36 334/520 - 0:00:00:00.308: Built behavior ProcessList 19:43:36 335/520 - 0:00:00:00: Built behavior ProcessLocalVariable 19:43:36 336/520 - 0:00:00:00: Built behavior ProcessSpecificVariable 19:43:36 337/520 - 0:00:00:00.556: Built behavior ProcessorScheduler 19:43:36 338/520 - 0:00:00:00: Built behavior ProtoObject 19:43:37 339/520 - 0:00:00:00.399: Built behavior Protocol 19:43:37 340/520 - 0:00:00:00.618: Built behavior ProtocolAdded 19:43:37 341/520 - 0:00:00:00: Built behavior ProtocolAnnouncement 19:43:38 342/520 - 0:00:00:00.274: Built behavior ProtocolRemoved 19:43:38 343/520 - 0:00:00:00.295: Built behavior ProtocolRenamed 19:43:38 344/520 - 0:00:00:00.311: Built behavior ProvideAnswerNotification 19:43:39 345/520 - 0:00:00:00.342: Built behavior PseudoVariable 19:43:39 346/520 - 0:00:00:00.313: Built behavior ReadOnlyFileException 19:43:39 347/520 - 0:00:00:00.261: Built behavior ReadStream 19:43:39 348/520 - 0:00:00:00.291: Built behavior ReadWriteStream 19:43:41 349/520 - 0:00:00:01.673: Built behavior Rectangle 19:43:41 350/520 - 0:00:00:00.395: Built behavior RecursionStopper 19:43:42 351/520 - 0:00:00:00.251: Built behavior RelativePath 19:43:42 352/520 - 0:00:00:00.439: Built behavior RemoteString 19:43:43 353/520 - 0:00:00:00.342: Built behavior RunArray 19:43:43 354/520 - 0:00:00:00.277: Built behavior SaveCommandLineHandler 19:43:43 355/520 - 0:00:00:00.29: Built behavior ScaledDecimal 19:43:43 356/520 - 0:00:00:00: Built behavior SelectorException 19:43:43 357/520 - 0:00:00:00.272: Built behavior SelfVariable 19:43:44 358/520 - 0:00:00:00.292: Built behavior Semaphore 19:43:44 359/520 - 0:00:00:00: Built behavior SequenceableCollection 19:43:44 360/520 - 0:00:00:00.352: Built behavior SessionAccessModeResolver 19:43:44 361/520 - 0:00:00:00.383: Built behavior SessionCategory 19:43:45 362/520 - 0:00:00:00.511: Built behavior SessionManager 19:43:45 363/520 - 0:00:00:00: Built behavior Set 19:43:45 364/520 - 0:00:00:00.386: Built behavior ShAbstractChange 19:43:46 365/520 - 0:00:00:00.384: Built behavior ShAbstractChangeDetector 19:43:46 366/520 - 0:00:00:00.356: Built behavior ShAbstractClassChangeDetector 19:43:46 367/520 - 0:00:00:00.283: Built behavior ShAbstractInstanceSideClassChangeDetector 19:43:47 368/520 - 0:00:00:00.282: Built behavior ShBitLayoutChangeDetector 19:43:47 369/520 - 0:00:00:00.268: Built behavior ShBitLayoutChanged 19:43:47 370/520 - 0:00:00:00.26: Built behavior ShClassChanged 19:43:47 371/520 - 0:00:00:00.285: Built behavior ShClassSlotChangeDetector 19:43:48 372/520 - 0:00:00:00.381: Built behavior ShDefaultBuilderEnhancer 19:43:48 373/520 - 0:00:00:00.264: Built behavior ShInstanceShapeChanged 19:43:48 374/520 - 0:00:00:00.336: Built behavior ShLayoutChangeDetector 19:43:49 375/520 - 0:00:00:00.468: Built behavior ShLayoutDefinition 19:43:49 376/520 - 0:00:00:00.273: Built behavior ShMetaclassChangeDetector 19:43:49 377/520 - 0:00:00:00.273: Built behavior ShMetaclassChanged 19:43:50 378/520 - 0:00:00:00.275: Built behavior ShNoChangesInClass 19:43:50 379/520 - 0:00:00:00.285: Built behavior ShSharedPoolChangeDetector 19:43:50 380/520 - 0:00:00:00.274: Built behavior ShSharedVariablesChangeDetector 19:43:51 381/520 - 0:00:00:00.28: Built behavior ShSlotChangeDetector 19:43:51 382/520 - 0:00:00:00.284: Built behavior ShSuperclassChangeDetector 19:43:51 383/520 - 0:00:00:00.264: Built behavior ShSuperclassChanged 19:43:51 384/520 - 0:00:00:00: Built behavior SharedPool 19:43:51 385/520 - 0:00:00:00.339: Built behavior SharedQueue 19:43:52 386/520 - 0:00:00:00.627: Built behavior ShiftAnonymousClassInstaller 19:43:53 387/520 - 0:00:00:00.848: Built behavior ShiftClassBuilder 19:43:53 388/520 - 0:00:00:00: Built behavior ShiftClassInstaller 19:43:53 389/520 - 0:00:00:00.356: Built behavior ShiftClassSideBuilder 19:43:54 390/520 - 0:00:00:00.298: Built behavior ShouldBeImplemented 19:43:54 391/520 - 0:00:00:00.298: Built behavior ShouldNotImplement 19:43:54 392/520 - 0:00:00:00.337: Built behavior SimulationExceptionWrapper 19:43:54 393/520 - 0:00:00:00.298: Built behavior SizeMismatch 19:43:54 394/520 - 0:00:00:00: Built behavior Slot 19:43:55 395/520 - 0:00:00:00.347: Built behavior SlotNotFound 19:43:55 396/520 - 0:00:00:00.347: Built behavior SmallDictionary 19:43:55 397/520 - 0:00:00:00.27: Built behavior SmallFloat64 19:43:56 398/520 - 0:00:00:00.279: Built behavior SmallIdentityDictionary 19:43:56 399/520 - 0:00:00:00.323: Built behavior SmallInteger 19:43:57 400/520 - 0:00:00:00.552: Built behavior SmalltalkImage 19:43:57 401/520 - 0:00:00:00.497: Built behavior SnapshotOperation 19:43:57 402/520 - 0:00:00:00.282: Built behavior SortedCollection 19:43:58 403/520 - 0:00:00:00.266: Built behavior SourceChunkWriteStream 19:43:58 404/520 - 0:00:00:00.422: Built behavior SourceFile 19:43:58 405/520 - 0:00:00:00.418: Built behavior SourceFileArray 19:43:59 406/520 - 0:00:00:00.507: Built behavior SourceFileBufferedReadWriteStream 19:43:59 407/520 - 0:00:00:00.414: Built behavior SourceFileCharacterReadWriteStream 19:44:00 408/520 - 0:00:00:00.619: Built behavior SparseLargeArray 19:44:00 409/520 - 0:00:00:00: Built behavior SparseLargeTable 19:44:00 410/520 - 0:00:00:00.256: Built behavior Stack 19:44:01 411/520 - 0:00:00:00.264: Built behavior StartupUIManager 19:44:01 412/520 - 0:00:00:00.49: Built behavior Stdio 19:44:01 413/520 - 0:00:00:00.289: Built behavior StdioStream 19:44:01 414/520 - 0:00:00:00: Built behavior Stream 19:44:01 415/520 - 0:00:00:00: Built behavior String 19:44:02 416/520 - 0:00:00:00.327: Built behavior SubclassResponsibility 19:44:02 417/520 - 0:00:00:00.379: Built behavior SubscriptOutOfBounds 19:44:02 418/520 - 0:00:00:00.418: Built behavior SubscriptionRegistry 19:44:03 419/520 - 0:00:00:00.286: Built behavior SuperVariable 19:44:03 420/520 - 0:00:00:00: Built behavior Symbol 19:44:03 421/520 - 0:00:00:00.4: Built behavior SymbolNotFoundError 19:44:03 422/520 - 0:00:00:00.326: Built behavior SymbolTableSemaphore 19:44:03 423/520 - 0:00:00:00: Built behavior SystemAnnouncement 19:44:04 424/520 - 0:00:00:00.29: Built behavior SystemAnnouncer 19:44:04 425/520 - 0:00:00:00.427: Built behavior SystemBuildInfo 19:44:05 426/520 - 0:00:00:00.359: Built behavior SystemEnvironment 19:44:05 427/520 - 0:00:00:00.393: Built behavior SystemNavigation 19:44:05 428/520 - 0:00:00:00: Built behavior SystemNotification 19:44:05 429/520 - 0:00:00:00.551: Built behavior SystemVersion 19:44:06 430/520 - 0:00:00:00.266: Built behavior TermInfoCharacter 19:44:06 431/520 - 0:00:00:00.378: Built behavior Termcap 19:44:06 432/520 - 0:00:00:00.298: Built behavior ThisContextVariable 19:44:07 433/520 - 0:00:00:00.272: Built behavior ThisProcessVariable 19:44:07 434/520 - 0:00:00:00.302: Built behavior TimedOut 19:44:07 435/520 - 0:00:00:00.289: Built behavior True 19:44:07 436/520 - 0:00:00:00: Built behavior UIManager 19:44:08 437/520 - 0:00:00:00.256: Built behavior UNCNetworkPath 19:44:08 438/520 - 0:00:00:00.266: Built behavior UndeclaredRegistry 19:44:08 439/520 - 0:00:00:00.284: Built behavior UndeclaredVariable 19:44:08 440/520 - 0:00:00:00.357: Built behavior UndeclaredVariableError 19:44:09 441/520 - 0:00:00:00.297: Built behavior UndeclaredVariableRead 19:44:09 442/520 - 0:00:00:00.314: Built behavior UndeclaredVariableWrite 19:44:09 443/520 - 0:00:00:00.389: Built behavior UndefinedObject 19:44:10 444/520 - 0:00:00:00.296: Built behavior UndefinedPackage 19:44:10 445/520 - 0:00:00:00.3: Built behavior UndefinedPackageTag 19:44:10 446/520 - 0:00:00:00.337: Built behavior UndefinedSlot 19:44:11 447/520 - 0:00:00:00.676: Built behavior UnhandledError 19:44:11 448/520 - 0:00:00:00: Built behavior UnhandledException 19:44:12 449/520 - 0:00:00:00.528: Built behavior Unix32Platform 19:44:12 450/520 - 0:00:00:00.264: Built behavior Unix64Platform 19:44:12 451/520 - 0:00:00:00.28: Built behavior UnixARM32Platform 19:44:12 452/520 - 0:00:00:00: Built behavior UnixPlatform 19:44:12 453/520 - 0:00:00:00.327: Built behavior UnwindError 19:44:13 454/520 - 0:00:00:00.493: Built behavior VTermOutputDriver 19:44:13 455/520 - 0:00:00:00.281: Built behavior ValueLink 19:44:14 456/520 - 0:00:00:00.283: Built behavior ValueNotFound 19:44:14 457/520 - 0:00:00:00: Built behavior Variable 19:44:14 458/520 - 0:00:00:00.27: Built behavior VariableLayout 19:44:14 459/520 - 0:00:00:00.415: Built behavior VirtualMachine 19:44:14 460/520 - 0:00:00:00: Built behavior Warning 19:44:15 461/520 - 0:00:00:00.296: Built behavior WeakAnnouncementSubscription 19:44:15 462/520 - 0:00:00:00.25: Built behavior WeakArray 19:44:15 463/520 - 0:00:00:00.28: Built behavior WeakIdentityKeyDictionary 19:44:16 464/520 - 0:00:00:00.533: Built behavior WeakIdentitySet 19:44:16 465/520 - 0:00:00:00.544: Built behavior WeakIdentityValueDictionary 19:44:16 466/520 - 0:00:00:00.281: Built behavior WeakKeyAssociation 19:44:17 467/520 - 0:00:00:00.301: Built behavior WeakKeyDictionary 19:44:17 468/520 - 0:00:00:00.276: Built behavior WeakLayout 19:44:17 469/520 - 0:00:00:00.31: Built behavior WeakMessageSend 19:44:18 470/520 - 0:00:00:00.291: Built behavior WeakOrderedCollection 19:44:18 471/520 - 0:00:00:00: Built behavior WeakSet 19:44:18 472/520 - 0:00:00:00.425: Built behavior WeakSubscriptionBuilder 19:44:18 473/520 - 0:00:00:00.273: Built behavior WeakValueAssociation 19:44:18 474/520 - 0:00:00:00: Built behavior WeakValueDictionary 19:44:19 475/520 - 0:00:00:00.313: Built behavior WideCharacterSet 19:44:19 476/520 - 0:00:00:00.277: Built behavior WideString 19:44:19 477/520 - 0:00:00:00.262: Built behavior WideSymbol 19:44:20 478/520 - 0:00:00:00.529: Built behavior Win32Platform 19:44:20 479/520 - 0:00:00:00.267: Built behavior Win32WideString 19:44:20 480/520 - 0:00:00:00.274: Built behavior Win64Platform 19:44:20 481/520 - 0:00:00:00: Built behavior WinPlatform 19:44:20 482/520 - 0:00:00:00.268: Built behavior WordArray 19:44:21 483/520 - 0:00:00:00.274: Built behavior WordLayout 19:44:21 484/520 - 0:00:00:00.462: Built behavior WorkingSession 19:44:22 485/520 - 0:00:00:00.32: Built behavior WorkspaceVariable 19:44:22 486/520 - 0:00:00:00: Built behavior WriteStream 19:44:22 487/520 - 0:00:00:00.514: Built behavior ZeroDivide 19:44:23 488/520 - 0:00:00:00.618: Built behavior ZnBase64Encoder 19:44:23 489/520 - 0:00:00:00.441: Built behavior ZnBufferedReadStream 19:44:24 490/520 - 0:00:00:00.436: Built behavior ZnBufferedReadWriteStream 19:44:24 491/520 - 0:00:00:00.433: Built behavior ZnBufferedWriteStream 19:44:25 492/520 - 0:00:00:01.079: Built behavior ZnByteEncoder 19:44:25 493/520 - 0:00:00:00.374: Built behavior ZnByteStringBecameWideString 19:44:26 494/520 - 0:00:00:00.449: Built behavior ZnCRLFReadStream 19:44:26 495/520 - 0:00:00:00: Built behavior ZnCharacterEncoder 19:44:26 496/520 - 0:00:00:00.359: Built behavior ZnCharacterEncodingError 19:44:27 497/520 - 0:00:00:00.988: Built behavior ZnCharacterReadStream 19:44:28 498/520 - 0:00:00:00.436: Built behavior ZnCharacterReadWriteStream 19:44:28 499/520 - 0:00:00:00.547: Built behavior ZnCharacterWriteStream 19:44:29 500/520 - 0:00:00:00.281: Built behavior ZnCodePointReadStream 19:44:29 501/520 - 0:00:00:00.29: Built behavior ZnCodePointWriteStream 19:44:29 502/520 - 0:00:00:00.418: Built behavior ZnCrPortableWriteStream 19:44:29 503/520 - 0:00:00:00.273: Built behavior ZnDefaultCharacterEncoder 19:44:29 504/520 - 0:00:00:00: Built behavior ZnEncodedReadStream 19:44:29 505/520 - 0:00:00:00: Built behavior ZnEncodedStream 19:44:29 506/520 - 0:00:00:00: Built behavior ZnEncodedWriteStream 19:44:30 507/520 - 0:00:00:00.543: Built behavior ZnEndianSensitiveUTFEncoder 19:44:30 508/520 - 0:00:00:00.409: Built behavior ZnEndianessReadWriteStream 19:44:31 509/520 - 0:00:00:00.462: Built behavior ZnFastLineReader 19:44:31 510/520 - 0:00:00:00.276: Built behavior ZnIncomplete 19:44:31 511/520 - 0:00:00:00.288: Built behavior ZnInvalidUTF8 19:44:32 512/520 - 0:00:00:00.36: Built behavior ZnNewLineWriterStream 19:44:32 513/520 - 0:00:00:00.268: Built behavior ZnNullEncoder 19:44:33 514/520 - 0:00:00:00.476: Built behavior ZnPercentEncoder 19:44:33 515/520 - 0:00:00:00.49: Built behavior ZnPositionableReadStream 19:44:33 516/520 - 0:00:00:00: Built behavior ZnSimplifiedByteEncoder 19:44:33 517/520 - 0:00:00:00.281: Built behavior ZnUTF16Encoder 19:44:34 518/520 - 0:00:00:00.274: Built behavior ZnUTF32Encoder DeprecationPerformedNotification: Automatic deprecation code rewrite: The method RGBehaviorStrategyUser>>#theNonMetaClass called from EPCrossCompilerBinding>>#binding has been deprecated. Please use #instanceSide instead 19:44:34 519/520 - 0:00:00:00.336: Built behavior ZnUTF8Encoder 19:44:34 520/520 - 0:00:00:00: Built behavior ZnUTFEncoder 19:44:34 End: Create classes 19:44:34 Begin: Installing defined methods 19:44:34 002/520 - 1/5: Installing method AbsolutePath>>isAbsolute 19:44:42 002/520 - 2/5: Installing method AbsolutePath>>isRoot 19:44:42 002/520 - 3/5: Installing method AbsolutePath>>printOn: 19:44:42 002/520 - 4/5: Installing method AbsolutePath>>printPathOn:delimiter: 19:44:42 002/520 - 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 19:44:42 002/520 - 1/4: Installing method AbsolutePath class>>addEmptyElementTo: 19:44:42 002/520 - 2/4: Installing method AbsolutePath class>>addParentElementTo:on: 19:44:42 002/520 - 3/4: Installing method AbsolutePath class>>from:delimiter: 19:44:42 002/520 - 4/4: Installing method AbsolutePath class>>removeRedundantSegments: 19:44:42 003/520 - 1/14: Installing method AbstractAnnouncementSubscription>>action 19:44:42 003/520 - 2/14: Installing method AbstractAnnouncementSubscription>>action: 19:44:42 003/520 - 3/14: Installing method AbstractAnnouncementSubscription>>announcementClass 19:44:42 003/520 - 4/14: Installing method AbstractAnnouncementSubscription>>announcementClass: 19:44:42 003/520 - 5/14: Installing method AbstractAnnouncementSubscription>>announcer 19:44:42 003/520 - 6/14: Installing method AbstractAnnouncementSubscription>>announcer: 19:44:42 003/520 - 7/14: Installing method AbstractAnnouncementSubscription>>deliver: 19:44:42 003/520 - 8/14: Installing method AbstractAnnouncementSubscription>>handlesAnnouncement: 19:44:42 003/520 - 9/14: Installing method AbstractAnnouncementSubscription>>makeStrong 19:44:42 003/520 - 10/14: Installing method AbstractAnnouncementSubscription>>makeWeak 19:44:42 003/520 - 11/14: Installing method AbstractAnnouncementSubscription>>printOn: 19:44:42 003/520 - 12/14: Installing method AbstractAnnouncementSubscription>>subscriber 19:44:42 003/520 - 13/14: Installing method AbstractAnnouncementSubscription>>subscriber: 19:44:42 003/520 - 14/14: Installing method AbstractAnnouncementSubscription>>valuable: 19:44:43 004/520 - 1/38: Installing method AbstractBinaryFileStream>>atEnd 19:44:44 004/520 - 2/38: Installing method AbstractBinaryFileStream>>contents 19:44:44 004/520 - 3/38: Installing method AbstractBinaryFileStream>>cr 19:44:44 004/520 - 4/38: Installing method AbstractBinaryFileStream>>crlf 19:44:44 004/520 - 5/38: Installing method AbstractBinaryFileStream>>file 19:44:44 004/520 - 6/38: Installing method AbstractBinaryFileStream>>file: 19:44:44 004/520 - 7/38: Installing method AbstractBinaryFileStream>>flush 19:44:44 004/520 - 8/38: Installing method AbstractBinaryFileStream>>handle:file:forWrite: 19:44:44 004/520 - 9/38: Installing method AbstractBinaryFileStream>>isBinary 19:44:44 004/520 - 10/38: Installing method AbstractBinaryFileStream>>lf 19:44:44 004/520 - 11/38: Installing method AbstractBinaryFileStream>>name 19:44:44 004/520 - 12/38: Installing method AbstractBinaryFileStream>>next 19:44:44 004/520 - 13/38: Installing method AbstractBinaryFileStream>>next: 19:44:44 004/520 - 14/38: Installing method AbstractBinaryFileStream>>next:into: 19:44:44 004/520 - 15/38: Installing method AbstractBinaryFileStream>>next:into:startingAt: 19:44:44 004/520 - 16/38: Installing method AbstractBinaryFileStream>>next:putAll: 19:44:44 004/520 - 17/38: Installing method AbstractBinaryFileStream>>next:putAll:startingAt: 19:44:44 004/520 - 18/38: Installing method AbstractBinaryFileStream>>nextInto: 19:44:44 004/520 - 19/38: Installing method AbstractBinaryFileStream>>nextLittleEndianNumber: 19:44:44 004/520 - 20/38: Installing method AbstractBinaryFileStream>>nextLittleEndianNumber:put: 19:44:44 004/520 - 21/38: Installing method AbstractBinaryFileStream>>nextPut: 19:44:44 004/520 - 22/38: Installing method AbstractBinaryFileStream>>nextPutAll: 19:44:44 004/520 - 23/38: Installing method AbstractBinaryFileStream>>peek 19:44:44 004/520 - 24/38: Installing method AbstractBinaryFileStream>>position 19:44:44 004/520 - 25/38: Installing method AbstractBinaryFileStream>>position: 19:44:44 004/520 - 26/38: Installing method AbstractBinaryFileStream>>printOn: 19:44:44 004/520 - 27/38: Installing method AbstractBinaryFileStream>>readInto:startingAt:count: 19:44:44 004/520 - 28/38: Installing method AbstractBinaryFileStream>>releaseSemaphores 19:44:44 004/520 - 29/38: Installing method AbstractBinaryFileStream>>reset 19:44:44 004/520 - 30/38: Installing method AbstractBinaryFileStream>>setToEnd 19:44:44 004/520 - 31/38: Installing method AbstractBinaryFileStream>>size 19:44:44 004/520 - 32/38: Installing method AbstractBinaryFileStream>>skip: 19:44:44 004/520 - 33/38: Installing method AbstractBinaryFileStream>>sync 19:44:44 004/520 - 34/38: Installing method AbstractBinaryFileStream>>upTo: 19:44:44 004/520 - 35/38: Installing method AbstractBinaryFileStream>>upToAnyOf: 19:44:44 004/520 - 36/38: Installing method AbstractBinaryFileStream>>upToEnd 19:44:44 004/520 - 37/38: Installing method AbstractBinaryFileStream>>waitForData 19:44:44 004/520 - 38/38: Installing method AbstractBinaryFileStream>>writeFrom:startingAt:count: 19:44:44 004/520 - 1/2: Installing method AbstractBinaryFileStream class>>handle:file:forWrite: 19:44:44 004/520 - 2/2: Installing method AbstractBinaryFileStream class>>isAbstract 19:44:44 005/520 - 1/6: Installing method AbstractDelayTicker>>millisecondsUntilTick: 19:44:44 005/520 - 2/6: Installing method AbstractDelayTicker>>nowTick 19:44:44 005/520 - 3/6: Installing method AbstractDelayTicker>>restoreResumptionTimes: 19:44:44 005/520 - 4/6: Installing method AbstractDelayTicker>>saveResumptionTimes: 19:44:44 005/520 - 5/6: Installing method AbstractDelayTicker>>tickAfterMilliseconds: 19:44:44 005/520 - 6/6: Installing method AbstractDelayTicker>>waitForUserSignalled:orExpired: 19:44:44 005/520 - 1/1: Installing method AbstractDelayTicker class>>isAbstract 19:44:44 006/520 - 1/37: Installing method AbstractLayout>>= 19:44:44 006/520 - 2/37: Installing method AbstractLayout>>allSlots 19:44:44 006/520 - 3/37: Installing method AbstractLayout>>allSlotsDo: 19:44:44 006/520 - 4/37: Installing method AbstractLayout>>allVisibleSlots 19:44:44 006/520 - 5/37: Installing method AbstractLayout>>checkIntegrity 19:44:44 006/520 - 6/37: Installing method AbstractLayout>>checkSanity 19:44:44 006/520 - 7/37: Installing method AbstractLayout>>definesSlot: 19:44:44 006/520 - 8/37: Installing method AbstractLayout>>extend: 19:44:44 006/520 - 9/37: Installing method AbstractLayout>>extendByte 19:44:44 006/520 - 10/37: Installing method AbstractLayout>>extendDoubleByte 19:44:44 006/520 - 11/37: Installing method AbstractLayout>>extendDoubleWord 19:44:44 006/520 - 12/37: Installing method AbstractLayout>>extendImmediate 19:44:44 006/520 - 13/37: Installing method AbstractLayout>>extendVariable: 19:44:44 006/520 - 14/37: Installing method AbstractLayout>>extendWord 19:44:44 006/520 - 15/37: Installing method AbstractLayout>>fieldSize 19:44:44 006/520 - 16/37: Installing method AbstractLayout>>hasBindingThatBeginsWith: 19:44:44 006/520 - 17/37: Installing method AbstractLayout>>hasFields 19:44:44 006/520 - 18/37: Installing method AbstractLayout>>hasSlot: 19:44:45 006/520 - 19/37: Installing method AbstractLayout>>hasSlotNamed: 19:44:45 006/520 - 20/37: Installing method AbstractLayout>>hasSlots 19:44:45 006/520 - 21/37: Installing method AbstractLayout>>hash 19:44:45 006/520 - 22/37: Installing method AbstractLayout>>host 19:44:45 006/520 - 23/37: Installing method AbstractLayout>>host: 19:44:45 006/520 - 24/37: Installing method AbstractLayout>>instVarNames 19:44:45 006/520 - 25/37: Installing method AbstractLayout>>isBits 19:44:45 006/520 - 26/37: Installing method AbstractLayout>>isBytes 19:44:45 006/520 - 27/37: Installing method AbstractLayout>>isDoubleBytes 19:44:45 006/520 - 28/37: Installing method AbstractLayout>>isDoubleWords 19:44:45 006/520 - 29/37: Installing method AbstractLayout>>isFixedLayout 19:44:45 006/520 - 30/37: Installing method AbstractLayout>>isVariable 19:44:45 006/520 - 31/37: Installing method AbstractLayout>>isWeak 19:44:45 006/520 - 32/37: Installing method AbstractLayout>>isWords 19:44:45 006/520 - 33/37: Installing method AbstractLayout>>resolveSlot: 19:44:45 006/520 - 34/37: Installing method AbstractLayout>>resolveSlot:ifFound:ifNone: 19:44:45 006/520 - 35/37: Installing method AbstractLayout>>slotScope 19:44:45 006/520 - 36/37: Installing method AbstractLayout>>slots 19:44:45 006/520 - 37/37: Installing method AbstractLayout>>visibleSlots 19:44:45 006/520 - 1/1: Installing method AbstractLayout class>>isAbstract 19:44:45 007/520 - 1/24: Installing method AbstractLayoutScope>>= 19:44:45 007/520 - 2/24: Installing method AbstractLayoutScope>>allSlotsDo: 19:44:45 007/520 - 3/24: Installing method AbstractLayoutScope>>allVisibleSlots 19:44:45 007/520 - 4/24: Installing method AbstractLayoutScope>>extend 19:44:45 007/520 - 5/24: Installing method AbstractLayoutScope>>extend: 19:44:45 007/520 - 6/24: Installing method AbstractLayoutScope>>extend:as: 19:44:45 007/520 - 7/24: Installing method AbstractLayoutScope>>fieldSize 19:44:45 007/520 - 8/24: Installing method AbstractLayoutScope>>firstFieldIndex 19:44:45 007/520 - 9/24: Installing method AbstractLayoutScope>>flatten 19:44:45 007/520 - 10/24: Installing method AbstractLayoutScope>>flattenIn: 19:44:45 007/520 - 11/24: Installing method AbstractLayoutScope>>hasBindingThatBeginsWith: 19:44:45 007/520 - 12/24: Installing method AbstractLayoutScope>>hasFields 19:44:45 007/520 - 13/24: Installing method AbstractLayoutScope>>hasSlots 19:44:45 007/520 - 14/24: Installing method AbstractLayoutScope>>hash 19:44:45 007/520 - 15/24: Installing method AbstractLayoutScope>>ifEmpty: 19:44:45 007/520 - 16/24: Installing method AbstractLayoutScope>>ifNotEmpty: 19:44:45 007/520 - 17/24: Installing method AbstractLayoutScope>>indexOf: 19:44:45 007/520 - 18/24: Installing method AbstractLayoutScope>>indexOf:ifAbsent: 19:44:45 007/520 - 19/24: Installing method AbstractLayoutScope>>isEmpty 19:44:45 007/520 - 20/24: Installing method AbstractLayoutScope>>ownFieldSize 19:44:45 007/520 - 21/24: Installing method AbstractLayoutScope>>resolveSlot: 19:44:45 007/520 - 22/24: Installing method AbstractLayoutScope>>resolveSlot:ifFound:ifNone: 19:44:45 007/520 - 23/24: Installing method AbstractLayoutScope>>visibleSlotNames 19:44:45 007/520 - 24/24: Installing method AbstractLayoutScope>>visibleSlots 19:44:45 007/520 - 1/1: Installing method AbstractLayoutScope class>>isAbstract 19:44:45 008/520 - 1/4: Installing method AbstractSessionHandler>>handledId 19:44:45 008/520 - 2/4: Installing method AbstractSessionHandler>>printOn: 19:44:45 008/520 - 3/4: Installing method AbstractSessionHandler>>shutdown: 19:44:45 008/520 - 4/4: Installing method AbstractSessionHandler>>startup: 19:44:45 008/520 - 1/1: Installing method AbstractSessionHandler class>>isAbstract 19:44:45 009/520 - 1/3: Installing method AdditionalBinding>>emitStore: 19:44:45 009/520 - 2/3: Installing method AdditionalBinding>>emitValue: 19:44:45 009/520 - 3/3: Installing method AdditionalBinding>>isReferenced 19:44:46 010/520 - 1/33: Installing method AdditionalMethodState>>analogousCodeTo: 19:44:46 010/520 - 2/33: Installing method AdditionalMethodState>>at: 19:44:46 010/520 - 3/33: Installing method AdditionalMethodState>>at:ifAbsent: 19:44:46 010/520 - 4/33: Installing method AdditionalMethodState>>at:ifAbsentPut: 19:44:46 010/520 - 5/33: Installing method AdditionalMethodState>>at:ifPresent: 19:44:46 010/520 - 6/33: Installing method AdditionalMethodState>>at:put: 19:44:46 010/520 - 7/33: Installing method AdditionalMethodState>>copyWith: 19:44:46 010/520 - 8/33: Installing method AdditionalMethodState>>copyWithout: 19:44:46 010/520 - 9/33: Installing method AdditionalMethodState>>includes: 19:44:46 010/520 - 10/33: Installing method AdditionalMethodState>>includesKey: 19:44:46 010/520 - 11/33: Installing method AdditionalMethodState>>includesProperty: 19:44:46 010/520 - 12/33: Installing method AdditionalMethodState>>isEmpty 19:44:46 010/520 - 13/33: Installing method AdditionalMethodState>>isMethodProperties 19:44:46 010/520 - 14/33: Installing method AdditionalMethodState>>keysAndValuesDo: 19:44:46 010/520 - 15/33: Installing method AdditionalMethodState>>method 19:44:46 010/520 - 16/33: Installing method AdditionalMethodState>>method: 19:44:46 010/520 - 17/33: Installing method AdditionalMethodState>>notEmpty 19:44:46 010/520 - 18/33: Installing method AdditionalMethodState>>postCopy 19:44:46 010/520 - 19/33: Installing method AdditionalMethodState>>pragmas 19:44:46 010/520 - 20/33: Installing method AdditionalMethodState>>pragmasDo: 19:44:46 010/520 - 21/33: Installing method AdditionalMethodState>>printOn: 19:44:46 010/520 - 22/33: Installing method AdditionalMethodState>>properties 19:44:46 010/520 - 23/33: Installing method AdditionalMethodState>>propertyAt: 19:44:46 010/520 - 24/33: Installing method AdditionalMethodState>>propertyAt:ifAbsent: 19:44:46 010/520 - 25/33: Installing method AdditionalMethodState>>propertyAt:ifPresent: 19:44:46 010/520 - 26/33: Installing method AdditionalMethodState>>propertyKeysAndValuesDo: 19:44:46 010/520 - 27/33: Installing method AdditionalMethodState>>propertyValueAt: 19:44:46 010/520 - 28/33: Installing method AdditionalMethodState>>propertyValueAt:ifAbsent: 19:44:46 010/520 - 29/33: Installing method AdditionalMethodState>>removeKey: 19:44:46 010/520 - 30/33: Installing method AdditionalMethodState>>removeKey:ifAbsent: 19:44:46 010/520 - 31/33: Installing method AdditionalMethodState>>selector 19:44:46 010/520 - 32/33: Installing method AdditionalMethodState>>selector: 19:44:46 010/520 - 33/33: Installing method AdditionalMethodState>>setMethod: DeprecationPerformedNotification: Automatic deprecation code rewrite: The method RGBehaviorStrategyUser>>#theNonMetaClass called from EPCrossCompilerBinding>>#innerBindingOf: has been deprecated. Please use #instanceSide instead 19:44:46 010/520 - 1/7: Installing method AdditionalMethodState class>>forMethod:selector: 19:44:46 010/520 - 2/7: Installing method AdditionalMethodState class>>forSelector: 19:44:46 010/520 - 3/7: Installing method AdditionalMethodState class>>new 19:44:46 010/520 - 4/7: Installing method AdditionalMethodState class>>persistProperty: 19:44:46 010/520 - 5/7: Installing method AdditionalMethodState class>>propertiesToPersist 19:44:46 010/520 - 6/7: Installing method AdditionalMethodState class>>propertiesToPersist: 19:44:46 010/520 - 7/7: Installing method AdditionalMethodState class>>selector:with: 19:44:46 011/520 - 1/2: Installing method Announcement>>asAnnouncement 19:44:46 011/520 - 2/2: Installing method Announcement>>prepareForDelivery 19:44:47 011/520 - 1/5: Installing method Announcement class>>, 19:44:47 011/520 - 2/5: Installing method Announcement class>>- 19:44:47 011/520 - 3/5: Installing method Announcement class>>asAnnouncement 19:44:47 011/520 - 4/5: Installing method Announcement class>>handlesAnnouncement: 19:44:47 011/520 - 5/5: Installing method Announcement class>>where: 19:44:47 012/520 - 1/5: Installing method AnnouncementDeliveryCondition>>announcementClass 19:44:47 012/520 - 2/5: Installing method AnnouncementDeliveryCondition>>announcementClass: 19:44:47 012/520 - 3/5: Installing method AnnouncementDeliveryCondition>>conditionBlock 19:44:47 012/520 - 4/5: Installing method AnnouncementDeliveryCondition>>conditionBlock: 19:44:47 012/520 - 5/5: Installing method AnnouncementDeliveryCondition>>handlesAnnouncement: 19:44:47 012/520 - 1/1: Installing method AnnouncementDeliveryCondition class>>for:where: 19:44:47 013/520 - 1/2: Installing method AnnouncementLogger>>logAnnouncement: 19:44:47 013/520 - 2/2: Installing method AnnouncementLogger>>subscribeTo: 19:44:47 014/520 - 1/3: Installing method AnnouncementSet>>, 19:44:47 014/520 - 2/3: Installing method AnnouncementSet>>- 19:44:47 014/520 - 3/3: Installing method AnnouncementSet>>handlesAnnouncement: 19:44:47 015/520 - 1/4: Installing method AnnouncementSetWithExclusions>>addExclusion: 19:44:47 015/520 - 2/4: Installing method AnnouncementSetWithExclusions>>handlesAnnouncement: 19:44:47 015/520 - 3/4: Installing method AnnouncementSetWithExclusions>>initialize 19:44:47 015/520 - 4/4: Installing method AnnouncementSetWithExclusions>>initialize: 19:44:47 016/520 - 1/5: Installing method AnnouncementSubscription>>makeStrong 19:44:47 016/520 - 2/5: Installing method AnnouncementSubscription>>makeWeak 19:44:47 016/520 - 3/5: Installing method AnnouncementSubscription>>subscriber 19:44:47 016/520 - 4/5: Installing method AnnouncementSubscription>>subscriber: 19:44:47 016/520 - 5/5: Installing method AnnouncementSubscription>>unregister 19:44:47 017/520 - 1/20: Installing method Announcer>>announce: 19:44:47 017/520 - 2/20: Installing method Announcer>>basicSubscribe: 19:44:47 017/520 - 3/20: Installing method Announcer>>delayAnnouncementsAfter: 19:44:47 017/520 - 4/20: Installing method Announcer>>handleSubscriberClass: 19:44:47 017/520 - 5/20: Installing method Announcer>>hasSubscriber: 19:44:47 017/520 - 6/20: Installing method Announcer>>initialize 19:44:47 017/520 - 7/20: Installing method Announcer>>isSuspended 19:44:47 017/520 - 8/20: Installing method Announcer>>numberOfSubscriptions 19:44:48 017/520 - 9/20: Installing method Announcer>>prevent:during: 19:44:48 017/520 - 10/20: Installing method Announcer>>preventedAnnouncements 19:44:48 017/520 - 11/20: Installing method Announcer>>removeSubscription: 19:44:48 017/520 - 12/20: Installing method Announcer>>replace:with: 19:44:48 017/520 - 13/20: Installing method Announcer>>subscriptions 19:44:48 017/520 - 14/20: Installing method Announcer>>subscriptionsForClass: 19:44:48 017/520 - 15/20: Installing method Announcer>>suspendAllWhile: 19:44:48 017/520 - 16/20: Installing method Announcer>>suspendAllWhileStoring: 19:44:48 017/520 - 17/20: Installing method Announcer>>unsubscribe: 19:44:48 017/520 - 18/20: Installing method Announcer>>weak 19:44:48 017/520 - 19/20: Installing method Announcer>>when:do:for: 19:44:48 017/520 - 20/20: Installing method Announcer>>when:send:to: 19:44:48 018/520 - 1/6: Installing method ArgumentsCountMismatch>>calledArgumentsCount 19:44:48 018/520 - 2/6: Installing method ArgumentsCountMismatch>>calledArgumentsCount: 19:44:48 018/520 - 3/6: Installing method ArgumentsCountMismatch>>expectedArgumentsCount 19:44:48 018/520 - 4/6: Installing method ArgumentsCountMismatch>>expectedArgumentsCount: 19:44:48 018/520 - 5/6: Installing method ArgumentsCountMismatch>>messageText 19:44:48 018/520 - 6/6: Installing method ArgumentsCountMismatch>>printArgumentsCount: 19:44:48 018/520 - 1/1: Installing method ArgumentsCountMismatch class>>signalExpectedArgumentsCount:calledArgumentsCount: 19:44:48 020/520 - 1/30: Installing method Array>>as: 19:44:49 020/520 - 2/30: Installing method Array>>asArray 19:44:49 020/520 - 3/30: Installing method Array>>asNewArray 19:44:49 020/520 - 4/30: Installing method Array>>asOrderedCollection 19:44:49 020/520 - 5/30: Installing method Array>>asSet 19:44:49 020/520 - 6/30: Installing method Array>>atWrap: 19:44:49 020/520 - 7/30: Installing method Array>>atWrap:put: 19:44:49 020/520 - 8/30: Installing method Array>>beReadOnlyLiteral 19:44:49 020/520 - 9/30: Installing method Array>>copyWithDependent: 19:44:49 020/520 - 10/30: Installing method Array>>displayString 19:44:49 020/520 - 11/30: Installing method Array>>elementsExchangeIdentityWith: 19:44:49 020/520 - 12/30: Installing method Array>>elementsForwardIdentityTo: 19:44:49 020/520 - 13/30: Installing method Array>>elementsForwardIdentityTo:copyHash: 19:44:49 020/520 - 14/30: Installing method Array>>hasLiteral: 19:44:49 020/520 - 15/30: Installing method Array>>hasLiteralSuchThat: 19:44:49 020/520 - 16/30: Installing method Array>>isArray 19:44:49 020/520 - 17/30: Installing method Array>>isLiteral 19:44:49 020/520 - 18/30: Installing method Array>>isLiteral: 19:44:49 020/520 - 19/30: Installing method Array>>isSelfEvaluating 19:44:49 020/520 - 20/30: Installing method Array>>isSelfEvaluating: 19:44:49 020/520 - 21/30: Installing method Array>>literalEqual: 19:44:49 020/520 - 22/30: Installing method Array>>printAsLiteralFormOn: 19:44:49 020/520 - 23/30: Installing method Array>>printAsSelfEvaluatingFormOn: 19:44:49 020/520 - 24/30: Installing method Array>>printOn: 19:44:49 020/520 - 25/30: Installing method Array>>recursiveDo: 19:44:49 020/520 - 26/30: Installing method Array>>refersToLiteral: 19:44:49 020/520 - 27/30: Installing method Array>>replaceFrom:to:with:startingAt: 19:44:49 020/520 - 28/30: Installing method Array>>shouldBePrintedAsLiteral 19:44:49 020/520 - 29/30: Installing method Array>>shouldBePrintedAsLiteral: 19:44:49 020/520 - 30/30: Installing method Array>>storeOn: 19:44:49 020/520 - 1/3: Installing method Array class>>braceStream: 19:44:49 020/520 - 2/3: Installing method Array class>>empty 19:44:49 020/520 - 3/3: Installing method Array class>>new: 19:44:49 021/520 - 1/10: Installing method ArrayedCollection>>add: 19:44:49 021/520 - 2/10: Installing method ArrayedCollection>>byteSize 19:44:49 021/520 - 3/10: Installing method ArrayedCollection>>bytesPerBasicElement 19:44:49 021/520 - 4/10: Installing method ArrayedCollection>>defaultElement 19:44:49 021/520 - 5/10: Installing method ArrayedCollection>>fillFrom:with: 19:44:49 021/520 - 6/10: Installing method ArrayedCollection>>removeAll 19:44:49 021/520 - 7/10: Installing method ArrayedCollection>>size 19:44:49 021/520 - 8/10: Installing method ArrayedCollection>>storeElementsFrom:to:on: 19:44:49 021/520 - 9/10: Installing method ArrayedCollection>>storeOn: 19:44:49 021/520 - 10/10: Installing method ArrayedCollection>>writeOn: 19:44:49 021/520 - 1/13: Installing method ArrayedCollection class>>isAbstract 19:44:49 021/520 - 2/13: Installing method ArrayedCollection class>>new 19:44:49 021/520 - 3/13: Installing method ArrayedCollection class>>new:withAll: 19:44:49 021/520 - 4/13: Installing method ArrayedCollection class>>newFrom: 19:44:49 021/520 - 5/13: Installing method ArrayedCollection class>>newFromArray: 19:44:49 021/520 - 6/13: Installing method ArrayedCollection class>>with: 19:44:49 021/520 - 7/13: Installing method ArrayedCollection class>>with:with: 19:44:49 021/520 - 8/13: Installing method ArrayedCollection class>>with:with:with: 19:44:49 021/520 - 9/13: Installing method ArrayedCollection class>>with:with:with:with: 19:44:49 021/520 - 10/13: Installing method ArrayedCollection class>>with:with:with:with:with: 19:44:49 021/520 - 11/13: Installing method ArrayedCollection class>>with:with:with:with:with:with: 19:44:49 021/520 - 12/13: Installing method ArrayedCollection class>>with:withAll: 19:44:49 021/520 - 13/13: Installing method ArrayedCollection class>>withAll: 19:44:50 022/520 - 1/35: Installing method AsciiCharset class>>isCasedLetter: 19:44:50 022/520 - 2/35: Installing method AsciiCharset class>>isClosePunctuation: 19:44:50 022/520 - 3/35: Installing method AsciiCharset class>>isConnectorPunctuation: 19:44:50 022/520 - 4/35: Installing method AsciiCharset class>>isControlOther: 19:44:50 022/520 - 5/35: Installing method AsciiCharset class>>isCurrencySymbol: 19:44:50 022/520 - 6/35: Installing method AsciiCharset class>>isDashPunctuation: 19:44:50 022/520 - 7/35: Installing method AsciiCharset class>>isDecimalDigit: 19:44:50 022/520 - 8/35: Installing method AsciiCharset class>>isDigit: 19:44:50 022/520 - 9/35: Installing method AsciiCharset class>>isEnclosingMark: 19:44:50 022/520 - 10/35: Installing method AsciiCharset class>>isFinalQuote: 19:44:50 022/520 - 11/35: Installing method AsciiCharset class>>isFormatOther: 19:44:50 022/520 - 12/35: Installing method AsciiCharset class>>isInitialQuote: 19:44:50 022/520 - 13/35: Installing method AsciiCharset class>>isLetter: 19:44:50 022/520 - 14/35: Installing method AsciiCharset class>>isLetterModifier: 19:44:50 022/520 - 15/35: Installing method AsciiCharset class>>isLetterNumber: 19:44:50 022/520 - 16/35: Installing method AsciiCharset class>>isLineSeparator: 19:44:50 022/520 - 17/35: Installing method AsciiCharset class>>isLowercase: 19:44:50 022/520 - 18/35: Installing method AsciiCharset class>>isMathSymbol: 19:44:50 022/520 - 19/35: Installing method AsciiCharset class>>isModifierSymbol: 19:44:50 022/520 - 20/35: Installing method AsciiCharset class>>isNonspacingMark: 19:44:50 022/520 - 21/35: Installing method AsciiCharset class>>isOpenPunctuation: 19:44:50 022/520 - 22/35: Installing method AsciiCharset class>>isOtherLetter: 19:44:50 022/520 - 23/35: Installing method AsciiCharset class>>isOtherNumber: 19:44:50 022/520 - 24/35: Installing method AsciiCharset class>>isOtherPunctuation: 19:44:50 022/520 - 25/35: Installing method AsciiCharset class>>isOtherSymbol: 19:44:50 022/520 - 26/35: Installing method AsciiCharset class>>isParagraphSeparator: 19:44:50 022/520 - 27/35: Installing method AsciiCharset class>>isPrivateOther: 19:44:50 022/520 - 28/35: Installing method AsciiCharset class>>isSpaceSeparator: 19:44:50 022/520 - 29/35: Installing method AsciiCharset class>>isSpacingCombiningMark: 19:44:50 022/520 - 30/35: Installing method AsciiCharset class>>isSurrogateOther: 19:44:50 022/520 - 31/35: Installing method AsciiCharset class>>isTitlecaseLetter: 19:44:50 022/520 - 32/35: Installing method AsciiCharset class>>isUppercase: 19:44:50 022/520 - 33/35: Installing method AsciiCharset class>>maxValue 19:44:50 022/520 - 34/35: Installing method AsciiCharset class>>toLowercase: 19:44:50 022/520 - 35/35: Installing method AsciiCharset class>>toUppercase: 19:44:50 024/520 - 1/12: Installing method Association>>= 19:44:50 024/520 - 2/12: Installing method Association>>analogousCodeTo: 19:44:50 024/520 - 3/12: Installing method Association>>hasLiteral: 19:44:50 024/520 - 4/12: Installing method Association>>isAssociation 19:44:50 024/520 - 5/12: Installing method Association>>isSelfEvaluating 19:44:50 024/520 - 6/12: Installing method Association>>isVariableBinding 19:44:50 024/520 - 7/12: Installing method Association>>key:value: 19:44:50 024/520 - 8/12: Installing method Association>>literalEqual: 19:44:50 024/520 - 9/12: Installing method Association>>printOn: 19:44:50 024/520 - 10/12: Installing method Association>>storeOn: 19:44:50 024/520 - 11/12: Installing method Association>>value 19:44:50 024/520 - 12/12: Installing method Association>>value: 19:44:50 024/520 - 1/1: Installing method Association class>>key:value: 19:44:51 025/520 - 1/13: Installing method AsyncFile>>close 19:44:51 025/520 - 2/13: Installing method AsyncFile>>fileHandle 19:44:51 025/520 - 3/13: Installing method AsyncFile>>open:forWrite: 19:44:51 025/520 - 4/13: Installing method AsyncFile>>primClose: 19:44:51 025/520 - 5/13: Installing method AsyncFile>>primOpen:forWrite:semaIndex: 19:44:51 025/520 - 6/13: Installing method AsyncFile>>primReadResult:intoBuffer:at:count: 19:44:51 025/520 - 7/13: Installing method AsyncFile>>primReadStart:fPosition:count: 19:44:51 025/520 - 8/13: Installing method AsyncFile>>primWriteResult: 19:44:51 025/520 - 9/13: Installing method AsyncFile>>primWriteStart:fPosition:fromBuffer:at:count: 19:44:51 025/520 - 10/13: Installing method AsyncFile>>readByteCount:fromFilePosition:onCompletionDo: 19:44:51 025/520 - 11/13: Installing method AsyncFile>>test:fileName: 19:44:51 025/520 - 12/13: Installing method AsyncFile>>waitForCompletion 19:44:51 025/520 - 13/13: Installing method AsyncFile>>writeBuffer:atFilePosition:onCompletionDo: 19:44:51 025/520 - 1/1: Installing method AsyncFile class>>initialize 19:44:51 026/520 - 1/20: Installing method AutomaticRewriting>>= 19:44:51 026/520 - 2/20: Installing method AutomaticRewriting>>condition: 19:44:51 026/520 - 3/20: Installing method AutomaticRewriting>>context: 19:44:51 026/520 - 4/20: Installing method AutomaticRewriting>>contextOfDeprecatedMethod 19:44:51 026/520 - 5/20: Installing method AutomaticRewriting>>contextOfSender 19:44:51 026/520 - 6/20: Installing method AutomaticRewriting>>date: 19:44:51 026/520 - 7/20: Installing method AutomaticRewriting>>deprecatedMethodName 19:44:51 026/520 - 8/20: Installing method AutomaticRewriting>>deprecationDate 19:44:51 026/520 - 9/20: Installing method AutomaticRewriting>>explanation: 19:44:51 026/520 - 10/20: Installing method AutomaticRewriting>>explanationString 19:44:51 026/520 - 11/20: Installing method AutomaticRewriting>>hash 19:44:51 026/520 - 12/20: Installing method AutomaticRewriting>>raiseWarning 19:44:51 026/520 - 13/20: Installing method AutomaticRewriting>>rewriterClass 19:44:51 026/520 - 14/20: Installing method AutomaticRewriting>>rule: 19:44:51 026/520 - 15/20: Installing method AutomaticRewriting>>sendingMethodName 19:44:51 026/520 - 16/20: Installing method AutomaticRewriting>>shouldTransform 19:44:51 026/520 - 17/20: Installing method AutomaticRewriting>>showWarning 19:44:51 026/520 - 18/20: Installing method AutomaticRewriting>>signal 19:44:51 026/520 - 19/20: Installing method AutomaticRewriting>>version: 19:44:51 026/520 - 20/20: Installing method AutomaticRewriting>>versionString 19:44:51 026/520 - 1/10: Installing method AutomaticRewriting class>>activateTransformations 19:44:51 026/520 - 2/10: Installing method AutomaticRewriting class>>activateTransformations: 19:44:51 026/520 - 3/10: Installing method AutomaticRewriting class>>addLog: 19:44:51 026/520 - 4/10: Installing method AutomaticRewriting class>>initialize 19:44:51 026/520 - 5/10: Installing method AutomaticRewriting class>>log 19:44:51 026/520 - 6/10: Installing method AutomaticRewriting class>>raiseWarning 19:44:51 026/520 - 7/10: Installing method AutomaticRewriting class>>raiseWarning: 19:44:51 026/520 - 8/10: Installing method AutomaticRewriting class>>reset 19:44:51 026/520 - 9/10: Installing method AutomaticRewriting class>>showWarning 19:44:51 026/520 - 10/10: Installing method AutomaticRewriting class>>showWarning: 19:44:52 027/520 - 1/4: Installing method BackwardCompatibility>>defaultAction 19:44:52 027/520 - 2/4: Installing method BackwardCompatibility>>logTranscript 19:44:52 027/520 - 3/4: Installing method BackwardCompatibility>>messageText 19:44:52 027/520 - 4/4: Installing method BackwardCompatibility>>transform 19:44:52 027/520 - 1/1: Installing method BackwardCompatibility class>>backwardsCompatibilityWhile: 19:44:52 029/520 - 1/22: Installing method Bag>>= 19:44:52 029/520 - 2/22: Installing method Bag>>add: 19:44:52 029/520 - 3/22: Installing method Bag>>add:withOccurrences: 19:44:52 029/520 - 4/22: Installing method Bag>>asBag 19:44:52 029/520 - 5/22: Installing method Bag>>asSet 19:44:52 029/520 - 6/22: Installing method Bag>>associationsDo: 19:44:52 029/520 - 7/22: Installing method Bag>>cumulativeCounts 19:44:52 029/520 - 8/22: Installing method Bag>>do: 19:44:52 029/520 - 9/22: Installing method Bag>>doWithOccurrences: 19:44:52 029/520 - 10/22: Installing method Bag>>includes: 19:44:52 029/520 - 11/22: Installing method Bag>>keysAndValuesDo: 19:44:52 029/520 - 12/22: Installing method Bag>>occurrencesOf: 19:44:52 029/520 - 13/22: Installing method Bag>>postCopy 19:44:52 029/520 - 14/22: Installing method Bag>>remove:ifAbsent: 19:44:52 029/520 - 15/22: Installing method Bag>>removeAll 19:44:52 029/520 - 16/22: Installing method Bag>>removeKey:ifAbsent: 19:44:52 029/520 - 17/22: Installing method Bag>>setContents: 19:44:52 029/520 - 18/22: Installing method Bag>>size 19:44:52 029/520 - 19/22: Installing method Bag>>sortedCounts 19:44:52 029/520 - 20/22: Installing method Bag>>sortedElements 19:44:52 029/520 - 21/22: Installing method Bag>>sum 19:44:52 029/520 - 22/22: Installing method Bag>>valuesAndCounts 19:44:52 029/520 - 1/4: Installing method Bag class>>contentsClass 19:44:52 029/520 - 2/4: Installing method Bag class>>new 19:44:52 029/520 - 3/4: Installing method Bag class>>new: 19:44:52 029/520 - 4/4: Installing method Bag class>>newFrom: 19:44:53 030/520 - 1/26: Installing method BasicCommandLineHandler>>activate 19:44:53 030/520 - 2/26: Installing method BasicCommandLineHandler>>activateSubCommand: 19:44:53 030/520 - 3/26: Installing method BasicCommandLineHandler>>checkPassword 19:44:53 030/520 - 4/26: Installing method BasicCommandLineHandler>>copySubcommand 19:44:53 030/520 - 5/26: Installing method BasicCommandLineHandler>>copyright 19:44:53 030/520 - 6/26: Installing method BasicCommandLineHandler>>default 19:44:53 030/520 - 7/26: Installing method BasicCommandLineHandler>>disabledAccessMode 19:44:53 030/520 - 8/26: Installing method BasicCommandLineHandler>>error 19:44:53 030/520 - 9/26: Installing method BasicCommandLineHandler>>firstArgument 19:44:53 030/520 - 10/26: Installing method BasicCommandLineHandler>>handleArgument: 19:44:53 030/520 - 11/26: Installing method BasicCommandLineHandler>>handleEmptyArguments 19:44:53 030/520 - 12/26: Installing method BasicCommandLineHandler>>handleExit: 19:44:53 030/520 - 13/26: Installing method BasicCommandLineHandler>>handleExit:for: 19:44:53 030/520 - 14/26: Installing method BasicCommandLineHandler>>handlePassword: 19:44:53 030/520 - 15/26: Installing method BasicCommandLineHandler>>handleSubcommand 19:44:53 030/520 - 16/26: Installing method BasicCommandLineHandler>>initialize 19:44:53 030/520 - 17/26: Installing method BasicCommandLineHandler>>list 19:44:53 030/520 - 18/26: Installing method BasicCommandLineHandler>>noQuit 19:44:53 030/520 - 19/26: Installing method BasicCommandLineHandler>>readOnlyAccessMode 19:44:53 030/520 - 20/26: Installing method BasicCommandLineHandler>>readWriteAccessMode 19:44:53 030/520 - 21/26: Installing method BasicCommandLineHandler>>requirePasswordFor: 19:44:53 030/520 - 22/26: Installing method BasicCommandLineHandler>>selectHandlers 19:44:53 030/520 - 23/26: Installing method BasicCommandLineHandler>>selectedHandler 19:44:53 030/520 - 24/26: Installing method BasicCommandLineHandler>>subCommandsRoot 19:44:53 030/520 - 25/26: Installing method BasicCommandLineHandler>>version 19:44:53 030/520 - 26/26: Installing method BasicCommandLineHandler>>writeOnlyAccessMode 19:44:53 030/520 - 1/7: Installing method BasicCommandLineHandler class>>commandLinePasswordManager 19:44:53 030/520 - 2/7: Installing method BasicCommandLineHandler class>>commandName 19:44:53 030/520 - 3/7: Installing method BasicCommandLineHandler class>>description 19:44:53 030/520 - 4/7: Installing method BasicCommandLineHandler class>>initialize 19:44:53 030/520 - 5/7: Installing method BasicCommandLineHandler class>>isResponsibleFor: 19:44:53 030/520 - 6/7: Installing method BasicCommandLineHandler class>>priority 19:44:53 030/520 - 7/7: Installing method BasicCommandLineHandler class>>startUp: 19:45:01 031/520 - 1/205: Installing method Behavior>><< 19:45:01 031/520 - 2/205: Installing method Behavior>>>> 19:45:01 031/520 - 3/205: Installing method Behavior>>addObsoleteSubclass: 19:45:01 031/520 - 4/205: Installing method Behavior>>addSelector:withMethod: 19:45:01 031/520 - 5/205: Installing method Behavior>>addSelectorSilently:withMethod: 19:45:01 031/520 - 6/205: Installing method Behavior>>adoptInstance: 19:45:01 031/520 - 7/205: Installing method Behavior>>allCallsOn 19:45:01 031/520 - 8/205: Installing method Behavior>>allCallsOn: 19:45:01 031/520 - 9/205: Installing method Behavior>>allClassVarNames 19:45:01 031/520 - 10/205: Installing method Behavior>>allInstVarNames 19:45:01 031/520 - 11/205: Installing method Behavior>>allInstances 19:45:01 031/520 - 12/205: Installing method Behavior>>allInstancesDo: 19:45:01 031/520 - 13/205: Installing method Behavior>>allInstancesOrNil 19:45:01 031/520 - 14/205: Installing method Behavior>>allMethods 19:45:01 031/520 - 15/205: Installing method Behavior>>allMethodsAccessingSlot: 19:45:01 031/520 - 16/205: Installing method Behavior>>allMethodsReadingSlot: 19:45:01 031/520 - 17/205: Installing method Behavior>>allMethodsWritingSlot: 19:45:01 031/520 - 18/205: Installing method Behavior>>allSelectors 19:45:01 031/520 - 19/205: Installing method Behavior>>allSelectorsAbove 19:45:01 031/520 - 20/205: Installing method Behavior>>allSelectorsAboveUntil: 19:45:01 031/520 - 21/205: Installing method Behavior>>allSelectorsBelow: 19:45:01 031/520 - 22/205: Installing method Behavior>>allSelectorsWithout: 19:45:01 031/520 - 23/205: Installing method Behavior>>allSharedPools 19:45:01 031/520 - 24/205: Installing method Behavior>>allSlots 19:45:01 031/520 - 25/205: Installing method Behavior>>allSubInstances 19:45:01 031/520 - 26/205: Installing method Behavior>>allSubInstancesDo: 19:45:01 031/520 - 27/205: Installing method Behavior>>allSubclasses 19:45:01 031/520 - 28/205: Installing method Behavior>>allSubclassesDo: 19:45:01 031/520 - 29/205: Installing method Behavior>>allSubclassesWithLevelDo:startingLevel: 19:45:01 031/520 - 30/205: Installing method Behavior>>allSuperclasses 19:45:01 031/520 - 31/205: Installing method Behavior>>allSuperclassesDo: 19:45:01 031/520 - 32/205: Installing method Behavior>>allSuperclassesIncluding: 19:45:01 031/520 - 33/205: Installing method Behavior>>allUnsentMessages 19:45:01 031/520 - 34/205: Installing method Behavior>>basicIdentityHash 19:45:01 031/520 - 35/205: Installing method Behavior>>basicNew 19:45:01 031/520 - 36/205: Installing method Behavior>>basicNew: 19:45:01 031/520 - 37/205: Installing method Behavior>>basicNewTenured 19:45:01 031/520 - 38/205: Installing method Behavior>>basicNewTenured: 19:45:01 031/520 - 39/205: Installing method Behavior>>basicObsoleteSubclasses 19:45:01 031/520 - 40/205: Installing method Behavior>>basicSuperclass: 19:45:01 031/520 - 41/205: Installing method Behavior>>becomeUncompact 19:45:01 031/520 - 42/205: Installing method Behavior>>binding 19:45:01 031/520 - 43/205: Installing method Behavior>>bindingOf: 19:45:01 031/520 - 44/205: Installing method Behavior>>byteSizeOfInstance 19:45:01 031/520 - 45/205: Installing method Behavior>>byteSizeOfInstanceOfSize: 19:45:01 031/520 - 46/205: Installing method Behavior>>canPerform: 19:45:01 031/520 - 47/205: Installing method Behavior>>canUnderstand: 19:45:01 031/520 - 48/205: Installing method Behavior>>classAndMethodFor:do:ifAbsent: 19:45:01 031/520 - 49/205: Installing method Behavior>>classBindingOf: 19:45:01 031/520 - 50/205: Installing method Behavior>>classDepth 19:45:01 031/520 - 51/205: Installing method Behavior>>classLayout 19:45:01 031/520 - 52/205: Installing method Behavior>>classLayout: 19:45:01 031/520 - 53/205: Installing method Behavior>>classVarNames 19:45:01 031/520 - 54/205: Installing method Behavior>>cleanUp 19:45:01 031/520 - 55/205: Installing method Behavior>>cleanUp: 19:45:01 031/520 - 56/205: Installing method Behavior>>codeChangeAnnouncer 19:45:01 031/520 - 57/205: Installing method Behavior>>codeSupportAnnouncer 19:45:01 031/520 - 58/205: Installing method Behavior>>compiledMethodAt: 19:45:01 031/520 - 59/205: Installing method Behavior>>compiledMethodAt:ifAbsent: 19:45:01 031/520 - 60/205: Installing method Behavior>>compiledMethodAt:ifPresent: 19:45:01 031/520 - 61/205: Installing method Behavior>>compiledMethodAt:ifPresent:ifAbsent: 19:45:01 031/520 - 62/205: Installing method Behavior>>deepCopy 19:45:01 031/520 - 63/205: Installing method Behavior>>definedMethods 19:45:01 031/520 - 64/205: Installing method Behavior>>definedSelectors 19:45:01 031/520 - 65/205: Installing method Behavior>>definedVariables 19:45:01 031/520 - 66/205: Installing method Behavior>>elementSize 19:45:01 031/520 - 67/205: Installing method Behavior>>emptyMethodDictionary 19:45:01 031/520 - 68/205: Installing method Behavior>>ensureProperties 19:45:01 031/520 - 69/205: Installing method Behavior>>environment 19:45:01 031/520 - 70/205: Installing method Behavior>>findOriginClassOf: 19:45:01 031/520 - 71/205: Installing method Behavior>>findOriginMethodOf: 19:45:01 031/520 - 72/205: Installing method Behavior>>fluidInstall 19:45:01 031/520 - 73/205: Installing method Behavior>>flushCache 19:45:01 031/520 - 74/205: Installing method Behavior>>format 19:45:01 031/520 - 75/205: Installing method Behavior>>handleFailingBasicNew 19:45:01 031/520 - 76/205: Installing method Behavior>>handleFailingBasicNew: 19:45:01 031/520 - 77/205: Installing method Behavior>>handleFailingBasicNewWithGC: 19:45:01 031/520 - 78/205: Installing method Behavior>>handleFailingFailingBasicNew 19:45:01 031/520 - 79/205: Installing method Behavior>>handleFailingFailingBasicNew: 19:45:01 031/520 - 80/205: Installing method Behavior>>hasAbstractMethods 19:45:01 031/520 - 81/205: Installing method Behavior>>hasBindingOf: 19:45:01 031/520 - 82/205: Installing method Behavior>>hasMethodAccessingVariable: 19:45:01 031/520 - 83/205: Installing method Behavior>>hasMethods 19:45:01 031/520 - 84/205: Installing method Behavior>>hasProperty: 19:45:01 031/520 - 85/205: Installing method Behavior>>hasSelectorReferringTo: 19:45:01 031/520 - 86/205: Installing method Behavior>>includesBehavior: 19:45:01 031/520 - 87/205: Installing method Behavior>>includesLocalSelector: 19:45:01 031/520 - 88/205: Installing method Behavior>>includesMethod: 19:45:01 031/520 - 89/205: Installing method Behavior>>includesSelector: 19:45:01 031/520 - 90/205: Installing method Behavior>>inheritsFrom: 19:45:01 031/520 - 91/205: Installing method Behavior>>initialize 19:45:01 031/520 - 92/205: Installing method Behavior>>initializeSlots: 19:45:01 031/520 - 93/205: Installing method Behavior>>instSize 19:45:01 031/520 - 94/205: Installing method Behavior>>instSpec 19:45:01 031/520 - 95/205: Installing method Behavior>>instVarNames 19:45:01 031/520 - 96/205: Installing method Behavior>>instanceCount 19:45:01 031/520 - 97/205: Installing method Behavior>>instanceVariables 19:45:01 031/520 - 98/205: Installing method Behavior>>instancesSizeInMemory 19:45:01 031/520 - 99/205: Installing method Behavior>>isAbstract 19:45:01 031/520 - 100/205: Installing method Behavior>>isAnonymous 19:45:01 031/520 - 101/205: Installing method Behavior>>isBehavior 19:45:01 031/520 - 102/205: Installing method Behavior>>isBits 19:45:01 031/520 - 103/205: Installing method Behavior>>isBytes 19:45:01 031/520 - 104/205: Installing method Behavior>>isCompact 19:45:01 031/520 - 105/205: Installing method Behavior>>isDisabledSelector: 19:45:01 031/520 - 106/205: Installing method Behavior>>isDoubleWords 19:45:01 031/520 - 107/205: Installing method Behavior>>isEphemeronClass 19:45:01 031/520 - 108/205: Installing method Behavior>>isFixed 19:45:01 031/520 - 109/205: Installing method Behavior>>isImmediateClass 19:45:01 031/520 - 110/205: Installing method Behavior>>isInClassHierarchyOf: 19:45:01 031/520 - 111/205: Installing method Behavior>>isManifest 19:45:01 031/520 - 112/205: Installing method Behavior>>isMeta 19:45:01 031/520 - 113/205: Installing method Behavior>>isObsolete 19:45:01 031/520 - 114/205: Installing method Behavior>>isPointers 19:45:01 031/520 - 115/205: Installing method Behavior>>isPool 19:45:01 031/520 - 116/205: Installing method Behavior>>isReferenced 19:45:01 031/520 - 117/205: Installing method Behavior>>isRootInEnvironment 19:45:01 031/520 - 118/205: Installing method Behavior>>isUsed 19:45:01 031/520 - 119/205: Installing method Behavior>>isVariable 19:45:01 031/520 - 120/205: Installing method Behavior>>isWeak 19:45:01 031/520 - 121/205: Installing method Behavior>>isWords 19:45:01 031/520 - 122/205: Installing method Behavior>>localMethods 19:45:01 031/520 - 123/205: Installing method Behavior>>localSelectors 19:45:01 031/520 - 124/205: Installing method Behavior>>lookupSelector: 19:45:01 031/520 - 125/205: Installing method Behavior>>lookupVar: 19:45:01 031/520 - 126/205: Installing method Behavior>>methodDict 19:45:01 031/520 - 127/205: Installing method Behavior>>methodDict: 19:45:01 031/520 - 128/205: Installing method Behavior>>methodDictionary 19:45:01 031/520 - 129/205: Installing method Behavior>>methodDictionary: 19:45:01 031/520 - 130/205: Installing method Behavior>>methods 19:45:01 031/520 - 131/205: Installing method Behavior>>methodsAccessingSlot: 19:45:01 031/520 - 132/205: Installing method Behavior>>methodsDo: 19:45:01 031/520 - 133/205: Installing method Behavior>>methodsReadingSlot: 19:45:01 031/520 - 134/205: Installing method Behavior>>methodsReferencingClass: 19:45:01 031/520 - 135/205: Installing method Behavior>>methodsReferencingClasses: 19:45:02 031/520 - 136/205: Installing method Behavior>>methodsWritingSlot: 19:45:02 031/520 - 137/205: Installing method Behavior>>name 19:45:02 031/520 - 138/205: Installing method Behavior>>new 19:45:02 031/520 - 139/205: Installing method Behavior>>new: 19:45:02 031/520 - 140/205: Installing method Behavior>>newTenured 19:45:02 031/520 - 141/205: Installing method Behavior>>newTenured: 19:45:02 031/520 - 142/205: Installing method Behavior>>nonObsoleteClass 19:45:02 031/520 - 143/205: Installing method Behavior>>obsolete 19:45:02 031/520 - 144/205: Installing method Behavior>>obsoleteSubclasses 19:45:02 031/520 - 145/205: Installing method Behavior>>originalName 19:45:02 031/520 - 146/205: Installing method Behavior>>packageOrganizer 19:45:02 031/520 - 147/205: Installing method Behavior>>postCopy 19:45:02 031/520 - 148/205: Installing method Behavior>>pragmas 19:45:02 031/520 - 149/205: Installing method Behavior>>pragmasDo: 19:45:02 031/520 - 150/205: Installing method Behavior>>printOn: 19:45:02 031/520 - 151/205: Installing method Behavior>>properties 19:45:02 031/520 - 152/205: Installing method Behavior>>propertyAt: 19:45:02 031/520 - 153/205: Installing method Behavior>>propertyAt:ifAbsent: 19:45:02 031/520 - 154/205: Installing method Behavior>>propertyAt:put: 19:45:02 031/520 - 155/205: Installing method Behavior>>realClass 19:45:02 031/520 - 156/205: Installing method Behavior>>referencedClasses 19:45:02 031/520 - 157/205: Installing method Behavior>>removeAllObsoleteSubclasses 19:45:02 031/520 - 158/205: Installing method Behavior>>removePropertiesIfEmpty 19:45:02 031/520 - 159/205: Installing method Behavior>>removeProperty: 19:45:02 031/520 - 160/205: Installing method Behavior>>removeProperty:ifAbsent: 19:45:02 031/520 - 161/205: Installing method Behavior>>removeSelector: 19:45:02 031/520 - 162/205: Installing method Behavior>>removeSelectorSilently: 19:45:02 031/520 - 163/205: Installing method Behavior>>restartMethods 19:45:02 031/520 - 164/205: Installing method Behavior>>selectSubclasses: 19:45:02 031/520 - 165/205: Installing method Behavior>>selectSuperclasses: 19:45:02 031/520 - 166/205: Installing method Behavior>>selectors 19:45:02 031/520 - 167/205: Installing method Behavior>>selectorsAndMethodsDo: 19:45:02 031/520 - 168/205: Installing method Behavior>>selectorsDo: 19:45:02 031/520 - 169/205: Installing method Behavior>>selectorsWithArgs: 19:45:02 031/520 - 170/205: Installing method Behavior>>setFormat: 19:45:02 031/520 - 171/205: Installing method Behavior>>shouldNotBeRedefined 19:45:02 031/520 - 172/205: Installing method Behavior>>shutDown 19:45:02 031/520 - 173/205: Installing method Behavior>>shutDown: 19:45:02 031/520 - 174/205: Installing method Behavior>>slots 19:45:02 031/520 - 175/205: Installing method Behavior>>someInstance 19:45:02 031/520 - 176/205: Installing method Behavior>>sourceCodeAt: 19:45:02 031/520 - 177/205: Installing method Behavior>>sourceCodeAt:ifAbsent: 19:45:02 031/520 - 178/205: Installing method Behavior>>sourceCodeTemplate 19:45:02 031/520 - 179/205: Installing method Behavior>>spaceUsed 19:45:02 031/520 - 180/205: Installing method Behavior>>startUp 19:45:02 031/520 - 181/205: Installing method Behavior>>startUp: 19:45:02 031/520 - 182/205: Installing method Behavior>>subclassDefinerClass 19:45:02 031/520 - 183/205: Installing method Behavior>>subclassInstVarNames 19:45:02 031/520 - 184/205: Installing method Behavior>>superclass 19:45:02 031/520 - 185/205: Installing method Behavior>>superclass: 19:45:02 031/520 - 186/205: Installing method Behavior>>superclass:methodDictionary:format: 19:45:02 031/520 - 187/205: Installing method Behavior>>thoroughHasSelectorReferringTo: 19:45:02 031/520 - 188/205: Installing method Behavior>>thoroughWhichMethodsReferTo: 19:45:02 031/520 - 189/205: Installing method Behavior>>thoroughWhichMethodsReferTo:specialIndex: 19:45:02 031/520 - 190/205: Installing method Behavior>>thoroughWhichSelectorsReferTo: 19:45:02 031/520 - 191/205: Installing method Behavior>>unreferencedInstanceVariables 19:45:02 031/520 - 192/205: Installing method Behavior>>usingMethods 19:45:02 031/520 - 193/205: Installing method Behavior>>whichClassDefinesClassVar: 19:45:02 031/520 - 194/205: Installing method Behavior>>whichClassDefinesInstVar: 19:45:03 031/520 - 195/205: Installing method Behavior>>whichClassIncludesSelector: 19:45:03 031/520 - 196/205: Installing method Behavior>>whichMethodsReferTo: 19:45:03 031/520 - 197/205: Installing method Behavior>>whichSelectorsReferTo: 19:45:03 031/520 - 198/205: Installing method Behavior>>whichSuperclassSatisfies: 19:45:03 031/520 - 199/205: Installing method Behavior>>withAllSubAndSuperclassesDo: 19:45:03 031/520 - 200/205: Installing method Behavior>>withAllSubclasses 19:45:03 031/520 - 201/205: Installing method Behavior>>withAllSubclassesDo: 19:45:03 031/520 - 202/205: Installing method Behavior>>withAllSuperAndSubclasses 19:45:03 031/520 - 203/205: Installing method Behavior>>withAllSuperAndSubclassesDo: 19:45:03 031/520 - 204/205: Installing method Behavior>>withAllSuperclasses 19:45:03 031/520 - 205/205: Installing method Behavior>>withAllSuperclassesDo: 19:45:03 031/520 - 1/4: Installing method Behavior class>>initialize 19:45:03 031/520 - 2/4: Installing method Behavior class>>initializeClassProperties 19:45:03 031/520 - 3/4: Installing method Behavior class>>initializeObsoleteSubclasses 19:45:03 031/520 - 4/4: Installing method Behavior class>>sortBlock 19:45:03 032/520 - 1/9: Installing method BinaryFileStream>>close 19:45:03 032/520 - 2/9: Installing method BinaryFileStream>>closed 19:45:03 032/520 - 3/9: Installing method BinaryFileStream>>finalize 19:45:03 032/520 - 4/9: Installing method BinaryFileStream>>peek 19:45:03 032/520 - 5/9: Installing method BinaryFileStream>>register 19:45:03 032/520 - 6/9: Installing method BinaryFileStream>>skip: 19:45:03 032/520 - 7/9: Installing method BinaryFileStream>>truncate 19:45:03 032/520 - 8/9: Installing method BinaryFileStream>>truncate: 19:45:03 032/520 - 9/9: Installing method BinaryFileStream>>unregister 19:45:03 033/520 - 1/9: Installing method BitsLayout>>bytesPerSlot 19:45:03 033/520 - 2/9: Installing method BitsLayout>>extend 19:45:03 033/520 - 3/9: Installing method BitsLayout>>extendByte 19:45:03 033/520 - 4/9: Installing method BitsLayout>>extendDoubleByte 19:45:03 033/520 - 5/9: Installing method BitsLayout>>extendDoubleWord 19:45:03 033/520 - 6/9: Installing method BitsLayout>>extendWeak: 19:45:03 033/520 - 7/9: Installing method BitsLayout>>extendWord 19:45:03 033/520 - 8/9: Installing method BitsLayout>>isBits 19:45:03 033/520 - 9/9: Installing method BitsLayout>>isVariable 19:45:03 033/520 - 1/1: Installing method BitsLayout class>>isAbstract 19:45:03 034/520 - 1/2: Installing method BlockCannotReturn>>home 19:45:03 034/520 - 2/2: Installing method BlockCannotReturn>>home: 19:45:04 034/520 - 1/1: Installing method BlockCannotReturn class>>result:from: 19:45:05 035/520 - 1/93: Installing method BlockClosure>>argumentCount 19:45:05 035/520 - 2/93: Installing method BlockClosure>>argumentNames 19:45:05 035/520 - 3/93: Installing method BlockClosure>>asContext 19:45:05 035/520 - 4/93: Installing method BlockClosure>>asContextWithSender: 19:45:05 035/520 - 5/93: Installing method BlockClosure>>asMinimalRepresentation 19:45:05 035/520 - 6/93: Installing method BlockClosure>>assert 19:45:05 035/520 - 7/93: Installing method BlockClosure>>assertWithDescription: 19:45:05 035/520 - 8/93: Installing method BlockClosure>>clearTemporariesOn: 19:45:05 035/520 - 9/93: Installing method BlockClosure>>compiledBlock 19:45:05 035/520 - 10/93: Installing method BlockClosure>>compiledBlock: 19:45:05 035/520 - 11/93: Installing method BlockClosure>>copiedValueAt: 19:45:05 035/520 - 12/93: Installing method BlockClosure>>copyForSaving 19:45:05 035/520 - 13/93: Installing method BlockClosure>>cull: 19:45:05 035/520 - 14/93: Installing method BlockClosure>>cull:cull: 19:45:05 035/520 - 15/93: Installing method BlockClosure>>cull:cull:cull: 19:45:05 035/520 - 16/93: Installing method BlockClosure>>cull:cull:cull:cull: 19:45:05 035/520 - 17/93: Installing method BlockClosure>>doPrintOn: 19:45:05 035/520 - 18/93: Installing method BlockClosure>>doWhileFalse: 19:45:05 035/520 - 19/93: Installing method BlockClosure>>doWhileTrue: 19:45:05 035/520 - 20/93: Installing method BlockClosure>>endPC 19:45:05 035/520 - 21/93: Installing method BlockClosure>>ensure: 19:45:05 035/520 - 22/93: Installing method BlockClosure>>fork 19:45:05 035/520 - 23/93: Installing method BlockClosure>>forkAndWait 19:45:05 035/520 - 24/93: Installing method BlockClosure>>forkAt: 19:45:05 035/520 - 25/93: Installing method BlockClosure>>forkAt:named: 19:45:05 035/520 - 26/93: Installing method BlockClosure>>forkNamed: 19:45:05 035/520 - 27/93: Installing method BlockClosure>>hasNonLocalReturn 19:45:05 035/520 - 28/93: Installing method BlockClosure>>home 19:45:05 035/520 - 29/93: Installing method BlockClosure>>homeMethod 19:45:05 035/520 - 30/93: Installing method BlockClosure>>ifCurtailed: 19:45:05 035/520 - 31/93: Installing method BlockClosure>>initialStackPointer 19:45:05 035/520 - 32/93: Installing method BlockClosure>>isBlock 19:45:05 035/520 - 33/93: Installing method BlockClosure>>isClean 19:45:05 035/520 - 34/93: Installing method BlockClosure>>isClosure 19:45:05 035/520 - 35/93: Installing method BlockClosure>>isConstant 19:45:05 035/520 - 36/93: Installing method BlockClosure>>isDead 19:45:05 035/520 - 37/93: Installing method BlockClosure>>isFullBlock 19:45:05 035/520 - 38/93: Installing method BlockClosure>>isValid 19:45:05 035/520 - 39/93: Installing method BlockClosure>>method 19:45:05 035/520 - 40/93: Installing method BlockClosure>>newProcess 19:45:05 035/520 - 41/93: Installing method BlockClosure>>newProcessWith: 19:45:05 035/520 - 42/93: Installing method BlockClosure>>numArgs 19:45:05 035/520 - 43/93: Installing method BlockClosure>>numArgs: 19:45:05 035/520 - 44/93: Installing method BlockClosure>>numArgsError: 19:45:05 035/520 - 45/93: Installing method BlockClosure>>numCopiedValues 19:45:05 035/520 - 46/93: Installing method BlockClosure>>numTemps 19:45:05 035/520 - 47/93: Installing method BlockClosure>>on:do: 19:45:05 035/520 - 48/93: Installing method BlockClosure>>on:fork: 19:45:05 035/520 - 49/93: Installing method BlockClosure>>on:fork:return: 19:45:05 035/520 - 50/93: Installing method BlockClosure>>onDNU:do: 19:45:05 035/520 - 51/93: Installing method BlockClosure>>onErrorDo: 19:45:05 035/520 - 52/93: Installing method BlockClosure>>outerContext 19:45:05 035/520 - 53/93: Installing method BlockClosure>>outerContext: 19:45:05 035/520 - 54/93: Installing method BlockClosure>>printOn: 19:45:05 035/520 - 55/93: Installing method BlockClosure>>receiver 19:45:05 035/520 - 56/93: Installing method BlockClosure>>reentrant 19:45:05 035/520 - 57/93: Installing method BlockClosure>>repeat 19:45:05 035/520 - 58/93: Installing method BlockClosure>>repeatWithGCIf: 19:45:05 035/520 - 59/93: Installing method BlockClosure>>sender 19:45:05 035/520 - 60/93: Installing method BlockClosure>>simulateValueWithArguments:caller: 19:45:05 035/520 - 61/93: Installing method BlockClosure>>split:indicesDo: 19:45:05 035/520 - 62/93: Installing method BlockClosure>>startpc 19:45:05 035/520 - 63/93: Installing method BlockClosure>>startpcOrOuterCode 19:45:05 035/520 - 64/93: Installing method BlockClosure>>tempNames 19:45:05 035/520 - 65/93: Installing method BlockClosure>>value 19:45:05 035/520 - 66/93: Installing method BlockClosure>>value: 19:45:05 035/520 - 67/93: Installing method BlockClosure>>value:value: 19:45:05 035/520 - 68/93: Installing method BlockClosure>>value:value:value: 19:45:05 035/520 - 69/93: Installing method BlockClosure>>value:value:value:value: 19:45:05 035/520 - 70/93: Installing method BlockClosure>>valueAfterWaiting: 19:45:05 035/520 - 71/93: Installing method BlockClosure>>valueNoContextSwitch 19:45:05 035/520 - 72/93: Installing method BlockClosure>>valueNoContextSwitch: 19:45:05 035/520 - 73/93: Installing method BlockClosure>>valueSupplyingAnswer: 19:45:05 035/520 - 74/93: Installing method BlockClosure>>valueSupplyingAnswers: 19:45:05 035/520 - 75/93: Installing method BlockClosure>>valueSuppressingAllMessages 19:45:05 035/520 - 76/93: Installing method BlockClosure>>valueSuppressingMessages: 19:45:05 035/520 - 77/93: Installing method BlockClosure>>valueSuppressingMessages:supplyingAnswers: 19:45:05 035/520 - 78/93: Installing method BlockClosure>>valueUninterruptably 19:45:05 035/520 - 79/93: Installing method BlockClosure>>valueUnpreemptively 19:45:05 035/520 - 80/93: Installing method BlockClosure>>valueUnwindInContext: 19:45:05 035/520 - 81/93: Installing method BlockClosure>>valueWithArguments: 19:45:05 035/520 - 82/93: Installing method BlockClosure>>valueWithEnoughArguments: 19:45:05 035/520 - 83/93: Installing method BlockClosure>>valueWithExit 19:45:05 035/520 - 84/93: Installing method BlockClosure>>valueWithInterval: 19:45:05 035/520 - 85/93: Installing method BlockClosure>>valueWithPossibleArgs: 19:45:05 035/520 - 86/93: Installing method BlockClosure>>valueWithPossibleArgument: 19:45:05 035/520 - 87/93: Installing method BlockClosure>>whileFalse 19:45:05 035/520 - 88/93: Installing method BlockClosure>>whileFalse: 19:45:05 035/520 - 89/93: Installing method BlockClosure>>whileNil: 19:45:05 035/520 - 90/93: Installing method BlockClosure>>whileNotNil: 19:45:05 035/520 - 91/93: Installing method BlockClosure>>whileTrue 19:45:05 035/520 - 92/93: Installing method BlockClosure>>whileTrue: 19:45:05 035/520 - 93/93: Installing method BlockClosure>>withAllBlocksDo: 19:45:05 035/520 - 1/1: Installing method BlockClosure class>>isAbstract 19:45:05 036/520 - 1/21: Installing method Boolean>>& 19:45:06 036/520 - 2/21: Installing method Boolean>>==> 19:45:06 036/520 - 3/21: Installing method Boolean>>and: 19:45:06 036/520 - 4/21: Installing method Boolean>>asBit 19:45:06 036/520 - 5/21: Installing method Boolean>>asInteger 19:45:06 036/520 - 6/21: Installing method Boolean>>deepCopy 19:45:06 036/520 - 7/21: Installing method Boolean>>eqv: 19:45:06 036/520 - 8/21: Installing method Boolean>>ifFalse: 19:45:06 036/520 - 9/21: Installing method Boolean>>ifFalse:ifTrue: 19:45:06 036/520 - 10/21: Installing method Boolean>>ifTrue: 19:45:06 036/520 - 11/21: Installing method Boolean>>ifTrue:ifFalse: 19:45:06 036/520 - 12/21: Installing method Boolean>>isLiteral 19:45:06 036/520 - 13/21: Installing method Boolean>>isSelfEvaluating 19:45:06 036/520 - 14/21: Installing method Boolean>>not 19:45:06 036/520 - 15/21: Installing method Boolean>>or: 19:45:06 036/520 - 16/21: Installing method Boolean>>setPinnedInMemory: 19:45:06 036/520 - 17/21: Installing method Boolean>>shallowCopy 19:45:06 036/520 - 18/21: Installing method Boolean>>storeOn: 19:45:06 036/520 - 19/21: Installing method Boolean>>veryDeepCopyWith: 19:45:06 036/520 - 20/21: Installing method Boolean>>xor: 19:45:06 036/520 - 21/21: Installing method Boolean>>| 19:45:06 036/520 - 1/1: Installing method Boolean class>>new 19:45:06 037/520 - 1/16: Installing method BoxedFloat64>>* 19:45:06 037/520 - 2/16: Installing method BoxedFloat64>>+ 19:45:06 037/520 - 3/16: Installing method BoxedFloat64>>- 19:45:06 037/520 - 4/16: Installing method BoxedFloat64>>/ 19:45:06 037/520 - 5/16: Installing method BoxedFloat64>>< 19:45:06 037/520 - 6/16: Installing method BoxedFloat64>><= 19:45:06 037/520 - 7/16: Installing method BoxedFloat64>>= 19:45:06 037/520 - 8/16: Installing method BoxedFloat64>>> 19:45:06 037/520 - 9/16: Installing method BoxedFloat64>>>= 19:45:06 037/520 - 10/16: Installing method BoxedFloat64>>exp 19:45:06 037/520 - 11/16: Installing method BoxedFloat64>>exponent 19:45:06 037/520 - 12/16: Installing method BoxedFloat64>>fractionPart 19:45:06 037/520 - 13/16: Installing method BoxedFloat64>>ln 19:45:06 037/520 - 14/16: Installing method BoxedFloat64>>timesTwoPower: 19:45:06 037/520 - 15/16: Installing method BoxedFloat64>>truncated 19:45:06 037/520 - 16/16: Installing method BoxedFloat64>>~= 19:45:06 037/520 - 1/2: Installing method BoxedFloat64 class>>basicNew 19:45:06 037/520 - 2/2: Installing method BoxedFloat64 class>>basicNew: 19:45:08 038/520 - 1/106: Installing method ByteArray>>= 19:45:08 038/520 - 2/106: Installing method ByteArray>>asByteArray 19:45:08 038/520 - 3/106: Installing method ByteArray>>asByteArrayOfSize: 19:45:08 038/520 - 4/106: Installing method ByteArray>>asByteArrayPointer 19:45:08 038/520 - 5/106: Installing method ByteArray>>asExternalPointer 19:45:08 038/520 - 6/106: Installing method ByteArray>>asInteger 19:45:08 038/520 - 7/106: Installing method ByteArray>>asString 19:45:08 038/520 - 8/106: Installing method ByteArray>>asWideString 19:45:08 038/520 - 9/106: Installing method ByteArray>>atAllPut: 19:45:08 038/520 - 10/106: Installing method ByteArray>>bitXor: 19:45:08 038/520 - 11/106: Installing method ByteArray>>boolean8AtOffset: 19:45:08 038/520 - 12/106: Installing method ByteArray>>boolean8AtOffset:put: 19:45:09 038/520 - 13/106: Installing method ByteArray>>booleanAt: 19:45:09 038/520 - 14/106: Installing method ByteArray>>booleanAt:put: 19:45:09 038/520 - 15/106: Installing method ByteArray>>byteAt: 19:45:09 038/520 - 16/106: Installing method ByteArray>>byteAt:put: 19:45:09 038/520 - 17/106: Installing method ByteArray>>byteSize 19:45:09 038/520 - 18/106: Installing method ByteArray>>char16AtOffset: 19:45:09 038/520 - 19/106: Installing method ByteArray>>char16AtOffset:put: 19:45:09 038/520 - 20/106: Installing method ByteArray>>char32AtOffset: 19:45:09 038/520 - 21/106: Installing method ByteArray>>char32AtOffset:put: 19:45:09 038/520 - 22/106: Installing method ByteArray>>char8AtOffset: 19:45:09 038/520 - 23/106: Installing method ByteArray>>char8AtOffset:put: 19:45:09 038/520 - 24/106: Installing method ByteArray>>decodeWith: 19:45:09 038/520 - 25/106: Installing method ByteArray>>defaultElement 19:45:09 038/520 - 26/106: Installing method ByteArray>>doubleAt: 19:45:09 038/520 - 27/106: Installing method ByteArray>>doubleAt:bigEndian: 19:45:09 038/520 - 28/106: Installing method ByteArray>>doubleAt:put: 19:45:09 038/520 - 29/106: Installing method ByteArray>>doubleAt:put:bigEndian: 19:45:09 038/520 - 30/106: Installing method ByteArray>>float32AtOffset: 19:45:09 038/520 - 31/106: Installing method ByteArray>>float32AtOffset:put: 19:45:09 038/520 - 32/106: Installing method ByteArray>>float64AtOffset: 19:45:09 038/520 - 33/106: Installing method ByteArray>>float64AtOffset:put: 19:45:09 038/520 - 34/106: Installing method ByteArray>>floatAt: 19:45:09 038/520 - 35/106: Installing method ByteArray>>floatAt:bigEndian: 19:45:09 038/520 - 36/106: Installing method ByteArray>>floatAt:put: 19:45:09 038/520 - 37/106: Installing method ByteArray>>hash 19:45:09 038/520 - 38/106: Installing method ByteArray>>hex 19:45:09 038/520 - 39/106: Installing method ByteArray>>hexDumpOn:max: 19:45:09 038/520 - 40/106: Installing method ByteArray>>indexOf:startingAt: 19:45:09 038/520 - 41/106: Installing method ByteArray>>int16AtOffset: 19:45:09 038/520 - 42/106: Installing method ByteArray>>int16AtOffset:put: 19:45:09 038/520 - 43/106: Installing method ByteArray>>int32AtOffset: 19:45:09 038/520 - 44/106: Installing method ByteArray>>int32AtOffset:put: 19:45:09 038/520 - 45/106: Installing method ByteArray>>int64AtOffset: 19:45:09 038/520 - 46/106: Installing method ByteArray>>int64AtOffset:put: 19:45:09 038/520 - 47/106: Installing method ByteArray>>int8AtOffset: 19:45:09 038/520 - 48/106: Installing method ByteArray>>int8AtOffset:put: 19:45:09 038/520 - 49/106: Installing method ByteArray>>integerAt:put:size:signed: 19:45:09 038/520 - 50/106: Installing method ByteArray>>integerAt:size:signed: 19:45:09 038/520 - 51/106: Installing method ByteArray>>isExternalAddress 19:45:09 038/520 - 52/106: Installing method ByteArray>>isLiteral 19:45:09 038/520 - 53/106: Installing method ByteArray>>isNull 19:45:09 038/520 - 54/106: Installing method ByteArray>>longAt:bigEndian: 19:45:09 038/520 - 55/106: Installing method ByteArray>>longAt:put:bigEndian: 19:45:09 038/520 - 56/106: Installing method ByteArray>>longPointerAt: 19:45:09 038/520 - 57/106: Installing method ByteArray>>longPointerAt:put: 19:45:09 038/520 - 58/106: Installing method ByteArray>>pointerAt: 19:45:09 038/520 - 59/106: Installing method ByteArray>>pointerAt:put: 19:45:09 038/520 - 60/106: Installing method ByteArray>>pointerAtOffset: 19:45:09 038/520 - 61/106: Installing method ByteArray>>pointerAtOffset:put: 19:45:09 038/520 - 62/106: Installing method ByteArray>>printHexOn: 19:45:09 038/520 - 63/106: Installing method ByteArray>>printOn: 19:45:09 038/520 - 64/106: Installing method ByteArray>>putOn: 19:45:09 038/520 - 65/106: Installing method ByteArray>>readHexFrom: 19:45:09 038/520 - 66/106: Installing method ByteArray>>replaceFrom:to:with:startingAt: 19:45:09 038/520 - 67/106: Installing method ByteArray>>shortAt:bigEndian: 19:45:09 038/520 - 68/106: Installing method ByteArray>>shortAt:put:bigEndian: 19:45:09 038/520 - 69/106: Installing method ByteArray>>shortPointerAt: 19:45:09 038/520 - 70/106: Installing method ByteArray>>shortPointerAt:put: 19:45:09 038/520 - 71/106: Installing method ByteArray>>signedCharAt: 19:45:09 038/520 - 72/106: Installing method ByteArray>>signedCharAt:put: 19:45:09 038/520 - 73/106: Installing method ByteArray>>signedLongAt: 19:45:09 038/520 - 74/106: Installing method ByteArray>>signedLongAt:put: 19:45:09 038/520 - 75/106: Installing method ByteArray>>signedLongLongAt: 19:45:09 038/520 - 76/106: Installing method ByteArray>>signedLongLongAt:put: 19:45:09 038/520 - 77/106: Installing method ByteArray>>signedShortAt: 19:45:09 038/520 - 78/106: Installing method ByteArray>>signedShortAt:put: 19:45:09 038/520 - 79/106: Installing method ByteArray>>storeOn: 19:45:09 038/520 - 80/106: Installing method ByteArray>>structAt:length: 19:45:09 038/520 - 81/106: Installing method ByteArray>>structAt:put:length: 19:45:09 038/520 - 82/106: Installing method ByteArray>>uint16AtOffset: 19:45:09 038/520 - 83/106: Installing method ByteArray>>uint16AtOffset:put: 19:45:09 038/520 - 84/106: Installing method ByteArray>>uint32AtOffset: 19:45:09 038/520 - 85/106: Installing method ByteArray>>uint32AtOffset:put: 19:45:09 038/520 - 86/106: Installing method ByteArray>>uint64AtOffset: 19:45:09 038/520 - 87/106: Installing method ByteArray>>uint64AtOffset:put: 19:45:09 038/520 - 88/106: Installing method ByteArray>>uint8AtOffset: 19:45:09 038/520 - 89/106: Installing method ByteArray>>uint8AtOffset:put: 19:45:09 038/520 - 90/106: Installing method ByteArray>>unsignedByteAt: 19:45:09 038/520 - 91/106: Installing method ByteArray>>unsignedByteAt:put: 19:45:09 038/520 - 92/106: Installing method ByteArray>>unsignedCharAt: 19:45:09 038/520 - 93/106: Installing method ByteArray>>unsignedCharAt:put: 19:45:09 038/520 - 94/106: Installing method ByteArray>>unsignedLongAt: 19:45:09 038/520 - 95/106: Installing method ByteArray>>unsignedLongAt:bigEndian: 19:45:09 038/520 - 96/106: Installing method ByteArray>>unsignedLongAt:put: 19:45:09 038/520 - 97/106: Installing method ByteArray>>unsignedLongAt:put:bigEndian: 19:45:09 038/520 - 98/106: Installing method ByteArray>>unsignedLongLongAt: 19:45:09 038/520 - 99/106: Installing method ByteArray>>unsignedLongLongAt:put: 19:45:09 038/520 - 100/106: Installing method ByteArray>>unsignedShortAt: 19:45:09 038/520 - 101/106: Installing method ByteArray>>unsignedShortAt:bigEndian: 19:45:09 038/520 - 102/106: Installing method ByteArray>>unsignedShortAt:put: 19:45:09 038/520 - 103/106: Installing method ByteArray>>unsignedShortAt:put:bigEndian: 19:45:09 038/520 - 104/106: Installing method ByteArray>>utf8Decoded 19:45:09 038/520 - 105/106: Installing method ByteArray>>voidAt: 19:45:09 038/520 - 106/106: Installing method ByteArray>>voidAt:put: 19:45:09 038/520 - 1/2: Installing method ByteArray class>>hashBytes:startingWith: 19:45:09 038/520 - 2/2: Installing method ByteArray class>>readHexFrom: 19:45:09 039/520 - 1/4: Installing method ByteLayout>>bytesPerSlot 19:45:09 039/520 - 2/4: Installing method ByteLayout>>extendByte 19:45:09 039/520 - 3/4: Installing method ByteLayout>>instanceSpecification 19:45:09 039/520 - 4/4: Installing method ByteLayout>>isBytes 19:45:09 039/520 - 1/1: Installing method ByteLayout class>>extending:scope:host: 19:45:10 040/520 - 1/18: Installing method ByteString>>asByteArray 19:45:10 040/520 - 2/18: Installing method ByteString>>asOctetString 19:45:10 040/520 - 3/18: Installing method ByteString>>at: 19:45:10 040/520 - 4/18: Installing method ByteString>>at:put: 19:45:10 040/520 - 5/18: Installing method ByteString>>byteAt: 19:45:10 040/520 - 6/18: Installing method ByteString>>byteAt:put: 19:45:10 040/520 - 7/18: Installing method ByteString>>byteSize 19:45:10 040/520 - 8/18: Installing method ByteString>>compareWith: 19:45:10 040/520 - 9/18: Installing method ByteString>>compareWith:collated: 19:45:10 040/520 - 10/18: Installing method ByteString>>createSymbol 19:45:10 040/520 - 11/18: Installing method ByteString>>findSubstring:in:startingAt:matchTable: 19:45:10 040/520 - 12/18: Installing method ByteString>>hasWideCharacterFrom:to: 19:45:10 040/520 - 13/18: Installing method ByteString>>indexOfAnyOf:startingAt: 19:45:10 040/520 - 14/18: Installing method ByteString>>indexOfAnyOf:startingAt:ifAbsent: 19:45:10 040/520 - 15/18: Installing method ByteString>>isAsciiString 19:45:10 040/520 - 16/18: Installing method ByteString>>isByteString 19:45:10 040/520 - 17/18: Installing method ByteString>>isOctetString 19:45:10 040/520 - 18/18: Installing method ByteString>>replaceFrom:to:with:startingAt: 19:45:10 040/520 - 1/6: Installing method ByteString class>>findFirstInString:inSet:startingAt: 19:45:10 040/520 - 2/6: Installing method ByteString class>>indexOfAscii:inString:startingAt: 19:45:10 040/520 - 3/6: Installing method ByteString class>>initialize 19:45:10 040/520 - 4/6: Installing method ByteString class>>nonAsciiMap 19:45:10 040/520 - 5/6: Installing method ByteString class>>stringHash:initialHash: 19:45:10 040/520 - 6/6: Installing method ByteString class>>translate:from:to:table: 19:45:10 041/520 - 1/17: Installing method ByteSymbol>>asByteArray 19:45:10 041/520 - 2/17: Installing method ByteSymbol>>asOctetString 19:45:10 041/520 - 3/17: Installing method ByteSymbol>>at: 19:45:10 041/520 - 4/17: Installing method ByteSymbol>>byteAt: 19:45:10 041/520 - 5/17: Installing method ByteSymbol>>byteAt:put: 19:45:10 041/520 - 6/17: Installing method ByteSymbol>>byteSize 19:45:10 041/520 - 7/17: Installing method ByteSymbol>>compareWith: 19:45:10 041/520 - 8/17: Installing method ByteSymbol>>compareWith:collated: 19:45:10 041/520 - 9/17: Installing method ByteSymbol>>findSubstring:in:startingAt:matchTable: 19:45:10 041/520 - 10/17: Installing method ByteSymbol>>hasWideCharacterFrom:to: 19:45:10 041/520 - 11/17: Installing method ByteSymbol>>indexOfAnyOf:startingAt: 19:45:10 041/520 - 12/17: Installing method ByteSymbol>>indexOfAnyOf:startingAt:ifAbsent: 19:45:10 041/520 - 13/17: Installing method ByteSymbol>>isByteString 19:45:10 041/520 - 14/17: Installing method ByteSymbol>>isOctetString 19:45:10 041/520 - 15/17: Installing method ByteSymbol>>privateAt:put: 19:45:10 041/520 - 16/17: Installing method ByteSymbol>>species 19:45:10 041/520 - 17/17: Installing method ByteSymbol>>string: 19:45:10 041/520 - 1/4: Installing method ByteSymbol class>>findFirstInString:inSet:startingAt: 19:45:10 041/520 - 2/4: Installing method ByteSymbol class>>indexOfAscii:inString:startingAt: 19:45:10 041/520 - 3/4: Installing method ByteSymbol class>>stringHash:initialHash: 19:45:10 041/520 - 4/4: Installing method ByteSymbol class>>translate:from:to:table: 19:45:11 042/520 - 1/44: Installing method BytecodeEncoder>>genPushSpecialLiteral: 19:45:11 042/520 - 2/44: Installing method BytecodeEncoder>>genPushThisProcess 19:45:11 042/520 - 3/44: Installing method BytecodeEncoder>>methodStreamPosition 19:45:11 042/520 - 4/44: Installing method BytecodeEncoder>>nextPut: 19:45:11 042/520 - 5/44: Installing method BytecodeEncoder>>outOfRangeError:index:range:to: 19:45:11 042/520 - 6/44: Installing method BytecodeEncoder>>sizeBranchPopFalse: 19:45:11 042/520 - 7/44: Installing method BytecodeEncoder>>sizeBranchPopTrue: 19:45:11 042/520 - 8/44: Installing method BytecodeEncoder>>sizeCallPrimitive: 19:45:11 042/520 - 9/44: Installing method BytecodeEncoder>>sizeDup 19:45:11 042/520 - 10/44: Installing method BytecodeEncoder>>sizeJump: 19:45:11 042/520 - 11/44: Installing method BytecodeEncoder>>sizeJumpLong: 19:45:11 042/520 - 12/44: Installing method BytecodeEncoder>>sizeOpcodeSelector:withArguments: 19:45:11 042/520 - 13/44: Installing method BytecodeEncoder>>sizePop 19:45:11 042/520 - 14/44: Installing method BytecodeEncoder>>sizePushConsArray: 19:45:11 042/520 - 15/44: Installing method BytecodeEncoder>>sizePushInstVar: 19:45:11 042/520 - 16/44: Installing method BytecodeEncoder>>sizePushInstVarLong: 19:45:11 042/520 - 17/44: Installing method BytecodeEncoder>>sizePushLiteral: 19:45:11 042/520 - 18/44: Installing method BytecodeEncoder>>sizePushLiteralVar: 19:45:11 042/520 - 19/44: Installing method BytecodeEncoder>>sizePushNewArray: 19:45:11 042/520 - 20/44: Installing method BytecodeEncoder>>sizePushReceiver 19:45:12 042/520 - 21/44: Installing method BytecodeEncoder>>sizePushRemoteTemp:inVectorAt: 19:45:12 042/520 - 22/44: Installing method BytecodeEncoder>>sizePushSpecialLiteral: 19:45:12 042/520 - 23/44: Installing method BytecodeEncoder>>sizePushTemp: 19:45:12 042/520 - 24/44: Installing method BytecodeEncoder>>sizePushThisContext 19:45:12 042/520 - 25/44: Installing method BytecodeEncoder>>sizePushThisProcess 19:45:12 042/520 - 26/44: Installing method BytecodeEncoder>>sizeReturnReceiver 19:45:12 042/520 - 27/44: Installing method BytecodeEncoder>>sizeReturnSpecialLiteral: 19:45:12 042/520 - 28/44: Installing method BytecodeEncoder>>sizeReturnTop 19:45:12 042/520 - 29/44: Installing method BytecodeEncoder>>sizeReturnTopToCaller 19:45:12 042/520 - 30/44: Installing method BytecodeEncoder>>sizeSend:numArgs: 19:45:12 042/520 - 31/44: Installing method BytecodeEncoder>>sizeSendSuper:numArgs: 19:45:12 042/520 - 32/44: Installing method BytecodeEncoder>>sizeStoreInstVar: 19:45:12 042/520 - 33/44: Installing method BytecodeEncoder>>sizeStoreInstVarLong: 19:45:12 042/520 - 34/44: Installing method BytecodeEncoder>>sizeStoreLiteralVar: 19:45:12 042/520 - 35/44: Installing method BytecodeEncoder>>sizeStorePopInstVar: 19:45:12 042/520 - 36/44: Installing method BytecodeEncoder>>sizeStorePopInstVarLong: 19:45:12 042/520 - 37/44: Installing method BytecodeEncoder>>sizeStorePopLiteralVar: 19:45:12 042/520 - 38/44: Installing method BytecodeEncoder>>sizeStorePopRemoteTemp:inVectorAt: 19:45:12 042/520 - 39/44: Installing method BytecodeEncoder>>sizeStorePopTemp: 19:45:12 042/520 - 40/44: Installing method BytecodeEncoder>>sizeStoreRemoteTemp:inVectorAt: 19:45:12 042/520 - 41/44: Installing method BytecodeEncoder>>sizeStoreTemp: 19:45:12 042/520 - 42/44: Installing method BytecodeEncoder>>sizeTrapIfNotInstanceOf: 19:45:12 042/520 - 43/44: Installing method BytecodeEncoder>>stream: 19:45:12 042/520 - 44/44: Installing method BytecodeEncoder>>streamToMethod: 19:45:12 042/520 - 1/9: Installing method BytecodeEncoder class>>instructionSizeAt:of: 19:45:12 042/520 - 2/9: Installing method BytecodeEncoder class>>isAbstract 19:45:12 042/520 - 3/9: Installing method BytecodeEncoder class>>isExtension: 19:45:12 042/520 - 4/9: Installing method BytecodeEncoder class>>literalMethodBytecodes 19:45:12 042/520 - 5/9: Installing method BytecodeEncoder class>>nonExtensionBytecodeAt:in: 19:45:12 042/520 - 6/9: Installing method BytecodeEncoder class>>nonExtensionPcAt:in: 19:45:12 042/520 - 7/9: Installing method BytecodeEncoder class>>quickPrimSpecialConstants 19:45:12 042/520 - 8/9: Installing method BytecodeEncoder class>>specialSelectors 19:45:12 042/520 - 9/9: Installing method BytecodeEncoder class>>stackDeltaForPrimitive:in: 19:45:12 044/520 - 1/3: Installing method CannotReturn>>isResumable 19:45:12 044/520 - 2/3: Installing method CannotReturn>>result 19:45:12 044/520 - 3/3: Installing method CannotReturn>>result: 19:45:12 045/520 - 1/5: Installing method CategoryConverter>>environment 19:45:12 045/520 - 2/5: Installing method CategoryConverter>>environment: 19:45:12 045/520 - 3/5: Installing method CategoryConverter>>packageName 19:45:12 045/520 - 4/5: Installing method CategoryConverter>>processCategory: 19:45:12 045/520 - 5/5: Installing method CategoryConverter>>tagName 19:45:12 045/520 - 1/2: Installing method CategoryConverter class>>category: 19:45:12 045/520 - 2/2: Installing method CategoryConverter class>>category:environment: 19:45:12 046/520 - 1/9: Installing method ChangesLog>>assureStartupStampLogged 19:45:12 046/520 - 2/9: Installing method ChangesLog>>logChange: 19:45:12 046/520 - 3/9: Installing method ChangesLog>>logClassRemoved: 19:45:12 046/520 - 4/9: Installing method ChangesLog>>logClassRenamed: 19:45:12 046/520 - 5/9: Installing method ChangesLog>>logExpressionEvaluated: 19:45:12 046/520 - 6/9: Installing method ChangesLog>>logMethodRemoved: 19:45:12 046/520 - 7/9: Installing method ChangesLog>>logSnapshot:andQuit: 19:45:12 046/520 - 8/9: Installing method ChangesLog>>recordStartupStamp 19:45:12 046/520 - 9/9: Installing method ChangesLog>>registerToAnnouncements 19:45:12 046/520 - 1/4: Installing method ChangesLog class>>default 19:45:12 046/520 - 2/4: Installing method ChangesLog class>>registerInterestToSystemAnnouncement 19:45:12 046/520 - 3/4: Installing method ChangesLog class>>reset 19:45:12 046/520 - 4/4: Installing method ChangesLog class>>unsubscribeAnnouncersOfDefaultInstance 19:45:13 047/520 - 1/84: Installing method Character>>< 19:45:13 047/520 - 2/84: Installing method Character>>= 19:45:13 047/520 - 3/84: Installing method Character>>> 19:45:13 047/520 - 4/84: Installing method Character>>asCharacter 19:45:13 047/520 - 5/84: Installing method Character>>asHTMLString 19:45:13 047/520 - 6/84: Installing method Character>>asInteger 19:45:13 047/520 - 7/84: Installing method Character>>asLowercase 19:45:13 047/520 - 8/84: Installing method Character>>asString 19:45:13 047/520 - 9/84: Installing method Character>>asSymbol 19:45:13 047/520 - 10/84: Installing method Character>>asUnicode 19:45:13 047/520 - 11/84: Installing method Character>>asUppercase 19:45:13 047/520 - 12/84: Installing method Character>>asciiValue 19:45:13 047/520 - 13/84: Installing method Character>>basicIdentityHash 19:45:13 047/520 - 14/84: Installing method Character>>basicPharoToIso 19:45:13 047/520 - 15/84: Installing method Character>>charCode 19:45:13 047/520 - 16/84: Installing method Character>>characterSet 19:45:13 047/520 - 17/84: Installing method Character>>codePoint 19:45:13 047/520 - 18/84: Installing method Character>>copy 19:45:13 047/520 - 19/84: Installing method Character>>deepCopy 19:45:13 047/520 - 20/84: Installing method Character>>digitValue 19:45:13 047/520 - 21/84: Installing method Character>>hash 19:45:13 047/520 - 22/84: Installing method Character>>hex 19:45:13 047/520 - 23/84: Installing method Character>>hexDigitValue 19:45:13 047/520 - 24/84: Installing method Character>>initialize 19:45:13 047/520 - 25/84: Installing method Character>>isAlphaNumeric 19:45:13 047/520 - 26/84: Installing method Character>>isArrow 19:45:13 047/520 - 27/84: Installing method Character>>isCasedLetter 19:45:13 047/520 - 28/84: Installing method Character>>isCharacter 19:45:13 047/520 - 29/84: Installing method Character>>isClosePunctuation 19:45:13 047/520 - 30/84: Installing method Character>>isConnectorPunctuation 19:45:13 047/520 - 31/84: Installing method Character>>isControlOther 19:45:13 047/520 - 32/84: Installing method Character>>isCurrencySymbol 19:45:13 047/520 - 33/84: Installing method Character>>isDashPunctuation 19:45:13 047/520 - 34/84: Installing method Character>>isDecimalDigit 19:45:13 047/520 - 35/84: Installing method Character>>isDigit 19:45:13 047/520 - 36/84: Installing method Character>>isDoubleQuote 19:45:13 047/520 - 37/84: Installing method Character>>isEnclosingMark 19:45:13 047/520 - 38/84: Installing method Character>>isFinalQuote 19:45:13 047/520 - 39/84: Installing method Character>>isFormatOther 19:45:13 047/520 - 40/84: Installing method Character>>isImmediateObject 19:45:13 047/520 - 41/84: Installing method Character>>isInitialQuote 19:45:13 047/520 - 42/84: Installing method Character>>isLetter 19:45:13 047/520 - 43/84: Installing method Character>>isLetterModifier 19:45:13 047/520 - 44/84: Installing method Character>>isLetterNumber 19:45:13 047/520 - 45/84: Installing method Character>>isLineSeparator 19:45:13 047/520 - 46/84: Installing method Character>>isLiteral 19:45:13 047/520 - 47/84: Installing method Character>>isLowercase 19:45:14 047/520 - 48/84: Installing method Character>>isMathSymbol 19:45:14 047/520 - 49/84: Installing method Character>>isModifierSymbol 19:45:14 047/520 - 50/84: Installing method Character>>isNonspacingMark 19:45:14 047/520 - 51/84: Installing method Character>>isOctetCharacter 19:45:14 047/520 - 52/84: Installing method Character>>isOpenPunctuation 19:45:14 047/520 - 53/84: Installing method Character>>isOtherLetter 19:45:14 047/520 - 54/84: Installing method Character>>isOtherNumber 19:45:14 047/520 - 55/84: Installing method Character>>isOtherPunctuation 19:45:14 047/520 - 56/84: Installing method Character>>isOtherSymbol 19:45:14 047/520 - 57/84: Installing method Character>>isParagraphSeparator 19:45:14 047/520 - 58/84: Installing method Character>>isPinnedInMemory 19:45:14 047/520 - 59/84: Installing method Character>>isPrivateOther 19:45:14 047/520 - 60/84: Installing method Character>>isPunctuation 19:45:14 047/520 - 61/84: Installing method Character>>isSafeForHTTP 19:45:14 047/520 - 62/84: Installing method Character>>isSeparator 19:45:14 047/520 - 63/84: Installing method Character>>isSpaceSeparator 19:45:14 047/520 - 64/84: Installing method Character>>isSpacingCombiningMark 19:45:14 047/520 - 65/84: Installing method Character>>isSpecial 19:45:14 047/520 - 66/84: Installing method Character>>isSurrogateOther 19:45:14 047/520 - 67/84: Installing method Character>>isTitlecaseLetter 19:45:14 047/520 - 68/84: Installing method Character>>isUppercase 19:45:14 047/520 - 69/84: Installing method Character>>isVowel 19:45:14 047/520 - 70/84: Installing method Character>>join: 19:45:14 047/520 - 71/84: Installing method Character>>lowercase 19:45:14 047/520 - 72/84: Installing method Character>>nextObject 19:45:14 047/520 - 73/84: Installing method Character>>printOn: 19:45:14 047/520 - 74/84: Installing method Character>>printStringHex 19:45:14 047/520 - 75/84: Installing method Character>>sameAs: 19:45:14 047/520 - 76/84: Installing method Character>>setValue: 19:45:14 047/520 - 77/84: Installing method Character>>shallowCopy 19:45:14 047/520 - 78/84: Installing method Character>>shouldBePrintedAsLiteral 19:45:14 047/520 - 79/84: Installing method Character>>storeBinaryOn: 19:45:14 047/520 - 80/84: Installing method Character>>storeOn: 19:45:14 047/520 - 81/84: Installing method Character>>to: 19:45:14 047/520 - 82/84: Installing method Character>>tokenish 19:45:14 047/520 - 83/84: Installing method Character>>uppercase 19:45:14 047/520 - 84/84: Installing method Character>>veryDeepCopyWith: 19:45:14 047/520 - 1/41: Installing method Character class>>allByteCharacters 19:45:14 047/520 - 2/41: Installing method Character class>>alphabet 19:45:14 047/520 - 3/41: Installing method Character class>>arrowDown 19:45:14 047/520 - 4/41: Installing method Character class>>arrowLeft 19:45:14 047/520 - 5/41: Installing method Character class>>arrowRight 19:45:14 047/520 - 6/41: Installing method Character class>>arrowUp 19:45:14 047/520 - 7/41: Installing method Character class>>backspace 19:45:14 047/520 - 8/41: Installing method Character class>>centeredDot 19:45:14 047/520 - 9/41: Installing method Character class>>characterSet 19:45:14 047/520 - 10/41: Installing method Character class>>characterSet: 19:45:14 047/520 - 11/41: Installing method Character class>>codePoint: 19:45:14 047/520 - 12/41: Installing method Character class>>constantNameFor: 19:45:14 047/520 - 13/41: Installing method Character class>>constantNames 19:45:14 047/520 - 14/41: Installing method Character class>>cr 19:45:14 047/520 - 15/41: Installing method Character class>>delete 19:45:14 047/520 - 16/41: Installing method Character class>>digitValue: 19:45:14 047/520 - 17/41: Installing method Character class>>divide 19:45:14 047/520 - 18/41: Installing method Character class>>end 19:45:14 047/520 - 19/41: Installing method Character class>>enter 19:45:14 047/520 - 20/41: Installing method Character class>>escape 19:45:14 047/520 - 21/41: Installing method Character class>>home 19:45:14 047/520 - 22/41: Installing method Character class>>initialize 19:45:14 047/520 - 23/41: Installing method Character class>>initializeDigitValues 19:45:14 047/520 - 24/41: Installing method Character class>>insert 19:45:14 047/520 - 25/41: Installing method Character class>>lf 19:45:14 047/520 - 26/41: Installing method Character class>>linefeed 19:45:14 047/520 - 27/41: Installing method Character class>>maxVal 19:45:14 047/520 - 28/41: Installing method Character class>>nbsp 19:45:14 047/520 - 29/41: Installing method Character class>>new 19:45:14 047/520 - 30/41: Installing method Character class>>newPage 19:45:14 047/520 - 31/41: Installing method Character class>>null 19:45:14 047/520 - 32/41: Installing method Character class>>pageDown 19:45:14 047/520 - 33/41: Installing method Character class>>pageUp 19:45:14 047/520 - 34/41: Installing method Character class>>plusOrMinus 19:45:14 047/520 - 35/41: Installing method Character class>>separators 19:45:14 047/520 - 36/41: Installing method Character class>>space 19:45:14 047/520 - 37/41: Installing method Character class>>specialCharacters 19:45:14 047/520 - 38/41: Installing method Character class>>supportsNonASCII 19:45:14 047/520 - 39/41: Installing method Character class>>tab 19:45:14 047/520 - 40/41: Installing method Character class>>times 19:45:14 047/520 - 41/41: Installing method Character class>>value: 19:45:15 048/520 - 1/18: Installing method CharacterSet>>= 19:45:15 048/520 - 2/18: Installing method CharacterSet>>add: 19:45:15 048/520 - 3/18: Installing method CharacterSet>>asString 19:45:15 048/520 - 4/18: Installing method CharacterSet>>byteArrayMap 19:45:15 048/520 - 5/18: Installing method CharacterSet>>byteComplement 19:45:15 048/520 - 6/18: Installing method CharacterSet>>complement 19:45:15 048/520 - 7/18: Installing method CharacterSet>>do: 19:45:15 048/520 - 8/18: Installing method CharacterSet>>findFirstInByteString:startingAt: 19:45:15 048/520 - 9/18: Installing method CharacterSet>>hasWideCharacters 19:45:15 048/520 - 10/18: Installing method CharacterSet>>hash 19:45:15 048/520 - 11/18: Installing method CharacterSet>>includes: 19:45:15 048/520 - 12/18: Installing method CharacterSet>>initialize 19:45:15 048/520 - 13/18: Installing method CharacterSet>>postCopy 19:45:15 048/520 - 14/18: Installing method CharacterSet>>remove: 19:45:15 048/520 - 15/18: Installing method CharacterSet>>remove:ifAbsent: 19:45:15 048/520 - 16/18: Installing method CharacterSet>>removeAll 19:45:15 048/520 - 17/18: Installing method CharacterSet>>size 19:45:15 048/520 - 18/18: Installing method CharacterSet>>wideCharacterMap 19:45:15 048/520 - 1/6: Installing method CharacterSet class>>allByteCharacters 19:45:15 048/520 - 2/6: Installing method CharacterSet class>>allCharacters 19:45:15 048/520 - 3/6: Installing method CharacterSet class>>crlf 19:45:15 048/520 - 4/6: Installing method CharacterSet class>>newFrom: 19:45:15 048/520 - 5/6: Installing method CharacterSet class>>nonSeparators 19:45:15 048/520 - 6/6: Installing method CharacterSet class>>separators 19:45:15 049/520 - 1/19: Installing method CharacterSetComplement>>= 19:45:15 049/520 - 2/19: Installing method CharacterSetComplement>>add: 19:45:15 049/520 - 3/19: Installing method CharacterSetComplement>>byteArrayMap 19:45:15 049/520 - 4/19: Installing method CharacterSetComplement>>complement 19:45:15 049/520 - 5/19: Installing method CharacterSetComplement>>complement: 19:45:15 049/520 - 6/19: Installing method CharacterSetComplement>>do: 19:45:15 049/520 - 7/19: Installing method CharacterSetComplement>>findFirstInByteString:startingAt: 19:45:15 049/520 - 8/19: Installing method CharacterSetComplement>>hasWideCharacters 19:45:15 049/520 - 9/19: Installing method CharacterSetComplement>>hash 19:45:15 049/520 - 10/19: Installing method CharacterSetComplement>>includes: 19:45:15 049/520 - 11/19: Installing method CharacterSetComplement>>postCopy 19:45:15 049/520 - 12/19: Installing method CharacterSetComplement>>printOn: 19:45:15 049/520 - 13/19: Installing method CharacterSetComplement>>reject: 19:45:15 049/520 - 14/19: Installing method CharacterSetComplement>>remove: 19:45:15 049/520 - 15/19: Installing method CharacterSetComplement>>remove:ifAbsent: 19:45:15 049/520 - 16/19: Installing method CharacterSetComplement>>removeAll 19:45:15 049/520 - 17/19: Installing method CharacterSetComplement>>select: 19:45:15 049/520 - 18/19: Installing method CharacterSetComplement>>size 19:45:15 049/520 - 19/19: Installing method CharacterSetComplement>>storeOn: 19:45:15 049/520 - 1/1: Installing method CharacterSetComplement class>>of: 19:45:16 050/520 - 1/12: Installing method ChunkReadStream>>basicNext 19:45:16 050/520 - 2/12: Installing method ChunkReadStream>>basicNextChunk 19:45:16 050/520 - 3/12: Installing method ChunkReadStream>>decodeString:andRuns: 19:45:16 050/520 - 4/12: Installing method ChunkReadStream>>isNextChunkMetaData 19:45:16 050/520 - 5/12: Installing method ChunkReadStream>>isNextStyleChunk 19:45:16 050/520 - 6/12: Installing method ChunkReadStream>>next 19:45:16 050/520 - 7/12: Installing method ChunkReadStream>>parseLangTagFor: 19:45:16 050/520 - 8/12: Installing method ChunkReadStream>>position 19:45:16 050/520 - 9/12: Installing method ChunkReadStream>>readUpToEndOfStyleChunk 19:45:16 050/520 - 10/12: Installing method ChunkReadStream>>reset 19:45:16 050/520 - 11/12: Installing method ChunkReadStream>>skipSeparators 19:45:16 050/520 - 12/12: Installing method ChunkReadStream>>terminatorMark 19:45:16 051/520 - 1/7: Installing method ChunkWriteStream>>afterNexPut 19:45:16 051/520 - 2/7: Installing method ChunkWriteStream>>bang 19:45:16 051/520 - 3/7: Installing method ChunkWriteStream>>doesNotUnderstand: 19:45:16 051/520 - 4/7: Installing method ChunkWriteStream>>duplicateTerminatorMarkOn: 19:45:16 051/520 - 5/7: Installing method ChunkWriteStream>>nextChunkPut: 19:45:16 051/520 - 6/7: Installing method ChunkWriteStream>>nextPut: 19:45:16 051/520 - 7/7: Installing method ChunkWriteStream>>terminatorMark 19:45:16 052/520 - 1/1: Installing method CircularHierarchyError class>>signalFor: 19:45:17 053/520 - 1/108: Installing method Class>>addClassSlot: 19:45:17 053/520 - 2/108: Installing method Class>>addClassVarNamed: 19:45:17 053/520 - 3/108: Installing method Class>>addClassVariable: 19:45:17 053/520 - 4/108: Installing method Class>>addInstVarNamed: 19:45:17 053/520 - 5/108: Installing method Class>>addSharedPool: 19:45:17 053/520 - 6/108: Installing method Class>>addSharedPoolNamed: 19:45:17 053/520 - 7/108: Installing method Class>>addSlot: 19:45:17 053/520 - 8/108: Installing method Class>>addSubclass: 19:45:17 053/520 - 9/108: Installing method Class>>allClassVariables 19:45:17 053/520 - 10/108: Installing method Class>>allSharedPools 19:45:17 053/520 - 11/108: Installing method Class>>allUnreferencedClassVariables 19:45:17 053/520 - 12/108: Installing method Class>>applyDeprecation 19:45:17 053/520 - 13/108: Installing method Class>>basicDeclareClassVariable: 19:45:17 053/520 - 14/108: Installing method Class>>basicTag: 19:45:17 053/520 - 15/108: Installing method Class>>binding 19:45:17 053/520 - 16/108: Installing method Class>>bindingOf: 19:45:17 053/520 - 17/108: Installing method Class>>category 19:45:17 053/520 - 18/108: Installing method Class>>checkForCompiledMethodLayout: 19:45:17 053/520 - 19/108: Installing method Class>>classBuilder 19:45:17 053/520 - 20/108: Installing method Class>>classInstaller 19:45:17 053/520 - 21/108: Installing method Class>>classPool 19:45:17 053/520 - 22/108: Installing method Class>>classPool: 19:45:17 053/520 - 23/108: Installing method Class>>classSide 19:45:17 053/520 - 24/108: Installing method Class>>classThatDefinesClassVariable: 19:45:17 053/520 - 25/108: Installing method Class>>classVarNamed: 19:45:17 053/520 - 26/108: Installing method Class>>classVarNamed:put: 19:45:17 053/520 - 27/108: Installing method Class>>classVarNames 19:45:17 053/520 - 28/108: Installing method Class>>classVariableDefinitionString 19:45:17 053/520 - 29/108: Installing method Class>>classVariableNamed: 19:45:17 053/520 - 30/108: Installing method Class>>classVariableNamed:ifAbsent: 19:45:17 053/520 - 31/108: Installing method Class>>classVariables 19:45:17 053/520 - 32/108: Installing method Class>>classVariablesNeedFullDefinition 19:45:17 053/520 - 33/108: Installing method Class>>comment 19:45:17 053/520 - 34/108: Installing method Class>>comment: 19:45:17 053/520 - 35/108: Installing method Class>>comment:stamp: 19:45:17 053/520 - 36/108: Installing method Class>>commentSourcePointer 19:45:17 053/520 - 37/108: Installing method Class>>commentSourcePointer: 19:45:17 053/520 - 38/108: Installing method Class>>commentStamp 19:45:17 053/520 - 39/108: Installing method Class>>commentStamp: 19:45:17 053/520 - 40/108: Installing method Class>>commonSuperclassWith: 19:45:17 053/520 - 41/108: Installing method Class>>compileAllFrom: 19:45:17 053/520 - 42/108: Installing method Class>>copyForAnnouncement 19:45:17 053/520 - 43/108: Installing method Class>>declareClassVariables: 19:45:17 053/520 - 44/108: Installing method Class>>definedVariables 19:45:17 053/520 - 45/108: Installing method Class>>definesClassVariable: 19:45:17 053/520 - 46/108: Installing method Class>>definesClassVariableNamed: 19:45:17 053/520 - 47/108: Installing method Class>>deprecationRefactorings 19:45:17 053/520 - 48/108: Installing method Class>>duplicateClassWithNewName: 19:45:17 053/520 - 49/108: Installing method Class>>environment 19:45:17 053/520 - 50/108: Installing method Class>>environment: 19:45:17 053/520 - 51/108: Installing method Class>>expandedDefinitionStringFor: 19:45:17 053/520 - 52/108: Installing method Class>>getName 19:45:17 053/520 - 53/108: Installing method Class>>hasAbstractMethods 19:45:17 053/520 - 54/108: Installing method Class>>hasBindingThatBeginsWith: 19:45:17 053/520 - 55/108: Installing method Class>>hasClassSide 19:45:17 053/520 - 56/108: Installing method Class>>hasClassVarNamed: 19:45:17 053/520 - 57/108: Installing method Class>>hasClassVariable: 19:45:17 053/520 - 58/108: Installing method Class>>hasComment 19:45:17 053/520 - 59/108: Installing method Class>>hasMethods 19:45:18 053/520 - 60/108: Installing method Class>>hasSharedPools 19:45:18 053/520 - 61/108: Installing method Class>>hasSubclasses 19:45:18 053/520 - 62/108: Installing method Class>>innerBindingOf: 19:45:18 053/520 - 63/108: Installing method Class>>instanceSide 19:45:18 053/520 - 64/108: Installing method Class>>isAnonymous 19:45:18 053/520 - 65/108: Installing method Class>>isClass 19:45:18 053/520 - 66/108: Installing method Class>>isClassOrTrait 19:45:18 053/520 - 67/108: Installing method Class>>isObsolete 19:45:18 053/520 - 68/108: Installing method Class>>isSelfEvaluating 19:45:18 053/520 - 69/108: Installing method Class>>isUsed 19:45:18 053/520 - 70/108: Installing method Class>>name 19:45:18 053/520 - 71/108: Installing method Class>>needsSlotClassDefinition 19:45:18 053/520 - 72/108: Installing method Class>>newAnonymousSubclass 19:45:18 053/520 - 73/108: Installing method Class>>newAnonymousSubclassInEnvironment: 19:45:18 053/520 - 74/108: Installing method Class>>newSubclass 19:45:18 053/520 - 75/108: Installing method Class>>obsolete 19:45:18 053/520 - 76/108: Installing method Class>>package 19:45:18 053/520 - 77/108: Installing method Class>>packageTag 19:45:18 053/520 - 78/108: Installing method Class>>possibleVariablesFor:continuedFrom: 19:45:18 053/520 - 79/108: Installing method Class>>readClassVariableNamed: 19:45:18 053/520 - 80/108: Installing method Class>>reformatAll 19:45:18 053/520 - 81/108: Installing method Class>>removeClassSlot: 19:45:18 053/520 - 82/108: Installing method Class>>removeClassVarNamed: 19:45:18 053/520 - 83/108: Installing method Class>>removeClassVariable: 19:45:18 053/520 - 84/108: Installing method Class>>removeFromSystem 19:45:18 053/520 - 85/108: Installing method Class>>removeFromSystem: 19:45:18 053/520 - 86/108: Installing method Class>>removeFromSystemUnlogged 19:45:18 053/520 - 87/108: Installing method Class>>removeSharedPool: 19:45:18 053/520 - 88/108: Installing method Class>>removeSlot: 19:45:18 053/520 - 89/108: Installing method Class>>removeSubclass: 19:45:18 053/520 - 90/108: Installing method Class>>rename: 19:45:18 053/520 - 91/108: Installing method Class>>setName: 19:45:18 053/520 - 92/108: Installing method Class>>sharedPoolNames 19:45:18 053/520 - 93/108: Installing method Class>>sharedPoolOfVarNamed: 19:45:18 053/520 - 94/108: Installing method Class>>sharedPools 19:45:18 053/520 - 95/108: Installing method Class>>sharedPools: 19:45:18 053/520 - 96/108: Installing method Class>>sharedPoolsDo: 19:45:18 053/520 - 97/108: Installing method Class>>sharing: 19:45:18 053/520 - 98/108: Installing method Class>>subclass: 19:45:18 053/520 - 99/108: Installing method Class>>subclasses 19:45:18 053/520 - 100/108: Installing method Class>>subclasses: 19:45:18 053/520 - 101/108: Installing method Class>>subclassesDo: 19:45:18 053/520 - 102/108: Installing method Class>>superclass:methodDictionary:format: 19:45:18 053/520 - 103/108: Installing method Class>>undeclaredRegistry 19:45:18 053/520 - 104/108: Installing method Class>>unload 19:45:18 053/520 - 105/108: Installing method Class>>usesClassVarNamed: 19:45:18 053/520 - 106/108: Installing method Class>>usesLocalPoolVarNamed: 19:45:18 053/520 - 107/108: Installing method Class>>usesPoolVarNamed: 19:45:18 053/520 - 108/108: Installing method Class>>writeClassVariableNamed:value: 19:45:18 053/520 - 1/7: Installing method Class class>>allSuperclassesFor:cache: 19:45:18 053/520 - 2/7: Installing method Class class>>doesNotIncludeInstanceOrSuperclassesFor:in:cache: 19:45:18 053/520 - 3/7: Installing method Class class>>hasNoDependenciesFor:in:cache: 19:45:18 053/520 - 4/7: Installing method Class class>>hasNoDependenciesForMetaclass:in:cache: 19:45:18 053/520 - 5/7: Installing method Class class>>hasNoSuperclassesOf:in:cache: 19:45:18 053/520 - 6/7: Installing method Class class>>initialize 19:45:18 053/520 - 7/7: Installing method Class class>>superclassOrder: 19:45:18 054/520 - 1/3: Installing method ClassAdded>>classAdded 19:45:18 054/520 - 2/3: Installing method ClassAdded>>classAdded: 19:45:18 054/520 - 3/3: Installing method ClassAdded>>classAffected 19:45:18 054/520 - 1/1: Installing method ClassAdded class>>class: 19:45:18 055/520 - 1/5: Installing method ClassAnnouncement>>classAffected 19:45:18 055/520 - 2/5: Installing method ClassAnnouncement>>packageAffected 19:45:18 055/520 - 3/5: Installing method ClassAnnouncement>>packageTagAffected 19:45:18 055/520 - 4/5: Installing method ClassAnnouncement>>packageTagsAffected 19:45:18 055/520 - 5/5: Installing method ClassAnnouncement>>packagesAffected 19:45:18 056/520 - 1/11: Installing method ClassCommented>>classAffected 19:45:18 056/520 - 2/11: Installing method ClassCommented>>classCommented 19:45:18 056/520 - 3/11: Installing method ClassCommented>>classCommented: 19:45:18 056/520 - 4/11: Installing method ClassCommented>>newComment 19:45:18 056/520 - 5/11: Installing method ClassCommented>>newComment: 19:45:18 056/520 - 6/11: Installing method ClassCommented>>newStamp 19:45:18 056/520 - 7/11: Installing method ClassCommented>>newStamp: 19:45:18 056/520 - 8/11: Installing method ClassCommented>>oldComment 19:45:18 056/520 - 9/11: Installing method ClassCommented>>oldComment: 19:45:18 056/520 - 10/11: Installing method ClassCommented>>oldStamp 19:45:18 056/520 - 11/11: Installing method ClassCommented>>oldStamp: 19:45:18 056/520 - 1/2: Installing method ClassCommented class>>class:oldComment:newComment:oldStamp:newStamp: 19:45:18 056/520 - 2/2: Installing method ClassCommented class>>classCommented: 19:45:22 057/520 - 1/133: Installing method ClassDescription>>addAndClassifySelector:withMethod:inProtocol: 19:45:22 057/520 - 2/133: Installing method ClassDescription>>addInstVarNamed: 19:45:22 057/520 - 3/133: Installing method ClassDescription>>addProtocol: 19:45:22 057/520 - 4/133: Installing method ClassDescription>>addSelector:withMethod: 19:45:22 057/520 - 5/133: Installing method ClassDescription>>addSelectorSilently:withMethod: 19:45:22 057/520 - 6/133: Installing method ClassDescription>>addSlot: 19:45:22 057/520 - 7/133: Installing method ClassDescription>>allCallsOnIn: 19:45:22 057/520 - 8/133: Installing method ClassDescription>>allInstVarNames 19:45:22 057/520 - 9/133: Installing method ClassDescription>>allInstVarNamesEverywhere 19:45:22 057/520 - 10/133: Installing method ClassDescription>>allLocalCallsOn: 19:45:22 057/520 - 11/133: Installing method ClassDescription>>allSelectorsInProtocol: 19:45:22 057/520 - 12/133: Installing method ClassDescription>>allSharedPools 19:45:22 057/520 - 13/133: Installing method ClassDescription>>allSlots 19:45:22 057/520 - 14/133: Installing method ClassDescription>>allUnreferencedInstanceVariables 19:45:22 057/520 - 15/133: Installing method ClassDescription>>announceRecategorizationOf:oldProtocol: 19:45:22 057/520 - 16/133: Installing method ClassDescription>>authors 19:45:22 057/520 - 17/133: Installing method ClassDescription>>classCommentBlank 19:45:22 057/520 - 18/133: Installing method ClassDescription>>classSide 19:45:22 057/520 - 19/133: Installing method ClassDescription>>classThatDefinesInstVarNamed: 19:45:22 057/520 - 20/133: Installing method ClassDescription>>classVariablesOn: 19:45:22 057/520 - 21/133: Installing method ClassDescription>>classVariablesString 19:45:22 057/520 - 22/133: Installing method ClassDescription>>classify:under: 19:45:22 057/520 - 23/133: Installing method ClassDescription>>compile:classified: 19:45:22 057/520 - 24/133: Installing method ClassDescription>>compile:classified:notifying: 19:45:22 057/520 - 25/133: Installing method ClassDescription>>compile:classified:withStamp:notifying: 19:45:22 057/520 - 26/133: Installing method ClassDescription>>compile:classified:withStamp:notifying:logSource: 19:45:22 057/520 - 27/133: Installing method ClassDescription>>compile:notifying: 19:45:22 057/520 - 28/133: Installing method ClassDescription>>compileSilently: 19:45:22 057/520 - 29/133: Installing method ClassDescription>>compileSilently:classified: 19:45:22 057/520 - 30/133: Installing method ClassDescription>>compileSilently:classified:notifying: 19:45:22 057/520 - 31/133: Installing method ClassDescription>>copyAllMethodsFrom: 19:45:22 057/520 - 32/133: Installing method ClassDescription>>definesSlot: 19:45:22 057/520 - 33/133: Installing method ClassDescription>>definesSlotNamed: 19:45:22 057/520 - 34/133: Installing method ClassDescription>>dependentClasses 19:45:22 057/520 - 35/133: Installing method ClassDescription>>deprecatedAliases 19:45:22 057/520 - 36/133: Installing method ClassDescription>>deprecatedAliases: 19:45:22 057/520 - 37/133: Installing method ClassDescription>>ensureProtocol: 19:45:22 057/520 - 38/133: Installing method ClassDescription>>extendingPackages 19:45:22 057/520 - 39/133: Installing method ClassDescription>>extensionProtocols 19:45:22 057/520 - 40/133: Installing method ClassDescription>>extensionSelectors 19:45:22 057/520 - 41/133: Installing method ClassDescription>>forceNewFrom: 19:45:22 057/520 - 42/133: Installing method ClassDescription>>hasClassSide 19:45:22 057/520 - 43/133: Installing method ClassDescription>>hasInstVarNamed: 19:45:22 057/520 - 44/133: Installing method ClassDescription>>hasProtocol: 19:45:22 057/520 - 45/133: Installing method ClassDescription>>hasSharedPools 19:45:22 057/520 - 46/133: Installing method ClassDescription>>hasSlot: 19:45:22 057/520 - 47/133: Installing method ClassDescription>>hasSlotNamed: 19:45:22 057/520 - 48/133: Installing method ClassDescription>>includesSharedPoolNamed: 19:45:22 057/520 - 49/133: Installing method ClassDescription>>initialize 19:45:22 057/520 - 50/133: Installing method ClassDescription>>instVarIndexFor: 19:45:22 057/520 - 51/133: Installing method ClassDescription>>instVarIndexFor:ifAbsent: 19:45:22 057/520 - 52/133: Installing method ClassDescription>>instVarMappingFrom: 19:45:22 057/520 - 53/133: Installing method ClassDescription>>instVarNames 19:45:22 057/520 - 54/133: Installing method ClassDescription>>instanceSide 19:45:22 057/520 - 55/133: Installing method ClassDescription>>instanceVariablesOn: 19:45:22 057/520 - 56/133: Installing method ClassDescription>>instanceVariablesString 19:45:22 057/520 - 57/133: Installing method ClassDescription>>isClassSide 19:45:22 057/520 - 58/133: Installing method ClassDescription>>isDeprecated 19:45:22 057/520 - 59/133: Installing method ClassDescription>>isExtended 19:45:22 057/520 - 60/133: Installing method ClassDescription>>isExtendedInPackage: 19:45:22 057/520 - 61/133: Installing method ClassDescription>>isInstalled 19:45:22 057/520 - 62/133: Installing method ClassDescription>>isInstanceSide 19:45:22 057/520 - 63/133: Installing method ClassDescription>>isLocalSelector: 19:45:22 057/520 - 64/133: Installing method ClassDescription>>isMeta 19:45:22 057/520 - 65/133: Installing method ClassDescription>>isProtocolExtensionFromTheSamePackage: 19:45:22 057/520 - 66/133: Installing method ClassDescription>>isTaggedWith: 19:45:22 057/520 - 67/133: Installing method ClassDescription>>linesOfCode 19:45:22 057/520 - 68/133: Installing method ClassDescription>>localSlots 19:45:22 057/520 - 69/133: Installing method ClassDescription>>methodsInProtocol: 19:45:22 057/520 - 70/133: Installing method ClassDescription>>needsSlotClassDefinition 19:45:22 057/520 - 71/133: Installing method ClassDescription>>newInstanceFrom:variable:size: 19:45:22 057/520 - 72/133: Installing method ClassDescription>>noteAddedSelector:meta: 19:45:22 057/520 - 73/133: Installing method ClassDescription>>noteCompilationOf:meta: 19:45:22 057/520 - 74/133: Installing method ClassDescription>>notifyOfRecategorizedSelector:from:to: 19:45:22 057/520 - 75/133: Installing method ClassDescription>>numberOfMethods 19:45:22 057/520 - 76/133: Installing method ClassDescription>>obsolete 19:45:22 057/520 - 77/133: Installing method ClassDescription>>package 19:45:22 057/520 - 78/133: Installing method ClassDescription>>package: 19:45:22 057/520 - 79/133: Installing method ClassDescription>>package:tag: 19:45:22 057/520 - 80/133: Installing method ClassDescription>>packageName 19:45:22 057/520 - 81/133: Installing method ClassDescription>>packageTag 19:45:22 057/520 - 82/133: Installing method ClassDescription>>packageTag: 19:45:22 057/520 - 83/133: Installing method ClassDescription>>packageTagName 19:45:22 057/520 - 84/133: Installing method ClassDescription>>packages 19:45:22 057/520 - 85/133: Installing method ClassDescription>>printOn: 19:45:22 057/520 - 86/133: Installing method ClassDescription>>printProtocolChunk:on:withStamp:priorMethod: 19:45:22 057/520 - 87/133: Installing method ClassDescription>>protocolNameOfSelector: 19:45:22 057/520 - 88/133: Installing method ClassDescription>>protocolNamed: 19:45:22 057/520 - 89/133: Installing method ClassDescription>>protocolNamed:ifAbsent: 19:45:22 057/520 - 90/133: Installing method ClassDescription>>protocolNames 19:45:22 057/520 - 91/133: Installing method ClassDescription>>protocolOfSelector: 19:45:22 057/520 - 92/133: Installing method ClassDescription>>protocols 19:45:22 057/520 - 93/133: Installing method ClassDescription>>protocols: 19:45:22 057/520 - 94/133: Installing method ClassDescription>>reformatAll 19:45:22 057/520 - 95/133: Installing method ClassDescription>>removeEmptyProtocols 19:45:22 057/520 - 96/133: Installing method ClassDescription>>removeFromProtocols: 19:45:22 057/520 - 97/133: Installing method ClassDescription>>removeInstVarNamed: 19:45:22 057/520 - 98/133: Installing method ClassDescription>>removeNonexistentSelectorsFromProtocols 19:45:22 057/520 - 99/133: Installing method ClassDescription>>removePackageTag 19:45:22 057/520 - 100/133: Installing method ClassDescription>>removeProtocol: 19:45:22 057/520 - 101/133: Installing method ClassDescription>>removeProtocolIfEmpty: 19:45:22 057/520 - 102/133: Installing method ClassDescription>>removeSelector: 19:45:22 057/520 - 103/133: Installing method ClassDescription>>removeSlot: 19:45:22 057/520 - 104/133: Installing method ClassDescription>>renameProtocol:as: 19:45:22 057/520 - 105/133: Installing method ClassDescription>>reorganize 19:45:22 057/520 - 106/133: Installing method ClassDescription>>resetProtocols 19:45:22 057/520 - 107/133: Installing method ClassDescription>>selectorsInProtocol: 19:45:22 057/520 - 108/133: Installing method ClassDescription>>sharedPoolOfVarNamed: 19:45:22 057/520 - 109/133: Installing method ClassDescription>>sharedPoolString 19:45:22 057/520 - 110/133: Installing method ClassDescription>>sharedPoolStringOn: 19:45:22 057/520 - 111/133: Installing method ClassDescription>>sharedPools 19:45:22 057/520 - 112/133: Installing method ClassDescription>>sharedPoolsOn: 19:45:23 057/520 - 113/133: Installing method ClassDescription>>sharedPoolsString 19:45:23 057/520 - 114/133: Installing method ClassDescription>>slotNamed: 19:45:23 057/520 - 115/133: Installing method ClassDescription>>slotNamed:ifFound: 19:45:23 057/520 - 116/133: Installing method ClassDescription>>slotNamed:ifFound:ifNone: 19:45:23 057/520 - 117/133: Installing method ClassDescription>>slotNames 19:45:23 057/520 - 118/133: Installing method ClassDescription>>slots 19:45:23 057/520 - 119/133: Installing method ClassDescription>>slotsNeedFullDefinition 19:45:23 057/520 - 120/133: Installing method ClassDescription>>spaceUsed 19:45:23 057/520 - 121/133: Installing method ClassDescription>>storeOn: 19:45:23 057/520 - 122/133: Installing method ClassDescription>>superclass:layout: 19:45:23 057/520 - 123/133: Installing method ClassDescription>>superclass:methodDictionary:format: 19:45:23 057/520 - 124/133: Installing method ClassDescription>>superclass:withLayoutType:slots: 19:45:23 057/520 - 125/133: Installing method ClassDescription>>uncategorizedSelectors 19:45:23 057/520 - 126/133: Installing method ClassDescription>>usesLocalPoolVarNamed: 19:45:23 057/520 - 127/133: Installing method ClassDescription>>usesPoolVarNamed: 19:45:23 057/520 - 128/133: Installing method ClassDescription>>whichMethodsAccess: 19:45:23 057/520 - 129/133: Installing method ClassDescription>>whichMethodsRead: 19:45:23 057/520 - 130/133: Installing method ClassDescription>>whichMethodsWrite: 19:45:23 057/520 - 131/133: Installing method ClassDescription>>whichSelectorsAccess: 19:45:23 057/520 - 132/133: Installing method ClassDescription>>whichSelectorsRead: 19:45:23 057/520 - 133/133: Installing method ClassDescription>>whichSelectorsWrite: 19:45:23 057/520 - 1/1: Installing method ClassDescription class>>isAbstract 19:45:23 058/520 - 1/2: Installing method ClassModificationApplied>>classAffected 19:45:23 058/520 - 2/2: Installing method ClassModificationApplied>>modifiedClass: 19:45:23 058/520 - 1/1: Installing method ClassModificationApplied class>>toClass: 19:45:23 059/520 - 1/5: Installing method ClassModifiedClassDefinition>>classAffected 19:45:23 059/520 - 2/5: Installing method ClassModifiedClassDefinition>>newClassDefinition 19:45:23 059/520 - 3/5: Installing method ClassModifiedClassDefinition>>newClassDefinition: 19:45:23 059/520 - 4/5: Installing method ClassModifiedClassDefinition>>oldClassDefinition 19:45:23 059/520 - 5/5: Installing method ClassModifiedClassDefinition>>oldClassDefinition: 19:45:23 059/520 - 1/1: Installing method ClassModifiedClassDefinition class>>classDefinitionChangedFrom:to: 19:45:23 060/520 - 1/6: Installing method ClassParentRenamed>>classAffected 19:45:23 060/520 - 2/6: Installing method ClassParentRenamed>>classAffected: 19:45:23 060/520 - 3/6: Installing method ClassParentRenamed>>parentNewName 19:45:23 060/520 - 4/6: Installing method ClassParentRenamed>>parentNewName: 19:45:23 060/520 - 5/6: Installing method ClassParentRenamed>>parentOldName 19:45:23 060/520 - 6/6: Installing method ClassParentRenamed>>parentOldName: 19:45:23 060/520 - 1/1: Installing method ClassParentRenamed class>>classParentOf:renamedFrom:to: 19:45:23 061/520 - 1/4: Installing method ClassRemoved>>classAffected 19:45:23 061/520 - 2/4: Installing method ClassRemoved>>classRemoved 19:45:23 061/520 - 3/4: Installing method ClassRemoved>>classRemoved: 19:45:23 061/520 - 4/4: Installing method ClassRemoved>>packagesAffected 19:45:23 061/520 - 1/1: Installing method ClassRemoved class>>class: 19:45:23 062/520 - 1/8: Installing method ClassRenamed>>classAffected 19:45:23 062/520 - 2/8: Installing method ClassRenamed>>classRenamed 19:45:23 062/520 - 3/8: Installing method ClassRenamed>>classRenamed: 19:45:23 062/520 - 4/8: Installing method ClassRenamed>>newName 19:45:23 062/520 - 5/8: Installing method ClassRenamed>>newName: 19:45:23 062/520 - 6/8: Installing method ClassRenamed>>oldName 19:45:23 062/520 - 7/8: Installing method ClassRenamed>>oldName: 19:45:23 062/520 - 8/8: Installing method ClassRenamed>>packagesAffected 19:45:23 062/520 - 1/1: Installing method ClassRenamed class>>class:oldName:newName: 19:45:23 063/520 - 1/12: Installing method ClassRepackaged>>classAffected 19:45:23 063/520 - 2/12: Installing method ClassRepackaged>>classRepackaged 19:45:23 063/520 - 3/12: Installing method ClassRepackaged>>classRepackaged: 19:45:25 063/520 - 4/12: Installing method ClassRepackaged>>newPackage 19:45:25 063/520 - 5/12: Installing method ClassRepackaged>>newTag 19:45:25 063/520 - 6/12: Installing method ClassRepackaged>>newTag: 19:45:25 063/520 - 7/12: Installing method ClassRepackaged>>oldPackage 19:45:25 063/520 - 8/12: Installing method ClassRepackaged>>oldTag 19:45:25 063/520 - 9/12: Installing method ClassRepackaged>>oldTag: 19:45:25 063/520 - 10/12: Installing method ClassRepackaged>>packageTagsAffected 19:45:25 063/520 - 11/12: Installing method ClassRepackaged>>packagedChanged 19:45:25 063/520 - 12/12: Installing method ClassRepackaged>>packagesAffected 19:45:25 063/520 - 1/1: Installing method ClassRepackaged class>>classRepackaged:oldTag:newTag: 19:45:25 064/520 - 1/2: Installing method ClassResolver>>resolve: 19:45:25 064/520 - 2/2: Installing method ClassResolver>>resolve:inEnv: 19:45:25 065/520 - 1/1: Installing method ClassResolverStrictResolve>>resolve: 19:45:26 066/520 - 1/5: Installing method ClassSessionHandler>>handledId 19:45:26 066/520 - 2/5: Installing method ClassSessionHandler>>registeredClass 19:45:26 066/520 - 3/5: Installing method ClassSessionHandler>>registeredClassName: 19:45:26 066/520 - 4/5: Installing method ClassSessionHandler>>shutdown: 19:45:26 066/520 - 5/5: Installing method ClassSessionHandler>>startup: 19:45:26 066/520 - 1/1: Installing method ClassSessionHandler class>>forClassNamed: 19:45:26 067/520 - 1/20: Installing method ClassVariable>>acceptVisitor:node: 19:45:26 067/520 - 2/20: Installing method ClassVariable>>definingClass 19:45:26 067/520 - 3/20: Installing method ClassVariable>>definingClass: 19:45:26 067/520 - 4/20: Installing method ClassVariable>>definitionOn: 19:45:26 067/520 - 5/20: Installing method ClassVariable>>definitionString 19:45:26 067/520 - 6/20: Installing method ClassVariable>>emitStore: 19:45:26 067/520 - 7/20: Installing method ClassVariable>>emitValue: 19:45:26 067/520 - 8/20: Installing method ClassVariable>>hasSameDefinitionAs: 19:45:26 067/520 - 9/20: Installing method ClassVariable>>isAccessedBy: 19:45:26 067/520 - 10/20: Installing method ClassVariable>>isClassVariable 19:45:26 067/520 - 11/20: Installing method ClassVariable>>isDefinedByOwningClass 19:45:26 067/520 - 12/20: Installing method ClassVariable>>isPoolVariable 19:45:26 067/520 - 13/20: Installing method ClassVariable>>isReferenced 19:45:26 067/520 - 14/20: Installing method ClassVariable>>needsFullDefinition 19:45:26 067/520 - 15/20: Installing method ClassVariable>>owningClass 19:45:26 067/520 - 16/20: Installing method ClassVariable>>owningClass: 19:45:26 067/520 - 17/20: Installing method ClassVariable>>possiblyUsingClasses 19:45:26 067/520 - 18/20: Installing method ClassVariable>>printOn: 19:45:26 067/520 - 19/20: Installing method ClassVariable>>usingClasses 19:45:26 067/520 - 20/20: Installing method ClassVariable>>usingMethods 19:45:26 068/520 - 1/23: Installing method CleanBlockClosure>>hasLiteral: 19:45:26 068/520 - 2/23: Installing method CleanBlockClosure>>hasLiteralSuchThat: 19:45:26 068/520 - 3/23: Installing method CleanBlockClosure>>innerCompiledBlocksAnySatisfy: 19:45:26 068/520 - 4/23: Installing method CleanBlockClosure>>innerCompiledBlocksDo: 19:45:26 068/520 - 5/23: Installing method CleanBlockClosure>>isClean 19:45:26 068/520 - 6/23: Installing method CleanBlockClosure>>isEmbeddedBlock 19:45:26 068/520 - 7/23: Installing method CleanBlockClosure>>literal 19:45:26 068/520 - 8/23: Installing method CleanBlockClosure>>literals 19:45:26 068/520 - 9/23: Installing method CleanBlockClosure>>literalsEvenTheOnesInTheInnerBlocks 19:45:26 068/520 - 10/23: Installing method CleanBlockClosure>>messages 19:45:26 068/520 - 11/23: Installing method CleanBlockClosure>>outerCode 19:45:26 068/520 - 12/23: Installing method CleanBlockClosure>>outerCode: 19:45:26 068/520 - 13/23: Installing method CleanBlockClosure>>pathOfLiteralIndexes 19:45:26 068/520 - 14/23: Installing method CleanBlockClosure>>readsField: 19:45:26 068/520 - 15/23: Installing method CleanBlockClosure>>readsSelf 19:45:26 068/520 - 16/23: Installing method CleanBlockClosure>>readsThisContext 19:45:26 068/520 - 17/23: Installing method CleanBlockClosure>>receiver 19:45:26 068/520 - 18/23: Installing method CleanBlockClosure>>refersToLiteral: 19:45:26 068/520 - 19/23: Installing method CleanBlockClosure>>sender 19:45:26 068/520 - 20/23: Installing method CleanBlockClosure>>sendsAnySelectorOf: 19:45:26 068/520 - 21/23: Installing method CleanBlockClosure>>sendsToSuper 19:45:26 068/520 - 22/23: Installing method CleanBlockClosure>>writesField: 19:45:26 068/520 - 23/23: Installing method CleanBlockClosure>>writesRef: 19:45:27 068/520 - 1/1: Installing method CleanBlockClosure class>>compiledBlock: 19:45:28 069/520 - 1/130: Installing method Collection>>& 19:45:28 069/520 - 2/130: Installing method Collection>>, 19:45:28 069/520 - 3/130: Installing method Collection>>\ 19:45:28 069/520 - 4/130: Installing method Collection>>adaptToCollection:andSend: 19:45:28 069/520 - 5/130: Installing method Collection>>adaptToNumber:andSend: 19:45:28 069/520 - 6/130: Installing method Collection>>adaptToPoint:andSend: 19:45:28 069/520 - 7/130: Installing method Collection>>add: 19:45:28 069/520 - 8/130: Installing method Collection>>add:withOccurrences: 19:45:28 069/520 - 9/130: Installing method Collection>>addAll: 19:45:28 069/520 - 10/130: Installing method Collection>>addAssignToFloatArray: 19:45:28 069/520 - 11/130: Installing method Collection>>addIfNotPresent: 19:45:28 069/520 - 12/130: Installing method Collection>>allSatisfy: 19:45:28 069/520 - 13/130: Installing method Collection>>anyOne 19:45:28 069/520 - 14/130: Installing method Collection>>anySatisfy: 19:45:28 069/520 - 15/130: Installing method Collection>>asArray 19:45:28 069/520 - 16/130: Installing method Collection>>asBag 19:45:28 069/520 - 17/130: Installing method Collection>>asByteArray 19:45:28 069/520 - 18/130: Installing method Collection>>asCharacterSet 19:45:28 069/520 - 19/130: Installing method Collection>>asCommaString 19:45:28 069/520 - 20/130: Installing method Collection>>asCommaStringAnd 19:45:28 069/520 - 21/130: Installing method Collection>>asDictionary 19:45:28 069/520 - 22/130: Installing method Collection>>asIdentitySet 19:45:28 069/520 - 23/130: Installing method Collection>>asMultilineString 19:45:28 069/520 - 24/130: Installing method Collection>>asNewArray 19:45:28 069/520 - 25/130: Installing method Collection>>asOrderedCollection 19:45:28 069/520 - 26/130: Installing method Collection>>asOrderedDictionary 19:45:28 069/520 - 27/130: Installing method Collection>>asSet 19:45:28 069/520 - 28/130: Installing method Collection>>asSortedCollection 19:45:28 069/520 - 29/130: Installing method Collection>>asSortedCollection: 19:45:28 069/520 - 30/130: Installing method Collection>>asStringOn:delimiter: 19:45:28 069/520 - 31/130: Installing method Collection>>asStringOn:delimiter:last: 19:45:28 069/520 - 32/130: Installing method Collection>>associationsDo: 19:45:28 069/520 - 33/130: Installing method Collection>>capacity 19:45:28 069/520 - 34/130: Installing method Collection>>collect: 19:45:28 069/520 - 35/130: Installing method Collection>>collect:as: 19:45:28 069/520 - 36/130: Installing method Collection>>collect:into: 19:45:28 069/520 - 37/130: Installing method Collection>>collect:thenDo: 19:45:28 069/520 - 38/130: Installing method Collection>>collect:thenReject: 19:45:28 069/520 - 39/130: Installing method Collection>>collect:thenSelect: 19:45:28 069/520 - 40/130: Installing method Collection>>collectionSizeThreshold 19:45:28 069/520 - 41/130: Installing method Collection>>contains: 19:45:28 069/520 - 42/130: Installing method Collection>>contents 19:45:28 069/520 - 43/130: Installing method Collection>>copyEmpty 19:45:28 069/520 - 44/130: Installing method Collection>>copyWith: 19:45:28 069/520 - 45/130: Installing method Collection>>copyWithAll: 19:45:28 069/520 - 46/130: Installing method Collection>>copyWithDependent: 19:45:28 069/520 - 47/130: Installing method Collection>>copyWithout: 19:45:28 069/520 - 48/130: Installing method Collection>>copyWithoutAll: 19:45:28 069/520 - 49/130: Installing method Collection>>copyWithoutDuplicates 19:45:28 069/520 - 50/130: Installing method Collection>>copyWithoutFirst: 19:45:28 069/520 - 51/130: Installing method Collection>>copyWithoutFirstOccurrenceOf: 19:45:28 069/520 - 52/130: Installing method Collection>>count: 19:45:28 069/520 - 53/130: Installing method Collection>>detect: 19:45:28 069/520 - 54/130: Installing method Collection>>detect:ifFound: 19:45:28 069/520 - 55/130: Installing method Collection>>detect:ifFound:ifNone: 19:45:28 069/520 - 56/130: Installing method Collection>>detect:ifNone: 19:45:28 069/520 - 57/130: Installing method Collection>>detectMax: 19:45:28 069/520 - 58/130: Installing method Collection>>detectMin: 19:45:28 069/520 - 59/130: Installing method Collection>>difference: 19:45:28 069/520 - 60/130: Installing method Collection>>displayStringOn: 19:45:28 069/520 - 61/130: Installing method Collection>>do: 19:45:28 069/520 - 62/130: Installing method Collection>>do:separatedBy: 19:45:28 069/520 - 63/130: Installing method Collection>>do:without: 19:45:28 069/520 - 64/130: Installing method Collection>>doWithIndex: 19:45:28 069/520 - 65/130: Installing method Collection>>emptyCheck 19:45:28 069/520 - 66/130: Installing method Collection>>errorEmptyCollection 19:45:28 069/520 - 67/130: Installing method Collection>>errorNotFound: 19:45:28 069/520 - 68/130: Installing method Collection>>errorSizeMismatch 19:45:28 069/520 - 69/130: Installing method Collection>>fillFrom:with: 19:45:28 069/520 - 70/130: Installing method Collection>>findFirstInByteString:startingAt: 19:45:28 069/520 - 71/130: Installing method Collection>>flatCollect: 19:45:28 069/520 - 72/130: Installing method Collection>>flatCollect:as: 19:45:28 069/520 - 73/130: Installing method Collection>>flatCollectAsSet: 19:45:28 069/520 - 74/130: Installing method Collection>>flattenOn: 19:45:28 069/520 - 75/130: Installing method Collection>>flattened 19:45:28 069/520 - 76/130: Installing method Collection>>fold: 19:45:28 069/520 - 77/130: Installing method Collection>>gather: 19:45:28 069/520 - 78/130: Installing method Collection>>groupedBy: 19:45:28 069/520 - 79/130: Installing method Collection>>groupedBy:having: 19:45:28 069/520 - 80/130: Installing method Collection>>hash 19:45:28 069/520 - 81/130: Installing method Collection>>identityIncludes: 19:45:28 069/520 - 82/130: Installing method Collection>>ifEmpty: 19:45:28 069/520 - 83/130: Installing method Collection>>ifEmpty:ifNotEmpty: 19:45:29 069/520 - 84/130: Installing method Collection>>ifNotEmpty: 19:45:29 069/520 - 85/130: Installing method Collection>>ifNotEmpty:ifEmpty: 19:45:29 069/520 - 86/130: Installing method Collection>>includes: 19:45:29 069/520 - 87/130: Installing method Collection>>includesAll: 19:45:29 069/520 - 88/130: Installing method Collection>>includesAny: 19:45:29 069/520 - 89/130: Installing method Collection>>includesAnyOf: 19:45:29 069/520 - 90/130: Installing method Collection>>includesSubstringAnywhere: 19:45:29 069/520 - 91/130: Installing method Collection>>inject:into: 19:45:29 069/520 - 92/130: Installing method Collection>>intersection: 19:45:29 069/520 - 93/130: Installing method Collection>>isCollection 19:45:29 069/520 - 94/130: Installing method Collection>>isEmpty 19:45:29 069/520 - 95/130: Installing method Collection>>isEmptyOrNil 19:45:29 069/520 - 96/130: Installing method Collection>>isNotEmpty 19:45:29 069/520 - 97/130: Installing method Collection>>isSequenceable 19:45:29 069/520 - 98/130: Installing method Collection>>median 19:45:29 069/520 - 99/130: Installing method Collection>>noneSatisfy: 19:45:29 069/520 - 100/130: Installing method Collection>>notEmpty 19:45:29 069/520 - 101/130: Installing method Collection>>occurrencesOf: 19:45:29 069/520 - 102/130: Installing method Collection>>printElementsOn: 19:45:29 069/520 - 103/130: Installing method Collection>>printNameOn: 19:45:29 069/520 - 104/130: Installing method Collection>>printOn: 19:45:29 069/520 - 105/130: Installing method Collection>>printOn:delimiter: 19:45:29 069/520 - 106/130: Installing method Collection>>printOn:delimiter:last: 19:45:29 069/520 - 107/130: Installing method Collection>>reduce: 19:45:29 069/520 - 108/130: Installing method Collection>>reject: 19:45:29 069/520 - 109/130: Installing method Collection>>reject:thenCollect: 19:45:29 069/520 - 110/130: Installing method Collection>>reject:thenDo: 19:45:29 069/520 - 111/130: Installing method Collection>>remove: 19:45:29 069/520 - 112/130: Installing method Collection>>remove:ifAbsent: 19:45:29 069/520 - 113/130: Installing method Collection>>removeAll 19:45:29 069/520 - 114/130: Installing method Collection>>removeAll: 19:45:29 069/520 - 115/130: Installing method Collection>>removeAllFoundIn: 19:45:29 069/520 - 116/130: Installing method Collection>>removeAllSuchThat: 19:45:29 069/520 - 117/130: Installing method Collection>>select: 19:45:29 069/520 - 118/130: Installing method Collection>>select:thenCollect: 19:45:29 069/520 - 119/130: Installing method Collection>>select:thenDo: 19:45:29 069/520 - 120/130: Installing method Collection>>size 19:45:29 069/520 - 121/130: Installing method Collection>>sorted 19:45:29 069/520 - 122/130: Installing method Collection>>sorted: 19:45:29 069/520 - 123/130: Installing method Collection>>storeOn: 19:45:29 069/520 - 124/130: Installing method Collection>>sum: 19:45:29 069/520 - 125/130: Installing method Collection>>sum:ifEmpty: 19:45:29 069/520 - 126/130: Installing method Collection>>sumNumbers 19:45:29 069/520 - 127/130: Installing method Collection>>sumNumbers: 19:45:29 069/520 - 128/130: Installing method Collection>>union: 19:45:29 069/520 - 129/130: Installing method Collection>>withIndexDo: 19:45:29 069/520 - 130/130: Installing method Collection>>| 19:45:29 069/520 - 1/11: Installing method Collection class>><- 19:45:29 069/520 - 2/11: Installing method Collection class>>empty 19:45:29 069/520 - 3/11: Installing method Collection class>>isAbstract 19:45:29 069/520 - 4/11: Installing method Collection class>>newFromArray: 19:45:29 069/520 - 5/11: Installing method Collection class>>with: 19:45:29 069/520 - 6/11: Installing method Collection class>>with:with: 19:45:29 069/520 - 7/11: Installing method Collection class>>with:with:with: 19:45:29 069/520 - 8/11: Installing method Collection class>>with:with:with:with: 19:45:29 069/520 - 9/11: Installing method Collection class>>with:with:with:with:with: 19:45:29 069/520 - 10/11: Installing method Collection class>>with:with:with:with:with:with: 19:45:29 069/520 - 11/11: Installing method Collection class>>withAll: 19:45:29 070/520 - 1/5: Installing method CollectionElement>>= 19:45:29 070/520 - 2/5: Installing method CollectionElement>>asCollectionElement 19:45:29 070/520 - 3/5: Installing method CollectionElement>>enclosedElement 19:45:29 070/520 - 4/5: Installing method CollectionElement>>enclosedElement: 19:45:29 070/520 - 5/5: Installing method CollectionElement>>hash 19:45:29 070/520 - 1/3: Installing method CollectionElement class>>initialize 19:45:29 070/520 - 2/3: Installing method CollectionElement class>>with: 19:45:29 070/520 - 3/3: Installing method CollectionElement class>>withNil 19:45:29 071/520 - 1/4: Installing method CollectionIsEmpty>>collection 19:45:29 071/520 - 2/4: Installing method CollectionIsEmpty>>collection: 19:45:29 071/520 - 3/4: Installing method CollectionIsEmpty>>messageText 19:45:29 071/520 - 4/4: Installing method CollectionIsEmpty>>standardMessageText 19:45:29 071/520 - 1/1: Installing method CollectionIsEmpty class>>signalWith: 19:45:30 072/520 - 1/21: Installing method CommandLineArguments>>allFilesWithExtension: 19:45:30 072/520 - 2/21: Installing method CommandLineArguments>>argumentAt: 19:45:30 072/520 - 3/21: Installing method CommandLineArguments>>arguments 19:45:30 072/520 - 4/21: Installing method CommandLineArguments>>commandLineArguments 19:45:30 072/520 - 5/21: Installing method CommandLineArguments>>copySubcommand 19:45:30 072/520 - 6/21: Installing method CommandLineArguments>>copyWithoutPassword 19:45:30 072/520 - 7/21: Installing method CommandLineArguments>>hasArguments 19:45:30 072/520 - 8/21: Installing method CommandLineArguments>>hasFileWithExtension: 19:45:30 072/520 - 9/21: Installing method CommandLineArguments>>hasOption: 19:45:30 072/520 - 10/21: Installing method CommandLineArguments>>includesSubCommand: 19:45:30 072/520 - 11/21: Installing method CommandLineArguments>>initialize 19:45:30 072/520 - 12/21: Installing method CommandLineArguments>>initializeWithArguments: 19:45:30 072/520 - 13/21: Installing method CommandLineArguments>>longOptionAt: 19:45:30 072/520 - 14/21: Installing method CommandLineArguments>>longOptionAt:ifAbsent: 19:45:30 072/520 - 15/21: Installing method CommandLineArguments>>optionAt: 19:45:30 072/520 - 16/21: Installing method CommandLineArguments>>optionAt:ifAbsent: 19:45:30 072/520 - 17/21: Installing method CommandLineArguments>>optionAt:ifPresent: 19:45:30 072/520 - 18/21: Installing method CommandLineArguments>>optionAt:ifPresent:ifAbsent: 19:45:30 072/520 - 19/21: Installing method CommandLineArguments>>shortOptionAt: 19:45:30 072/520 - 20/21: Installing method CommandLineArguments>>shortOptionAt:ifAbsent: 19:45:30 072/520 - 21/21: Installing method CommandLineArguments>>withFirstArgument: 19:45:30 072/520 - 1/1: Installing method CommandLineArguments class>>withArguments: 19:45:30 073/520 - 1/30: Installing method CommandLineHandler>><< 19:45:30 073/520 - 2/30: Installing method CommandLineHandler>>activate 19:45:30 073/520 - 3/30: Installing method CommandLineHandler>>activateHelp 19:45:30 073/520 - 4/30: Installing method CommandLineHandler>>activateHelpWithoutArguments 19:45:30 073/520 - 5/30: Installing method CommandLineHandler>>allHandlers 19:45:30 073/520 - 6/30: Installing method CommandLineHandler>>argumentAt: 19:45:30 073/520 - 7/30: Installing method CommandLineHandler>>arguments 19:45:30 073/520 - 8/30: Installing method CommandLineHandler>>commandLine 19:45:30 073/520 - 9/30: Installing method CommandLineHandler>>commandLine: 19:45:30 073/520 - 10/30: Installing method CommandLineHandler>>commandName 19:45:30 073/520 - 11/30: Installing method CommandLineHandler>>description 19:45:30 073/520 - 12/30: Installing method CommandLineHandler>>exitFailure 19:45:30 073/520 - 13/30: Installing method CommandLineHandler>>exitFailure: 19:45:30 073/520 - 14/30: Installing method CommandLineHandler>>exitSuccess 19:45:30 073/520 - 15/30: Installing method CommandLineHandler>>hasArguments 19:45:30 073/520 - 16/30: Installing method CommandLineHandler>>hasOption: 19:45:30 073/520 - 17/30: Installing method CommandLineHandler>>hasSessionChanged 19:45:30 073/520 - 18/30: Installing method CommandLineHandler>>help 19:45:30 073/520 - 19/30: Installing method CommandLineHandler>>initialize 19:45:30 073/520 - 20/30: Installing method CommandLineHandler>>initializeStderr 19:45:30 073/520 - 21/30: Installing method CommandLineHandler>>initializeStdout 19:45:30 073/520 - 22/30: Installing method CommandLineHandler>>name 19:45:30 073/520 - 23/30: Installing method CommandLineHandler>>optionAt: 19:45:30 073/520 - 24/30: Installing method CommandLineHandler>>optionAt:ifAbsent: 19:45:30 073/520 - 25/30: Installing method CommandLineHandler>>optionAt:ifPresent: 19:45:30 073/520 - 26/30: Installing method CommandLineHandler>>optionAt:ifPresent:ifAbsent: 19:45:30 073/520 - 27/30: Installing method CommandLineHandler>>printHelp 19:45:30 073/520 - 28/30: Installing method CommandLineHandler>>quit 19:45:30 073/520 - 29/30: Installing method CommandLineHandler>>stderr 19:45:30 073/520 - 30/30: Installing method CommandLineHandler>>stdout 19:45:30 073/520 - 1/11: Installing method CommandLineHandler class>>activateWith: 19:45:30 073/520 - 2/11: Installing method CommandLineHandler class>>allHandlers 19:45:30 073/520 - 3/11: Installing method CommandLineHandler class>>commandLine: 19:45:30 073/520 - 4/11: Installing method CommandLineHandler class>>commandName 19:45:30 073/520 - 5/11: Installing method CommandLineHandler class>>description 19:45:30 073/520 - 6/11: Installing method CommandLineHandler class>>isAbstract 19:45:30 073/520 - 7/11: Installing method CommandLineHandler class>>isResponsibleFor: 19:45:30 073/520 - 8/11: Installing method CommandLineHandler class>>prepareSubcommand: 19:45:30 073/520 - 9/11: Installing method CommandLineHandler class>>priority 19:45:30 073/520 - 10/11: Installing method CommandLineHandler class>>requireDeploymentPassword 19:45:30 073/520 - 11/11: Installing method CommandLineHandler class>>selectHandlersFor: 19:45:30 074/520 - 1/12: Installing method CommandLinePasswordManager>>hasPasswordSet 19:45:30 074/520 - 2/12: Installing method CommandLinePasswordManager>>hashString: 19:45:30 074/520 - 3/12: Installing method CommandLinePasswordManager>>hashingPepper 19:45:30 074/520 - 4/12: Installing method CommandLinePasswordManager>>hashingPepper: 19:45:30 074/520 - 5/12: Installing method CommandLinePasswordManager>>isMatchingPassword: 19:45:30 074/520 - 6/12: Installing method CommandLinePasswordManager>>numberOfHashIterations 19:45:30 074/520 - 7/12: Installing method CommandLinePasswordManager>>numberOfHashIterations: 19:45:30 074/520 - 8/12: Installing method CommandLinePasswordManager>>password: 19:45:30 074/520 - 9/12: Installing method CommandLinePasswordManager>>passwordHash 19:45:30 074/520 - 10/12: Installing method CommandLinePasswordManager>>passwordHash: 19:45:30 074/520 - 11/12: Installing method CommandLinePasswordManager>>protectCommandLinesByPasswordWith:pepper:numberOfHashIterations: 19:45:30 074/520 - 12/12: Installing method CommandLinePasswordManager>>removePasswordProtection 19:45:31 074/520 - 1/10: Installing method CommandLinePasswordManager class>>current 19:45:31 074/520 - 2/10: Installing method CommandLinePasswordManager class>>defaultHashingPepper 19:45:31 074/520 - 3/10: Installing method CommandLinePasswordManager class>>defaultNumberOfHashIterations 19:45:31 074/520 - 4/10: Installing method CommandLinePasswordManager class>>exampleEnablePasswordProtection 19:45:31 074/520 - 5/10: Installing method CommandLinePasswordManager class>>exampleEnablePasswordProtectionCustomized 19:45:31 074/520 - 6/10: Installing method CommandLinePasswordManager class>>exampleRemovePasswordProtection 19:45:31 074/520 - 7/10: Installing method CommandLinePasswordManager class>>protectCommandLinesByPasswordWith: 19:45:31 074/520 - 8/10: Installing method CommandLinePasswordManager class>>protectCommandLinesByPasswordWith:pepper: 19:45:31 074/520 - 9/10: Installing method CommandLinePasswordManager class>>protectCommandLinesByPasswordWith:pepper:numberOfHashIterations: 19:45:31 074/520 - 10/10: Installing method CommandLinePasswordManager class>>removePasswordProtection 19:45:31 075/520 - 1/46: Installing method CommandLineUIManager>>abort: 19:45:31 075/520 - 2/46: Installing method CommandLineUIManager>>abort:title: 19:45:31 075/520 - 3/46: Installing method CommandLineUIManager>>activate 19:45:31 075/520 - 4/46: Installing method CommandLineUIManager>>alert: 19:45:31 075/520 - 5/46: Installing method CommandLineUIManager>>alert:title: 19:45:32 075/520 - 6/46: Installing method CommandLineUIManager>>alert:title:configure: 19:45:32 075/520 - 7/46: Installing method CommandLineUIManager>>choose:title: 19:45:32 075/520 - 8/46: Installing method CommandLineUIManager>>chooseFrom:lines:title: 19:45:32 075/520 - 9/46: Installing method CommandLineUIManager>>confirm:label:trueChoice:falseChoice:cancelChoice:default: 19:45:32 075/520 - 10/46: Installing method CommandLineUIManager>>confirm:trueChoice:falseChoice: 19:45:32 075/520 - 11/46: Installing method CommandLineUIManager>>confirm:trueChoice:falseChoice:cancelChoice:default: 19:45:32 075/520 - 12/46: Installing method CommandLineUIManager>>debugProcess:context:label:fullView:notification: 19:45:32 075/520 - 13/46: Installing method CommandLineUIManager>>deny: 19:45:32 075/520 - 14/46: Installing method CommandLineUIManager>>deny:title: 19:45:32 075/520 - 15/46: Installing method CommandLineUIManager>>exitFailure 19:45:32 075/520 - 16/46: Installing method CommandLineUIManager>>handleDebugRequest:fromDebuggerSystem: 19:45:32 075/520 - 17/46: Installing method CommandLineUIManager>>handleError:log: 19:45:32 075/520 - 18/46: Installing method CommandLineUIManager>>handleNotification: 19:45:32 075/520 - 19/46: Installing method CommandLineUIManager>>handleWarning: 19:45:32 075/520 - 20/46: Installing method CommandLineUIManager>>handleWarningDebugRequest:fromDebuggerSystem: 19:45:32 075/520 - 21/46: Installing method CommandLineUIManager>>headlessManager 19:45:32 075/520 - 22/46: Installing method CommandLineUIManager>>inform: 19:45:32 075/520 - 23/46: Installing method CommandLineUIManager>>initialize 19:45:32 075/520 - 24/46: Installing method CommandLineUIManager>>logColored:during: 19:45:32 075/520 - 25/46: Installing method CommandLineUIManager>>logDuring: 19:45:32 075/520 - 26/46: Installing method CommandLineUIManager>>logGreenDuring: 19:45:32 075/520 - 27/46: Installing method CommandLineUIManager>>logRedDuring: 19:45:32 075/520 - 28/46: Installing method CommandLineUIManager>>logTitle:andDescription:to: 19:45:32 075/520 - 29/46: Installing method CommandLineUIManager>>logYellowDuring: 19:45:32 075/520 - 30/46: Installing method CommandLineUIManager>>nonInteractiveManager 19:45:32 075/520 - 31/46: Installing method CommandLineUIManager>>onPrimitiveError: 19:45:32 075/520 - 32/46: Installing method CommandLineUIManager>>proceed: 19:45:32 075/520 - 33/46: Installing method CommandLineUIManager>>proceed:title: 19:45:32 075/520 - 34/46: Installing method CommandLineUIManager>>question: 19:45:32 075/520 - 35/46: Installing method CommandLineUIManager>>question:title: 19:45:32 075/520 - 36/46: Installing method CommandLineUIManager>>questionWithoutCancel: 19:45:32 075/520 - 37/46: Installing method CommandLineUIManager>>questionWithoutCancel:title: 19:45:32 075/520 - 38/46: Installing method CommandLineUIManager>>quitFrom:withMessage: 19:45:32 075/520 - 39/46: Installing method CommandLineUIManager>>replacing: 19:45:32 075/520 - 40/46: Installing method CommandLineUIManager>>stderr 19:45:32 075/520 - 41/46: Installing method CommandLineUIManager>>stdin 19:45:32 075/520 - 42/46: Installing method CommandLineUIManager>>stdout 19:45:32 075/520 - 43/46: Installing method CommandLineUIManager>>textEntry: 19:45:32 075/520 - 44/46: Installing method CommandLineUIManager>>textEntry:title: 19:45:32 075/520 - 45/46: Installing method CommandLineUIManager>>textEntry:title:entryText: 19:45:32 075/520 - 46/46: Installing method CommandLineUIManager>>unhandledErrorDefaultAction: 19:45:32 075/520 - 1/5: Installing method CommandLineUIManager class>>isValidForCurrentSystemConfiguration 19:45:32 075/520 - 2/5: Installing method CommandLineUIManager class>>replacing: 19:45:32 075/520 - 3/5: Installing method CommandLineUIManager class>>snapshotErrorImage 19:45:32 075/520 - 4/5: Installing method CommandLineUIManager class>>snapshotErrorImage: 19:45:32 075/520 - 5/5: Installing method CommandLineUIManager class>>uiSettingsOn: 19:45:32 076/520 - 1/34: Installing method CompiledBlock>>displayStringOn: 19:45:32 076/520 - 2/34: Installing method CompiledBlock>>endPC 19:45:32 076/520 - 3/34: Installing method CompiledBlock>>hasMethodReturn 19:45:32 076/520 - 4/34: Installing method CompiledBlock>>hasPragmaNamed: 19:45:32 076/520 - 5/34: Installing method CompiledBlock>>hasProperties 19:45:32 076/520 - 6/34: Installing method CompiledBlock>>hasProperty: 19:45:32 076/520 - 7/34: Installing method CompiledBlock>>hasSourceCode 19:45:32 076/520 - 8/34: Installing method CompiledBlock>>hash 19:45:32 076/520 - 9/34: Installing method CompiledBlock>>indexInOuter 19:45:32 076/520 - 10/34: Installing method CompiledBlock>>indexesInOuter 19:45:32 076/520 - 11/34: Installing method CompiledBlock>>isCompiledBlock 19:45:32 076/520 - 12/34: Installing method CompiledBlock>>isEmbeddedBlock 19:45:32 076/520 - 13/34: Installing method CompiledBlock>>isInstalled 19:45:32 076/520 - 14/34: Installing method CompiledBlock>>isTestMethod 19:45:32 076/520 - 15/34: Installing method CompiledBlock>>literalEqual: 19:45:32 076/520 - 16/34: Installing method CompiledBlock>>literalsToSkip 19:45:32 076/520 - 17/34: Installing method CompiledBlock>>method 19:45:32 076/520 - 18/34: Installing method CompiledBlock>>methodClass 19:45:32 076/520 - 19/34: Installing method CompiledBlock>>methodNode 19:45:32 076/520 - 20/34: Installing method CompiledBlock>>outerCode 19:45:32 076/520 - 21/34: Installing method CompiledBlock>>outerCode: 19:45:32 076/520 - 22/34: Installing method CompiledBlock>>pathOfLiteralIndexes 19:45:33 076/520 - 23/34: Installing method CompiledBlock>>pcInOuter 19:45:33 076/520 - 24/34: Installing method CompiledBlock>>pragmas 19:45:33 076/520 - 25/34: Installing method CompiledBlock>>primitive 19:45:33 076/520 - 26/34: Installing method CompiledBlock>>printOn: 19:45:33 076/520 - 27/34: Installing method CompiledBlock>>properties 19:45:33 076/520 - 28/34: Installing method CompiledBlock>>propertyAt: 19:45:33 076/520 - 29/34: Installing method CompiledBlock>>sameLiteralsAs: 19:45:33 076/520 - 30/34: Installing method CompiledBlock>>selector 19:45:33 076/520 - 31/34: Installing method CompiledBlock>>sourceCode 19:45:33 076/520 - 32/34: Installing method CompiledBlock>>sourcePointer 19:45:33 076/520 - 33/34: Installing method CompiledBlock>>stepIntoQuickMethods 19:45:33 076/520 - 34/34: Installing method CompiledBlock>>stepIntoQuickMethods: 19:45:33 076/520 - 1/1: Installing method CompiledBlock class>>trailerSize 19:45:35 077/520 - 1/114: Installing method CompiledCode>>= 19:45:35 077/520 - 2/114: Installing method CompiledCode>>accessesField: 19:45:35 077/520 - 3/114: Installing method CompiledCode>>accessesRef: 19:45:35 077/520 - 4/114: Installing method CompiledCode>>accessesSlot: 19:45:35 077/520 - 5/114: Installing method CompiledCode>>allBlocks 19:45:35 077/520 - 6/114: Installing method CompiledCode>>allBlocksDo: 19:45:35 077/520 - 7/114: Installing method CompiledCode>>allLiterals 19:45:35 077/520 - 8/114: Installing method CompiledCode>>argumentNames 19:45:35 077/520 - 9/114: Installing method CompiledCode>>asOrderedCollection 19:45:35 077/520 - 10/114: Installing method CompiledCode>>asString 19:45:35 077/520 - 11/114: Installing method CompiledCode>>author 19:45:35 077/520 - 12/114: Installing method CompiledCode>>bytecodes 19:45:35 077/520 - 13/114: Installing method CompiledCode>>clearFlag 19:45:35 077/520 - 14/114: Installing method CompiledCode>>clearSignFlag 19:45:35 077/520 - 15/114: Installing method CompiledCode>>clone 19:45:35 077/520 - 16/114: Installing method CompiledCode>>comment 19:45:35 077/520 - 17/114: Installing method CompiledCode>>definitionString 19:45:35 077/520 - 18/114: Installing method CompiledCode>>encoderClass 19:45:35 077/520 - 19/114: Installing method CompiledCode>>endPC 19:45:35 077/520 - 20/114: Installing method CompiledCode>>equivalentTo: 19:45:35 077/520 - 21/114: Installing method CompiledCode>>extensionPackage 19:45:35 077/520 - 22/114: Installing method CompiledCode>>flag 19:45:35 077/520 - 23/114: Installing method CompiledCode>>flattenOn: 19:45:35 077/520 - 24/114: Installing method CompiledCode>>frameSize 19:45:35 077/520 - 25/114: Installing method CompiledCode>>hasLiteral: 19:45:35 077/520 - 26/114: Installing method CompiledCode>>hasLiteralSuchThat: 19:45:35 077/520 - 27/114: Installing method CompiledCode>>hasPragmaNamed: 19:45:35 077/520 - 28/114: Installing method CompiledCode>>hasSelector: 19:45:35 077/520 - 29/114: Installing method CompiledCode>>hasSelector:specialSelectorIndex: 19:45:35 077/520 - 30/114: Installing method CompiledCode>>hasSourceCode 19:45:35 077/520 - 31/114: Installing method CompiledCode>>hasTemporaries 19:45:35 077/520 - 32/114: Installing method CompiledCode>>hash 19:45:35 077/520 - 33/114: Installing method CompiledCode>>header 19:45:35 077/520 - 34/114: Installing method CompiledCode>>headerDescription 19:45:35 077/520 - 35/114: Installing method CompiledCode>>indexOfLiteral: 19:45:35 077/520 - 36/114: Installing method CompiledCode>>initialPC 19:45:35 077/520 - 37/114: Installing method CompiledCode>>innerCompiledBlocksAnySatisfy: 19:45:35 077/520 - 38/114: Installing method CompiledCode>>innerCompiledBlocksDo: 19:45:35 077/520 - 39/114: Installing method CompiledCode>>isCollection 19:45:35 077/520 - 40/114: Installing method CompiledCode>>isDoIt 19:45:35 077/520 - 41/114: Installing method CompiledCode>>isExternalCallPrimitive 19:45:35 077/520 - 42/114: Installing method CompiledCode>>isInstalled 19:45:35 077/520 - 43/114: Installing method CompiledCode>>isNamedPrimitive 19:45:35 077/520 - 44/114: Installing method CompiledCode>>isPrimitive 19:45:35 077/520 - 45/114: Installing method CompiledCode>>isQuick 19:45:35 077/520 - 46/114: Installing method CompiledCode>>isRealPrimitive 19:45:35 077/520 - 47/114: Installing method CompiledCode>>isReturnSelf 19:45:35 077/520 - 48/114: Installing method CompiledCode>>isReturnSpecial 19:45:35 077/520 - 49/114: Installing method CompiledCode>>isTestMethod 19:45:35 077/520 - 50/114: Installing method CompiledCode>>literalAt: 19:45:35 077/520 - 51/114: Installing method CompiledCode>>literalAt:put: 19:45:35 077/520 - 52/114: Installing method CompiledCode>>literals 19:45:35 077/520 - 53/114: Installing method CompiledCode>>literalsAt: 19:45:35 077/520 - 54/114: Installing method CompiledCode>>literalsDo: 19:45:35 077/520 - 55/114: Installing method CompiledCode>>literalsEvenTheOnesInTheInnerBlocks 19:45:35 077/520 - 56/114: Installing method CompiledCode>>literalsToSkip 19:45:35 077/520 - 57/114: Installing method CompiledCode>>localMessages 19:45:35 077/520 - 58/114: Installing method CompiledCode>>localReadsRef: 19:45:35 077/520 - 59/114: Installing method CompiledCode>>localReadsSelf 19:45:35 077/520 - 60/114: Installing method CompiledCode>>localReadsThisContext 19:45:35 077/520 - 61/114: Installing method CompiledCode>>localSendsAnySelectorOf: 19:45:35 077/520 - 62/114: Installing method CompiledCode>>localSendsToSuper 19:45:35 077/520 - 63/114: Installing method CompiledCode>>localWritesRef: 19:45:35 077/520 - 64/114: Installing method CompiledCode>>messages 19:45:35 077/520 - 65/114: Installing method CompiledCode>>method 19:45:35 077/520 - 66/114: Installing method CompiledCode>>methodClass 19:45:35 077/520 - 67/114: Installing method CompiledCode>>methodNode 19:45:35 077/520 - 68/114: Installing method CompiledCode>>needsFrameSize: 19:45:35 077/520 - 69/114: Installing method CompiledCode>>numArgs 19:45:35 077/520 - 70/114: Installing method CompiledCode>>numLiterals 19:45:35 077/520 - 71/114: Installing method CompiledCode>>numTemps 19:45:35 077/520 - 72/114: Installing method CompiledCode>>objectAt: 19:45:36 077/520 - 73/114: Installing method CompiledCode>>objectAt:put: 19:45:36 077/520 - 74/114: Installing method CompiledCode>>origin 19:45:36 077/520 - 75/114: Installing method CompiledCode>>originMethod 19:45:36 077/520 - 76/114: Installing method CompiledCode>>package 19:45:36 077/520 - 77/114: Installing method CompiledCode>>pragmas 19:45:36 077/520 - 78/114: Installing method CompiledCode>>primitive 19:45:36 077/520 - 79/114: Installing method CompiledCode>>primitiveErrorVariableName 19:45:36 077/520 - 80/114: Installing method CompiledCode>>properties 19:45:36 077/520 - 81/114: Installing method CompiledCode>>propertyAt:ifAbsent: 19:45:36 077/520 - 82/114: Installing method CompiledCode>>readsField: 19:45:36 077/520 - 83/114: Installing method CompiledCode>>readsRef: 19:45:36 077/520 - 84/114: Installing method CompiledCode>>readsSelf 19:45:36 077/520 - 85/114: Installing method CompiledCode>>readsSlot: 19:45:36 077/520 - 86/114: Installing method CompiledCode>>readsThisContext 19:45:36 077/520 - 87/114: Installing method CompiledCode>>refersToLiteral: 19:45:36 077/520 - 88/114: Installing method CompiledCode>>sameLiteralsAs: 19:45:36 077/520 - 89/114: Installing method CompiledCode>>scanFor: 19:45:36 077/520 - 90/114: Installing method CompiledCode>>scanner 19:45:36 077/520 - 91/114: Installing method CompiledCode>>selector 19:45:36 077/520 - 92/114: Installing method CompiledCode>>sendsAnySelectorOf: 19:45:36 077/520 - 93/114: Installing method CompiledCode>>sendsSelector: 19:45:36 077/520 - 94/114: Installing method CompiledCode>>sendsToSuper 19:45:36 077/520 - 95/114: Installing method CompiledCode>>setFlag 19:45:36 077/520 - 96/114: Installing method CompiledCode>>setFrameBit: 19:45:36 077/520 - 97/114: Installing method CompiledCode>>setSignFlag 19:45:36 077/520 - 98/114: Installing method CompiledCode>>signFlag 19:45:36 077/520 - 99/114: Installing method CompiledCode>>sourceCode 19:45:36 077/520 - 100/114: Installing method CompiledCode>>sourceNode 19:45:36 077/520 - 101/114: Installing method CompiledCode>>sourceNodeForPC: 19:45:36 077/520 - 102/114: Installing method CompiledCode>>sourcePointer 19:45:36 077/520 - 103/114: Installing method CompiledCode>>stamp 19:45:36 077/520 - 104/114: Installing method CompiledCode>>stepIntoQuickMethods 19:45:36 077/520 - 105/114: Installing method CompiledCode>>timeStamp 19:45:36 077/520 - 106/114: Installing method CompiledCode>>usesPrimaryBytecodeSet 19:45:36 077/520 - 107/114: Installing method CompiledCode>>usesSecondaryBytecodeSet 19:45:36 077/520 - 108/114: Installing method CompiledCode>>voidCogVMState 19:45:36 077/520 - 109/114: Installing method CompiledCode>>withAllBlocks 19:45:36 077/520 - 110/114: Installing method CompiledCode>>withAllBlocksDo: 19:45:36 077/520 - 111/114: Installing method CompiledCode>>withAllNestedLiteralsDo: 19:45:36 077/520 - 112/114: Installing method CompiledCode>>writesField: 19:45:36 077/520 - 113/114: Installing method CompiledCode>>writesRef: 19:45:36 077/520 - 114/114: Installing method CompiledCode>>writesSlot: 19:45:36 077/520 - 1/8: Installing method CompiledCode class>>basicNew 19:45:36 077/520 - 2/8: Installing method CompiledCode class>>basicNew: 19:45:36 077/520 - 3/8: Installing method CompiledCode class>>basicNew:header: 19:45:36 077/520 - 4/8: Installing method CompiledCode class>>handleFailingFailingNew:header: 19:45:36 077/520 - 5/8: Installing method CompiledCode class>>handleFailingNew:header: 19:45:36 077/520 - 6/8: Installing method CompiledCode class>>newFrom: 19:45:36 077/520 - 7/8: Installing method CompiledCode class>>newMethod:header: 19:45:36 077/520 - 8/8: Installing method CompiledCode class>>trailerSize 19:45:37 078/520 - 1/107: Installing method CompiledMethod>>allIgnoredNotImplementedSelectors 19:45:37 078/520 - 2/107: Installing method CompiledMethod>>cachePragmas 19:45:37 078/520 - 3/107: Installing method CompiledMethod>>classBinding 19:45:37 078/520 - 4/107: Installing method CompiledMethod>>classBinding: 19:45:37 078/520 - 5/107: Installing method CompiledMethod>>clearSourcePointer 19:45:37 078/520 - 6/107: Installing method CompiledMethod>>codeForNoSource 19:45:37 078/520 - 7/107: Installing method CompiledMethod>>containsHalt 19:45:37 078/520 - 8/107: Installing method CompiledMethod>>defaultSelector 19:45:37 078/520 - 9/107: Installing method CompiledMethod>>displayStringOn: 19:45:37 078/520 - 10/107: Installing method CompiledMethod>>endPC 19:45:37 078/520 - 11/107: Installing method CompiledMethod>>flushCache 19:45:37 078/520 - 12/107: Installing method CompiledMethod>>getPreambleFrom:at: 19:45:37 078/520 - 13/107: Installing method CompiledMethod>>getSourceFromFile 19:45:37 078/520 - 14/107: Installing method CompiledMethod>>getSourceReplacingSelectorWith: 19:45:37 078/520 - 15/107: Installing method CompiledMethod>>hasComment 19:45:37 078/520 - 16/107: Installing method CompiledMethod>>hasNonLocalReturn 19:45:37 078/520 - 17/107: Installing method CompiledMethod>>hasPragma 19:45:37 078/520 - 18/107: Installing method CompiledMethod>>hasPragmaNamed: 19:45:37 078/520 - 19/107: Installing method CompiledMethod>>hasProperties 19:45:37 078/520 - 20/107: Installing method CompiledMethod>>hasProperty: 19:45:37 078/520 - 21/107: Installing method CompiledMethod>>hasSourceCode 19:45:37 078/520 - 22/107: Installing method CompiledMethod>>hasSourcePointer 19:45:37 078/520 - 23/107: Installing method CompiledMethod>>implementors 19:45:37 078/520 - 24/107: Installing method CompiledMethod>>isAbstract 19:45:37 078/520 - 25/107: Installing method CompiledMethod>>isBinarySelector 19:45:37 078/520 - 26/107: Installing method CompiledMethod>>isClassSide 19:45:37 078/520 - 27/107: Installing method CompiledMethod>>isClassified 19:45:37 078/520 - 28/107: Installing method CompiledMethod>>isCompiledMethod 19:45:37 078/520 - 29/107: Installing method CompiledMethod>>isConflict 19:45:37 078/520 - 30/107: Installing method CompiledMethod>>isDeprecated 19:45:37 078/520 - 31/107: Installing method CompiledMethod>>isDisabled 19:45:37 078/520 - 32/107: Installing method CompiledMethod>>isDisabled: 19:45:37 078/520 - 33/107: Installing method CompiledMethod>>isDoIt 19:45:37 078/520 - 34/107: Installing method CompiledMethod>>isExplicitlyRequired 19:45:37 078/520 - 35/107: Installing method CompiledMethod>>isExplicitlyRequired: 19:45:37 078/520 - 36/107: Installing method CompiledMethod>>isExtension 19:45:37 078/520 - 37/107: Installing method CompiledMethod>>isFaulty 19:45:37 078/520 - 38/107: Installing method CompiledMethod>>isFromTrait 19:45:37 078/520 - 39/107: Installing method CompiledMethod>>isInstalled 19:45:37 078/520 - 40/107: Installing method CompiledMethod>>isInstanceSide 19:45:37 078/520 - 41/107: Installing method CompiledMethod>>isOverridden 19:45:37 078/520 - 42/107: Installing method CompiledMethod>>isProvided 19:45:37 078/520 - 43/107: Installing method CompiledMethod>>isProvided: 19:45:37 078/520 - 44/107: Installing method CompiledMethod>>isRequired 19:45:37 078/520 - 45/107: Installing method CompiledMethod>>isRequired: 19:45:37 078/520 - 46/107: Installing method CompiledMethod>>isReturnField 19:45:37 078/520 - 47/107: Installing method CompiledMethod>>isSelfEvaluating 19:45:37 078/520 - 48/107: Installing method CompiledMethod>>isSubclassResponsibility 19:45:37 078/520 - 49/107: Installing method CompiledMethod>>isSubclassResponsibility: 19:45:37 078/520 - 50/107: Installing method CompiledMethod>>linesOfCode 19:45:37 078/520 - 51/107: Installing method CompiledMethod>>literalsToSkip 19:45:37 078/520 - 52/107: Installing method CompiledMethod>>markerOrNil 19:45:37 078/520 - 53/107: Installing method CompiledMethod>>method 19:45:37 078/520 - 54/107: Installing method CompiledMethod>>methodClass 19:45:37 078/520 - 55/107: Installing method CompiledMethod>>methodClass: 19:45:37 078/520 - 56/107: Installing method CompiledMethod>>migratePersistingPropertiesIn: 19:45:37 078/520 - 57/107: Installing method CompiledMethod>>name 19:45:37 078/520 - 58/107: Installing method CompiledMethod>>overriddenMethod 19:45:37 078/520 - 59/107: Installing method CompiledMethod>>pathOfLiteralIndexes 19:45:37 078/520 - 60/107: Installing method CompiledMethod>>penultimateLiteral 19:45:37 078/520 - 61/107: Installing method CompiledMethod>>penultimateLiteral: 19:45:37 078/520 - 62/107: Installing method CompiledMethod>>postCopy 19:45:37 078/520 - 63/107: Installing method CompiledMethod>>pragmaAt: 19:45:37 078/520 - 64/107: Installing method CompiledMethod>>pragmaRefersToLiteral: 19:45:37 078/520 - 65/107: Installing method CompiledMethod>>pragmas 19:45:37 078/520 - 66/107: Installing method CompiledMethod>>pragmasDo: 19:45:37 078/520 - 67/107: Installing method CompiledMethod>>prepareForSimulationWith: 19:45:37 078/520 - 68/107: Installing method CompiledMethod>>printOn: 19:45:37 078/520 - 69/107: Installing method CompiledMethod>>printPrimitiveOn: 19:45:37 078/520 - 70/107: Installing method CompiledMethod>>properties 19:45:37 078/520 - 71/107: Installing method CompiledMethod>>properties: 19:45:37 078/520 - 72/107: Installing method CompiledMethod>>propertyAt: 19:45:37 078/520 - 73/107: Installing method CompiledMethod>>propertyAt:ifAbsent: 19:45:37 078/520 - 74/107: Installing method CompiledMethod>>propertyAt:ifAbsentPut: 19:45:37 078/520 - 75/107: Installing method CompiledMethod>>propertyAt:ifPresent: 19:45:37 078/520 - 76/107: Installing method CompiledMethod>>propertyAt:put: 19:45:37 078/520 - 77/107: Installing method CompiledMethod>>propertyKeysAndValuesDo: 19:45:37 078/520 - 78/107: Installing method CompiledMethod>>protocol 19:45:37 078/520 - 79/107: Installing method CompiledMethod>>protocol: 19:45:37 078/520 - 80/107: Installing method CompiledMethod>>protocolName 19:45:37 078/520 - 81/107: Installing method CompiledMethod>>putSource:withPreamble: 19:45:37 078/520 - 82/107: Installing method CompiledMethod>>readsField: 19:45:37 078/520 - 83/107: Installing method CompiledMethod>>receiver:withArguments:executeMethod: 19:45:37 078/520 - 84/107: Installing method CompiledMethod>>referencedClasses 19:45:37 078/520 - 85/107: Installing method CompiledMethod>>refersToLiteral: 19:45:37 078/520 - 86/107: Installing method CompiledMethod>>removeFromPackage 19:45:37 078/520 - 87/107: Installing method CompiledMethod>>removeFromSystem 19:45:37 078/520 - 88/107: Installing method CompiledMethod>>removeProperty: 19:45:37 078/520 - 89/107: Installing method CompiledMethod>>removeProperty:ifAbsent: 19:45:37 078/520 - 90/107: Installing method CompiledMethod>>returnField 19:45:37 078/520 - 91/107: Installing method CompiledMethod>>selector 19:45:37 078/520 - 92/107: Installing method CompiledMethod>>selector: 19:45:37 078/520 - 93/107: Installing method CompiledMethod>>senders 19:45:37 078/520 - 94/107: Installing method CompiledMethod>>setSourcePointer: 19:45:37 078/520 - 95/107: Installing method CompiledMethod>>sourceCode 19:45:37 078/520 - 96/107: Installing method CompiledMethod>>sourceCodeOrNil 19:45:37 078/520 - 97/107: Installing method CompiledMethod>>sourcePointer 19:45:37 078/520 - 98/107: Installing method CompiledMethod>>sourcePointer: 19:45:37 078/520 - 99/107: Installing method CompiledMethod>>stepIntoQuickMethods: 19:45:37 078/520 - 100/107: Installing method CompiledMethod>>storeOn: 19:45:37 078/520 - 101/107: Installing method CompiledMethod>>tempNames 19:45:37 078/520 - 102/107: Installing method CompiledMethod>>unclassify 19:45:37 078/520 - 103/107: Installing method CompiledMethod>>usesUndeclareds 19:45:37 078/520 - 104/107: Installing method CompiledMethod>>valueWithReceiver: 19:45:38 078/520 - 105/107: Installing method CompiledMethod>>valueWithReceiver:arguments: 19:45:38 078/520 - 106/107: Installing method CompiledMethod>>veryDeepCopyWith: 19:45:38 078/520 - 107/107: Installing method CompiledMethod>>writesField: 19:45:38 078/520 - 1/17: Installing method CompiledMethod class>>abstractMarker 19:45:38 078/520 - 2/17: Installing method CompiledMethod class>>checkBytecodeSetConflictsInMethodsWith: 19:45:38 078/520 - 3/17: Installing method CompiledMethod class>>checkIsValidBytecodeEncoder: 19:45:38 078/520 - 4/17: Installing method CompiledMethod class>>conflictMarker 19:45:38 078/520 - 5/17: Installing method CompiledMethod class>>disabledMarker 19:45:38 078/520 - 6/17: Installing method CompiledMethod class>>explicitRequirementMarker 19:45:38 078/520 - 7/17: Installing method CompiledMethod class>>fullFrameSize 19:45:38 078/520 - 8/17: Installing method CompiledMethod class>>headerFlagForEncoder: 19:45:38 078/520 - 9/17: Installing method CompiledMethod class>>initialize 19:45:38 078/520 - 10/17: Installing method CompiledMethod class>>installPrimaryBytecodeSet: 19:45:38 078/520 - 11/17: Installing method CompiledMethod class>>installSecondaryBytecodeSet: 19:45:38 078/520 - 12/17: Installing method CompiledMethod class>>methodPropertiesClass 19:45:38 078/520 - 13/17: Installing method CompiledMethod class>>new 19:45:38 078/520 - 14/17: Installing method CompiledMethod class>>smallFrameSize 19:45:38 078/520 - 15/17: Installing method CompiledMethod class>>sortBlock 19:45:38 078/520 - 16/17: Installing method CompiledMethod class>>subclassResponsibilityMarker 19:45:38 078/520 - 17/17: Installing method CompiledMethod class>>trailerSize 19:45:38 079/520 - 1/2: Installing method CompiledMethodLayout>>extend 19:45:38 079/520 - 2/2: Installing method CompiledMethodLayout>>instanceSpecification 19:45:38 079/520 - 1/1: Installing method CompiledMethodLayout class>>extending:scope:host: 19:45:38 080/520 - 1/8: Installing method ConstantBlockClosure>>isConstant 19:45:38 080/520 - 2/8: Installing method ConstantBlockClosure>>literal: 19:45:38 080/520 - 3/8: Installing method ConstantBlockClosure>>value 19:45:38 080/520 - 4/8: Installing method ConstantBlockClosure>>value: 19:45:38 080/520 - 5/8: Installing method ConstantBlockClosure>>value:value: 19:45:38 080/520 - 6/8: Installing method ConstantBlockClosure>>value:value:value: 19:45:38 080/520 - 7/8: Installing method ConstantBlockClosure>>value:value:value:value: 19:45:38 080/520 - 8/8: Installing method ConstantBlockClosure>>valueWithArguments: 19:45:38 080/520 - 1/1: Installing method ConstantBlockClosure class>>numArgs:literal: 19:45:38 081/520 - 1/3: Installing method ConstantBlockClosure1Arg>>value 19:45:38 081/520 - 2/3: Installing method ConstantBlockClosure1Arg>>value: 19:45:38 081/520 - 3/3: Installing method ConstantBlockClosure1Arg>>valueWithArguments: 19:45:38 082/520 - 1/3: Installing method ConstantBlockClosure2Arg>>value 19:45:38 082/520 - 2/3: Installing method ConstantBlockClosure2Arg>>value:value: 19:45:38 082/520 - 3/3: Installing method ConstantBlockClosure2Arg>>valueWithArguments: 19:45:38 083/520 - 1/3: Installing method ConstantBlockClosure3Arg>>value 19:45:38 083/520 - 2/3: Installing method ConstantBlockClosure3Arg>>value:value:value: 19:45:38 083/520 - 3/3: Installing method ConstantBlockClosure3Arg>>valueWithArguments: 19:45:42 084/520 - 1/182: Installing method Context>>aboutToReturn:through: 19:45:42 084/520 - 2/182: Installing method Context>>activateMethod:withArgs:receiver:class: 19:45:42 084/520 - 3/182: Installing method Context>>activateReturn:value: 19:45:42 084/520 - 4/182: Installing method Context>>activeHome 19:45:42 084/520 - 5/182: Installing method Context>>activeOuterContext 19:45:42 084/520 - 6/182: Installing method Context>>arguments 19:45:42 084/520 - 7/182: Installing method Context>>asContext 19:45:42 084/520 - 8/182: Installing method Context>>at: 19:45:42 084/520 - 9/182: Installing method Context>>at:put: 19:45:42 084/520 - 10/182: Installing method Context>>basicAt: 19:45:42 084/520 - 11/182: Installing method Context>>basicAt:put: 19:45:42 084/520 - 12/182: Installing method Context>>basicSize 19:45:42 084/520 - 13/182: Installing method Context>>belongsToDoIt 19:45:42 084/520 - 14/182: Installing method Context>>blockReturnConstant: 19:45:42 084/520 - 15/182: Installing method Context>>blockReturnTop 19:45:42 084/520 - 16/182: Installing method Context>>bottomContext 19:45:42 084/520 - 17/182: Installing method Context>>canHandleSignal: 19:45:42 084/520 - 18/182: Installing method Context>>cannotReturn: 19:45:42 084/520 - 19/182: Installing method Context>>cannotReturn:to: 19:45:42 084/520 - 20/182: Installing method Context>>client 19:45:42 084/520 - 21/182: Installing method Context>>closure 19:45:42 084/520 - 22/182: Installing method Context>>compiledCode 19:45:42 084/520 - 23/182: Installing method Context>>contextClass 19:45:42 084/520 - 24/182: Installing method Context>>contextStack 19:45:42 084/520 - 25/182: Installing method Context>>contextTag 19:45:42 084/520 - 26/182: Installing method Context>>copyStack 19:45:42 084/520 - 27/182: Installing method Context>>copyTo: 19:45:42 084/520 - 28/182: Installing method Context>>cut: 19:45:42 084/520 - 29/182: Installing method Context>>deadContextForClosure: 19:45:42 084/520 - 30/182: Installing method Context>>debugStack:on: 19:45:42 084/520 - 31/182: Installing method Context>>debugStackOn: 19:45:42 084/520 - 32/182: Installing method Context>>depthBelow: 19:45:42 084/520 - 33/182: Installing method Context>>directedSuperSend:numArgs: 19:45:42 084/520 - 34/182: Installing method Context>>doDup 19:45:42 084/520 - 35/182: Installing method Context>>doNop 19:45:42 084/520 - 36/182: Installing method Context>>doPop 19:45:42 084/520 - 37/182: Installing method Context>>doPrimitive:method:receiver:args: 19:45:42 084/520 - 38/182: Installing method Context>>endPC 19:45:42 084/520 - 39/182: Installing method Context>>errorReportOn: 19:45:42 084/520 - 40/182: Installing method Context>>evaluateSignal: 19:45:42 084/520 - 41/182: Installing method Context>>exception 19:45:42 084/520 - 42/182: Installing method Context>>exceptionClass 19:45:42 084/520 - 43/182: Installing method Context>>exceptionHandlerBlock 19:45:42 084/520 - 44/182: Installing method Context>>exceptionsToCaptureWhenStepping 19:45:42 084/520 - 45/182: Installing method Context>>failPrimitiveWith: 19:45:42 084/520 - 46/182: Installing method Context>>filterDebuggerStack 19:45:42 084/520 - 47/182: Installing method Context>>findContextSuchThat: 19:45:42 084/520 - 48/182: Installing method Context>>findMethodContextSuchThat: 19:45:42 084/520 - 49/182: Installing method Context>>findNextHandlerContext 19:45:42 084/520 - 50/182: Installing method Context>>findNextHandlerOrSignalingContext 19:45:42 084/520 - 51/182: Installing method Context>>findNextUnwindContextUpTo: 19:45:42 084/520 - 52/182: Installing method Context>>handleSignal: 19:45:42 084/520 - 53/182: Installing method Context>>hasContext: 19:45:42 084/520 - 54/182: Installing method Context>>hasNonLocalReturn 19:45:42 084/520 - 55/182: Installing method Context>>hasSender: 19:45:42 084/520 - 56/182: Installing method Context>>hasTemporaryVariableNamed: 19:45:42 084/520 - 57/182: Installing method Context>>home 19:45:42 084/520 - 58/182: Installing method Context>>homeMethod 19:45:42 084/520 - 59/182: Installing method Context>>insertSender: 19:45:42 084/520 - 60/182: Installing method Context>>instVarAt:put: 19:45:42 084/520 - 61/182: Installing method Context>>isBlockContext 19:45:42 084/520 - 62/182: Installing method Context>>isBottomContext 19:45:42 084/520 - 63/182: Installing method Context>>isContext 19:45:42 084/520 - 64/182: Installing method Context>>isDead 19:45:42 084/520 - 65/182: Installing method Context>>isEndOfProcessTermination 19:45:42 084/520 - 66/182: Installing method Context>>isExecutingBlock 19:45:42 084/520 - 67/182: Installing method Context>>isFailToken: 19:45:42 084/520 - 68/182: Installing method Context>>isHandlerContext 19:45:42 084/520 - 69/182: Installing method Context>>isHandlerOrSignalingContext 19:45:42 084/520 - 70/182: Installing method Context>>isPrimFailToken: 19:45:42 084/520 - 71/182: Installing method Context>>isUnwindContext 19:45:42 084/520 - 72/182: Installing method Context>>jump 19:45:42 084/520 - 73/182: Installing method Context>>jump:if:withInterpreter: 19:45:42 084/520 - 74/182: Installing method Context>>jump:withInterpreter: 19:45:42 084/520 - 75/182: Installing method Context>>longStack 19:45:42 084/520 - 76/182: Installing method Context>>method 19:45:42 084/520 - 77/182: Installing method Context>>methodClass 19:45:42 084/520 - 78/182: Installing method Context>>methodNode 19:45:42 084/520 - 79/182: Installing method Context>>methodReturnReceiver 19:45:42 084/520 - 80/182: Installing method Context>>methodReturnTop 19:45:42 084/520 - 81/182: Installing method Context>>nextHandlerContext 19:45:42 084/520 - 82/182: Installing method Context>>numArgs 19:45:42 084/520 - 83/182: Installing method Context>>numTemps 19:45:42 084/520 - 84/182: Installing method Context>>object:basicAt: 19:45:42 084/520 - 85/182: Installing method Context>>object:basicAt:put: 19:45:42 084/520 - 86/182: Installing method Context>>object:eqeq: 19:45:42 084/520 - 87/182: Installing method Context>>object:instVarAt: 19:45:42 084/520 - 88/182: Installing method Context>>object:instVarAt:put: 19:45:42 084/520 - 89/182: Installing method Context>>object:perform:withArguments:inClass: 19:45:42 084/520 - 90/182: Installing method Context>>objectClass: 19:45:42 084/520 - 91/182: Installing method Context>>objectSize: 19:45:42 084/520 - 92/182: Installing method Context>>outerContext 19:45:42 084/520 - 93/182: Installing method Context>>outerMostContext 19:45:42 084/520 - 94/182: Installing method Context>>pc 19:45:42 084/520 - 95/182: Installing method Context>>pc: 19:45:42 084/520 - 96/182: Installing method Context>>pop 19:45:42 084/520 - 97/182: Installing method Context>>popIntoLiteralVariable: 19:45:42 084/520 - 98/182: Installing method Context>>popIntoReceiverVariable: 19:45:42 084/520 - 99/182: Installing method Context>>popIntoRemoteTemp:inVectorAt: 19:45:42 084/520 - 100/182: Installing method Context>>popIntoTemporaryVariable: 19:45:42 084/520 - 101/182: Installing method Context>>print:on: 19:45:42 084/520 - 102/182: Installing method Context>>printDebugOn: 19:45:42 084/520 - 103/182: Installing method Context>>printDebugStackOn: 19:45:42 084/520 - 104/182: Installing method Context>>printDetails: 19:45:42 084/520 - 105/182: Installing method Context>>printOn: 19:45:42 084/520 - 106/182: Installing method Context>>printStackOfSize: 19:45:42 084/520 - 107/182: Installing method Context>>privRefresh 19:45:42 084/520 - 108/182: Installing method Context>>privRefreshWith: 19:45:42 084/520 - 109/182: Installing method Context>>privSender: 19:45:42 084/520 - 110/182: Installing method Context>>push: 19:45:42 084/520 - 111/182: Installing method Context>>pushActiveContext 19:45:42 084/520 - 112/182: Installing method Context>>pushActiveProcess 19:45:42 084/520 - 113/182: Installing method Context>>pushArgs:from: 19:45:42 084/520 - 114/182: Installing method Context>>pushClosureTemps: 19:45:42 084/520 - 115/182: Installing method Context>>pushConsArrayWithElements: 19:45:42 084/520 - 116/182: Installing method Context>>pushConstant: 19:45:42 084/520 - 117/182: Installing method Context>>pushFullClosure:numCopied:receiverOnStack:ignoreOuterContext: 19:45:42 084/520 - 118/182: Installing method Context>>pushLiteralVariable: 19:45:42 084/520 - 119/182: Installing method Context>>pushNewArrayOfSize: 19:45:42 084/520 - 120/182: Installing method Context>>pushReceiver 19:45:42 084/520 - 121/182: Installing method Context>>pushReceiverVariable: 19:45:42 084/520 - 122/182: Installing method Context>>pushRemoteTemp:inVectorAt: 19:45:42 084/520 - 123/182: Installing method Context>>pushTemporaryVariable: 19:45:42 084/520 - 124/182: Installing method Context>>quickMethodPrimitiveBytecodeSize 19:45:42 084/520 - 125/182: Installing method Context>>receiver 19:45:42 084/520 - 126/182: Installing method Context>>receiver: 19:45:42 084/520 - 127/182: Installing method Context>>release 19:45:42 084/520 - 128/182: Installing method Context>>releaseTo: 19:45:42 084/520 - 129/182: Installing method Context>>removeSelf 19:45:42 084/520 - 130/182: Installing method Context>>resume 19:45:42 084/520 - 131/182: Installing method Context>>resume: 19:45:42 084/520 - 132/182: Installing method Context>>resume:through: 19:45:42 084/520 - 133/182: Installing method Context>>resumeEvaluating: 19:45:42 084/520 - 134/182: Installing method Context>>return 19:45:42 084/520 - 135/182: Installing method Context>>return: 19:45:42 084/520 - 136/182: Installing method Context>>return:from: 19:45:42 084/520 - 137/182: Installing method Context>>return:through: 19:45:42 084/520 - 138/182: Installing method Context>>runUntilErrorOrReturnFrom: 19:45:42 084/520 - 139/182: Installing method Context>>runUntilReturnFrom: 19:45:42 084/520 - 140/182: Installing method Context>>selector 19:45:42 084/520 - 141/182: Installing method Context>>send:to:with:lookupIn: 19:45:42 084/520 - 142/182: Installing method Context>>send:to:with:super: 19:45:43 084/520 - 143/182: Installing method Context>>sender 19:45:43 084/520 - 144/182: Installing method Context>>setNamedPrimitiveInformationFrom:toMethod: 19:45:43 084/520 - 145/182: Installing method Context>>setSender:receiver:method:arguments: 19:45:43 084/520 - 146/182: Installing method Context>>setSender:receiver:method:closure:startpc: 19:45:43 084/520 - 147/182: Installing method Context>>shortDebugStack 19:45:43 084/520 - 148/182: Installing method Context>>shortDebugStackOn: 19:45:43 084/520 - 149/182: Installing method Context>>shortStack 19:45:43 084/520 - 150/182: Installing method Context>>singleRelease 19:45:43 084/520 - 151/182: Installing method Context>>size 19:45:43 084/520 - 152/182: Installing method Context>>sourceCode 19:45:43 084/520 - 153/182: Installing method Context>>stack 19:45:43 084/520 - 154/182: Installing method Context>>stackOfSize: 19:45:43 084/520 - 155/182: Installing method Context>>stackPtr 19:45:43 084/520 - 156/182: Installing method Context>>stackp: 19:45:43 084/520 - 157/182: Installing method Context>>startpc 19:45:43 084/520 - 158/182: Installing method Context>>step 19:45:43 084/520 - 159/182: Installing method Context>>stepToCallee 19:45:43 084/520 - 160/182: Installing method Context>>stepToCalleeOrNil 19:45:43 084/520 - 161/182: Installing method Context>>stepUntilSomethingOnStack 19:45:43 084/520 - 162/182: Installing method Context>>storeIntoLiteralVariable: 19:45:43 084/520 - 163/182: Installing method Context>>storeIntoReceiverVariable: 19:45:43 084/520 - 164/182: Installing method Context>>storeIntoRemoteTemp:inVectorAt: 19:45:43 084/520 - 165/182: Installing method Context>>storeIntoTemporaryVariable: 19:45:43 084/520 - 166/182: Installing method Context>>swapReceiver: 19:45:43 084/520 - 167/182: Installing method Context>>swapSender: 19:45:43 084/520 - 168/182: Installing method Context>>tempAt: 19:45:43 084/520 - 169/182: Installing method Context>>tempAt:put: 19:45:43 084/520 - 170/182: Installing method Context>>terminate 19:45:43 084/520 - 171/182: Installing method Context>>terminateTo: 19:45:43 084/520 - 172/182: Installing method Context>>top 19:45:43 084/520 - 173/182: Installing method Context>>tryNamedPrimitiveIn:for:withArgs: 19:45:43 084/520 - 174/182: Installing method Context>>tryPrimitiveFor:receiver:args: 19:45:43 084/520 - 175/182: Installing method Context>>unwindAndStop: 19:45:43 084/520 - 176/182: Installing method Context>>unwindBlock 19:45:43 084/520 - 177/182: Installing method Context>>unwindComplete 19:45:43 084/520 - 178/182: Installing method Context>>unwindComplete: 19:45:43 084/520 - 179/182: Installing method Context>>unwindForTermination 19:45:43 084/520 - 180/182: Installing method Context>>unwindTo: 19:45:43 084/520 - 181/182: Installing method Context>>willFailReturn 19:45:43 084/520 - 182/182: Installing method Context>>withoutPrimitiveTryNamedPrimitiveIn:for:withArgs: 19:45:43 084/520 - 1/19: Installing method Context class>>allInstances 19:45:43 084/520 - 2/19: Installing method Context class>>allInstancesDo: 19:45:43 084/520 - 3/19: Installing method Context class>>basicNew: 19:45:43 084/520 - 4/19: Installing method Context class>>carefullyPrint:on: 19:45:43 084/520 - 5/19: Installing method Context class>>compiler 19:45:43 084/520 - 6/19: Installing method Context class>>contextEnsure: 19:45:43 084/520 - 7/19: Installing method Context class>>contextOn:do: 19:45:43 084/520 - 8/19: Installing method Context class>>initialize 19:45:43 084/520 - 9/19: Installing method Context class>>initializePrimitiveSimulators 19:45:43 084/520 - 10/19: Installing method Context class>>initializeTryNamedPrimitiveTemplateMethod 19:45:43 084/520 - 11/19: Installing method Context class>>new 19:45:43 084/520 - 12/19: Installing method Context class>>new: 19:45:43 084/520 - 13/19: Installing method Context class>>newForMethod: 19:45:43 084/520 - 14/19: Installing method Context class>>primitiveFailToken 19:45:43 084/520 - 15/19: Installing method Context class>>primitiveFailTokenFor: 19:45:43 084/520 - 16/19: Installing method Context class>>sender:receiver:method:arguments: 19:45:43 084/520 - 17/19: Installing method Context class>>specialPrimitiveSimulators 19:45:43 084/520 - 18/19: Installing method Context class>>theReturnMethod 19:45:43 084/520 - 19/19: Installing method Context class>>tryNamedPrimitiveTemplateMethod 19:45:43 085/520 - 1/2: Installing method ContextCannotReturn>>target 19:45:43 085/520 - 2/2: Installing method ContextCannotReturn>>target: 19:45:43 085/520 - 1/1: Installing method ContextCannotReturn class>>result:to: 19:45:43 086/520 - 1/2: Installing method CurrentExecutionEnvironment>>default 19:45:43 086/520 - 2/2: Installing method CurrentExecutionEnvironment>>installValue:intoForked:from: 19:45:43 086/520 - 1/3: Installing method CurrentExecutionEnvironment class>>activate:for: 19:45:43 086/520 - 2/3: Installing method CurrentExecutionEnvironment class>>isInheritable 19:45:43 086/520 - 3/3: Installing method CurrentExecutionEnvironment class>>restoreDefault 19:45:43 087/520 - 1/4: Installing method DailyNonInteractiveTranscript>>fileNameWithDate 19:45:44 087/520 - 2/4: Installing method DailyNonInteractiveTranscript>>initialize 19:45:44 087/520 - 3/4: Installing method DailyNonInteractiveTranscript>>initializeStream 19:45:44 087/520 - 4/4: Installing method DailyNonInteractiveTranscript>>stream 19:45:44 087/520 - 1/1: Installing method DailyNonInteractiveTranscript class>>defaultLogFileName 19:45:44 088/520 - 1/8: Installing method DangerousClassNotifier class>>check: 19:45:44 088/520 - 2/8: Installing method DangerousClassNotifier class>>disable 19:45:44 088/520 - 3/8: Installing method DangerousClassNotifier class>>disableDuring: 19:45:44 088/520 - 4/8: Installing method DangerousClassNotifier class>>enable 19:45:44 088/520 - 5/8: Installing method DangerousClassNotifier class>>enabled 19:45:44 088/520 - 6/8: Installing method DangerousClassNotifier class>>initialize 19:45:44 088/520 - 7/8: Installing method DangerousClassNotifier class>>shouldNotBeRedefined: 19:45:44 088/520 - 8/8: Installing method DangerousClassNotifier class>>tooDangerousClasses 19:45:44 089/520 - 1/8: Installing method DecoratorStream>>atEnd 19:45:44 089/520 - 2/8: Installing method DecoratorStream>>contents 19:45:44 089/520 - 3/8: Installing method DecoratorStream>>next 19:45:44 089/520 - 4/8: Installing method DecoratorStream>>nextPut: 19:45:44 089/520 - 5/8: Installing method DecoratorStream>>on: 19:45:44 089/520 - 6/8: Installing method DecoratorStream>>peek 19:45:44 089/520 - 7/8: Installing method DecoratorStream>>position 19:45:44 089/520 - 8/8: Installing method DecoratorStream>>store: 19:45:44 089/520 - 1/1: Installing method DecoratorStream class>>on: 19:45:44 090/520 - 1/1: Installing method DefaultExecutionEnvironment>>prepareForNewProcess: 19:45:44 090/520 - 1/3: Installing method DefaultExecutionEnvironment class>>beActive 19:45:44 090/520 - 2/3: Installing method DefaultExecutionEnvironment class>>beActiveDuring: 19:45:44 090/520 - 3/3: Installing method DefaultExecutionEnvironment class>>instance 19:45:44 091/520 - 1/16: Installing method Delay>>beingWaitedOn 19:45:44 091/520 - 2/16: Installing method Delay>>delaySemaphore 19:45:44 091/520 - 3/16: Installing method Delay>>isExpired 19:45:44 091/520 - 4/16: Installing method Delay>>millisecondDelayDuration 19:45:44 091/520 - 5/16: Installing method Delay>>millisecondsToGo 19:45:44 091/520 - 6/16: Installing method Delay>>printOn: 19:45:44 091/520 - 7/16: Installing method Delay>>resumptionTick 19:45:44 091/520 - 8/16: Installing method Delay>>resumptionTickAdjustFrom:to: 19:45:44 091/520 - 9/16: Installing method Delay>>schedule 19:45:44 091/520 - 10/16: Installing method Delay>>setDelay: 19:45:44 091/520 - 11/16: Installing method Delay>>setDelay:forSemaphore: 19:45:44 091/520 - 12/16: Installing method Delay>>timingPriorityScheduleTicker: 19:45:44 091/520 - 13/16: Installing method Delay>>timingPrioritySignalExpired 19:45:44 091/520 - 14/16: Installing method Delay>>timingPriorityUnschedule 19:45:44 091/520 - 15/16: Installing method Delay>>unschedule 19:45:44 091/520 - 16/16: Installing method Delay>>wait 19:45:44 091/520 - 1/21: Installing method Delay class>>anyActive 19:45:44 091/520 - 2/21: Installing method Delay class>>delaySchedulerClass 19:45:44 091/520 - 3/21: Installing method Delay class>>delaySchedulerClass: 19:45:44 091/520 - 4/21: Installing method Delay class>>forDays: 19:45:44 091/520 - 5/21: Installing method Delay class>>forHours: 19:45:44 091/520 - 6/21: Installing method Delay class>>forMilliseconds: 19:45:44 091/520 - 7/21: Installing method Delay class>>forMinutes: 19:45:44 091/520 - 8/21: Installing method Delay class>>forSeconds: 19:45:44 091/520 - 9/21: Installing method Delay class>>initialize 19:45:44 091/520 - 10/21: Installing method Delay class>>nextWakeUpTime 19:45:44 091/520 - 11/21: Installing method Delay class>>restartMethods 19:45:44 091/520 - 12/21: Installing method Delay class>>restartTimerEventLoop 19:45:44 091/520 - 13/21: Installing method Delay class>>scheduler 19:45:45 091/520 - 14/21: Installing method Delay class>>scheduler: 19:45:45 091/520 - 15/21: Installing method Delay class>>schedulingProcess 19:45:45 091/520 - 16/21: Installing method Delay class>>shutDown 19:45:45 091/520 - 17/21: Installing method Delay class>>startTimerEventLoop 19:45:45 091/520 - 18/21: Installing method Delay class>>startUp 19:45:45 091/520 - 19/21: Installing method Delay class>>stopTimerEventLoop 19:45:45 091/520 - 20/21: Installing method Delay class>>systemSettingOn: 19:45:45 091/520 - 21/21: Installing method Delay class>>timeoutSemaphore:afterMSecs: 19:45:45 092/520 - 1/22: Installing method DelayBasicScheduler>>anyActive 19:45:45 092/520 - 2/22: Installing method DelayBasicScheduler>>initialize 19:45:45 092/520 - 3/22: Installing method DelayBasicScheduler>>initializeTicker:suspendedDelaysHeap: 19:45:45 092/520 - 4/22: Installing method DelayBasicScheduler>>nextWakeUpTime 19:45:45 092/520 - 5/22: Installing method DelayBasicScheduler>>printOn: 19:45:45 092/520 - 6/22: Installing method DelayBasicScheduler>>restartTimerEventLoop 19:45:45 092/520 - 7/22: Installing method DelayBasicScheduler>>resume 19:45:45 092/520 - 8/22: Installing method DelayBasicScheduler>>runBackendLoopAtTimingPriority 19:45:45 092/520 - 9/22: Installing method DelayBasicScheduler>>schedule: 19:45:45 092/520 - 10/22: Installing method DelayBasicScheduler>>scheduleAtTimingPriority 19:45:45 092/520 - 11/22: Installing method DelayBasicScheduler>>schedulingProcess 19:45:45 092/520 - 12/22: Installing method DelayBasicScheduler>>shutDown 19:45:45 092/520 - 13/22: Installing method DelayBasicScheduler>>simulate_vmMilliseconds: 19:45:45 092/520 - 14/22: Installing method DelayBasicScheduler>>startTimerEventLoop 19:45:45 092/520 - 15/22: Installing method DelayBasicScheduler>>startTimerEventLoopPriority: 19:45:45 092/520 - 16/22: Installing method DelayBasicScheduler>>startUp 19:45:45 092/520 - 17/22: Installing method DelayBasicScheduler>>stopTimerEventLoop 19:45:45 092/520 - 18/22: Installing method DelayBasicScheduler>>suspend 19:45:45 092/520 - 19/22: Installing method DelayBasicScheduler>>suspendAtTimingPriority 19:45:45 092/520 - 20/22: Installing method DelayBasicScheduler>>ticker 19:45:45 092/520 - 21/22: Installing method DelayBasicScheduler>>unschedule: 19:45:45 092/520 - 22/22: Installing method DelayBasicScheduler>>unscheduleAtTimingPriority 19:45:45 092/520 - 1/2: Installing method DelayBasicScheduler class>>defaultSuspendedDelaysHeap 19:45:45 092/520 - 2/2: Installing method DelayBasicScheduler class>>onTicker:suspendedDelaysHeap: 19:45:45 093/520 - 1/5: Installing method DelayMicrosecondTicker>>millisecondsUntilTick: 19:45:45 093/520 - 2/5: Installing method DelayMicrosecondTicker>>nowTick 19:45:45 093/520 - 3/5: Installing method DelayMicrosecondTicker>>primSignal:atUTCMicroseconds: 19:45:45 093/520 - 4/5: Installing method DelayMicrosecondTicker>>tickAfterMilliseconds: 19:45:45 093/520 - 5/5: Installing method DelayMicrosecondTicker>>waitForUserSignalled:orExpired: 19:45:45 094/520 - 1/5: Installing method DelayMicrosecondTickerSimulation>>initialize 19:45:45 094/520 - 2/5: Installing method DelayMicrosecondTickerSimulation>>nowTick 19:45:45 094/520 - 3/5: Installing method DelayMicrosecondTickerSimulation>>primSignal:atUTCMicroseconds: 19:45:45 094/520 - 4/5: Installing method DelayMicrosecondTickerSimulation>>simulate_vmMilliseconds: 19:45:45 094/520 - 5/5: Installing method DelayMicrosecondTickerSimulation>>vmSimNextWakeupMilliseconds 19:45:45 095/520 - 1/1: Installing method DelayMicrosecondUncappedTicker>>waitForUserSignalled:orExpired: 19:45:45 096/520 - 1/5: Installing method DelayMillisecondTicker>>millisecondsUntilTick: 19:45:45 096/520 - 2/5: Installing method DelayMillisecondTicker>>nowTick 19:45:45 096/520 - 3/5: Installing method DelayMillisecondTicker>>primSignal:atMilliseconds: 19:45:45 096/520 - 4/5: Installing method DelayMillisecondTicker>>tickAfterMilliseconds: 19:45:45 096/520 - 5/5: Installing method DelayMillisecondTicker>>waitForUserSignalled:orExpired: 19:45:45 097/520 - 1/5: Installing method DelayMillisecondTickerSimulation>>initialize 19:45:45 097/520 - 2/5: Installing method DelayMillisecondTickerSimulation>>nowTick 19:45:45 097/520 - 3/5: Installing method DelayMillisecondTickerSimulation>>primSignal:atMilliseconds: 19:45:45 097/520 - 4/5: Installing method DelayMillisecondTickerSimulation>>simulate_vmMilliseconds: 19:45:45 097/520 - 5/5: Installing method DelayMillisecondTickerSimulation>>vmSimNextWakeupMilliseconds 19:45:46 098/520 - 1/3: Installing method DelayMutexScheduler>>initializeTicker:suspendedDelaysHeap: 19:45:46 098/520 - 2/3: Installing method DelayMutexScheduler>>schedule: 19:45:46 098/520 - 3/3: Installing method DelayMutexScheduler>>unschedule: 19:45:46 099/520 - 1/6: Installing method DelayNullScheduler>>schedule: 19:45:46 099/520 - 2/6: Installing method DelayNullScheduler>>shutDown 19:45:46 099/520 - 3/6: Installing method DelayNullScheduler>>startTimerEventLoop 19:45:46 099/520 - 4/6: Installing method DelayNullScheduler>>startUp 19:45:46 099/520 - 5/6: Installing method DelayNullScheduler>>stopTimerEventLoop 19:45:46 099/520 - 6/6: Installing method DelayNullScheduler>>unschedule: 19:45:46 100/520 - 1/5: Installing method DelaySemaphoreScheduler>>initializeTicker:suspendedDelaysHeap: 19:45:46 100/520 - 2/5: Installing method DelaySemaphoreScheduler>>schedule: 19:45:46 100/520 - 3/5: Installing method DelaySemaphoreScheduler>>scheduleAtTimingPriority 19:45:46 100/520 - 4/5: Installing method DelaySemaphoreScheduler>>unschedule: 19:45:46 100/520 - 5/5: Installing method DelaySemaphoreScheduler>>unscheduleAtTimingPriority 19:45:46 101/520 - 1/5: Installing method DelayWaitTimeout>>isExpired 19:45:46 101/520 - 2/5: Installing method DelayWaitTimeout>>setDelay:forSemaphore: 19:45:46 101/520 - 3/5: Installing method DelayWaitTimeout>>timingPrioritySignalExpired 19:45:46 101/520 - 4/5: Installing method DelayWaitTimeout>>wait 19:45:46 101/520 - 5/5: Installing method DelayWaitTimeout>>waitOnCompletion:onTimeout: 19:45:46 102/520 - 1/12: Installing method DependentsArray>>at: 19:45:46 102/520 - 2/12: Installing method DependentsArray>>at:put: 19:45:46 102/520 - 3/12: Installing method DependentsArray>>basicReplaceFrom:to:with:startingAt: 19:45:46 102/520 - 4/12: Installing method DependentsArray>>collect: 19:45:46 102/520 - 5/12: Installing method DependentsArray>>copyWith: 19:45:46 102/520 - 6/12: Installing method DependentsArray>>do: 19:45:46 102/520 - 7/12: Installing method DependentsArray>>first 19:45:46 102/520 - 8/12: Installing method DependentsArray>>last 19:45:46 102/520 - 9/12: Installing method DependentsArray>>reverseDo: 19:45:46 102/520 - 10/12: Installing method DependentsArray>>select: 19:45:46 102/520 - 11/12: Installing method DependentsArray>>size 19:45:46 102/520 - 12/12: Installing method DependentsArray>>writeStream 19:45:46 102/520 - 1/7: Installing method DependentsArray class>>with: 19:45:46 102/520 - 2/7: Installing method DependentsArray class>>with:with: 19:45:46 102/520 - 3/7: Installing method DependentsArray class>>with:with:with: 19:45:46 102/520 - 4/7: Installing method DependentsArray class>>with:with:with:with: 19:45:46 102/520 - 5/7: Installing method DependentsArray class>>with:with:with:with:with: 19:45:46 102/520 - 6/7: Installing method DependentsArray class>>with:with:with:with:with:with: 19:45:46 102/520 - 7/7: Installing method DependentsArray class>>withAll: 19:45:46 103/520 - 1/4: Installing method Deprecation>>defaultAction 19:45:46 103/520 - 2/4: Installing method Deprecation>>logTranscript 19:45:46 103/520 - 3/4: Installing method Deprecation>>messageText 19:45:46 103/520 - 4/4: Installing method Deprecation>>transform 19:45:46 103/520 - 1/1: Installing method Deprecation class>>deprecationsWhile: 19:45:48 105/520 - 1/66: Installing method Dictionary>>= 19:45:48 105/520 - 2/66: Installing method Dictionary>>add: 19:45:48 105/520 - 3/66: Installing method Dictionary>>addAll: 19:45:48 105/520 - 4/66: Installing method Dictionary>>associationAt: 19:45:48 105/520 - 5/66: Installing method Dictionary>>associationAt:ifAbsent: 19:45:48 105/520 - 6/66: Installing method Dictionary>>associationAt:ifPresent: 19:45:48 105/520 - 7/66: Installing method Dictionary>>associationAt:ifPresent:ifAbsent: 19:45:48 105/520 - 8/66: Installing method Dictionary>>associations 19:45:48 105/520 - 9/66: Installing method Dictionary>>associationsDo: 19:45:48 105/520 - 10/66: Installing method Dictionary>>associationsSelect: 19:45:48 105/520 - 11/66: Installing method Dictionary>>at: 19:45:48 105/520 - 12/66: Installing method Dictionary>>at:at: 19:45:48 105/520 - 13/66: Installing method Dictionary>>at:at:ifAbsent: 19:45:48 105/520 - 14/66: Installing method Dictionary>>at:at:ifAbsentPut: 19:45:48 105/520 - 15/66: Installing method Dictionary>>at:at:put: 19:45:48 105/520 - 16/66: Installing method Dictionary>>at:ifAbsent: 19:45:48 105/520 - 17/66: Installing method Dictionary>>at:ifAbsentPut: 19:45:48 105/520 - 18/66: Installing method Dictionary>>at:ifPresent: 19:45:48 105/520 - 19/66: Installing method Dictionary>>at:ifPresent:ifAbsent: 19:45:48 105/520 - 20/66: Installing method Dictionary>>at:ifPresent:ifAbsentPut: 19:45:48 105/520 - 21/66: Installing method Dictionary>>at:put: 19:45:48 105/520 - 22/66: Installing method Dictionary>>at:update: 19:45:48 105/520 - 23/66: Installing method Dictionary>>at:update:initial: 19:45:48 105/520 - 24/66: Installing method Dictionary>>bindingOf: 19:45:48 105/520 - 25/66: Installing method Dictionary>>collect: 19:45:48 105/520 - 26/66: Installing method Dictionary>>difference: 19:45:48 105/520 - 27/66: Installing method Dictionary>>do: 19:45:48 105/520 - 28/66: Installing method Dictionary>>errorKeyNotFound: 19:45:48 105/520 - 29/66: Installing method Dictionary>>errorValueNotFound: 19:45:48 105/520 - 30/66: Installing method Dictionary>>fixCollisionsFrom: 19:45:48 105/520 - 31/66: Installing method Dictionary>>flatCollect: 19:45:48 105/520 - 32/66: Installing method Dictionary>>hasBindingThatBeginsWith: 19:45:48 105/520 - 33/66: Installing method Dictionary>>includes: 19:45:48 105/520 - 34/66: Installing method Dictionary>>includesAssociation: 19:45:48 105/520 - 35/66: Installing method Dictionary>>includesIdentity: 19:45:48 105/520 - 36/66: Installing method Dictionary>>includesKey: 19:45:48 105/520 - 37/66: Installing method Dictionary>>intersection: 19:45:48 105/520 - 38/66: Installing method Dictionary>>isDictionary 19:45:48 105/520 - 39/66: Installing method Dictionary>>isHealthy 19:45:48 105/520 - 40/66: Installing method Dictionary>>keyAtIdentityValue: 19:45:48 105/520 - 41/66: Installing method Dictionary>>keyAtIdentityValue:ifAbsent: 19:45:48 105/520 - 42/66: Installing method Dictionary>>keyAtValue: 19:45:48 105/520 - 43/66: Installing method Dictionary>>keyAtValue:ifAbsent: 19:45:48 105/520 - 44/66: Installing method Dictionary>>keyForIdentity: 19:45:48 105/520 - 45/66: Installing method Dictionary>>keys 19:45:48 105/520 - 46/66: Installing method Dictionary>>keysAndValuesDo: 19:45:48 105/520 - 47/66: Installing method Dictionary>>keysAndValuesRemove: 19:45:48 105/520 - 48/66: Installing method Dictionary>>keysDo: 19:45:48 105/520 - 49/66: Installing method Dictionary>>keysSortedSafely 19:45:48 105/520 - 50/66: Installing method Dictionary>>noCheckAdd: 19:45:48 105/520 - 51/66: Installing method Dictionary>>noCheckNoGrowFillFrom: 19:45:48 105/520 - 52/66: Installing method Dictionary>>postCopy 19:45:48 105/520 - 53/66: Installing method Dictionary>>printElementsOn: 19:45:48 105/520 - 54/66: Installing method Dictionary>>rehash 19:45:48 105/520 - 55/66: Installing method Dictionary>>reject:thenCollect: 19:45:48 105/520 - 56/66: Installing method Dictionary>>remove: 19:45:48 105/520 - 57/66: Installing method Dictionary>>remove:ifAbsent: 19:45:48 105/520 - 58/66: Installing method Dictionary>>removeKey: 19:45:48 105/520 - 59/66: Installing method Dictionary>>removeKey:ifAbsent: 19:45:48 105/520 - 60/66: Installing method Dictionary>>removeUnreferencedKeys 19:45:48 105/520 - 61/66: Installing method Dictionary>>scanFor: 19:45:48 105/520 - 62/66: Installing method Dictionary>>select: 19:45:48 105/520 - 63/66: Installing method Dictionary>>select:thenCollect: 19:45:48 105/520 - 64/66: Installing method Dictionary>>storeOn: 19:45:48 105/520 - 65/66: Installing method Dictionary>>values 19:45:48 105/520 - 66/66: Installing method Dictionary>>valuesDo: 19:45:48 105/520 - 1/3: Installing method Dictionary class>>newFrom: 19:45:48 105/520 - 2/3: Installing method Dictionary class>>newFromKeys:andValues: 19:45:48 105/520 - 3/3: Installing method Dictionary class>>newFromPairs: 19:45:49 106/520 - 1/30: Installing method DoItVariable>>actualVariable 19:45:49 106/520 - 2/30: Installing method DoItVariable>>actualVariable: 19:45:49 106/520 - 3/30: Installing method DoItVariable>>allowsShadowing 19:45:49 106/520 - 4/30: Installing method DoItVariable>>doItContext 19:45:49 106/520 - 5/30: Installing method DoItVariable>>doItContext: 19:45:49 106/520 - 6/30: Installing method DoItVariable>>emitStore: 19:45:49 106/520 - 7/30: Installing method DoItVariable>>emitValue: 19:45:49 106/520 - 8/30: Installing method DoItVariable>>isArgumentVariable 19:45:49 106/520 - 9/30: Installing method DoItVariable>>isClassVariable 19:45:49 106/520 - 10/30: Installing method DoItVariable>>isGlobalVariable 19:45:49 106/520 - 11/30: Installing method DoItVariable>>isInstanceVariable 19:45:49 106/520 - 12/30: Installing method DoItVariable>>isLiteralVariable 19:45:49 106/520 - 13/30: Installing method DoItVariable>>isLocalVariable 19:45:49 106/520 - 14/30: Installing method DoItVariable>>isPseudoVariable 19:45:49 106/520 - 15/30: Installing method DoItVariable>>isSelfVariable 19:45:49 106/520 - 16/30: Installing method DoItVariable>>isSuperVariable 19:45:49 106/520 - 17/30: Installing method DoItVariable>>isTempVariable 19:45:49 106/520 - 18/30: Installing method DoItVariable>>isThisContextVariable 19:45:49 106/520 - 19/30: Installing method DoItVariable>>isThisProcessVariable 19:45:49 106/520 - 20/30: Installing method DoItVariable>>isUndeclaredVariable 19:45:49 106/520 - 21/30: Installing method DoItVariable>>isUninitialized 19:45:49 106/520 - 22/30: Installing method DoItVariable>>isWorkspaceVariable 19:45:49 106/520 - 23/30: Installing method DoItVariable>>key 19:45:49 106/520 - 24/30: Installing method DoItVariable>>printOn: 19:45:49 106/520 - 25/30: Installing method DoItVariable>>read 19:45:49 106/520 - 26/30: Installing method DoItVariable>>readInContext: 19:45:49 106/520 - 27/30: Installing method DoItVariable>>scope 19:45:49 106/520 - 28/30: Installing method DoItVariable>>usingMethods 19:45:49 106/520 - 29/30: Installing method DoItVariable>>write: 19:45:49 106/520 - 30/30: Installing method DoItVariable>>write:inContext: 19:45:49 106/520 - 1/2: Installing method DoItVariable class>>fromContext:variable: 19:45:49 106/520 - 2/2: Installing method DoItVariable class>>named:fromContext: 19:45:49 107/520 - 1/4: Installing method DomainError>>from 19:45:49 107/520 - 2/4: Installing method DomainError>>from: 19:45:49 107/520 - 3/4: Installing method DomainError>>to 19:45:49 107/520 - 4/4: Installing method DomainError>>to: 19:45:49 107/520 - 1/6: Installing method DomainError class>>signal:from: 19:45:49 107/520 - 2/6: Installing method DomainError class>>signal:from:to: 19:45:49 107/520 - 3/6: Installing method DomainError class>>signal:to: 19:45:49 107/520 - 4/6: Installing method DomainError class>>signalFrom: 19:45:49 107/520 - 5/6: Installing method DomainError class>>signalFrom:to: 19:45:49 107/520 - 6/6: Installing method DomainError class>>signalTo: 19:45:49 108/520 - 1/6: Installing method DoubleByteArray>>= 19:45:49 108/520 - 2/6: Installing method DoubleByteArray>>atAllPut: 19:45:49 108/520 - 3/6: Installing method DoubleByteArray>>byteSize 19:45:49 108/520 - 4/6: Installing method DoubleByteArray>>bytesPerElement 19:45:49 108/520 - 5/6: Installing method DoubleByteArray>>defaultElement 19:45:49 108/520 - 6/6: Installing method DoubleByteArray>>replaceFrom:to:with:startingAt: 19:45:49 109/520 - 1/4: Installing method DoubleByteLayout>>bytesPerSlot 19:45:49 109/520 - 2/4: Installing method DoubleByteLayout>>extendDoubleByte 19:45:49 109/520 - 3/4: Installing method DoubleByteLayout>>instanceSpecification 19:45:49 109/520 - 4/4: Installing method DoubleByteLayout>>isDoubleBytes 19:45:49 109/520 - 1/1: Installing method DoubleByteLayout class>>extending:scope:host: 19:45:49 110/520 - 1/10: Installing method DoubleLink>>asDoubleLink 19:45:49 110/520 - 2/10: Installing method DoubleLink>>clearLinks 19:45:49 110/520 - 3/10: Installing method DoubleLink>>hasPredecessor 19:45:49 110/520 - 4/10: Installing method DoubleLink>>hasSuccessor 19:45:49 110/520 - 5/10: Installing method DoubleLink>>nextLink 19:45:49 110/520 - 6/10: Installing method DoubleLink>>nextLink: 19:45:49 110/520 - 7/10: Installing method DoubleLink>>previousLink 19:45:49 110/520 - 8/10: Installing method DoubleLink>>previousLink: 19:45:49 110/520 - 9/10: Installing method DoubleLink>>value 19:45:49 110/520 - 10/10: Installing method DoubleLink>>value: 19:45:49 110/520 - 1/1: Installing method DoubleLink class>>value: 19:45:50 111/520 - 1/18: Installing method DoubleLinkedList>>add: 19:45:50 111/520 - 2/18: Installing method DoubleLinkedList>>add:afterLink: 19:45:50 111/520 - 3/18: Installing method DoubleLinkedList>>add:beforeLink: 19:45:50 111/520 - 4/18: Installing method DoubleLinkedList>>addFirst: 19:45:50 111/520 - 5/18: Installing method DoubleLinkedList>>addLast: 19:45:50 111/520 - 6/18: Installing method DoubleLinkedList>>do: 19:45:50 111/520 - 7/18: Installing method DoubleLinkedList>>first 19:45:50 111/520 - 8/18: Installing method DoubleLinkedList>>firstLink 19:45:50 111/520 - 9/18: Installing method DoubleLinkedList>>isEmpty 19:45:50 111/520 - 10/18: Installing method DoubleLinkedList>>last 19:45:50 111/520 - 11/18: Installing method DoubleLinkedList>>lastLink 19:45:50 111/520 - 12/18: Installing method DoubleLinkedList>>linksDo: 19:45:50 111/520 - 13/18: Installing method DoubleLinkedList>>removeAll 19:45:50 111/520 - 14/18: Installing method DoubleLinkedList>>removeFirst 19:45:50 111/520 - 15/18: Installing method DoubleLinkedList>>removeLast 19:45:50 111/520 - 16/18: Installing method DoubleLinkedList>>removeLink: 19:45:50 111/520 - 17/18: Installing method DoubleLinkedList>>reverseDo: 19:45:50 111/520 - 18/18: Installing method DoubleLinkedList>>reverseLinksDo: 19:45:50 111/520 - 1/1: Installing method DoubleLinkedList class>>newFrom: 19:45:50 112/520 - 1/6: Installing method DoubleWordArray>>= 19:45:50 112/520 - 2/6: Installing method DoubleWordArray>>atAllPut: 19:45:50 112/520 - 3/6: Installing method DoubleWordArray>>byteSize 19:45:50 112/520 - 4/6: Installing method DoubleWordArray>>bytesPerElement 19:45:50 112/520 - 5/6: Installing method DoubleWordArray>>defaultElement 19:45:50 112/520 - 6/6: Installing method DoubleWordArray>>replaceFrom:to:with:startingAt: 19:45:50 113/520 - 1/3: Installing method DoubleWordLayout>>extendDoubleWord 19:45:50 113/520 - 2/3: Installing method DoubleWordLayout>>instanceSpecification 19:45:50 113/520 - 3/3: Installing method DoubleWordLayout>>isDoubleWords 19:45:50 113/520 - 1/1: Installing method DoubleWordLayout class>>extending:scope:host: 19:45:50 114/520 - 1/1: Installing method DummySystemProgressItem>>doesNotUnderstand: 19:45:50 115/520 - 1/22: Installing method DummyUIManager>>chooseDirectory:from: 19:45:50 115/520 - 2/22: Installing method DummyUIManager>>chooseFrom:lines:title: 19:45:50 115/520 - 3/22: Installing method DummyUIManager>>chooseFrom:values:lines:title: 19:45:50 115/520 - 4/22: Installing method DummyUIManager>>confirm: 19:45:50 115/520 - 5/22: Installing method DummyUIManager>>confirm:label:trueChoice:falseChoice:cancelChoice:default: 19:45:50 115/520 - 6/22: Installing method DummyUIManager>>confirm:orCancel: 19:45:50 115/520 - 7/22: Installing method DummyUIManager>>debugProcess:context:label:fullView:notification: 19:45:50 115/520 - 8/22: Installing method DummyUIManager>>edit:label:accept: 19:45:50 115/520 - 9/22: Installing method DummyUIManager>>handleError:log: 19:45:50 115/520 - 10/22: Installing method DummyUIManager>>handleWarning: 19:45:50 115/520 - 11/22: Installing method DummyUIManager>>inform: 19:45:50 115/520 - 12/22: Installing method DummyUIManager>>informUserDuring: 19:45:50 115/520 - 13/22: Installing method DummyUIManager>>lowSpaceWatcherDefaultAction 19:45:50 115/520 - 14/22: Installing method DummyUIManager>>multiLineRequest:initialAnswer:answerHeight: 19:45:50 115/520 - 15/22: Installing method DummyUIManager>>progressBarEnabled 19:45:50 115/520 - 16/22: Installing method DummyUIManager>>progressBarEnabled: 19:45:50 115/520 - 17/22: Installing method DummyUIManager>>request:initialAnswer: 19:45:50 115/520 - 18/22: Installing method DummyUIManager>>request:initialAnswer:entryCompletion: 19:45:50 115/520 - 19/22: Installing method DummyUIManager>>request:initialAnswer:title:entryCompletion: 19:45:50 115/520 - 20/22: Installing method DummyUIManager>>requestPassword: 19:45:50 115/520 - 21/22: Installing method DummyUIManager>>traceCr: 19:45:50 115/520 - 22/22: Installing method DummyUIManager>>unhandledErrorDefaultAction: 19:45:51 116/520 - 1/7: Installing method DuplicatedSlotName>>host 19:45:51 116/520 - 2/7: Installing method DuplicatedSlotName>>host: 19:45:51 116/520 - 3/7: Installing method DuplicatedSlotName>>messageText 19:45:51 116/520 - 4/7: Installing method DuplicatedSlotName>>newSlot 19:45:51 116/520 - 5/7: Installing method DuplicatedSlotName>>newSlot: 19:45:51 116/520 - 6/7: Installing method DuplicatedSlotName>>oldSlot 19:45:51 116/520 - 7/7: Installing method DuplicatedSlotName>>oldSlot: 19:45:51 117/520 - 1/5: Installing method DuplicatedVariableError>>isResumable 19:45:51 117/520 - 2/5: Installing method DuplicatedVariableError>>superclass 19:45:51 117/520 - 3/5: Installing method DuplicatedVariableError>>superclass: 19:45:51 117/520 - 4/5: Installing method DuplicatedVariableError>>variable 19:45:51 117/520 - 5/5: Installing method DuplicatedVariableError>>variable: 19:45:51 117/520 - 1/1: Installing method DuplicatedVariableError class>>signalWith: 19:45:51 118/520 - 1/1: Installing method DynamicVariable>>value:during: 19:45:51 118/520 - 1/1: Installing method DynamicVariable class>>value:during: 19:45:51 119/520 - 1/7: Installing method EmptyLayout>>extend: 19:45:51 119/520 - 2/7: Installing method EmptyLayout>>extendByte 19:45:51 119/520 - 3/7: Installing method EmptyLayout>>extendDoubleByte 19:45:51 119/520 - 4/7: Installing method EmptyLayout>>extendDoubleWord 19:45:51 119/520 - 5/7: Installing method EmptyLayout>>extendVariable: 19:45:51 119/520 - 6/7: Installing method EmptyLayout>>extendWeak 19:45:51 119/520 - 7/7: Installing method EmptyLayout>>extendWord 19:45:51 119/520 - 1/1: Installing method EmptyLayout class>>instance 19:45:51 120/520 - 1/54: Installing method EncoderForSistaV1>>genBranchPopFalse: 19:45:51 120/520 - 2/54: Installing method EncoderForSistaV1>>genBranchPopFalseLong: 19:45:51 120/520 - 3/54: Installing method EncoderForSistaV1>>genBranchPopTrue: 19:45:51 120/520 - 4/54: Installing method EncoderForSistaV1>>genBranchPopTrueLong: 19:45:51 120/520 - 5/54: Installing method EncoderForSistaV1>>genCallMappedInlinedPrimitive: 19:45:51 120/520 - 6/54: Installing method EncoderForSistaV1>>genCallPrimitive: 19:45:51 120/520 - 7/54: Installing method EncoderForSistaV1>>genDup 19:45:51 120/520 - 8/54: Installing method EncoderForSistaV1>>genJump: 19:45:51 120/520 - 9/54: Installing method EncoderForSistaV1>>genJumpLong: 19:45:51 120/520 - 10/54: Installing method EncoderForSistaV1>>genNop 19:45:51 120/520 - 11/54: Installing method EncoderForSistaV1>>genPop 19:45:51 120/520 - 12/54: Installing method EncoderForSistaV1>>genPushCharacter: 19:45:51 120/520 - 13/54: Installing method EncoderForSistaV1>>genPushConsArray: 19:45:51 120/520 - 14/54: Installing method EncoderForSistaV1>>genPushFullClosure:numCopied:receiverOnStack:outerContextNeeded: 19:45:51 120/520 - 15/54: Installing method EncoderForSistaV1>>genPushInstVar: 19:45:51 120/520 - 16/54: Installing method EncoderForSistaV1>>genPushInstVarLong: 19:45:51 120/520 - 17/54: Installing method EncoderForSistaV1>>genPushInteger: 19:45:51 120/520 - 18/54: Installing method EncoderForSistaV1>>genPushIntegerLong: 19:45:51 120/520 - 19/54: Installing method EncoderForSistaV1>>genPushLiteral: 19:45:51 120/520 - 20/54: Installing method EncoderForSistaV1>>genPushLiteralVar: 19:45:51 120/520 - 21/54: Installing method EncoderForSistaV1>>genPushNewArray: 19:45:52 120/520 - 22/54: Installing method EncoderForSistaV1>>genPushReceiver 19:45:52 120/520 - 23/54: Installing method EncoderForSistaV1>>genPushRemoteTemp:inVectorAt: 19:45:52 120/520 - 24/54: Installing method EncoderForSistaV1>>genPushSpecialLiteral: 19:45:52 120/520 - 25/54: Installing method EncoderForSistaV1>>genPushTemp: 19:45:52 120/520 - 26/54: Installing method EncoderForSistaV1>>genPushThisContext 19:45:52 120/520 - 27/54: Installing method EncoderForSistaV1>>genPushThisProcess 19:45:52 120/520 - 28/54: Installing method EncoderForSistaV1>>genReturnReceiver 19:45:52 120/520 - 29/54: Installing method EncoderForSistaV1>>genReturnSpecialLiteral: 19:45:52 120/520 - 30/54: Installing method EncoderForSistaV1>>genReturnTop 19:45:52 120/520 - 31/54: Installing method EncoderForSistaV1>>genReturnTopToCaller 19:45:52 120/520 - 32/54: Installing method EncoderForSistaV1>>genSend:numArgs: 19:45:52 120/520 - 33/54: Installing method EncoderForSistaV1>>genSendDirectedSuper:numArgs: 19:45:52 120/520 - 34/54: Installing method EncoderForSistaV1>>genSendSpecial:numArgs: 19:45:52 120/520 - 35/54: Installing method EncoderForSistaV1>>genSendSuper:numArgs: 19:45:52 120/520 - 36/54: Installing method EncoderForSistaV1>>genSignedSingleExtendB: 19:45:52 120/520 - 37/54: Installing method EncoderForSistaV1>>genStoreInstVar: 19:45:52 120/520 - 38/54: Installing method EncoderForSistaV1>>genStoreInstVarLong: 19:45:52 120/520 - 39/54: Installing method EncoderForSistaV1>>genStoreLiteralVar: 19:45:52 120/520 - 40/54: Installing method EncoderForSistaV1>>genStorePopInstVar: 19:45:52 120/520 - 41/54: Installing method EncoderForSistaV1>>genStorePopInstVarLong: 19:45:52 120/520 - 42/54: Installing method EncoderForSistaV1>>genStorePopLiteralVar: 19:45:52 120/520 - 43/54: Installing method EncoderForSistaV1>>genStorePopRemoteTemp:inVectorAt: 19:45:52 120/520 - 44/54: Installing method EncoderForSistaV1>>genStorePopTemp: 19:45:52 120/520 - 45/54: Installing method EncoderForSistaV1>>genStoreRemoteTemp:inVectorAt: 19:45:52 120/520 - 46/54: Installing method EncoderForSistaV1>>genStoreTemp: 19:45:52 120/520 - 47/54: Installing method EncoderForSistaV1>>genTrap 19:45:52 120/520 - 48/54: Installing method EncoderForSistaV1>>genTrapIfNotInstanceOf: 19:45:52 120/520 - 49/54: Installing method EncoderForSistaV1>>genUnsignedMultipleExtendA: 19:45:52 120/520 - 50/54: Installing method EncoderForSistaV1>>genUnsignedSingleExtendA: 19:45:52 120/520 - 51/54: Installing method EncoderForSistaV1>>genUnsignedSingleExtendB: 19:45:52 120/520 - 52/54: Installing method EncoderForSistaV1>>isSpecialLiteralForPush: 19:45:52 120/520 - 53/54: Installing method EncoderForSistaV1>>sizePushFullClosure:numCopied: 19:45:52 120/520 - 54/54: Installing method EncoderForSistaV1>>sizePushFullClosure:numCopied:receiverOnStack:ignoreOuterContext: 19:45:52 120/520 - 1/44: Installing method EncoderForSistaV1 class>>backJumpBytecodeSize 19:45:52 120/520 - 2/44: Installing method EncoderForSistaV1 class>>bindingReadScanBlockFor:using: 19:45:52 120/520 - 3/44: Installing method EncoderForSistaV1 class>>bindingWriteScanBlockFor:using: 19:45:52 120/520 - 4/44: Installing method EncoderForSistaV1 class>>bytecodeSize: 19:45:52 120/520 - 5/44: Installing method EncoderForSistaV1 class>>callPrimitiveCode 19:45:52 120/520 - 6/44: Installing method EncoderForSistaV1 class>>extensionsAt:in:into: 19:45:52 120/520 - 7/44: Installing method EncoderForSistaV1 class>>extensionsFor:in:into: 19:45:52 120/520 - 8/44: Installing method EncoderForSistaV1 class>>firstSpecialSelectorByte 19:45:52 120/520 - 9/44: Installing method EncoderForSistaV1 class>>instVarReadScanBlockFor:using: 19:45:52 120/520 - 10/44: Installing method EncoderForSistaV1 class>>instVarWriteScanBlockFor:using: 19:45:52 120/520 - 11/44: Installing method EncoderForSistaV1 class>>instructionSizeAt:of: 19:45:52 120/520 - 12/44: Installing method EncoderForSistaV1 class>>interpretNextInstructionFor:in: 19:45:52 120/520 - 13/44: Installing method EncoderForSistaV1 class>>isBlockReturnAt:in: 19:45:52 120/520 - 14/44: Installing method EncoderForSistaV1 class>>isBranchIfFalseAt:in: 19:45:52 120/520 - 15/44: Installing method EncoderForSistaV1 class>>isBranchIfTrueAt:in: 19:45:52 120/520 - 16/44: Installing method EncoderForSistaV1 class>>isCreateBlockAt:in: 19:45:52 120/520 - 17/44: Installing method EncoderForSistaV1 class>>isCreateFullBlock:code:at: 19:45:52 120/520 - 18/44: Installing method EncoderForSistaV1 class>>isCreateFullBlockAt:in: 19:45:52 120/520 - 19/44: Installing method EncoderForSistaV1 class>>isExtension: 19:45:52 120/520 - 20/44: Installing method EncoderForSistaV1 class>>isJumpAt:in: 19:45:52 120/520 - 21/44: Installing method EncoderForSistaV1 class>>isJustPopAt:in: 19:45:52 120/520 - 22/44: Installing method EncoderForSistaV1 class>>isPushTempAt:in: 19:45:52 120/520 - 23/44: Installing method EncoderForSistaV1 class>>isRealSendAt:in: 19:45:52 120/520 - 24/44: Installing method EncoderForSistaV1 class>>isReturnAt:in: 19:45:52 120/520 - 25/44: Installing method EncoderForSistaV1 class>>isReturnTopFromMethodAt:in: 19:45:52 120/520 - 26/44: Installing method EncoderForSistaV1 class>>isSendAt:in: 19:45:52 120/520 - 27/44: Installing method EncoderForSistaV1 class>>isStoreAt:in: 19:45:52 120/520 - 28/44: Installing method EncoderForSistaV1 class>>isStorePopAt:in: 19:45:52 120/520 - 29/44: Installing method EncoderForSistaV1 class>>literalIndexOfBytecodeAt:in: 19:45:52 120/520 - 30/44: Installing method EncoderForSistaV1 class>>literalMethodBytecodes 19:45:52 120/520 - 31/44: Installing method EncoderForSistaV1 class>>markerOrNilFor: 19:45:52 120/520 - 32/44: Installing method EncoderForSistaV1 class>>method:refersInBytecodeToLiteral:specialSelectorIndex: 19:45:52 120/520 - 33/44: Installing method EncoderForSistaV1 class>>methodReturnBytecodes 19:45:52 120/520 - 34/44: Installing method EncoderForSistaV1 class>>nonExtensionBytecodeAt:in: 19:45:52 120/520 - 35/44: Installing method EncoderForSistaV1 class>>prepareMethod:forSimulationWith: 19:45:52 120/520 - 36/44: Installing method EncoderForSistaV1 class>>pushNilByte 19:45:52 120/520 - 37/44: Installing method EncoderForSistaV1 class>>readsSelfFor: 19:45:52 120/520 - 38/44: Installing method EncoderForSistaV1 class>>readsThisContextFor: 19:45:52 120/520 - 39/44: Installing method EncoderForSistaV1 class>>selectorToSendOrItselfFor:in:at: 19:45:52 120/520 - 40/44: Installing method EncoderForSistaV1 class>>sendsToSuperFor: 19:45:53 120/520 - 41/44: Installing method EncoderForSistaV1 class>>specialLiterals 19:45:53 120/520 - 42/44: Installing method EncoderForSistaV1 class>>stackDeltaForPrimitive:in: 19:45:53 120/520 - 43/44: Installing method EncoderForSistaV1 class>>superSendScanBlockUsing: 19:45:53 120/520 - 44/44: Installing method EncoderForSistaV1 class>>unusedBytecode 19:45:53 121/520 - 1/5: Installing method EndianDetector class>>calcEndianness 19:45:53 121/520 - 2/5: Installing method EndianDetector class>>endianness 19:45:53 121/520 - 3/5: Installing method EndianDetector class>>isBigEndian 19:45:53 121/520 - 4/5: Installing method EndianDetector class>>isLittleEndian 19:45:53 121/520 - 5/5: Installing method EndianDetector class>>startUp: 19:45:53 122/520 - 1/1: Installing method EphemeronLayout>>instanceSpecification 19:45:53 122/520 - 1/1: Installing method EphemeronLayout class>>extending:scope:host: 19:45:53 123/520 - 1/1: Installing method Error>>isResumable 19:45:53 123/520 - 1/1: Installing method Error class>>captureIfSignalledWhenStepping 19:45:53 124/520 - 1/5: Installing method ErrorHandler class>>defaultErrorHandler 19:45:53 124/520 - 2/5: Installing method ErrorHandler class>>defaultErrorHandler: 19:45:53 124/520 - 3/5: Installing method ErrorHandler class>>handleError: 19:45:53 124/520 - 4/5: Installing method ErrorHandler class>>handleNotification: 19:45:53 124/520 - 5/5: Installing method ErrorHandler class>>handleWarning: 19:45:53 125/520 - 1/3: Installing method ErrorHandlerSessionHandler>>handledId 19:45:53 125/520 - 2/3: Installing method ErrorHandlerSessionHandler>>shutdown: 19:45:53 125/520 - 3/3: Installing method ErrorHandlerSessionHandler>>startup: 19:45:53 125/520 - 1/2: Installing method ErrorHandlerSessionHandler class>>initialize 19:45:53 125/520 - 2/2: Installing method ErrorHandlerSessionHandler class>>uniqueInstance 19:45:53 126/520 - 1/1: Installing method ExactFloatPrintPolicy>>absPrint:on:base: 19:45:53 127/520 - 1/38: Installing method Exception>>completeProcess:with: 19:45:53 127/520 - 2/38: Installing method Exception>>defaultAction 19:45:53 127/520 - 3/38: Installing method Exception>>defaultDescription 19:45:53 127/520 - 4/38: Installing method Exception>>defaultResumeValue 19:45:53 127/520 - 5/38: Installing method Exception>>defaultReturnValue 19:45:53 127/520 - 6/38: Installing method Exception>>description 19:45:53 127/520 - 7/38: Installing method Exception>>freeze 19:45:53 127/520 - 8/38: Installing method Exception>>freezeUpTo: 19:45:53 127/520 - 9/38: Installing method Exception>>isDebuggerFailure 19:45:54 127/520 - 10/38: Installing method Exception>>isHandleableBy: 19:45:54 127/520 - 11/38: Installing method Exception>>isNested 19:45:54 127/520 - 12/38: Installing method Exception>>isResumable 19:45:54 127/520 - 13/38: Installing method Exception>>messageText 19:45:54 127/520 - 14/38: Installing method Exception>>messageText: 19:45:54 127/520 - 15/38: Installing method Exception>>originException 19:45:54 127/520 - 16/38: Installing method Exception>>outer 19:45:54 127/520 - 17/38: Installing method Exception>>pass 19:45:54 127/520 - 18/38: Installing method Exception>>printOn: 19:45:54 127/520 - 19/38: Installing method Exception>>privHandlerContext 19:45:54 127/520 - 20/38: Installing method Exception>>privHandlerContext: 19:45:54 127/520 - 21/38: Installing method Exception>>raiseUnhandledError 19:45:54 127/520 - 22/38: Installing method Exception>>receiver 19:45:54 127/520 - 23/38: Installing method Exception>>resignalAs: 19:45:54 127/520 - 24/38: Installing method Exception>>resume 19:45:54 127/520 - 25/38: Installing method Exception>>resume: 19:45:54 127/520 - 26/38: Installing method Exception>>resumeUnchecked: 19:45:54 127/520 - 27/38: Installing method Exception>>return 19:45:54 127/520 - 28/38: Installing method Exception>>return: 19:45:54 127/520 - 29/38: Installing method Exception>>searchFrom: 19:45:54 127/520 - 30/38: Installing method Exception>>signal 19:45:54 127/520 - 31/38: Installing method Exception>>signal: 19:45:54 127/520 - 32/38: Installing method Exception>>signalIn: 19:45:54 127/520 - 33/38: Installing method Exception>>signaler 19:45:54 127/520 - 34/38: Installing method Exception>>signaler: 19:45:54 127/520 - 35/38: Installing method Exception>>signalerContext 19:45:54 127/520 - 36/38: Installing method Exception>>tag 19:45:54 127/520 - 37/38: Installing method Exception>>tag: 19:45:54 127/520 - 38/38: Installing method Exception>>unhandledErrorAction 19:45:54 127/520 - 1/9: Installing method Exception class>>, 19:45:54 127/520 - 2/9: Installing method Exception class>>- 19:45:54 127/520 - 3/9: Installing method Exception class>>captureIfSignalledWhenStepping 19:45:54 127/520 - 4/9: Installing method Exception class>>handles: 19:45:54 127/520 - 5/9: Installing method Exception class>>signal 19:45:54 127/520 - 6/9: Installing method Exception class>>signal: 19:45:54 127/520 - 7/9: Installing method Exception class>>signal:in: 19:45:54 127/520 - 8/9: Installing method Exception class>>signal:withTag: 19:45:54 127/520 - 9/9: Installing method Exception class>>signalIn: 19:45:54 128/520 - 1/5: Installing method ExceptionSet>>, 19:45:54 128/520 - 2/5: Installing method ExceptionSet>>- 19:45:54 128/520 - 3/5: Installing method ExceptionSet>>add: 19:45:54 128/520 - 4/5: Installing method ExceptionSet>>handles: 19:45:54 128/520 - 5/5: Installing method ExceptionSet>>initialize 19:45:54 129/520 - 1/4: Installing method ExceptionSetWithExclusions>>- 19:45:54 129/520 - 2/4: Installing method ExceptionSetWithExclusions>>addExclusion: 19:45:54 129/520 - 3/4: Installing method ExceptionSetWithExclusions>>handles: 19:45:54 129/520 - 4/4: Installing method ExceptionSetWithExclusions>>initialize 19:45:54 130/520 - 1/5: Installing method ExecutionEnvironment>>activated 19:45:54 130/520 - 2/5: Installing method ExecutionEnvironment>>beActiveDuring: 19:45:54 130/520 - 3/5: Installing method ExecutionEnvironment>>deactivated 19:45:54 130/520 - 4/5: Installing method ExecutionEnvironment>>isTest 19:45:54 130/520 - 5/5: Installing method ExecutionEnvironment>>prepareForNewProcess: 19:45:54 131/520 - 1/6: Installing method Exit>>defaultAction 19:45:54 131/520 - 2/6: Installing method Exit>>isSuccess 19:45:54 131/520 - 3/6: Installing method Exit>>printMessage 19:45:54 131/520 - 4/6: Installing method Exit>>printOn: 19:45:54 131/520 - 5/6: Installing method Exit>>status 19:45:54 131/520 - 6/6: Installing method Exit>>status: 19:45:54 131/520 - 1/7: Installing method Exit class>>failure 19:45:54 131/520 - 2/7: Installing method Exit class>>signalFailure 19:45:54 131/520 - 3/7: Installing method Exit class>>signalFailure: 19:45:54 131/520 - 4/7: Installing method Exit class>>signalSuccess 19:45:54 131/520 - 5/7: Installing method Exit class>>signalSuccess: 19:45:54 131/520 - 6/7: Installing method Exit class>>status: 19:45:54 131/520 - 7/7: Installing method Exit class>>success 19:45:54 132/520 - 1/6: Installing method ExpressionEvaluated>>context 19:45:54 132/520 - 2/6: Installing method ExpressionEvaluated>>context: 19:45:54 132/520 - 3/6: Installing method ExpressionEvaluated>>expression 19:45:54 132/520 - 4/6: Installing method ExpressionEvaluated>>expressionEvaluated 19:45:54 132/520 - 5/6: Installing method ExpressionEvaluated>>expressionEvaluated: 19:45:54 132/520 - 6/6: Installing method ExpressionEvaluated>>item 19:45:54 132/520 - 1/2: Installing method ExpressionEvaluated class>>expression: 19:45:55 132/520 - 2/2: Installing method ExpressionEvaluated class>>expression:context: 19:45:55 133/520 - 1/3: Installing method ExtensionPointsOwningPackageNotification>>messageText 19:45:55 133/520 - 2/3: Installing method ExtensionPointsOwningPackageNotification>>packageName 19:45:55 133/520 - 3/3: Installing method ExtensionPointsOwningPackageNotification>>packageName: 19:45:55 133/520 - 1/1: Installing method ExtensionPointsOwningPackageNotification class>>signalFor: 19:45:55 134/520 - 1/18: Installing method ExternalAddress>>+ 19:45:55 134/520 - 2/18: Installing method ExternalAddress>>= 19:45:55 134/520 - 3/18: Installing method ExternalAddress>>asByteArrayPointer 19:45:55 134/520 - 4/18: Installing method ExternalAddress>>asExternalPointer 19:45:55 134/520 - 5/18: Installing method ExternalAddress>>asInteger 19:45:55 134/520 - 6/18: Installing method ExternalAddress>>beNull 19:45:55 134/520 - 7/18: Installing method ExternalAddress>>byteAt: 19:45:55 134/520 - 8/18: Installing method ExternalAddress>>byteAt:put: 19:45:55 134/520 - 9/18: Installing method ExternalAddress>>bytesFromCString 19:45:55 134/520 - 10/18: Installing method ExternalAddress>>clone 19:45:55 134/520 - 11/18: Installing method ExternalAddress>>finalize 19:45:55 134/520 - 12/18: Installing method ExternalAddress>>free 19:45:55 134/520 - 13/18: Installing method ExternalAddress>>fromInteger: 19:45:55 134/520 - 14/18: Installing method ExternalAddress>>isExternalAddress 19:45:55 134/520 - 15/18: Installing method ExternalAddress>>isNull 19:45:55 134/520 - 16/18: Installing method ExternalAddress>>printOn: 19:45:55 134/520 - 17/18: Installing method ExternalAddress>>shallowCopy 19:45:55 134/520 - 18/18: Installing method ExternalAddress>>utf8StringFromCString 19:45:55 134/520 - 1/10: Installing method ExternalAddress class>>allocate: 19:45:55 134/520 - 2/10: Installing method ExternalAddress class>>allocate:allocate:during: 19:45:55 134/520 - 3/10: Installing method ExternalAddress class>>allocate:bytesDuring: 19:45:55 134/520 - 4/10: Installing method ExternalAddress class>>allocateMemoryOfSizes:during: 19:45:55 134/520 - 5/10: Installing method ExternalAddress class>>gcallocate: 19:45:55 134/520 - 6/10: Installing method ExternalAddress class>>loadSymbol:module: 19:45:55 134/520 - 7/10: Installing method ExternalAddress class>>new 19:45:55 134/520 - 8/10: Installing method ExternalAddress class>>new: 19:45:55 134/520 - 9/10: Installing method ExternalAddress class>>startUp: 19:45:55 134/520 - 10/10: Installing method ExternalAddress class>>wordSize 19:45:55 135/520 - 1/4: Installing method ExternalData>>bytesFromCString 19:45:55 135/520 - 2/4: Installing method ExternalData>>printOn: 19:45:55 135/520 - 3/4: Installing method ExternalData>>setHandle:type: 19:45:55 135/520 - 4/4: Installing method ExternalData>>utf8StringFromCString 19:45:55 135/520 - 1/4: Installing method ExternalData class>>compileFields 19:45:55 135/520 - 2/4: Installing method ExternalData class>>fields 19:45:55 135/520 - 3/4: Installing method ExternalData class>>fromHandle:type: 19:45:55 135/520 - 4/4: Installing method ExternalData class>>new 19:45:55 136/520 - 1/4: Installing method ExternalObject>>getHandle 19:45:55 136/520 - 2/4: Installing method ExternalObject>>isExternalAddress 19:45:55 136/520 - 3/4: Installing method ExternalObject>>isNull 19:45:55 136/520 - 4/4: Installing method ExternalObject>>setHandle: 19:45:56 136/520 - 1/5: Installing method ExternalObject class>>initialize 19:45:56 136/520 - 2/5: Installing method ExternalObject class>>install 19:45:56 136/520 - 3/5: Installing method ExternalObject class>>installSubclasses 19:45:56 136/520 - 4/5: Installing method ExternalObject class>>null 19:45:56 136/520 - 5/5: Installing method ExternalObject class>>startUp: 19:45:56 137/520 - 1/12: Installing method ExternalSemaphoreTable class>>clearExternalObjects 19:45:56 137/520 - 2/12: Installing method ExternalSemaphoreTable class>>collectionBasedOn:withRoomFor: 19:45:56 137/520 - 3/12: Installing method ExternalSemaphoreTable class>>externalObjects 19:45:56 137/520 - 4/12: Installing method ExternalSemaphoreTable class>>freedSlotsIn:ratherThanIncreaseSizeTo: 19:45:56 137/520 - 5/12: Installing method ExternalSemaphoreTable class>>initialize 19:45:56 137/520 - 6/12: Installing method ExternalSemaphoreTable class>>privateRegisterExternalObject: 19:45:56 137/520 - 7/12: Installing method ExternalSemaphoreTable class>>privateUnregisterExternalObject: 19:45:56 137/520 - 8/12: Installing method ExternalSemaphoreTable class>>registerExternalObject: 19:45:56 137/520 - 9/12: Installing method ExternalSemaphoreTable class>>slotFor:in: 19:45:56 137/520 - 10/12: Installing method ExternalSemaphoreTable class>>unprotectedExternalObjects 19:45:56 137/520 - 11/12: Installing method ExternalSemaphoreTable class>>unprotectedExternalObjects: 19:45:56 137/520 - 12/12: Installing method ExternalSemaphoreTable class>>unregisterExternalObject: 19:45:56 138/520 - 1/2: Installing method ExternalStructure>>compositeName 19:45:56 138/520 - 2/2: Installing method ExternalStructure>>free 19:45:57 138/520 - 1/31: Installing method ExternalStructure class>>byteSize 19:45:57 138/520 - 2/31: Installing method ExternalStructure class>>checkFieldLayoutChange 19:45:57 138/520 - 3/31: Installing method ExternalStructure class>>compileAlias:withAccessors: 19:45:57 138/520 - 4/31: Installing method ExternalStructure class>>compileAllFields 19:45:57 138/520 - 5/31: Installing method ExternalStructure class>>compileFields 19:45:57 138/520 - 6/31: Installing method ExternalStructure class>>compileFields: 19:45:57 138/520 - 7/31: Installing method ExternalStructure class>>compileFields:withAccessors: 19:45:57 138/520 - 8/31: Installing method ExternalStructure class>>compiledSpec 19:45:57 138/520 - 9/31: Installing method ExternalStructure class>>compositeName 19:45:57 138/520 - 10/31: Installing method ExternalStructure class>>defineAliasAccessorsFor:type: 19:45:57 138/520 - 11/31: Installing method ExternalStructure class>>defineFieldAccessorsFor:startingAt:type: 19:45:57 138/520 - 12/31: Installing method ExternalStructure class>>defineFields 19:45:57 138/520 - 13/31: Installing method ExternalStructure class>>defineFields: 19:45:57 138/520 - 14/31: Installing method ExternalStructure class>>doneCompiling 19:45:57 138/520 - 15/31: Installing method ExternalStructure class>>externalNew 19:45:57 138/520 - 16/31: Installing method ExternalStructure class>>externalType 19:45:57 138/520 - 17/31: Installing method ExternalStructure class>>fields 19:45:57 138/520 - 18/31: Installing method ExternalStructure class>>fileOutInitializerOn: 19:45:57 138/520 - 19/31: Installing method ExternalStructure class>>fileOutOn:moveSource:toFile:initializing: 19:45:57 138/520 - 20/31: Installing method ExternalStructure class>>fromHandle: 19:45:57 138/520 - 21/31: Installing method ExternalStructure class>>install 19:45:57 138/520 - 22/31: Installing method ExternalStructure class>>maybeCompileAccessor:withSelector: 19:45:57 138/520 - 23/31: Installing method ExternalStructure class>>new 19:45:57 138/520 - 24/31: Installing method ExternalStructure class>>obsolete 19:45:57 138/520 - 25/31: Installing method ExternalStructure class>>pointerSize 19:45:57 138/520 - 26/31: Installing method ExternalStructure class>>recompileStructures 19:45:57 138/520 - 27/31: Installing method ExternalStructure class>>rename: 19:45:57 138/520 - 28/31: Installing method ExternalStructure class>>shouldGenerate:policy: 19:45:57 138/520 - 29/31: Installing method ExternalStructure class>>sortStructs:into: 19:45:57 138/520 - 30/31: Installing method ExternalStructure class>>typeNamesFromWhichIDepend 19:45:57 138/520 - 31/31: Installing method ExternalStructure class>>typedef 19:45:57 139/520 - 1/30: Installing method ExternalType>>asNonPointerType 19:45:57 139/520 - 2/30: Installing method ExternalType>>asPointerType 19:45:57 139/520 - 3/30: Installing method ExternalType>>asPointerType: 19:45:57 139/520 - 4/30: Installing method ExternalType>>atomicType 19:45:57 139/520 - 5/30: Installing method ExternalType>>byteSize 19:45:57 139/520 - 6/30: Installing method ExternalType>>compiledSpec 19:45:57 139/520 - 7/30: Installing method ExternalType>>compiledSpec: 19:45:57 139/520 - 8/30: Installing method ExternalType>>embeddedSpecWithSize: 19:45:57 139/520 - 9/30: Installing method ExternalType>>externalTypeName 19:45:57 139/520 - 10/30: Installing method ExternalType>>headerWord 19:45:57 139/520 - 11/30: Installing method ExternalType>>isAtomic 19:45:57 139/520 - 12/30: Installing method ExternalType>>isIntegerType 19:45:57 139/520 - 13/30: Installing method ExternalType>>isPointerType 19:45:57 139/520 - 14/30: Installing method ExternalType>>isSigned 19:45:57 139/520 - 15/30: Installing method ExternalType>>isStructureType 19:45:57 139/520 - 16/30: Installing method ExternalType>>isUnsigned 19:45:57 139/520 - 17/30: Installing method ExternalType>>isVoid 19:45:57 139/520 - 18/30: Installing method ExternalType>>newReferentClass: 19:45:57 139/520 - 19/30: Installing method ExternalType>>pointerSize 19:45:57 139/520 - 20/30: Installing method ExternalType>>pointerSize: 19:45:57 139/520 - 21/30: Installing method ExternalType>>printAtomicType:on: 19:45:57 139/520 - 22/30: Installing method ExternalType>>printOn: 19:45:57 139/520 - 23/30: Installing method ExternalType>>printStructureFieldStartingAt:withName:inClass:on:indent: 19:45:57 139/520 - 24/30: Installing method ExternalType>>printTypedefOn: 19:45:57 139/520 - 25/30: Installing method ExternalType>>readFieldAt: 19:45:58 139/520 - 26/30: Installing method ExternalType>>referentClass 19:45:58 139/520 - 27/30: Installing method ExternalType>>setReferencedType: 19:45:58 139/520 - 28/30: Installing method ExternalType>>storeOn: 19:45:58 139/520 - 29/30: Installing method ExternalType>>typedef 19:45:58 139/520 - 30/30: Installing method ExternalType>>writeFieldAt:with: 19:45:58 139/520 - 1/39: Installing method ExternalType class>>atomicTypeNamed: 19:45:58 139/520 - 2/39: Installing method ExternalType class>>bool 19:45:58 139/520 - 3/39: Installing method ExternalType class>>byte 19:45:58 139/520 - 4/39: Installing method ExternalType class>>char 19:45:58 139/520 - 5/39: Installing method ExternalType class>>cleanupUnusedTypes 19:45:58 139/520 - 6/39: Installing method ExternalType class>>double 19:45:58 139/520 - 7/39: Installing method ExternalType class>>float 19:45:58 139/520 - 8/39: Installing method ExternalType class>>forceTypeNamed: 19:45:58 139/520 - 9/39: Installing method ExternalType class>>initialize 19:45:58 139/520 - 10/39: Installing method ExternalType class>>initializeAtomicTypes 19:45:58 139/520 - 11/39: Installing method ExternalType class>>initializeDefaultTypes 19:45:58 139/520 - 12/39: Installing method ExternalType class>>initializeFFIConstants 19:45:58 139/520 - 13/39: Installing method ExternalType class>>initializeStructureTypes 19:45:58 139/520 - 14/39: Installing method ExternalType class>>long 19:45:58 139/520 - 15/39: Installing method ExternalType class>>new 19:45:58 139/520 - 16/39: Installing method ExternalType class>>newTypeNamed:force: 19:45:58 139/520 - 17/39: Installing method ExternalType class>>noticeModificationOf: 19:45:58 139/520 - 18/39: Installing method ExternalType class>>noticeRemovalOf: 19:45:58 139/520 - 19/39: Installing method ExternalType class>>noticeRenamingOf:from:to: 19:45:58 139/520 - 20/39: Installing method ExternalType class>>pointerSpec 19:45:58 139/520 - 21/39: Installing method ExternalType class>>sbyte 19:45:58 139/520 - 22/39: Installing method ExternalType class>>schar 19:45:58 139/520 - 23/39: Installing method ExternalType class>>short 19:45:58 139/520 - 24/39: Installing method ExternalType class>>signedByte 19:45:58 139/520 - 25/39: Installing method ExternalType class>>signedChar 19:45:58 139/520 - 26/39: Installing method ExternalType class>>signedLong 19:45:58 139/520 - 27/39: Installing method ExternalType class>>signedLongLong 19:45:58 139/520 - 28/39: Installing method ExternalType class>>signedShort 19:45:58 139/520 - 29/39: Installing method ExternalType class>>string 19:45:58 139/520 - 30/39: Installing method ExternalType class>>structTypeNamed: 19:45:58 139/520 - 31/39: Installing method ExternalType class>>structureSpec 19:45:58 139/520 - 32/39: Installing method ExternalType class>>ulong 19:45:58 139/520 - 33/39: Installing method ExternalType class>>unsignedByte 19:45:58 139/520 - 34/39: Installing method ExternalType class>>unsignedChar 19:45:58 139/520 - 35/39: Installing method ExternalType class>>unsignedLong 19:45:58 139/520 - 36/39: Installing method ExternalType class>>unsignedLongLong 19:45:58 139/520 - 37/39: Installing method ExternalType class>>unsignedShort 19:45:58 139/520 - 38/39: Installing method ExternalType class>>ushort 19:45:58 139/520 - 39/39: Installing method ExternalType class>>void 19:45:58 140/520 - 1/2: Installing method ExternalUnion class>>compileFields:withAccessors: 19:45:58 140/520 - 2/2: Installing method ExternalUnion class>>compositeName 19:45:59 141/520 - 1/9: Installing method FFIBackend>>allocate: 19:45:59 141/520 - 2/9: Installing method FFIBackend>>free: 19:45:59 141/520 - 3/9: Installing method FFIBackend>>integerOfObject:at:put:size:signed: 19:45:59 141/520 - 4/9: Installing method FFIBackend>>integerOfObject:at:size:signed: 19:45:59 141/520 - 5/9: Installing method FFIBackend>>loadSymbol:module: 19:45:59 141/520 - 6/9: Installing method FFIBackend>>on:float32At: 19:45:59 141/520 - 7/9: Installing method FFIBackend>>on:float32At:put: 19:45:59 141/520 - 8/9: Installing method FFIBackend>>on:float64At: 19:45:59 141/520 - 9/9: Installing method FFIBackend>>on:float64At:put: 19:45:59 141/520 - 1/5: Installing method FFIBackend class>>current 19:45:59 141/520 - 2/5: Installing method FFIBackend class>>detectFFIBackend 19:45:59 141/520 - 3/5: Installing method FFIBackend class>>isAvailable 19:45:59 141/520 - 4/5: Installing method FFIBackend class>>reset 19:45:59 141/520 - 5/5: Installing method FFIBackend class>>startUp: 19:45:59 142/520 - 1/4: Installing method FFIConstants class>>initialize 19:45:59 142/520 - 2/4: Installing method FFIConstants class>>initializeCallingConventions 19:45:59 142/520 - 3/4: Installing method FFIConstants class>>initializeErrorConstants 19:45:59 142/520 - 4/4: Installing method FFIConstants class>>initializeTypeConstants 19:45:59 143/520 - 1/12: Installing method False>>& 19:45:59 143/520 - 2/12: Installing method False>>and: 19:45:59 143/520 - 3/12: Installing method False>>asBit 19:45:59 143/520 - 4/12: Installing method False>>ifFalse: 19:45:59 143/520 - 5/12: Installing method False>>ifFalse:ifTrue: 19:45:59 143/520 - 6/12: Installing method False>>ifTrue: 19:45:59 143/520 - 7/12: Installing method False>>ifTrue:ifFalse: 19:45:59 143/520 - 8/12: Installing method False>>not 19:45:59 143/520 - 9/12: Installing method False>>or: 19:45:59 143/520 - 10/12: Installing method False>>printOn: 19:45:59 143/520 - 11/12: Installing method False>>xor: 19:45:59 143/520 - 12/12: Installing method False>>| 19:45:59 144/520 - 1/18: Installing method File>>basename 19:45:59 144/520 - 2/18: Installing method File>>basicOpenForWrite: 19:45:59 144/520 - 3/18: Installing method File>>checkDoesNotExist 19:45:59 144/520 - 4/18: Installing method File>>checkWritableFilesystem 19:46:00 144/520 - 5/18: Installing method File>>delete 19:46:00 144/520 - 6/18: Installing method File>>exists 19:46:00 144/520 - 7/18: Installing method File>>name 19:46:00 144/520 - 8/18: Installing method File>>named: 19:46:00 144/520 - 9/18: Installing method File>>openForAppend 19:46:00 144/520 - 10/18: Installing method File>>openForRead 19:46:00 144/520 - 11/18: Installing method File>>openForWrite 19:46:00 144/520 - 12/18: Installing method File>>openForWrite: 19:46:00 144/520 - 13/18: Installing method File>>readStream 19:46:00 144/520 - 14/18: Installing method File>>readStreamDo: 19:46:00 144/520 - 15/18: Installing method File>>size 19:46:00 144/520 - 16/18: Installing method File>>unregister 19:46:00 144/520 - 17/18: Installing method File>>writeStream 19:46:00 144/520 - 18/18: Installing method File>>writeStreamDo: 19:46:08 144/520 - 1/107: Installing method File class>>atEnd: 19:46:08 144/520 - 2/107: Installing method File class>>cantAllocateMemory 19:46:08 144/520 - 3/107: Installing method File class>>cantOpenDir 19:46:08 144/520 - 4/107: Installing method File class>>cantReadlink 19:46:08 144/520 - 5/107: Installing method File class>>cantStatPath 19:46:08 144/520 - 6/107: Installing method File class>>close: 19:46:08 144/520 - 7/107: Installing method File class>>closed: 19:46:08 144/520 - 8/107: Installing method File class>>connectToFile:writable: 19:46:08 144/520 - 9/107: Installing method File class>>connectToFileDescriptor:writable: 19:46:08 144/520 - 10/107: Installing method File class>>corruptValue 19:46:08 144/520 - 11/107: Installing method File class>>createDirectory: 19:46:08 144/520 - 12/107: Installing method File class>>decodePathString: 19:46:08 144/520 - 13/107: Installing method File class>>deleteDirectory: 19:46:08 144/520 - 14/107: Installing method File class>>deleteFile: 19:46:08 144/520 - 15/107: Installing method File class>>delimiter 19:46:08 144/520 - 16/107: Installing method File class>>encodePathString: 19:46:08 144/520 - 17/107: Installing method File class>>exists: 19:46:08 144/520 - 18/107: Installing method File class>>file:posixPermissions: 19:46:08 144/520 - 19/107: Installing method File class>>file:symlinkUid:gid: 19:46:08 144/520 - 20/107: Installing method File class>>file:uid:gid: 19:46:08 144/520 - 21/107: Installing method File class>>fileAttribute:number: 19:46:08 144/520 - 22/107: Installing method File class>>fileAttributeNumberMap 19:46:08 144/520 - 23/107: Installing method File class>>fileAttributes:mask: 19:46:08 144/520 - 24/107: Installing method File class>>fileAttributesVersionString 19:46:08 144/520 - 25/107: Installing method File class>>fileDescriptorIsAvailable: 19:46:08 144/520 - 26/107: Installing method File class>>fileDescriptorType: 19:46:08 144/520 - 27/107: Installing method File class>>flush: 19:46:08 144/520 - 28/107: Installing method File class>>fromPlatformPath: 19:46:08 144/520 - 29/107: Installing method File class>>getAttributesFailed 19:46:08 144/520 - 30/107: Installing method File class>>getMacFile:type:creator: 19:46:08 144/520 - 31/107: Installing method File class>>getPosition: 19:46:08 144/520 - 32/107: Installing method File class>>initialize 19:46:08 144/520 - 33/107: Installing method File class>>invalidArguments 19:46:08 144/520 - 34/107: Installing method File class>>isBlock: 19:46:08 144/520 - 35/107: Installing method File class>>isCharacter: 19:46:08 144/520 - 36/107: Installing method File class>>isDirectory: 19:46:08 144/520 - 37/107: Installing method File class>>isExecutable: 19:46:08 144/520 - 38/107: Installing method File class>>isFIFO: 19:46:08 144/520 - 39/107: Installing method File class>>isFile: 19:46:08 144/520 - 40/107: Installing method File class>>isReadable: 19:46:08 144/520 - 41/107: Installing method File class>>isRegular: 19:46:08 144/520 - 42/107: Installing method File class>>isSocket: 19:46:08 144/520 - 43/107: Installing method File class>>isSymlink: 19:46:08 144/520 - 44/107: Installing method File class>>isWritable: 19:46:08 144/520 - 45/107: Installing method File class>>lookupDirectory:filename: 19:46:08 144/520 - 46/107: Installing method File class>>lookupEntryIn:index: 19:46:08 144/520 - 47/107: Installing method File class>>modeIsBlock: 19:46:08 144/520 - 48/107: Installing method File class>>modeIsCharacter: 19:46:08 144/520 - 49/107: Installing method File class>>modeIsDirectory: 19:46:08 144/520 - 50/107: Installing method File class>>modeIsFIFO: 19:46:08 144/520 - 51/107: Installing method File class>>modeIsRegular: 19:46:08 144/520 - 52/107: Installing method File class>>modeIsSocket: 19:46:08 144/520 - 53/107: Installing method File class>>modeIsSymlink: 19:46:08 144/520 - 54/107: Installing method File class>>modeOf: 19:46:08 144/520 - 55/107: Installing method File class>>named: 19:46:08 144/520 - 56/107: Installing method File class>>open:writable: 19:46:08 144/520 - 57/107: Installing method File class>>openForReadFileNamed: 19:46:08 144/520 - 58/107: Installing method File class>>openForWriteFileNamed: 19:46:08 144/520 - 59/107: Installing method File class>>posixPermissions: 19:46:08 144/520 - 60/107: Installing method File class>>primClosedir: 19:46:08 144/520 - 61/107: Installing method File class>>primDeleteFile: 19:46:08 144/520 - 62/107: Installing method File class>>primExists: 19:46:08 144/520 - 63/107: Installing method File class>>primFile:posixPermissions: 19:46:08 144/520 - 64/107: Installing method File class>>primFile:symlinkUid:gid: 19:46:08 144/520 - 65/107: Installing method File class>>primFile:uid:gid: 19:46:08 144/520 - 66/107: Installing method File class>>primFileAttribute:number: 19:46:08 144/520 - 67/107: Installing method File class>>primFileAttributes:mask: 19:46:08 144/520 - 68/107: Installing method File class>>primFileMasks 19:46:08 144/520 - 69/107: Installing method File class>>primFromPlatformPath: 19:46:08 144/520 - 70/107: Installing method File class>>primLogicalDrives 19:46:08 144/520 - 71/107: Installing method File class>>primOpendir: 19:46:08 144/520 - 72/107: Installing method File class>>primPathMax 19:46:08 144/520 - 73/107: Installing method File class>>primReaddir: 19:46:08 144/520 - 74/107: Installing method File class>>primRewinddir: 19:46:08 144/520 - 75/107: Installing method File class>>primToPlatformPath: 19:46:08 144/520 - 76/107: Installing method File class>>primitiveWaitForDataOn:signalling: 19:46:08 144/520 - 77/107: Installing method File class>>read:into:startingAt:count: 19:46:08 144/520 - 78/107: Installing method File class>>register: 19:46:08 144/520 - 79/107: Installing method File class>>registry 19:46:08 144/520 - 80/107: Installing method File class>>rename:to: 19:46:08 144/520 - 81/107: Installing method File class>>reset 19:46:08 144/520 - 82/107: Installing method File class>>retryWithGC:until:forFileNamed: 19:46:08 144/520 - 83/107: Installing method File class>>s_IFBLK 19:46:08 144/520 - 84/107: Installing method File class>>s_IFCHR 19:46:08 144/520 - 85/107: Installing method File class>>s_IFDIR 19:46:08 144/520 - 86/107: Installing method File class>>s_IFIFO 19:46:08 144/520 - 87/107: Installing method File class>>s_IFLNK 19:46:08 144/520 - 88/107: Installing method File class>>s_IFMT 19:46:08 144/520 - 89/107: Installing method File class>>s_IFREG 19:46:08 144/520 - 90/107: Installing method File class>>s_IFSOCK 19:46:08 144/520 - 91/107: Installing method File class>>setPosition:to: 19:46:09 144/520 - 92/107: Installing method File class>>signalError:for: 19:46:09 144/520 - 93/107: Installing method File class>>sizeOf: 19:46:09 144/520 - 94/107: Installing method File class>>sizeOrNil: 19:46:09 144/520 - 95/107: Installing method File class>>startUp: 19:46:09 144/520 - 96/107: Installing method File class>>statFailed 19:46:09 144/520 - 97/107: Installing method File class>>stdioHandles 19:46:09 144/520 - 98/107: Installing method File class>>stdioIsAvailable 19:46:09 144/520 - 99/107: Installing method File class>>stringTooLong 19:46:09 144/520 - 100/107: Installing method File class>>sync: 19:46:09 144/520 - 101/107: Installing method File class>>timeConversionFailed 19:46:09 144/520 - 102/107: Installing method File class>>toPlatformPath: 19:46:09 144/520 - 103/107: Installing method File class>>truncate:to: 19:46:09 144/520 - 104/107: Installing method File class>>unexpectedError 19:46:09 144/520 - 105/107: Installing method File class>>unregister: 19:46:09 144/520 - 106/107: Installing method File class>>unsupportedOperation 19:46:09 144/520 - 107/107: Installing method File class>>write:from:startingAt:count: 19:46:09 145/520 - 1/3: Installing method FileAlreadyExistsException>>file 19:46:09 145/520 - 2/3: Installing method FileAlreadyExistsException>>file: 19:46:09 145/520 - 3/3: Installing method FileAlreadyExistsException>>messageText 19:46:09 145/520 - 1/1: Installing method FileAlreadyExistsException class>>signalOnFile: 19:46:09 146/520 - 1/2: Installing method FileDoesNotExistException>>readOnly 19:46:09 146/520 - 2/2: Installing method FileDoesNotExistException>>readOnly: 19:46:09 146/520 - 1/1: Installing method FileDoesNotExistException class>>signalWithFile:writeMode: 19:46:09 147/520 - 1/4: Installing method FileException>>fileName 19:46:09 147/520 - 2/4: Installing method FileException>>fileName: 19:46:09 147/520 - 3/4: Installing method FileException>>isResumable 19:46:09 147/520 - 4/4: Installing method FileException>>messageText 19:46:09 147/520 - 1/3: Installing method FileException class>>fileName: 19:46:09 147/520 - 2/3: Installing method FileException class>>signalOnFile: 19:46:09 147/520 - 3/3: Installing method FileException class>>signalWith: 19:46:09 148/520 - 1/2: Installing method FilePathEncoder class>>decode: 19:46:09 148/520 - 2/2: Installing method FilePathEncoder class>>encode: 19:46:09 150/520 - 1/8: Installing method FinalizationProcess class>>finalizationProcess 19:46:09 150/520 - 2/8: Installing method FinalizationProcess class>>initialize 19:46:09 150/520 - 3/8: Installing method FinalizationProcess class>>mournLoopWith: 19:46:09 150/520 - 4/8: Installing method FinalizationProcess class>>primitiveFetchMourner 19:46:09 150/520 - 5/8: Installing method FinalizationProcess class>>restartFinalizationProcess 19:46:09 150/520 - 6/8: Installing method FinalizationProcess class>>restartMethods 19:46:09 150/520 - 7/8: Installing method FinalizationProcess class>>runningFinalizationProcess 19:46:09 150/520 - 8/8: Installing method FinalizationProcess class>>startUp: 19:46:10 151/520 - 1/20: Installing method FinalizationRegistry>>add: 19:46:10 151/520 - 2/20: Installing method FinalizationRegistry>>add:finalizer: 19:46:10 151/520 - 3/20: Installing method FinalizationRegistry>>ephemeronAtKey: 19:46:10 151/520 - 4/20: Installing method FinalizationRegistry>>ephemeronAtKey:ifAbsent: 19:46:10 151/520 - 5/20: Installing method FinalizationRegistry>>errorHandler 19:46:10 151/520 - 6/20: Installing method FinalizationRegistry>>errorHandler: 19:46:10 151/520 - 7/20: Installing method FinalizationRegistry>>finalizeEphemeron: 19:46:10 151/520 - 8/20: Installing method FinalizationRegistry>>handleErrorsDuring: 19:46:10 151/520 - 9/20: Installing method FinalizationRegistry>>includes: 19:46:10 151/520 - 10/20: Installing method FinalizationRegistry>>initialize 19:46:10 151/520 - 11/20: Installing method FinalizationRegistry>>isEmpty 19:46:10 151/520 - 12/20: Installing method FinalizationRegistry>>keys 19:46:10 151/520 - 13/20: Installing method FinalizationRegistry>>postCopy 19:46:10 151/520 - 14/20: Installing method FinalizationRegistry>>protected: 19:46:10 151/520 - 15/20: Installing method FinalizationRegistry>>remove: 19:46:10 151/520 - 16/20: Installing method FinalizationRegistry>>remove:ifAbsent: 19:46:10 151/520 - 17/20: Installing method FinalizationRegistry>>removeEphemeron: 19:46:10 151/520 - 18/20: Installing method FinalizationRegistry>>size 19:46:10 151/520 - 19/20: Installing method FinalizationRegistry>>values 19:46:10 151/520 - 20/20: Installing method FinalizationRegistry>>valuesDo: 19:46:10 151/520 - 1/1: Installing method FinalizationRegistry class>>default 19:46:10 152/520 - 1/5: Installing method FinalizationRegistryEntry>>container 19:46:10 152/520 - 2/5: Installing method FinalizationRegistryEntry>>container: 19:46:10 152/520 - 3/5: Installing method FinalizationRegistryEntry>>link 19:46:10 152/520 - 4/5: Installing method FinalizationRegistryEntry>>link: 19:46:10 152/520 - 5/5: Installing method FinalizationRegistryEntry>>mourn 19:46:10 152/520 - 1/1: Installing method FinalizationRegistryEntry class>>key:value:container: 19:46:10 153/520 - 1/2: Installing method FixedLayout>>instanceSpecification 19:46:10 153/520 - 2/2: Installing method FixedLayout>>isFixedLayout 19:46:10 153/520 - 1/1: Installing method FixedLayout class>>extending:scope:host: 19:46:11 154/520 - 1/42: Installing method Float>>abs 19:46:11 154/520 - 2/42: Installing method Float>>absPrintExactlyOn:base: 19:46:11 154/520 - 3/42: Installing method Float>>absPrintInexactlyOn:base: 19:46:11 154/520 - 4/42: Installing method Float>>absPrintOn:base:digitCount: 19:46:11 154/520 - 5/42: Installing method Float>>adaptToFraction:andCompare: 19:46:11 154/520 - 6/42: Installing method Float>>adaptToFraction:andSend: 19:46:11 154/520 - 7/42: Installing method Float>>adaptToInteger:andCompare: 19:46:11 154/520 - 8/42: Installing method Float>>adaptToInteger:andSend: 19:46:11 154/520 - 9/42: Installing method Float>>asApproximateFraction 19:46:11 154/520 - 10/42: Installing method Float>>asApproximateFractionAtOrder: 19:46:11 154/520 - 11/42: Installing method Float>>asFloat 19:46:11 154/520 - 12/42: Installing method Float>>asFraction 19:46:11 154/520 - 13/42: Installing method Float>>asMinimalDecimalFraction 19:46:11 154/520 - 14/42: Installing method Float>>asScaledDecimal 19:46:11 154/520 - 15/42: Installing method Float>>asTrueFraction 19:46:11 154/520 - 16/42: Installing method Float>>at: 19:46:11 154/520 - 17/42: Installing method Float>>at:put: 19:46:11 154/520 - 18/42: Installing method Float>>basicAt: 19:46:11 154/520 - 19/42: Installing method Float>>basicAt:put: 19:46:11 154/520 - 20/42: Installing method Float>>deepCopy 19:46:11 154/520 - 21/42: Installing method Float>>exponent 19:46:11 154/520 - 22/42: Installing method Float>>floorLog: 19:46:11 154/520 - 23/42: Installing method Float>>hash 19:46:11 154/520 - 24/42: Installing method Float>>isFinite 19:46:11 154/520 - 25/42: Installing method Float>>isFloat 19:46:11 154/520 - 26/42: Installing method Float>>isInfinite 19:46:11 154/520 - 27/42: Installing method Float>>isLiteral 19:46:11 154/520 - 28/42: Installing method Float>>isNaN 19:46:11 154/520 - 29/42: Installing method Float>>isPowerOfTwo 19:46:11 154/520 - 30/42: Installing method Float>>isSelfEvaluating 19:46:11 154/520 - 31/42: Installing method Float>>isZero 19:46:11 154/520 - 32/42: Installing method Float>>literalEqual: 19:46:11 154/520 - 33/42: Installing method Float>>negated 19:46:11 154/520 - 34/42: Installing method Float>>printOn:base: 19:46:11 154/520 - 35/42: Installing method Float>>reciprocalFloorLog: 19:46:11 154/520 - 36/42: Installing method Float>>reciprocalLogBase2 19:46:11 154/520 - 37/42: Installing method Float>>shallowCopy 19:46:11 154/520 - 38/42: Installing method Float>>signBit 19:46:11 154/520 - 39/42: Installing method Float>>significand 19:46:11 154/520 - 40/42: Installing method Float>>significandAsInteger 19:46:11 154/520 - 41/42: Installing method Float>>timesTwoPower: 19:46:11 154/520 - 42/42: Installing method Float>>veryDeepCopyWith: 19:46:11 154/520 - 1/28: Installing method Float class>>basicNew 19:46:11 154/520 - 2/28: Installing method Float class>>basicNew: 19:46:11 154/520 - 3/28: Installing method Float class>>defaultComparisonPrecision 19:46:11 154/520 - 4/28: Installing method Float class>>denormalized 19:46:11 154/520 - 5/28: Installing method Float class>>e 19:46:11 154/520 - 6/28: Installing method Float class>>emax 19:46:11 154/520 - 7/28: Installing method Float class>>emin 19:46:11 154/520 - 8/28: Installing method Float class>>fromIEEE32Bit: 19:46:15 154/520 - 9/28: Installing method Float class>>fromIEEE64Bit: 19:46:15 154/520 - 10/28: Installing method Float class>>fromIEEE64BitWord: 19:46:15 154/520 - 11/28: Installing method Float class>>halfPi 19:46:15 154/520 - 12/28: Installing method Float class>>infinity 19:46:15 154/520 - 13/28: Installing method Float class>>initialize 19:46:15 154/520 - 14/28: Installing method Float class>>isAbstract 19:46:15 154/520 - 15/28: Installing method Float class>>machineEpsilon 19:46:15 154/520 - 16/28: Installing method Float class>>maxExactInteger 19:46:15 154/520 - 17/28: Installing method Float class>>nan 19:46:15 154/520 - 18/28: Installing method Float class>>negativeInfinity 19:46:15 154/520 - 19/28: Installing method Float class>>negativeZero 19:46:15 154/520 - 20/28: Installing method Float class>>one 19:46:15 154/520 - 21/28: Installing method Float class>>pi 19:46:15 154/520 - 22/28: Installing method Float class>>precision 19:46:15 154/520 - 23/28: Installing method Float class>>radix 19:46:15 154/520 - 24/28: Installing method Float class>>readFrom: 19:46:15 154/520 - 25/28: Installing method Float class>>readFrom:ifFail: 19:46:15 154/520 - 26/28: Installing method Float class>>threePi 19:46:15 154/520 - 27/28: Installing method Float class>>twoPi 19:46:15 154/520 - 28/28: Installing method Float class>>zero 19:46:15 155/520 - 1/18: Installing method Float32Array>>= 19:46:15 155/520 - 2/18: Installing method Float32Array>>addAssignToFloatArray: 19:46:15 155/520 - 3/18: Installing method Float32Array>>asFloatArray 19:46:15 155/520 - 4/18: Installing method Float32Array>>at: 19:46:15 155/520 - 5/18: Installing method Float32Array>>at:put: 19:46:15 155/520 - 6/18: Installing method Float32Array>>defaultElement 19:46:15 155/520 - 7/18: Installing method Float32Array>>dot: 19:46:15 155/520 - 8/18: Installing method Float32Array>>hash 19:46:15 155/520 - 9/18: Installing method Float32Array>>primAddArray: 19:46:15 155/520 - 10/18: Installing method Float32Array>>primAddScalar: 19:46:15 155/520 - 11/18: Installing method Float32Array>>primDivArray: 19:46:15 155/520 - 12/18: Installing method Float32Array>>primDivScalar: 19:46:15 155/520 - 13/18: Installing method Float32Array>>primMulArray: 19:46:15 155/520 - 14/18: Installing method Float32Array>>primMulScalar: 19:46:15 155/520 - 15/18: Installing method Float32Array>>primSubArray: 19:46:15 155/520 - 16/18: Installing method Float32Array>>primSubScalar: 19:46:15 155/520 - 17/18: Installing method Float32Array>>replaceFrom:to:with:startingAt: 19:46:15 155/520 - 18/18: Installing method Float32Array>>sum 19:46:16 156/520 - 1/4: Installing method Float64Array>>at64Bits: 19:46:16 156/520 - 2/4: Installing method Float64Array>>at64Bits:put: 19:46:16 156/520 - 3/4: Installing method Float64Array>>at: 19:46:16 156/520 - 4/4: Installing method Float64Array>>at:put: 19:46:16 157/520 - 1/2: Installing method FloatPrintPolicy>>default 19:46:16 157/520 - 2/2: Installing method FloatPrintPolicy>>initialize 19:46:16 157/520 - 1/1: Installing method FloatPrintPolicy class>>absPrint:on:base: 19:46:16 158/520 - 1/30: Installing method Fraction>>* 19:46:16 158/520 - 2/30: Installing method Fraction>>+ 19:46:16 158/520 - 3/30: Installing method Fraction>>- 19:46:16 158/520 - 4/30: Installing method Fraction>>/ 19:46:16 158/520 - 5/30: Installing method Fraction>>< 19:46:16 158/520 - 6/30: Installing method Fraction>><= 19:46:16 158/520 - 7/30: Installing method Fraction>>= 19:46:16 158/520 - 8/30: Installing method Fraction>>> 19:46:16 158/520 - 9/30: Installing method Fraction>>>= 19:46:16 158/520 - 10/30: Installing method Fraction>>adaptToInteger:andSend: 19:46:16 158/520 - 11/30: Installing method Fraction>>asFloat 19:46:16 158/520 - 12/30: Installing method Fraction>>asFraction 19:46:16 158/520 - 13/30: Installing method Fraction>>asLargerPowerOfTwo 19:46:16 158/520 - 14/30: Installing method Fraction>>asScaledDecimal 19:46:16 158/520 - 15/30: Installing method Fraction>>asSmallerPowerOfTwo 19:46:16 158/520 - 16/30: Installing method Fraction>>denominator 19:46:16 158/520 - 17/30: Installing method Fraction>>hash 19:46:16 158/520 - 18/30: Installing method Fraction>>isFraction 19:46:16 158/520 - 19/30: Installing method Fraction>>isPowerOfTwo 19:46:16 158/520 - 20/30: Installing method Fraction>>isSelfEvaluating 19:46:16 158/520 - 21/30: Installing method Fraction>>negated 19:46:16 158/520 - 22/30: Installing method Fraction>>negative 19:46:16 158/520 - 23/30: Installing method Fraction>>numerator 19:46:16 158/520 - 24/30: Installing method Fraction>>printOn:base: 19:46:16 158/520 - 25/30: Installing method Fraction>>printOn:showingDecimalPlaces: 19:46:16 158/520 - 26/30: Installing method Fraction>>reciprocal 19:46:16 158/520 - 27/30: Installing method Fraction>>reduced 19:46:16 158/520 - 28/30: Installing method Fraction>>round: 19:46:16 158/520 - 29/30: Installing method Fraction>>setNumerator:denominator: 19:46:16 158/520 - 30/30: Installing method Fraction>>truncated 19:46:16 158/520 - 1/2: Installing method Fraction class>>numerator:denominator: 19:46:16 158/520 - 2/2: Installing method Fraction class>>readFrom: 19:46:16 159/520 - 1/3: Installing method FullBlockClosure>>receiver 19:46:17 159/520 - 2/3: Installing method FullBlockClosure>>receiver: 19:46:17 159/520 - 3/3: Installing method FullBlockClosure>>sender 19:46:17 160/520 - 1/13: Installing method Generator>>atEnd 19:46:17 160/520 - 2/13: Installing method Generator>>close 19:46:17 160/520 - 3/13: Installing method Generator>>contents 19:46:17 160/520 - 4/13: Installing method Generator>>fork 19:46:17 160/520 - 5/13: Installing method Generator>>initializeOn: 19:46:17 160/520 - 6/13: Installing method Generator>>next 19:46:17 160/520 - 7/13: Installing method Generator>>nextPut: 19:46:17 160/520 - 8/13: Installing method Generator>>peek 19:46:17 160/520 - 9/13: Installing method Generator>>printOn: 19:46:17 160/520 - 10/13: Installing method Generator>>reset 19:46:17 160/520 - 11/13: Installing method Generator>>size 19:46:17 160/520 - 12/13: Installing method Generator>>value: 19:46:17 160/520 - 13/13: Installing method Generator>>yield: 19:46:17 160/520 - 1/3: Installing method Generator class>>on: 19:46:17 160/520 - 2/3: Installing method Generator class>>onDo: 19:46:17 160/520 - 3/3: Installing method Generator class>>somePrimes 19:46:17 161/520 - 1/8: Installing method GlobalVariable>>acceptVisitor:node: 19:46:17 161/520 - 2/8: Installing method GlobalVariable>>definingClass 19:46:17 161/520 - 3/8: Installing method GlobalVariable>>emitStore: 19:46:17 161/520 - 4/8: Installing method GlobalVariable>>emitValue: 19:46:17 161/520 - 5/8: Installing method GlobalVariable>>isDeprecated 19:46:17 161/520 - 6/8: Installing method GlobalVariable>>isDeprecated: 19:46:17 161/520 - 7/8: Installing method GlobalVariable>>isGlobalVariable 19:46:17 161/520 - 8/8: Installing method GlobalVariable>>scope 19:46:17 162/520 - 1/3: Installing method HEAbstractExported>>= 19:46:17 162/520 - 2/3: Installing method HEAbstractExported>>hash 19:46:17 162/520 - 3/3: Installing method HEAbstractExported>>instVarNamesForEqualityComparison 19:46:17 162/520 - 1/1: Installing method HEAbstractExported class>>readFrom: 19:46:17 163/520 - 1/3: Installing method HEAdditionalMethodState>>asLiteralIn: 19:46:17 163/520 - 2/3: Installing method HEAdditionalMethodState>>doReadFrom: 19:46:17 163/520 - 3/3: Installing method HEAdditionalMethodState>>value: 19:46:17 163/520 - 1/1: Installing method HEAdditionalMethodState class>>tag 19:46:17 164/520 - 1/3: Installing method HEArray>>asLiteralIn: 19:46:17 164/520 - 2/3: Installing method HEArray>>doReadFrom: 19:46:17 164/520 - 3/3: Installing method HEArray>>value: 19:46:17 164/520 - 1/1: Installing method HEArray class>>tag 19:46:17 165/520 - 1/3: Installing method HEAssociation>>asLiteralIn: 19:46:17 165/520 - 2/3: Installing method HEAssociation>>doReadFrom: 19:46:17 165/520 - 3/3: Installing method HEAssociation>>value: 19:46:17 165/520 - 1/1: Installing method HEAssociation class>>tag 19:46:17 166/520 - 1/10: Installing method HEBinaryReader>>close 19:46:17 166/520 - 2/10: Installing method HEBinaryReader>>intSize 19:46:17 166/520 - 3/10: Installing method HEBinaryReader>>readByte 19:46:17 166/520 - 4/10: Installing method HEBinaryReader>>readByteArray 19:46:17 166/520 - 5/10: Installing method HEBinaryReader>>readByteString 19:46:17 166/520 - 6/10: Installing method HEBinaryReader>>readByteSymbol 19:46:18 166/520 - 7/10: Installing method HEBinaryReader>>readInt32 19:46:18 166/520 - 8/10: Installing method HEBinaryReader>>readUInt32 19:46:18 166/520 - 9/10: Installing method HEBinaryReader>>stream 19:46:18 166/520 - 10/10: Installing method HEBinaryReader>>stream: 19:46:18 167/520 - 1/2: Installing method HEBoolean>>asLiteralIn: 19:46:18 167/520 - 2/2: Installing method HEBoolean>>doReadFrom: 19:46:18 167/520 - 1/1: Installing method HEBoolean class>>tag 19:46:18 168/520 - 1/2: Installing method HEByteArray>>asLiteralIn: 19:46:18 168/520 - 2/2: Installing method HEByteArray>>doReadFrom: 19:46:18 168/520 - 1/1: Installing method HEByteArray class>>tag 19:46:18 169/520 - 1/3: Installing method HEByteString>>asLiteralIn: 19:46:18 169/520 - 2/3: Installing method HEByteString>>doConvertValue: 19:46:18 169/520 - 3/3: Installing method HEByteString>>doReadFrom: 19:46:18 169/520 - 1/1: Installing method HEByteString class>>tag 19:46:18 170/520 - 1/2: Installing method HECharacter>>asLiteralIn: 19:46:18 170/520 - 2/2: Installing method HECharacter>>value: 19:46:18 170/520 - 1/1: Installing method HECharacter class>>tag 19:46:18 171/520 - 1/18: Installing method HEClass>>classInstancevariables 19:46:18 171/520 - 2/18: Installing method HEClass>>classInstancevariables: 19:46:18 171/520 - 3/18: Installing method HEClass>>className 19:46:18 171/520 - 4/18: Installing method HEClass>>className: 19:46:18 171/520 - 5/18: Installing method HEClass>>classVariables 19:46:18 171/520 - 6/18: Installing method HEClass>>classVariables: 19:46:18 171/520 - 7/18: Installing method HEClass>>doReadHeaderFrom: 19:46:18 171/520 - 8/18: Installing method HEClass>>instanceVariables 19:46:18 171/520 - 9/18: Installing method HEClass>>instanceVariables: 19:46:18 171/520 - 10/18: Installing method HEClass>>isTrait 19:46:18 171/520 - 11/18: Installing method HEClass>>layoutClass 19:46:18 171/520 - 12/18: Installing method HEClass>>layoutClass: 19:46:18 171/520 - 13/18: Installing method HEClass>>name 19:46:18 171/520 - 14/18: Installing method HEClass>>printOn: 19:46:18 171/520 - 15/18: Installing method HEClass>>sharedPools 19:46:18 171/520 - 16/18: Installing method HEClass>>sharedPools: 19:46:18 171/520 - 17/18: Installing method HEClass>>superclass 19:46:18 171/520 - 18/18: Installing method HEClass>>superclass: 19:46:18 172/520 - 1/2: Installing method HEClassTrait>>asLiteralIn: 19:46:18 172/520 - 2/2: Installing method HEClassTrait>>value: 19:46:18 172/520 - 1/1: Installing method HEClassTrait class>>tag 19:46:18 173/520 - 1/2: Installing method HEClassVariable>>asLiteralIn: 19:46:18 173/520 - 2/2: Installing method HEClassVariable>>value: 19:46:18 173/520 - 1/1: Installing method HEClassVariable class>>tag 19:46:19 174/520 - 1/4: Installing method HECompiledBlock>>asLiteralIn: 19:46:19 174/520 - 2/4: Installing method HECompiledBlock>>doReadFrom: 19:46:19 174/520 - 3/4: Installing method HECompiledBlock>>headerFor: 19:46:19 174/520 - 4/4: Installing method HECompiledBlock>>instVarNamesForEqualityComparison 19:46:19 174/520 - 1/1: Installing method HECompiledBlock class>>tag 19:46:19 175/520 - 1/3: Installing method HEConstantBlock>>asLiteralIn: 19:46:19 175/520 - 2/3: Installing method HEConstantBlock>>doReadFrom: 19:46:19 175/520 - 3/3: Installing method HEConstantBlock>>instVarNamesForEqualityComparison 19:46:19 175/520 - 1/1: Installing method HEConstantBlock class>>tag 19:46:19 176/520 - 1/4: Installing method HEExportedLiteral>>asExportedLiteral 19:46:19 176/520 - 2/4: Installing method HEExportedLiteral>>asLiteralIn: 19:46:19 176/520 - 3/4: Installing method HEExportedLiteral>>doReadFrom: 19:46:19 176/520 - 4/4: Installing method HEExportedLiteral>>value 19:46:19 176/520 - 1/1: Installing method HEExportedLiteral class>>readFrom: 19:46:19 177/520 - 1/2: Installing method HEExportedMetaclass>>asLiteralIn: 19:46:19 177/520 - 2/2: Installing method HEExportedMetaclass>>value: 19:46:19 177/520 - 1/1: Installing method HEExportedMetaclass class>>tag 19:46:19 178/520 - 1/11: Installing method HEExtendedEnvironment>>classNamed: 19:46:19 178/520 - 2/11: Installing method HEExtendedEnvironment>>inner 19:46:19 178/520 - 3/11: Installing method HEExtendedEnvironment>>inner: 19:46:19 178/520 - 4/11: Installing method HEExtendedEnvironment>>newBlock 19:46:19 178/520 - 5/11: Installing method HEExtendedEnvironment>>newBlock: 19:46:19 178/520 - 6/11: Installing method HEExtendedEnvironment>>newClass 19:46:19 178/520 - 7/11: Installing method HEExtendedEnvironment>>newClass: 19:46:19 178/520 - 8/11: Installing method HEExtendedEnvironment>>newMethod 19:46:19 178/520 - 9/11: Installing method HEExtendedEnvironment>>newMethod: 19:46:19 178/520 - 10/11: Installing method HEExtendedEnvironment>>newSelector 19:46:19 178/520 - 11/11: Installing method HEExtendedEnvironment>>newSelector: 19:46:19 179/520 - 1/2: Installing method HEFloat>>asLiteralIn: 19:46:19 179/520 - 2/2: Installing method HEFloat>>doReadFrom: 19:46:19 179/520 - 1/1: Installing method HEFloat class>>tag 19:46:19 180/520 - 1/2: Installing method HEFraction>>asLiteralIn: 19:46:19 180/520 - 2/2: Installing method HEFraction>>doReadFrom: 19:46:19 180/520 - 1/1: Installing method HEFraction class>>tag 19:46:19 181/520 - 1/2: Installing method HEGlobalVariable>>asLiteralIn: 19:46:19 181/520 - 2/2: Installing method HEGlobalVariable>>value: 19:46:19 181/520 - 1/1: Installing method HEGlobalVariable class>>tag 19:46:20 182/520 - 1/22: Installing method HEInstaller>>build: 19:46:20 182/520 - 2/22: Installing method HEInstaller>>buildTrait: 19:46:20 182/520 - 3/22: Installing method HEInstaller>>buildTraitCompositionFor: 19:46:20 182/520 - 4/22: Installing method HEInstaller>>classNamed: 19:46:20 182/520 - 5/22: Installing method HEInstaller>>doInstallPackage: 19:46:20 182/520 - 6/22: Installing method HEInstaller>>environment 19:46:20 182/520 - 7/22: Installing method HEInstaller>>environment: 19:46:20 182/520 - 8/22: Installing method HEInstaller>>existingClass: 19:46:20 182/520 - 9/22: Installing method HEInstaller>>existingTrait: 19:46:20 182/520 - 10/22: Installing method HEInstaller>>initialize 19:46:20 182/520 - 11/22: Installing method HEInstaller>>installExtensionMethod: 19:46:20 182/520 - 12/22: Installing method HEInstaller>>installMethods:into: 19:46:20 182/520 - 13/22: Installing method HEInstaller>>installPackage: 19:46:20 182/520 - 14/22: Installing method HEInstaller>>messageExistingClass: 19:46:20 182/520 - 15/22: Installing method HEInstaller>>messageExistingTrait: 19:46:20 182/520 - 16/22: Installing method HEInstaller>>messageMethod:alreadyExistsIn: 19:46:20 182/520 - 17/22: Installing method HEInstaller>>newUndeclaredVariables 19:46:20 182/520 - 18/22: Installing method HEInstaller>>rebuildMethod:into: 19:46:20 182/520 - 19/22: Installing method HEInstaller>>reportNewUndeclareds: 19:46:20 182/520 - 20/22: Installing method HEInstaller>>shouldBuildMethod:in: 19:46:20 182/520 - 21/22: Installing method HEInstaller>>supportsTraits 19:46:20 182/520 - 22/22: Installing method HEInstaller>>validateNoNewUndeclared 19:46:20 183/520 - 1/2: Installing method HEInteger>>asLiteralIn: 19:46:20 183/520 - 2/2: Installing method HEInteger>>doReadFrom: 19:46:20 183/520 - 1/1: Installing method HEInteger class>>tag 19:46:20 184/520 - 1/14: Installing method HEMethod>>bytecode 19:46:20 184/520 - 2/14: Installing method HEMethod>>bytecode: 19:46:20 184/520 - 3/14: Installing method HEMethod>>className 19:46:20 184/520 - 4/14: Installing method HEMethod>>className: 19:46:20 184/520 - 5/14: Installing method HEMethod>>headerFor: 19:46:20 184/520 - 6/14: Installing method HEMethod>>literals 19:46:20 184/520 - 7/14: Installing method HEMethod>>literals: 19:46:20 184/520 - 8/14: Installing method HEMethod>>name 19:46:20 184/520 - 9/14: Installing method HEMethod>>name: 19:46:20 184/520 - 10/14: Installing method HEMethod>>printOn: 19:46:20 184/520 - 11/14: Installing method HEMethod>>protocol 19:46:20 184/520 - 12/14: Installing method HEMethod>>protocol: 19:46:20 184/520 - 13/14: Installing method HEMethod>>readFrom: 19:46:20 184/520 - 14/14: Installing method HEMethod>>selector 19:46:21 185/520 - 1/15: Installing method HEMethodContainer>>classSideMethods 19:46:21 185/520 - 2/15: Installing method HEMethodContainer>>classSideMethods: 19:46:21 185/520 - 3/15: Installing method HEMethodContainer>>classTraitComposition 19:46:21 185/520 - 4/15: Installing method HEMethodContainer>>classTraitComposition: 19:46:21 185/520 - 5/15: Installing method HEMethodContainer>>doReadHeaderFrom: 19:46:21 185/520 - 6/15: Installing method HEMethodContainer>>doReadMethodsFrom: 19:46:21 185/520 - 7/15: Installing method HEMethodContainer>>methods 19:46:21 185/520 - 8/15: Installing method HEMethodContainer>>methods: 19:46:21 185/520 - 9/15: Installing method HEMethodContainer>>packageName 19:46:21 185/520 - 10/15: Installing method HEMethodContainer>>packageName: 19:46:21 185/520 - 11/15: Installing method HEMethodContainer>>readFrom: 19:46:21 185/520 - 12/15: Installing method HEMethodContainer>>tagName 19:46:21 185/520 - 13/15: Installing method HEMethodContainer>>tagName: 19:46:21 185/520 - 14/15: Installing method HEMethodContainer>>traitComposition 19:46:21 185/520 - 15/15: Installing method HEMethodContainer>>traitComposition: 19:46:21 186/520 - 1/5: Installing method HEMethodLiteral>>asLiteralIn: 19:46:21 186/520 - 2/5: Installing method HEMethodLiteral>>className 19:46:21 186/520 - 3/5: Installing method HEMethodLiteral>>className: 19:46:21 186/520 - 4/5: Installing method HEMethodLiteral>>doReadFrom: 19:46:21 186/520 - 5/5: Installing method HEMethodLiteral>>value: 19:46:21 186/520 - 1/1: Installing method HEMethodLiteral class>>tag 19:46:21 187/520 - 1/14: Installing method HEPackage>>addClass: 19:46:21 187/520 - 2/14: Installing method HEPackage>>classes 19:46:21 187/520 - 3/14: Installing method HEPackage>>classes: 19:46:21 187/520 - 4/14: Installing method HEPackage>>extensionMethods 19:46:21 187/520 - 5/14: Installing method HEPackage>>extensionMethods: 19:46:21 187/520 - 6/14: Installing method HEPackage>>initialize 19:46:21 187/520 - 7/14: Installing method HEPackage>>packageName 19:46:21 187/520 - 8/14: Installing method HEPackage>>packageName: 19:46:21 187/520 - 9/14: Installing method HEPackage>>printOn: 19:46:21 187/520 - 10/14: Installing method HEPackage>>readClassFrom: 19:46:21 187/520 - 11/14: Installing method HEPackage>>readFrom: 19:46:21 187/520 - 12/14: Installing method HEPackage>>traits 19:46:21 187/520 - 13/14: Installing method HEPackage>>traits: 19:46:21 187/520 - 14/14: Installing method HEPackage>>version 19:46:21 187/520 - 1/1: Installing method HEPackage class>>formatVersion 19:46:21 188/520 - 1/6: Installing method HEPragma>>arguments 19:46:21 188/520 - 2/6: Installing method HEPragma>>asLiteralIn: 19:46:21 188/520 - 3/6: Installing method HEPragma>>doReadFrom: 19:46:21 188/520 - 4/6: Installing method HEPragma>>keyword 19:46:21 188/520 - 5/6: Installing method HEPragma>>method 19:46:21 188/520 - 6/6: Installing method HEPragma>>value: 19:46:21 188/520 - 1/1: Installing method HEPragma class>>tag 19:46:21 189/520 - 1/1: Installing method HEScaledDecimal>>doReadFrom: 19:46:21 189/520 - 1/1: Installing method HEScaledDecimal class>>tag 19:46:21 190/520 - 1/8: Installing method HESendMessage>>arguments 19:46:21 190/520 - 2/8: Installing method HESendMessage>>arguments: 19:46:21 190/520 - 3/8: Installing method HESendMessage>>asLiteralIn: 19:46:21 190/520 - 4/8: Installing method HESendMessage>>doReadFrom: 19:46:21 190/520 - 5/8: Installing method HESendMessage>>receiver 19:46:21 190/520 - 6/8: Installing method HESendMessage>>receiver: 19:46:21 190/520 - 7/8: Installing method HESendMessage>>selector 19:46:21 190/520 - 8/8: Installing method HESendMessage>>selector: 19:46:21 190/520 - 1/2: Installing method HESendMessage class>>selector:receiver:arguments: 19:46:21 190/520 - 2/2: Installing method HESendMessage class>>tag 19:46:22 191/520 - 1/1: Installing method HESymbol>>doConvertValue: 19:46:22 191/520 - 1/1: Installing method HESymbol class>>tag 19:46:22 192/520 - 1/6: Installing method HETrait>>doReadHeaderFrom: 19:46:22 192/520 - 2/6: Installing method HETrait>>isTrait 19:46:22 192/520 - 3/6: Installing method HETrait>>name 19:46:22 192/520 - 4/6: Installing method HETrait>>printOn: 19:46:22 192/520 - 5/6: Installing method HETrait>>traitName 19:46:22 192/520 - 6/6: Installing method HETrait>>traitName: 19:46:22 193/520 - 1/2: Installing method HETraitLiteral>>asLiteralIn: 19:46:22 193/520 - 2/2: Installing method HETraitLiteral>>value: 19:46:22 193/520 - 1/1: Installing method HETraitLiteral class>>tag 19:46:22 194/520 - 1/2: Installing method HEUndefinedObject>>asLiteralIn: 19:46:22 194/520 - 2/2: Installing method HEUndefinedObject>>doReadFrom: 19:46:22 194/520 - 1/1: Installing method HEUndefinedObject class>>tag 19:46:22 195/520 - 1/1: Installing method HEWideString>>doReadFrom: 19:46:22 195/520 - 1/1: Installing method HEWideString class>>tag 19:46:22 196/520 - 1/8: Installing method HashTableSizes>>candidateIsGoodPrime 19:46:22 196/520 - 2/8: Installing method HashTableSizes>>computeSizes 19:46:22 196/520 - 3/8: Installing method HashTableSizes>>firstCandidateForExp: 19:46:22 196/520 - 4/8: Installing method HashTableSizes>>goodPrimeForExp: 19:46:22 196/520 - 5/8: Installing method HashTableSizes>>initialize 19:46:22 196/520 - 6/8: Installing method HashTableSizes>>limitForExp: 19:46:22 196/520 - 7/8: Installing method HashTableSizes>>numValuesPerPower 19:46:22 196/520 - 8/8: Installing method HashTableSizes>>primeAlmostFactorsOf: 19:46:22 196/520 - 1/7: Installing method HashTableSizes class>>atLeast: 19:46:22 196/520 - 2/7: Installing method HashTableSizes class>>basicAtLeast: 19:46:22 196/520 - 3/7: Installing method HashTableSizes class>>initialize 19:46:22 196/520 - 4/7: Installing method HashTableSizes class>>maxSmallSize 19:46:22 196/520 - 5/7: Installing method HashTableSizes class>>numValuesPerPower 19:46:22 196/520 - 6/7: Installing method HashTableSizes class>>sizes 19:46:22 196/520 - 7/7: Installing method HashTableSizes class>>smallSizesLookupTable 19:46:23 197/520 - 1/22: Installing method HashedCollection>>add:withOccurrences: 19:46:23 197/520 - 2/22: Installing method HashedCollection>>array 19:46:23 197/520 - 3/22: Installing method HashedCollection>>atNewIndex:put: 19:46:23 197/520 - 4/22: Installing method HashedCollection>>capacity 19:46:23 197/520 - 5/22: Installing method HashedCollection>>compact 19:46:23 197/520 - 6/22: Installing method HashedCollection>>errorNoFreeSpace 19:46:23 197/520 - 7/22: Installing method HashedCollection>>findElementOrNil: 19:46:23 197/520 - 8/22: Installing method HashedCollection>>fixCollisionsFrom: 19:46:23 197/520 - 9/22: Installing method HashedCollection>>fullCheck 19:46:23 197/520 - 10/22: Installing method HashedCollection>>grow 19:46:23 197/520 - 11/22: Installing method HashedCollection>>growSize 19:46:23 197/520 - 12/22: Installing method HashedCollection>>growTo: 19:46:23 197/520 - 13/22: Installing method HashedCollection>>initialize: 19:46:23 197/520 - 14/22: Installing method HashedCollection>>noCheckAdd: 19:46:23 197/520 - 15/22: Installing method HashedCollection>>noCheckNoGrowFillFrom: 19:46:23 197/520 - 16/22: Installing method HashedCollection>>rehash 19:46:23 197/520 - 17/22: Installing method HashedCollection>>removeAll 19:46:23 197/520 - 18/22: Installing method HashedCollection>>scanFor: 19:46:23 197/520 - 19/22: Installing method HashedCollection>>scanForEmptySlotFor: 19:46:23 197/520 - 20/22: Installing method HashedCollection>>size 19:46:23 197/520 - 21/22: Installing method HashedCollection>>union: 19:46:23 197/520 - 22/22: Installing method HashedCollection>>veryDeepCopyWith: 19:46:23 197/520 - 1/11: Installing method HashedCollection class>>cleanUp: 19:46:23 197/520 - 2/11: Installing method HashedCollection class>>compactAll 19:46:23 197/520 - 3/11: Installing method HashedCollection class>>compactAllInstances 19:46:23 197/520 - 4/11: Installing method HashedCollection class>>empty 19:46:23 197/520 - 5/11: Installing method HashedCollection class>>isAbstract 19:46:23 197/520 - 6/11: Installing method HashedCollection class>>new 19:46:23 197/520 - 7/11: Installing method HashedCollection class>>new: 19:46:23 197/520 - 8/11: Installing method HashedCollection class>>newFrom: 19:46:23 197/520 - 9/11: Installing method HashedCollection class>>rehashAll 19:46:23 197/520 - 10/11: Installing method HashedCollection class>>rehashAllInstances 19:46:23 197/520 - 11/11: Installing method HashedCollection class>>sizeFor: 19:46:24 198/520 - 1/45: Installing method Heap>>= 19:46:24 198/520 - 2/45: Installing method Heap>>add: 19:46:24 198/520 - 3/45: Installing method Heap>>array 19:46:24 198/520 - 4/45: Installing method Heap>>at: 19:46:24 198/520 - 5/45: Installing method Heap>>at:put: 19:46:24 198/520 - 6/45: Installing method Heap>>collect: 19:46:24 198/520 - 7/45: Installing method Heap>>copyEmpty 19:46:24 198/520 - 8/45: Installing method Heap>>defaultSortBlock 19:46:24 198/520 - 9/45: Installing method Heap>>do: 19:46:24 198/520 - 10/45: Installing method Heap>>downHeap: 19:46:24 198/520 - 11/45: Installing method Heap>>downHeapSingle: 19:46:24 198/520 - 12/45: Installing method Heap>>first 19:46:24 198/520 - 13/45: Installing method Heap>>fullySort 19:46:24 198/520 - 14/45: Installing method Heap>>grow 19:46:24 198/520 - 15/45: Installing method Heap>>growSize 19:46:24 198/520 - 16/45: Installing method Heap>>growTo: 19:46:24 198/520 - 17/45: Installing method Heap>>indexUpdateBlock: 19:46:24 198/520 - 18/45: Installing method Heap>>isEmpty 19:46:24 198/520 - 19/45: Installing method Heap>>isHeap 19:46:24 198/520 - 20/45: Installing method Heap>>isSorted 19:46:24 198/520 - 21/45: Installing method Heap>>isSortedBy: 19:46:24 198/520 - 22/45: Installing method Heap>>mergeFirst:middle:last:into:by: 19:46:24 198/520 - 23/45: Installing method Heap>>mergeSortFrom:to:by: 19:46:24 198/520 - 24/45: Installing method Heap>>mergeSortFrom:to:src:dst:by: 19:46:24 198/520 - 25/45: Installing method Heap>>postCopy 19:46:24 198/520 - 26/45: Installing method Heap>>privateRemoveAt: 19:46:24 198/520 - 27/45: Installing method Heap>>privateReverseSort 19:46:24 198/520 - 28/45: Installing method Heap>>reSort 19:46:24 198/520 - 29/45: Installing method Heap>>remove:ifAbsent: 19:46:24 198/520 - 30/45: Installing method Heap>>removeAll 19:46:24 198/520 - 31/45: Installing method Heap>>removeFirst 19:46:24 198/520 - 32/45: Installing method Heap>>removeFirstOrNil 19:46:24 198/520 - 33/45: Installing method Heap>>setCollection: 19:46:24 198/520 - 34/45: Installing method Heap>>setCollection:tally: 19:46:24 198/520 - 35/45: Installing method Heap>>size 19:46:24 198/520 - 36/45: Installing method Heap>>sort 19:46:24 198/520 - 37/45: Installing method Heap>>sort: 19:46:24 198/520 - 38/45: Installing method Heap>>sortBlock 19:46:24 198/520 - 39/45: Installing method Heap>>sortBlock: 19:46:24 198/520 - 40/45: Installing method Heap>>sorted 19:46:24 198/520 - 41/45: Installing method Heap>>sorted: 19:46:24 198/520 - 42/45: Installing method Heap>>sorts:before: 19:46:24 198/520 - 43/45: Installing method Heap>>trim 19:46:24 198/520 - 44/45: Installing method Heap>>upHeap: 19:46:24 198/520 - 45/45: Installing method Heap>>updateObjectIndex: 19:46:24 198/520 - 1/6: Installing method Heap class>>defaultSortBlock 19:46:24 198/520 - 2/6: Installing method Heap class>>new 19:46:24 198/520 - 3/6: Installing method Heap class>>new: 19:46:24 198/520 - 4/6: Installing method Heap class>>sortBlock: 19:46:24 198/520 - 5/6: Installing method Heap class>>withAll: 19:46:24 198/520 - 6/6: Installing method Heap class>>withAll:sortBlock: 19:46:24 199/520 - 1/5: Installing method HermesCommandLineHandler>>activate 19:46:24 199/520 - 2/5: Installing method HermesCommandLineHandler>>createInstaller 19:46:24 199/520 - 3/5: Installing method HermesCommandLineHandler>>processFile: 19:46:24 199/520 - 4/5: Installing method HermesCommandLineHandler>>processFiles 19:46:24 199/520 - 5/5: Installing method HermesCommandLineHandler>>validateParameters 19:46:24 199/520 - 1/2: Installing method HermesCommandLineHandler class>>commandName 19:46:24 199/520 - 2/2: Installing method HermesCommandLineHandler class>>description 19:46:24 200/520 - 1/1: Installing method IdentityBag>>asSet 19:46:25 200/520 - 1/1: Installing method IdentityBag class>>contentsClass 19:46:25 201/520 - 1/3: Installing method IdentityDictionary>>keyAtValue:ifAbsent: 19:46:25 201/520 - 2/3: Installing method IdentityDictionary>>scanFor: 19:46:25 201/520 - 3/3: Installing method IdentityDictionary>>scanForEmptySlotFor: 19:46:25 202/520 - 1/4: Installing method IdentitySet>>asIdentitySet 19:46:25 202/520 - 2/4: Installing method IdentitySet>>identityIncludes: 19:46:25 202/520 - 3/4: Installing method IdentitySet>>scanFor: 19:46:25 202/520 - 4/4: Installing method IdentitySet>>scanForEmptySlotFor: 19:46:25 204/520 - 1/2: Installing method IllegalResumeAttempt>>isResumable 19:46:25 204/520 - 2/2: Installing method IllegalResumeAttempt>>readMe 19:46:25 205/520 - 1/4: Installing method ImmediateLayout>>extend 19:46:25 205/520 - 2/4: Installing method ImmediateLayout>>extend: 19:46:25 205/520 - 3/4: Installing method ImmediateLayout>>initialize 19:46:25 205/520 - 4/4: Installing method ImmediateLayout>>instanceSpecification 19:46:25 205/520 - 1/1: Installing method ImmediateLayout class>>extending:scope:host: 19:46:25 206/520 - 1/5: Installing method IncompatibleLayoutConflict>>layout 19:46:25 206/520 - 2/5: Installing method IncompatibleLayoutConflict>>layout: 19:46:25 206/520 - 3/5: Installing method IncompatibleLayoutConflict>>messageText 19:46:25 206/520 - 4/5: Installing method IncompatibleLayoutConflict>>subType 19:46:25 206/520 - 5/5: Installing method IncompatibleLayoutConflict>>subType: 19:46:25 207/520 - 1/9: Installing method IndexedSlot>>= 19:46:25 207/520 - 2/9: Installing method IndexedSlot>>hash 19:46:25 207/520 - 3/9: Installing method IndexedSlot>>index 19:46:25 207/520 - 4/9: Installing method IndexedSlot>>index: 19:46:25 207/520 - 5/9: Installing method IndexedSlot>>isVirtual 19:46:25 207/520 - 6/9: Installing method IndexedSlot>>object:instVarAt: 19:46:25 207/520 - 7/9: Installing method IndexedSlot>>object:instVarAt:put: 19:46:25 207/520 - 8/9: Installing method IndexedSlot>>read: 19:46:25 207/520 - 9/9: Installing method IndexedSlot>>write:to: 19:46:25 208/520 - 1/1: Installing method InexactFloatPrintPolicy>>absPrint:on:base: 19:46:25 209/520 - 1/4: Installing method InstanceVariableNotFound>>instVarName 19:46:25 209/520 - 2/4: Installing method InstanceVariableNotFound>>instVarName: 19:46:25 209/520 - 3/4: Installing method InstanceVariableNotFound>>messageText 19:46:25 209/520 - 4/4: Installing method InstanceVariableNotFound>>standardMessageText 19:46:25 209/520 - 1/1: Installing method InstanceVariableNotFound class>>signalFor: 19:46:25 210/520 - 1/7: Installing method InstanceVariableSlot>>definitionOn: 19:46:25 210/520 - 2/7: Installing method InstanceVariableSlot>>emitStore: 19:46:25 210/520 - 3/7: Installing method InstanceVariableSlot>>emitValue: 19:46:25 210/520 - 4/7: Installing method InstanceVariableSlot>>isAccessedIn: 19:46:25 210/520 - 5/7: Installing method InstanceVariableSlot>>isReadIn: 19:46:25 210/520 - 6/7: Installing method InstanceVariableSlot>>isWrittenIn: 19:46:25 210/520 - 7/7: Installing method InstanceVariableSlot>>needsFullDefinition 19:46:25 210/520 - 1/1: Installing method InstanceVariableSlot class>>resetIvarSlots 19:46:26 211/520 - 1/40: Installing method InstructionClient>>addMappedInlinePrimitiveHandler:at: 19:46:26 211/520 - 2/40: Installing method InstructionClient>>blockReturnConstant: 19:46:26 211/520 - 3/40: Installing method InstructionClient>>blockReturnTop 19:46:26 211/520 - 4/40: Installing method InstructionClient>>callPrimitive: 19:46:26 211/520 - 5/40: Installing method InstructionClient>>directedSuperSend:numArgs: 19:46:26 211/520 - 6/40: Installing method InstructionClient>>doDup 19:46:26 211/520 - 7/40: Installing method InstructionClient>>doNop 19:46:26 211/520 - 8/40: Installing method InstructionClient>>doPop 19:46:26 211/520 - 9/40: Installing method InstructionClient>>jump: 19:46:26 211/520 - 10/40: Installing method InstructionClient>>jump:if: 19:46:26 211/520 - 11/40: Installing method InstructionClient>>jump:if:withInterpreter: 19:46:26 211/520 - 12/40: Installing method InstructionClient>>jump:withInterpreter: 19:46:26 211/520 - 13/40: Installing method InstructionClient>>mappedInlinePrimitive: 19:46:26 211/520 - 14/40: Installing method InstructionClient>>methodReturnConstant: 19:46:26 211/520 - 15/40: Installing method InstructionClient>>methodReturnReceiver 19:46:26 211/520 - 16/40: Installing method InstructionClient>>methodReturnTop 19:46:26 211/520 - 17/40: Installing method InstructionClient>>pc: 19:46:26 211/520 - 18/40: Installing method InstructionClient>>popIntoLiteralVariable: 19:46:26 211/520 - 19/40: Installing method InstructionClient>>popIntoReceiverVariable: 19:46:26 211/520 - 20/40: Installing method InstructionClient>>popIntoRemoteTemp:inVectorAt: 19:46:26 211/520 - 21/40: Installing method InstructionClient>>popIntoTemporaryVariable: 19:46:26 211/520 - 22/40: Installing method InstructionClient>>pushActiveContext 19:46:26 211/520 - 23/40: Installing method InstructionClient>>pushActiveProcess 19:46:26 211/520 - 24/40: Installing method InstructionClient>>pushClosureTemps: 19:46:26 211/520 - 25/40: Installing method InstructionClient>>pushConsArrayWithElements: 19:46:26 211/520 - 26/40: Installing method InstructionClient>>pushConstant: 19:46:26 211/520 - 27/40: Installing method InstructionClient>>pushFullClosure:numCopied:receiverOnStack:ignoreOuterContext: 19:46:26 211/520 - 28/40: Installing method InstructionClient>>pushLiteralVariable: 19:46:26 211/520 - 29/40: Installing method InstructionClient>>pushNewArrayOfSize: 19:46:26 211/520 - 30/40: Installing method InstructionClient>>pushReceiver 19:46:26 211/520 - 31/40: Installing method InstructionClient>>pushReceiverVariable: 19:46:26 211/520 - 32/40: Installing method InstructionClient>>pushRemoteTemp:inVectorAt: 19:46:26 211/520 - 33/40: Installing method InstructionClient>>pushTemporaryVariable: 19:46:26 211/520 - 34/40: Installing method InstructionClient>>send:super:numArgs: 19:46:26 211/520 - 35/40: Installing method InstructionClient>>storeIntoLiteralVariable: 19:46:26 211/520 - 36/40: Installing method InstructionClient>>storeIntoReceiverVariable: 19:46:26 211/520 - 37/40: Installing method InstructionClient>>storeIntoRemoteTemp:inVectorAt: 19:46:26 211/520 - 38/40: Installing method InstructionClient>>storeIntoTemporaryVariable: 19:46:26 211/520 - 39/40: Installing method InstructionClient>>trap 19:46:26 211/520 - 40/40: Installing method InstructionClient>>unusedBytecode 19:46:26 212/520 - 1/11: Installing method InstructionStream>>compiledCode 19:46:26 212/520 - 2/11: Installing method InstructionStream>>interpretNext2ByteSistaV1Instruction:for:extA:extB:startPC: 19:46:26 212/520 - 3/11: Installing method InstructionStream>>interpretNext3ByteSistaV1Instruction:for:extA:extB:startPC: 19:46:26 212/520 - 4/11: Installing method InstructionStream>>interpretNextInstructionFor: 19:46:26 212/520 - 5/11: Installing method InstructionStream>>interpretNextSistaV1InstructionFor: 19:46:26 212/520 - 6/11: Installing method InstructionStream>>interpretSistaV1ExtendedPush:for: 19:46:26 212/520 - 7/11: Installing method InstructionStream>>interpretUnusedBytecode:at: 19:46:26 212/520 - 8/11: Installing method InstructionStream>>method 19:46:26 212/520 - 9/11: Installing method InstructionStream>>method:pc: 19:46:26 212/520 - 10/11: Installing method InstructionStream>>pc 19:46:26 212/520 - 11/11: Installing method InstructionStream>>pc: 19:46:26 212/520 - 1/3: Installing method InstructionStream class>>initialize 19:46:26 212/520 - 2/3: Installing method InstructionStream class>>on: 19:46:26 212/520 - 3/3: Installing method InstructionStream class>>on:pc: 19:46:28 213/520 - 1/87: Installing method Integer>>& 19:46:28 213/520 - 2/87: Installing method Integer>>* 19:46:28 213/520 - 3/87: Installing method Integer>>+ 19:46:28 213/520 - 4/87: Installing method Integer>>- 19:46:28 213/520 - 5/87: Installing method Integer>>/ 19:46:28 213/520 - 6/87: Installing method Integer>>// 19:46:28 213/520 - 7/87: Installing method Integer>>< 19:46:28 213/520 - 8/87: Installing method Integer>><< 19:46:28 213/520 - 9/87: Installing method Integer>><= 19:46:28 213/520 - 10/87: Installing method Integer>>= 19:46:28 213/520 - 11/87: Installing method Integer>>> 19:46:28 213/520 - 12/87: Installing method Integer>>>= 19:46:28 213/520 - 13/87: Installing method Integer>>>> 19:46:28 213/520 - 14/87: Installing method Integer>>\\\ 19:46:28 213/520 - 15/87: Installing method Integer>>adaptToFraction:andSend: 19:46:28 213/520 - 16/87: Installing method Integer>>alignedTo: 19:46:28 213/520 - 17/87: Installing method Integer>>allMask: 19:46:28 213/520 - 18/87: Installing method Integer>>anyBitOfMagnitudeFrom:to: 19:46:28 213/520 - 19/87: Installing method Integer>>anyMask: 19:46:28 213/520 - 20/87: Installing method Integer>>asByteArray 19:46:28 213/520 - 21/87: Installing method Integer>>asByteArrayOfSize: 19:46:28 213/520 - 22/87: Installing method Integer>>asCharacter 19:46:28 213/520 - 23/87: Installing method Integer>>asCharacterDigit 19:46:28 213/520 - 24/87: Installing method Integer>>asFraction 19:46:28 213/520 - 25/87: Installing method Integer>>asInteger 19:46:28 213/520 - 26/87: Installing method Integer>>asLargerPowerOfTwo 19:46:28 213/520 - 27/87: Installing method Integer>>asPowerOfTwo 19:46:28 213/520 - 28/87: Installing method Integer>>asScaledDecimal 19:46:28 213/520 - 29/87: Installing method Integer>>asSmallerPowerOfTwo 19:46:28 213/520 - 30/87: Installing method Integer>>bitAnd: 19:46:28 213/520 - 31/87: Installing method Integer>>bitAt: 19:46:28 213/520 - 32/87: Installing method Integer>>bitAt:put: 19:46:28 213/520 - 33/87: Installing method Integer>>bitClear: 19:46:28 213/520 - 34/87: Installing method Integer>>bitInvert 19:46:28 213/520 - 35/87: Installing method Integer>>bitInvert32 19:46:28 213/520 - 36/87: Installing method Integer>>bitOr: 19:46:28 213/520 - 37/87: Installing method Integer>>bitShift: 19:46:28 213/520 - 38/87: Installing method Integer>>bitShiftMagnitude: 19:46:28 213/520 - 39/87: Installing method Integer>>bitString 19:46:28 213/520 - 40/87: Installing method Integer>>bitStringLength 19:46:28 213/520 - 41/87: Installing method Integer>>bitXor: 19:46:28 213/520 - 42/87: Installing method Integer>>byteAt: 19:46:29 213/520 - 43/87: Installing method Integer>>byteAt:put: 19:46:29 213/520 - 44/87: Installing method Integer>>bytesCompare: 19:46:29 213/520 - 45/87: Installing method Integer>>bytesCount 19:46:29 213/520 - 46/87: Installing method Integer>>ceiling 19:46:29 213/520 - 47/87: Installing method Integer>>copyto: 19:46:29 213/520 - 48/87: Installing method Integer>>crossSumBase: 19:46:29 213/520 - 49/87: Installing method Integer>>decimalDigitLength 19:46:29 213/520 - 50/87: Installing method Integer>>denominator 19:46:29 213/520 - 51/87: Installing method Integer>>digitAdd: 19:46:29 213/520 - 52/87: Installing method Integer>>digitAt:base: 19:46:29 213/520 - 53/87: Installing method Integer>>digitDiv:neg: 19:46:29 213/520 - 54/87: Installing method Integer>>digitLogic:op:length: 19:46:29 213/520 - 55/87: Installing method Integer>>digitLshift: 19:46:29 213/520 - 56/87: Installing method Integer>>digitMultiply:neg: 19:46:29 213/520 - 57/87: Installing method Integer>>digitRshift:bytes:lookfirst: 19:46:29 213/520 - 58/87: Installing method Integer>>digitSubtract: 19:46:29 213/520 - 59/87: Installing method Integer>>digitSum 19:46:29 213/520 - 60/87: Installing method Integer>>even 19:46:29 213/520 - 61/87: Installing method Integer>>floor 19:46:29 213/520 - 62/87: Installing method Integer>>gcd: 19:46:29 213/520 - 63/87: Installing method Integer>>growby: 19:46:29 213/520 - 64/87: Installing method Integer>>growto: 19:46:29 213/520 - 65/87: Installing method Integer>>hashMultiply 19:46:29 213/520 - 66/87: Installing method Integer>>highBit 19:46:29 213/520 - 67/87: Installing method Integer>>highBitOfMagnitude 19:46:29 213/520 - 68/87: Installing method Integer>>isFraction 19:46:29 213/520 - 69/87: Installing method Integer>>isInteger 19:46:29 213/520 - 70/87: Installing method Integer>>isLarge 19:46:29 213/520 - 71/87: Installing method Integer>>isLiteral 19:46:29 213/520 - 72/87: Installing method Integer>>isPowerOfTwo 19:46:29 213/520 - 73/87: Installing method Integer>>lastDigit 19:46:29 213/520 - 74/87: Installing method Integer>>lowBit 19:46:29 213/520 - 75/87: Installing method Integer>>noMask: 19:46:29 213/520 - 76/87: Installing method Integer>>normalize 19:46:29 213/520 - 77/87: Installing method Integer>>numberOfDigitsInBase: 19:46:29 213/520 - 78/87: Installing method Integer>>numerator 19:46:29 213/520 - 79/87: Installing method Integer>>printOn:base:nDigits: 19:46:29 213/520 - 80/87: Installing method Integer>>quo: 19:46:29 213/520 - 81/87: Installing method Integer>>reciprocalModulo: 19:46:29 213/520 - 82/87: Installing method Integer>>replaceFrom:to:with:startingAt: 19:46:29 213/520 - 83/87: Installing method Integer>>round: 19:46:29 213/520 - 84/87: Installing method Integer>>rounded 19:46:29 213/520 - 85/87: Installing method Integer>>timesRepeat: 19:46:29 213/520 - 86/87: Installing method Integer>>truncated 19:46:29 213/520 - 87/87: Installing method Integer>>| 19:46:29 213/520 - 1/10: Installing method Integer class>>basicNew 19:46:29 213/520 - 2/10: Installing method Integer class>>byte1:byte2:byte3:byte4: 19:46:29 213/520 - 3/10: Installing method Integer class>>isAbstract 19:46:29 213/520 - 4/10: Installing method Integer class>>new 19:46:29 213/520 - 5/10: Installing method Integer class>>new:neg: 19:46:29 213/520 - 6/10: Installing method Integer class>>readFrom: 19:46:29 213/520 - 7/10: Installing method Integer class>>readFrom:base: 19:46:29 213/520 - 8/10: Installing method Integer class>>readFrom:ifFail: 19:46:29 213/520 - 9/10: Installing method Integer class>>readFrom:radix: 19:46:29 213/520 - 10/10: Installing method Integer class>>readHexByteFrom: 19:46:29 214/520 - 1/6: Installing method IntegerArray>>asIntegerArray 19:46:29 214/520 - 2/6: Installing method IntegerArray>>at: 19:46:29 214/520 - 3/6: Installing method IntegerArray>>at:put: 19:46:29 214/520 - 4/6: Installing method IntegerArray>>atAllPut: 19:46:29 214/520 - 5/6: Installing method IntegerArray>>defaultElement 19:46:29 214/520 - 6/6: Installing method IntegerArray>>primFill: 19:46:30 215/520 - 1/32: Installing method Interval>>+ 19:46:30 215/520 - 2/32: Installing method Interval>>- 19:46:30 215/520 - 3/32: Installing method Interval>>= 19:46:30 215/520 - 4/32: Installing method Interval>>add: 19:46:30 215/520 - 5/32: Installing method Interval>>anyOne 19:46:30 215/520 - 6/32: Installing method Interval>>asOpenInterval 19:46:30 215/520 - 7/32: Installing method Interval>>at: 19:46:30 215/520 - 8/32: Installing method Interval>>at:put: 19:46:30 215/520 - 9/32: Installing method Interval>>collect: 19:46:30 215/520 - 10/32: Installing method Interval>>do: 19:46:30 215/520 - 11/32: Installing method Interval>>extent 19:46:30 215/520 - 12/32: Installing method Interval>>first 19:46:30 215/520 - 13/32: Installing method Interval>>hash 19:46:30 215/520 - 14/32: Installing method Interval>>increment 19:46:30 215/520 - 15/32: Installing method Interval>>indexOf:startingAt:ifAbsent: 19:46:30 215/520 - 16/32: Installing method Interval>>isInterval 19:46:30 215/520 - 17/32: Installing method Interval>>isSelfEvaluating 19:46:30 215/520 - 18/32: Installing method Interval>>last 19:46:30 215/520 - 19/32: Installing method Interval>>permutationsDo: 19:46:30 215/520 - 20/32: Installing method Interval>>printOn: 19:46:30 215/520 - 21/32: Installing method Interval>>rangeIncludes: 19:46:30 215/520 - 22/32: Installing method Interval>>remove: 19:46:30 215/520 - 23/32: Installing method Interval>>reverseDo: 19:46:30 215/520 - 24/32: Installing method Interval>>setFrom:to:by: 19:46:30 215/520 - 25/32: Installing method Interval>>size 19:46:30 215/520 - 26/32: Installing method Interval>>sort: 19:46:30 215/520 - 27/32: Installing method Interval>>sorted 19:46:30 215/520 - 28/32: Installing method Interval>>sorted: 19:46:30 215/520 - 29/32: Installing method Interval>>species 19:46:30 215/520 - 30/32: Installing method Interval>>stop 19:46:30 215/520 - 31/32: Installing method Interval>>storeOn: 19:46:30 215/520 - 32/32: Installing method Interval>>sum 19:46:30 215/520 - 1/6: Installing method Interval class>>from:to: 19:46:30 215/520 - 2/6: Installing method Interval class>>from:to:by: 19:46:30 215/520 - 3/6: Installing method Interval class>>new 19:46:30 215/520 - 4/6: Installing method Interval class>>newFrom: 19:46:30 215/520 - 5/6: Installing method Interval class>>newFromArray: 19:46:30 215/520 - 6/6: Installing method Interval class>>streamSpecies 19:46:30 216/520 - 1/1: Installing method InvalidGlobalName class>>signal:for: 19:46:30 217/520 - 1/1: Installing method InvalidSlotName class>>signalFor: 19:46:30 218/520 - 1/3: Installing method KeyNotFound>>key 19:46:30 218/520 - 2/3: Installing method KeyNotFound>>key: 19:46:30 218/520 - 3/3: Installing method KeyNotFound>>standardMessageText 19:46:30 219/520 - 1/12: Installing method KeyboardKey>>= 19:46:30 219/520 - 2/12: Installing method KeyboardKey>>hash 19:46:30 219/520 - 3/12: Installing method KeyboardKey>>isArrowDown 19:46:30 219/520 - 4/12: Installing method KeyboardKey>>isArrowLeft 19:46:30 219/520 - 5/12: Installing method KeyboardKey>>isArrowRight 19:46:30 219/520 - 6/12: Installing method KeyboardKey>>isArrowUp 19:46:30 219/520 - 7/12: Installing method KeyboardKey>>isUnkownKey 19:46:30 219/520 - 8/12: Installing method KeyboardKey>>name 19:46:30 219/520 - 9/12: Installing method KeyboardKey>>printOn: 19:46:30 219/520 - 10/12: Installing method KeyboardKey>>value 19:46:30 219/520 - 11/12: Installing method KeyboardKey>>withValue: 19:46:30 219/520 - 12/12: Installing method KeyboardKey>>withValue:andName: 19:46:32 219/520 - 1/115: Installing method KeyboardKey class>>A 19:46:32 219/520 - 2/115: Installing method KeyboardKey class>>B 19:46:32 219/520 - 3/115: Installing method KeyboardKey class>>C 19:46:32 219/520 - 4/115: Installing method KeyboardKey class>>D 19:46:32 219/520 - 5/115: Installing method KeyboardKey class>>E 19:46:33 219/520 - 6/115: Installing method KeyboardKey class>>F 19:46:33 219/520 - 7/115: Installing method KeyboardKey class>>F1 19:46:33 219/520 - 8/115: Installing method KeyboardKey class>>F10 19:46:33 219/520 - 9/115: Installing method KeyboardKey class>>F11 19:46:33 219/520 - 10/115: Installing method KeyboardKey class>>F12 19:46:33 219/520 - 11/115: Installing method KeyboardKey class>>F2 19:46:33 219/520 - 12/115: Installing method KeyboardKey class>>F3 19:46:33 219/520 - 13/115: Installing method KeyboardKey class>>F4 19:46:33 219/520 - 14/115: Installing method KeyboardKey class>>F5 19:46:33 219/520 - 15/115: Installing method KeyboardKey class>>F6 19:46:33 219/520 - 16/115: Installing method KeyboardKey class>>F7 19:46:33 219/520 - 17/115: Installing method KeyboardKey class>>F8 19:46:33 219/520 - 18/115: Installing method KeyboardKey class>>F9 19:46:33 219/520 - 19/115: Installing method KeyboardKey class>>G 19:46:33 219/520 - 20/115: Installing method KeyboardKey class>>H 19:46:33 219/520 - 21/115: Installing method KeyboardKey class>>I 19:46:33 219/520 - 22/115: Installing method KeyboardKey class>>J 19:46:33 219/520 - 23/115: Installing method KeyboardKey class>>K 19:46:33 219/520 - 24/115: Installing method KeyboardKey class>>L 19:46:33 219/520 - 25/115: Installing method KeyboardKey class>>M 19:46:33 219/520 - 26/115: Installing method KeyboardKey class>>N 19:46:33 219/520 - 27/115: Installing method KeyboardKey class>>O 19:46:33 219/520 - 28/115: Installing method KeyboardKey class>>P 19:46:33 219/520 - 29/115: Installing method KeyboardKey class>>Q 19:46:33 219/520 - 30/115: Installing method KeyboardKey class>>R 19:46:33 219/520 - 31/115: Installing method KeyboardKey class>>S 19:46:33 219/520 - 32/115: Installing method KeyboardKey class>>T 19:46:33 219/520 - 33/115: Installing method KeyboardKey class>>U 19:46:33 219/520 - 34/115: Installing method KeyboardKey class>>V 19:46:33 219/520 - 35/115: Installing method KeyboardKey class>>W 19:46:33 219/520 - 36/115: Installing method KeyboardKey class>>X 19:46:33 219/520 - 37/115: Installing method KeyboardKey class>>Y 19:46:33 219/520 - 38/115: Installing method KeyboardKey class>>Z 19:46:33 219/520 - 39/115: Installing method KeyboardKey class>>altLeft 19:46:33 219/520 - 40/115: Installing method KeyboardKey class>>altRight 19:46:33 219/520 - 41/115: Installing method KeyboardKey class>>backslash 19:46:33 219/520 - 42/115: Installing method KeyboardKey class>>backspace 19:46:33 219/520 - 43/115: Installing method KeyboardKey class>>braceLeft 19:46:33 219/520 - 44/115: Installing method KeyboardKey class>>bracketLeft 19:46:33 219/520 - 45/115: Installing method KeyboardKey class>>bracketRight 19:46:33 219/520 - 46/115: Installing method KeyboardKey class>>capsLock 19:46:33 219/520 - 47/115: Installing method KeyboardKey class>>comma 19:46:33 219/520 - 48/115: Installing method KeyboardKey class>>controlLeft 19:46:33 219/520 - 49/115: Installing method KeyboardKey class>>controlRight 19:46:33 219/520 - 50/115: Installing method KeyboardKey class>>delete 19:46:33 219/520 - 51/115: Installing method KeyboardKey class>>doubleQuote 19:46:33 219/520 - 52/115: Installing method KeyboardKey class>>down 19:46:33 219/520 - 53/115: Installing method KeyboardKey class>>eight 19:46:33 219/520 - 54/115: Installing method KeyboardKey class>>end 19:46:33 219/520 - 55/115: Installing method KeyboardKey class>>enter 19:46:33 219/520 - 56/115: Installing method KeyboardKey class>>equal 19:46:33 219/520 - 57/115: Installing method KeyboardKey class>>escape 19:46:33 219/520 - 58/115: Installing method KeyboardKey class>>five 19:46:33 219/520 - 59/115: Installing method KeyboardKey class>>four 19:46:33 219/520 - 60/115: Installing method KeyboardKey class>>fromCharacter: 19:46:33 219/520 - 61/115: Installing method KeyboardKey class>>fromCharacter:ifNone: 19:46:33 219/520 - 62/115: Installing method KeyboardKey class>>function 19:46:33 219/520 - 63/115: Installing method KeyboardKey class>>grave 19:46:33 219/520 - 64/115: Installing method KeyboardKey class>>home 19:46:33 219/520 - 65/115: Installing method KeyboardKey class>>initialize 19:46:33 219/520 - 66/115: Installing method KeyboardKey class>>initializeKeyFromCharacterCompatibilityTable 19:46:33 219/520 - 67/115: Installing method KeyboardKey class>>initializeKeyTable 19:46:33 219/520 - 68/115: Installing method KeyboardKey class>>initializeMacOSVirtualKeyTable 19:46:33 219/520 - 69/115: Installing method KeyboardKey class>>initializeUnixVirtualKeyTable 19:46:33 219/520 - 70/115: Installing method KeyboardKey class>>initializeWindowsVirtualKeyTable 19:46:33 219/520 - 71/115: Installing method KeyboardKey class>>keyFromCharacterTable 19:46:33 219/520 - 72/115: Installing method KeyboardKey class>>keypadDown 19:46:33 219/520 - 73/115: Installing method KeyboardKey class>>keypadEnter 19:46:33 219/520 - 74/115: Installing method KeyboardKey class>>keypadLeft 19:46:33 219/520 - 75/115: Installing method KeyboardKey class>>keypadRight 19:46:33 219/520 - 76/115: Installing method KeyboardKey class>>keypadUp 19:46:33 219/520 - 77/115: Installing method KeyboardKey class>>left 19:46:33 219/520 - 78/115: Installing method KeyboardKey class>>lessThan 19:46:33 219/520 - 79/115: Installing method KeyboardKey class>>macOSVirtualKeyTable 19:46:33 219/520 - 80/115: Installing method KeyboardKey class>>menu 19:46:33 219/520 - 81/115: Installing method KeyboardKey class>>metaLeft 19:46:33 219/520 - 82/115: Installing method KeyboardKey class>>metaRight 19:46:33 219/520 - 83/115: Installing method KeyboardKey class>>minus 19:46:33 219/520 - 84/115: Installing method KeyboardKey class>>named: 19:46:33 219/520 - 85/115: Installing method KeyboardKey class>>named:ifNone: 19:46:33 219/520 - 86/115: Installing method KeyboardKey class>>nine 19:46:33 219/520 - 87/115: Installing method KeyboardKey class>>one 19:46:33 219/520 - 88/115: Installing method KeyboardKey class>>pageDown 19:46:33 219/520 - 89/115: Installing method KeyboardKey class>>pageUp 19:46:33 219/520 - 90/115: Installing method KeyboardKey class>>parenthesisLeft 19:46:33 219/520 - 91/115: Installing method KeyboardKey class>>period 19:46:33 219/520 - 92/115: Installing method KeyboardKey class>>quote 19:46:33 219/520 - 93/115: Installing method KeyboardKey class>>right 19:46:33 219/520 - 94/115: Installing method KeyboardKey class>>semicolon 19:46:33 219/520 - 95/115: Installing method KeyboardKey class>>seven 19:46:33 219/520 - 96/115: Installing method KeyboardKey class>>shiftLeft 19:46:33 219/520 - 97/115: Installing method KeyboardKey class>>shiftRight 19:46:34 219/520 - 98/115: Installing method KeyboardKey class>>singleQuote 19:46:34 219/520 - 99/115: Installing method KeyboardKey class>>six 19:46:34 219/520 - 100/115: Installing method KeyboardKey class>>slash 19:46:34 219/520 - 101/115: Installing method KeyboardKey class>>space 19:46:34 219/520 - 102/115: Installing method KeyboardKey class>>superLeft 19:46:34 219/520 - 103/115: Installing method KeyboardKey class>>superRight 19:46:34 219/520 - 104/115: Installing method KeyboardKey class>>tab 19:46:34 219/520 - 105/115: Installing method KeyboardKey class>>three 19:46:34 219/520 - 106/115: Installing method KeyboardKey class>>two 19:46:34 219/520 - 107/115: Installing method KeyboardKey class>>unixVirtualKeyTable 19:46:34 219/520 - 108/115: Installing method KeyboardKey class>>unknownKeyName 19:46:34 219/520 - 109/115: Installing method KeyboardKey class>>up 19:46:34 219/520 - 110/115: Installing method KeyboardKey class>>value: 19:46:34 219/520 - 111/115: Installing method KeyboardKey class>>valueForMacOSXPlatform: 19:46:34 219/520 - 112/115: Installing method KeyboardKey class>>valueForUnixPlatform: 19:46:34 219/520 - 113/115: Installing method KeyboardKey class>>valueForWindowsPlatform: 19:46:34 219/520 - 114/115: Installing method KeyboardKey class>>windowsVirtualKeyTable 19:46:34 219/520 - 115/115: Installing method KeyboardKey class>>zero 19:46:34 220/520 - 1/15: Installing method KeyedTree>>allKeys 19:46:34 220/520 - 2/15: Installing method KeyedTree>>atPath: 19:46:34 220/520 - 3/15: Installing method KeyedTree>>atPath:ifAbsent: 19:46:34 220/520 - 4/15: Installing method KeyedTree>>atPath:ifAbsentPut: 19:46:34 220/520 - 5/15: Installing method KeyedTree>>atPath:put: 19:46:34 220/520 - 6/15: Installing method KeyedTree>>formattedText 19:46:34 220/520 - 7/15: Installing method KeyedTree>>formattedTextWithDescriptions: 19:46:34 220/520 - 8/15: Installing method KeyedTree>>merge: 19:46:34 220/520 - 9/15: Installing method KeyedTree>>postCopy 19:46:34 220/520 - 10/15: Installing method KeyedTree>>putFormattedTextOn:level:indentString: 19:46:34 220/520 - 11/15: Installing method KeyedTree>>putFormattedTextOn:withDescriptions:level:indentString: 19:46:34 220/520 - 12/15: Installing method KeyedTree>>removePath: 19:46:34 220/520 - 13/15: Installing method KeyedTree>>removePath:ifAbsent: 19:46:34 220/520 - 14/15: Installing method KeyedTree>>sortBlock 19:46:34 220/520 - 15/15: Installing method KeyedTree>>subtrees 19:46:34 221/520 - 1/25: Installing method LargeInteger>>* 19:46:34 221/520 - 2/25: Installing method LargeInteger>>+ 19:46:34 221/520 - 3/25: Installing method LargeInteger>>- 19:46:34 221/520 - 4/25: Installing method LargeInteger>>/ 19:46:34 221/520 - 5/25: Installing method LargeInteger>>// 19:46:34 221/520 - 6/25: Installing method LargeInteger>>< 19:46:34 221/520 - 7/25: Installing method LargeInteger>><= 19:46:34 221/520 - 8/25: Installing method LargeInteger>>> 19:46:34 221/520 - 9/25: Installing method LargeInteger>>>= 19:46:34 221/520 - 10/25: Installing method LargeInteger>>\\ 19:46:34 221/520 - 11/25: Installing method LargeInteger>>\\\ 19:46:34 221/520 - 12/25: Installing method LargeInteger>>asFloat 19:46:34 221/520 - 13/25: Installing method LargeInteger>>byteAt: 19:46:34 221/520 - 14/25: Installing method LargeInteger>>byteAt:put: 19:46:34 221/520 - 15/25: Installing method LargeInteger>>bytesCount 19:46:34 221/520 - 16/25: Installing method LargeInteger>>hash 19:46:34 221/520 - 17/25: Installing method LargeInteger>>hashMultiply 19:46:34 221/520 - 18/25: Installing method LargeInteger>>highBitOfMagnitude 19:46:34 221/520 - 19/25: Installing method LargeInteger>>isLarge 19:46:34 221/520 - 20/25: Installing method LargeInteger>>mightBeASquare 19:46:34 221/520 - 21/25: Installing method LargeInteger>>printOn:base:nDigits: 19:46:34 221/520 - 22/25: Installing method LargeInteger>>quo: 19:46:34 221/520 - 23/25: Installing method LargeInteger>>rem: 19:46:34 221/520 - 24/25: Installing method LargeInteger>>replaceFrom:to:with:startingAt: 19:46:34 221/520 - 25/25: Installing method LargeInteger>>withAtLeastNDigits: 19:46:34 221/520 - 1/1: Installing method LargeInteger class>>isAbstract 19:46:35 222/520 - 1/13: Installing method LargeNegativeInteger>>abs 19:46:35 222/520 - 2/13: Installing method LargeNegativeInteger>>asFloat 19:46:35 222/520 - 3/13: Installing method LargeNegativeInteger>>bitAt: 19:46:35 222/520 - 4/13: Installing method LargeNegativeInteger>>highBit 19:46:35 222/520 - 5/13: Installing method LargeNegativeInteger>>mightBeASquare 19:46:35 222/520 - 6/13: Installing method LargeNegativeInteger>>negated 19:46:35 222/520 - 7/13: Installing method LargeNegativeInteger>>negative 19:46:35 222/520 - 8/13: Installing method LargeNegativeInteger>>normalize 19:46:35 222/520 - 9/13: Installing method LargeNegativeInteger>>positive 19:46:35 222/520 - 10/13: Installing method LargeNegativeInteger>>printOn:base: 19:46:35 222/520 - 11/13: Installing method LargeNegativeInteger>>sign 19:46:35 222/520 - 12/13: Installing method LargeNegativeInteger>>signBit 19:46:35 222/520 - 13/13: Installing method LargeNegativeInteger>>strictlyPositive 19:46:35 223/520 - 1/13: Installing method LargePositiveInteger>>abs 19:46:35 223/520 - 2/13: Installing method LargePositiveInteger>>bitAt: 19:46:35 223/520 - 3/13: Installing method LargePositiveInteger>>hashMultiply 19:46:35 223/520 - 4/13: Installing method LargePositiveInteger>>highBit 19:46:35 223/520 - 5/13: Installing method LargePositiveInteger>>mightBeASquare 19:46:35 223/520 - 6/13: Installing method LargePositiveInteger>>negated 19:46:35 223/520 - 7/13: Installing method LargePositiveInteger>>negative 19:46:35 223/520 - 8/13: Installing method LargePositiveInteger>>normalize 19:46:35 223/520 - 9/13: Installing method LargePositiveInteger>>positive 19:46:35 223/520 - 10/13: Installing method LargePositiveInteger>>printOn:base: 19:46:35 223/520 - 11/13: Installing method LargePositiveInteger>>sign 19:46:35 223/520 - 12/13: Installing method LargePositiveInteger>>signBit 19:46:35 223/520 - 13/13: Installing method LargePositiveInteger>>strictlyPositive 19:46:35 224/520 - 1/20: Installing method LayoutClassScope>>= 19:46:35 224/520 - 2/20: Installing method LayoutClassScope>>allSlotsDo: 19:46:35 224/520 - 3/20: Installing method LayoutClassScope>>allVisibleSlots 19:46:35 224/520 - 4/20: Installing method LayoutClassScope>>do: 19:46:35 224/520 - 5/20: Installing method LayoutClassScope>>fieldSize 19:46:35 224/520 - 6/20: Installing method LayoutClassScope>>flattenIn: 19:46:35 224/520 - 7/20: Installing method LayoutClassScope>>hasBindingThatBeginsWith: 19:46:35 224/520 - 8/20: Installing method LayoutClassScope>>hasFields 19:46:35 224/520 - 9/20: Installing method LayoutClassScope>>hasSlots 19:46:35 224/520 - 10/20: Installing method LayoutClassScope>>hash 19:46:35 224/520 - 11/20: Installing method LayoutClassScope>>isEmpty 19:46:35 224/520 - 12/20: Installing method LayoutClassScope>>ownFieldSize 19:46:35 224/520 - 13/20: Installing method LayoutClassScope>>parentScope 19:46:35 224/520 - 14/20: Installing method LayoutClassScope>>parentScope: 19:46:35 224/520 - 15/20: Installing method LayoutClassScope>>postCopy 19:46:35 224/520 - 16/20: Installing method LayoutClassScope>>printOn: 19:46:35 224/520 - 17/20: Installing method LayoutClassScope>>reverseDo: 19:46:35 224/520 - 18/20: Installing method LayoutClassScope>>slots 19:46:35 224/520 - 19/20: Installing method LayoutClassScope>>visibleSlots 19:46:35 224/520 - 20/20: Installing method LayoutClassScope>>withIndexDo: 19:46:35 225/520 - 1/10: Installing method LayoutEmptyScope>>allSlotsDo: 19:46:35 225/520 - 2/10: Installing method LayoutEmptyScope>>allVisibleSlots 19:46:35 225/520 - 3/10: Installing method LayoutEmptyScope>>fieldSize 19:46:35 225/520 - 4/10: Installing method LayoutEmptyScope>>flattenIn: 19:46:35 225/520 - 5/10: Installing method LayoutEmptyScope>>hasBindingThatBeginsWith: 19:46:35 225/520 - 6/10: Installing method LayoutEmptyScope>>hasFields 19:46:35 225/520 - 7/10: Installing method LayoutEmptyScope>>hasSlots 19:46:35 225/520 - 8/10: Installing method LayoutEmptyScope>>isEmpty 19:46:35 225/520 - 9/10: Installing method LayoutEmptyScope>>ownFieldSize 19:46:35 225/520 - 10/10: Installing method LayoutEmptyScope>>visibleSlots 19:46:35 225/520 - 1/1: Installing method LayoutEmptyScope class>>instance 19:46:35 226/520 - 1/8: Installing method LimitedWriteStream>>limit 19:46:35 226/520 - 2/8: Installing method LimitedWriteStream>>limit: 19:46:35 226/520 - 3/8: Installing method LimitedWriteStream>>limitBlock 19:46:35 226/520 - 4/8: Installing method LimitedWriteStream>>limitBlock: 19:46:35 226/520 - 5/8: Installing method LimitedWriteStream>>nextPut: 19:46:35 226/520 - 6/8: Installing method LimitedWriteStream>>nextPutAll: 19:46:35 226/520 - 7/8: Installing method LimitedWriteStream>>pastEndPut: 19:46:35 226/520 - 8/8: Installing method LimitedWriteStream>>setLimit:limitBlock: 19:46:36 226/520 - 1/6: Installing method LimitedWriteStream class>>defaultLimit 19:46:36 226/520 - 2/6: Installing method LimitedWriteStream class>>on: 19:46:36 226/520 - 3/6: Installing method LimitedWriteStream class>>on:from:to: 19:46:36 226/520 - 4/6: Installing method LimitedWriteStream class>>on:limit:limitBlock: 19:46:36 226/520 - 5/6: Installing method LimitedWriteStream class>>with: 19:46:36 226/520 - 6/6: Installing method LimitedWriteStream class>>with:from:to: 19:46:36 227/520 - 1/4: Installing method Link>>asLink 19:46:36 227/520 - 2/4: Installing method Link>>asLinkPrepend: 19:46:36 227/520 - 3/4: Installing method Link>>nextLink 19:46:36 227/520 - 4/4: Installing method Link>>nextLink: 19:46:36 227/520 - 1/1: Installing method Link class>>nextLink: 19:46:36 228/520 - 1/46: Installing method LinkedList>>add: 19:46:36 228/520 - 2/46: Installing method LinkedList>>add:after: 19:46:36 228/520 - 3/46: Installing method LinkedList>>add:afterLink: 19:46:36 228/520 - 4/46: Installing method LinkedList>>add:before: 19:46:36 228/520 - 5/46: Installing method LinkedList>>add:beforeLink: 19:46:36 228/520 - 6/46: Installing method LinkedList>>addFirst: 19:46:36 228/520 - 7/46: Installing method LinkedList>>addLast: 19:46:36 228/520 - 8/46: Installing method LinkedList>>at: 19:46:36 228/520 - 9/46: Installing method LinkedList>>at:put: 19:46:36 228/520 - 10/46: Installing method LinkedList>>at:putLink: 19:46:36 228/520 - 11/46: Installing method LinkedList>>collect: 19:46:36 228/520 - 12/46: Installing method LinkedList>>collect:thenReject: 19:46:36 228/520 - 13/46: Installing method LinkedList>>collect:thenSelect: 19:46:36 228/520 - 14/46: Installing method LinkedList>>copyWith: 19:46:36 228/520 - 15/46: Installing method LinkedList>>copyWithout: 19:46:36 228/520 - 16/46: Installing method LinkedList>>do: 19:46:36 228/520 - 17/46: Installing method LinkedList>>first 19:46:36 228/520 - 18/46: Installing method LinkedList>>firstLink 19:46:36 228/520 - 19/46: Installing method LinkedList>>indexOf:startingAt:ifAbsent: 19:46:36 228/520 - 20/46: Installing method LinkedList>>isEmpty 19:46:36 228/520 - 21/46: Installing method LinkedList>>last 19:46:36 228/520 - 22/46: Installing method LinkedList>>lastLink 19:46:36 228/520 - 23/46: Installing method LinkedList>>linkAt: 19:46:36 228/520 - 24/46: Installing method LinkedList>>linkAt:ifAbsent: 19:46:37 228/520 - 25/46: Installing method LinkedList>>linkOf: 19:46:37 228/520 - 26/46: Installing method LinkedList>>linkOf:ifAbsent: 19:46:37 228/520 - 27/46: Installing method LinkedList>>linksDo: 19:46:37 228/520 - 28/46: Installing method LinkedList>>postCopy 19:46:37 228/520 - 29/46: Installing method LinkedList>>rechain: 19:46:37 228/520 - 30/46: Installing method LinkedList>>reject: 19:46:37 228/520 - 31/46: Installing method LinkedList>>reject:thenCollect: 19:46:37 228/520 - 32/46: Installing method LinkedList>>remove:ifAbsent: 19:46:37 228/520 - 33/46: Installing method LinkedList>>removeAll 19:46:37 228/520 - 34/46: Installing method LinkedList>>removeAllSuchThat: 19:46:37 228/520 - 35/46: Installing method LinkedList>>removeFirst 19:46:37 228/520 - 36/46: Installing method LinkedList>>removeLast 19:46:37 228/520 - 37/46: Installing method LinkedList>>removeLink: 19:46:37 228/520 - 38/46: Installing method LinkedList>>removeLink:ifAbsent: 19:46:37 228/520 - 39/46: Installing method LinkedList>>select: 19:46:37 228/520 - 40/46: Installing method LinkedList>>select:thenCollect: 19:46:37 228/520 - 41/46: Installing method LinkedList>>select:thenDo: 19:46:37 228/520 - 42/46: Installing method LinkedList>>size 19:46:37 228/520 - 43/46: Installing method LinkedList>>sort: 19:46:37 228/520 - 44/46: Installing method LinkedList>>species 19:46:37 228/520 - 45/46: Installing method LinkedList>>swap:with: 19:46:37 228/520 - 46/46: Installing method LinkedList>>validIndex: 19:46:37 228/520 - 1/4: Installing method LinkedList class>>new: 19:46:37 228/520 - 2/4: Installing method LinkedList class>>new:streamContents: 19:46:37 228/520 - 3/4: Installing method LinkedList class>>newFrom: 19:46:37 228/520 - 4/4: Installing method LinkedList class>>streamSpecies 19:46:37 229/520 - 1/36: Installing method LiteralVariable>>= 19:46:37 229/520 - 2/36: Installing method LiteralVariable>>acceptVisitor:node: 19:46:37 229/520 - 3/36: Installing method LiteralVariable>>analogousCodeTo: 19:46:37 229/520 - 4/36: Installing method LiteralVariable>>asClassVariable 19:46:37 229/520 - 5/36: Installing method LiteralVariable>>definingClass 19:46:37 229/520 - 6/36: Installing method LiteralVariable>>definitionString 19:46:37 229/520 - 7/36: Installing method LiteralVariable>>emitStore: 19:46:37 229/520 - 8/36: Installing method LiteralVariable>>emitValue: 19:46:37 229/520 - 9/36: Installing method LiteralVariable>>hash 19:46:37 229/520 - 10/36: Installing method LiteralVariable>>installingIn: 19:46:37 229/520 - 11/36: Installing method LiteralVariable>>isAccessedIn: 19:46:37 229/520 - 12/36: Installing method LiteralVariable>>isGlobalClassNameBinding 19:46:37 229/520 - 13/36: Installing method LiteralVariable>>isLiteralVariable 19:46:37 229/520 - 14/36: Installing method LiteralVariable>>isReadIn: 19:46:37 229/520 - 15/36: Installing method LiteralVariable>>isReferenced 19:46:37 229/520 - 16/36: Installing method LiteralVariable>>isSelfEvaluating 19:46:37 229/520 - 17/36: Installing method LiteralVariable>>isVariableBinding 19:46:37 229/520 - 18/36: Installing method LiteralVariable>>isWritable 19:46:37 229/520 - 19/36: Installing method LiteralVariable>>isWrittenIn: 19:46:37 229/520 - 20/36: Installing method LiteralVariable>>key 19:46:37 229/520 - 21/36: Installing method LiteralVariable>>key: 19:46:37 229/520 - 22/36: Installing method LiteralVariable>>key:value: 19:46:37 229/520 - 23/36: Installing method LiteralVariable>>literalEqual: 19:46:37 229/520 - 24/36: Installing method LiteralVariable>>name: 19:46:37 229/520 - 25/36: Installing method LiteralVariable>>printOn: 19:46:37 229/520 - 26/36: Installing method LiteralVariable>>read 19:46:38 229/520 - 27/36: Installing method LiteralVariable>>readInContext: 19:46:38 229/520 - 28/36: Installing method LiteralVariable>>runtimeUndeclaredReadInContext: 19:46:38 229/520 - 29/36: Installing method LiteralVariable>>runtimeUndeclaredWrite:inContext: 19:46:38 229/520 - 30/36: Installing method LiteralVariable>>scope 19:46:38 229/520 - 31/36: Installing method LiteralVariable>>storeOn: 19:46:38 229/520 - 32/36: Installing method LiteralVariable>>usingMethods 19:46:38 229/520 - 33/36: Installing method LiteralVariable>>value 19:46:38 229/520 - 34/36: Installing method LiteralVariable>>value: 19:46:38 229/520 - 35/36: Installing method LiteralVariable>>write: 19:46:38 229/520 - 36/36: Installing method LiteralVariable>>write:inContext: 19:46:38 229/520 - 1/2: Installing method LiteralVariable class>>key: 19:46:38 229/520 - 2/2: Installing method LiteralVariable class>>key:value: 19:46:38 231/520 - 1/3: Installing method LocalRecursionStopper class>>activeMethods 19:46:38 231/520 - 2/3: Installing method LocalRecursionStopper class>>during: 19:46:38 231/520 - 3/3: Installing method LocalRecursionStopper class>>stopMethod:during: 19:46:38 232/520 - 1/7: Installing method LookupKey>>< 19:46:38 232/520 - 2/7: Installing method LookupKey>>= 19:46:38 232/520 - 3/7: Installing method LookupKey>>hash 19:46:38 232/520 - 4/7: Installing method LookupKey>>key 19:46:38 232/520 - 5/7: Installing method LookupKey>>key: 19:46:38 232/520 - 6/7: Installing method LookupKey>>name 19:46:38 232/520 - 7/7: Installing method LookupKey>>printOn: 19:46:38 232/520 - 1/1: Installing method LookupKey class>>key: 19:46:38 233/520 - 1/8: Installing method MacOSPlatform>>accept: 19:46:38 233/520 - 2/8: Installing method MacOSPlatform>>defaultMaximumPathLength 19:46:38 233/520 - 3/8: Installing method MacOSPlatform>>family 19:46:38 233/520 - 4/8: Installing method MacOSPlatform>>isMacOS 19:46:38 233/520 - 5/8: Installing method MacOSPlatform>>keyForValue: 19:46:38 233/520 - 6/8: Installing method MacOSPlatform>>lineEnding 19:46:38 233/520 - 7/8: Installing method MacOSPlatform>>menuShortcutString 19:46:38 233/520 - 8/8: Installing method MacOSPlatform>>potentialLocationsOfSourcesFile 19:46:38 233/520 - 1/1: Installing method MacOSPlatform class>>isMacOS 19:46:38 234/520 - 1/4: Installing method MacOSXPlatform>>accept: 19:46:38 234/520 - 2/4: Installing method MacOSXPlatform>>family 19:46:38 234/520 - 3/4: Installing method MacOSXPlatform>>getErrorMessage: 19:46:38 234/520 - 4/4: Installing method MacOSXPlatform>>isMacOSX 19:46:38 234/520 - 1/1: Installing method MacOSXPlatform class>>isActivePlatform 19:46:38 235/520 - 1/11: Installing method Magnitude>>< 19:46:38 235/520 - 2/11: Installing method Magnitude>><= 19:46:38 235/520 - 3/11: Installing method Magnitude>>= 19:46:38 235/520 - 4/11: Installing method Magnitude>>> 19:46:38 235/520 - 5/11: Installing method Magnitude>>>= 19:46:38 235/520 - 6/11: Installing method Magnitude>>beBetween:and: 19:46:38 235/520 - 7/11: Installing method Magnitude>>between:and: 19:46:38 235/520 - 8/11: Installing method Magnitude>>hash 19:46:38 235/520 - 9/11: Installing method Magnitude>>max: 19:46:38 235/520 - 10/11: Installing method Magnitude>>min: 19:46:38 235/520 - 11/11: Installing method Magnitude>>min:max: 19:46:38 236/520 - 1/3: Installing method ManifestAnnouncementsCore class>>manuallyResolvedDependencies 19:46:38 236/520 - 2/3: Installing method ManifestAnnouncementsCore class>>ruleBadMessageRule2V1FalsePositive 19:46:38 236/520 - 3/3: Installing method ManifestAnnouncementsCore class>>ruleUsesAddRuleV1FalsePositive 19:46:38 237/520 - 1/2: Installing method ManifestCollectionsAbstract class>>dependencies 19:46:38 237/520 - 2/2: Installing method ManifestCollectionsAbstract class>>packageName 19:46:38 238/520 - 1/3: Installing method ManifestCollectionsDoubleLinkedList class>>ruleCollectionProtocolRuleV1FalsePositive 19:46:38 238/520 - 2/3: Installing method ManifestCollectionsDoubleLinkedList class>>ruleLiteralArrayContainsSuspiciousTrueFalseOrNilRuleV1FalsePositive 19:46:38 238/520 - 3/3: Installing method ManifestCollectionsDoubleLinkedList class>>ruleNotEliminationRuleV1FalsePositive 19:46:38 239/520 - 1/3: Installing method ManifestCollectionsNative class>>dependencies 19:46:38 239/520 - 2/3: Installing method ManifestCollectionsNative class>>manuallyResolvedDependencies 19:46:38 239/520 - 3/3: Installing method ManifestCollectionsNative class>>packageName 19:46:38 240/520 - 1/3: Installing method ManifestCollectionsSequenceable class>>dependencies 19:46:38 240/520 - 2/3: Installing method ManifestCollectionsSequenceable class>>manuallyResolvedDependencies 19:46:38 240/520 - 3/3: Installing method ManifestCollectionsSequenceable class>>packageName 19:46:39 241/520 - 1/2: Installing method ManifestCollectionsStack class>>dependencies 19:46:39 241/520 - 2/2: Installing method ManifestCollectionsStack class>>packageName 19:46:39 242/520 - 1/2: Installing method ManifestCollectionsStreams class>>dependencies 19:46:39 242/520 - 2/2: Installing method ManifestCollectionsStreams class>>packageName 19:46:39 243/520 - 1/2: Installing method ManifestCollectionsStrings class>>dependencies 19:46:39 243/520 - 2/2: Installing method ManifestCollectionsStrings class>>packageName 19:46:39 244/520 - 1/3: Installing method ManifestCollectionsSupport class>>dependencies 19:46:39 244/520 - 2/3: Installing method ManifestCollectionsSupport class>>manuallyResolvedDependencies 19:46:39 244/520 - 3/3: Installing method ManifestCollectionsSupport class>>packageName 19:46:39 245/520 - 1/4: Installing method ManifestCollectionsUnordered class>>dependencies 19:46:39 245/520 - 2/4: Installing method ManifestCollectionsUnordered class>>manuallyResolvedDependencies 19:46:39 245/520 - 3/4: Installing method ManifestCollectionsUnordered class>>packageName 19:46:39 245/520 - 4/4: Installing method ManifestCollectionsUnordered class>>ruleDefinesEqualNotHashRuleV1FalsePositive 19:46:39 246/520 - 1/3: Installing method ManifestCollectionsWeak class>>dependencies 19:46:39 246/520 - 2/3: Installing method ManifestCollectionsWeak class>>manuallyResolvedDependencies 19:46:39 246/520 - 3/3: Installing method ManifestCollectionsWeak class>>packageName 19:46:39 247/520 - 1/1: Installing method ManifestFileSystemPath class>>manuallyResolvedDependencies 19:46:39 248/520 - 1/2: Installing method ManifestFiles class>>manuallyResolvedDependencies 19:46:39 248/520 - 2/2: Installing method ManifestFiles class>>ruleRBClassNameInSelectorRuleV1FalsePositive 19:46:39 249/520 - 1/1: Installing method ManifestHermes class>>manuallyResolvedDependencies 19:46:39 250/520 - 1/8: Installing method ManifestKernel class>>dependencies 19:46:39 250/520 - 2/8: Installing method ManifestKernel class>>ignoredDependencies 19:46:39 250/520 - 3/8: Installing method ManifestKernel class>>manuallyResolvedDependencies 19:46:39 250/520 - 4/8: Installing method ManifestKernel class>>packageName 19:46:39 250/520 - 5/8: Installing method ManifestKernel class>>ruleRBBadMessageRuleV1FalsePositive 19:46:39 250/520 - 6/8: Installing method ManifestKernel class>>ruleRBClassNameInSelectorRuleV1FalsePositive 19:46:39 250/520 - 7/8: Installing method ManifestKernel class>>ruleRBRefersToClassRuleV1FalsePositive 19:46:39 250/520 - 8/8: Installing method ManifestKernel class>>ruleReDeadMethodV1FalsePositive 19:46:39 251/520 - 1/1: Installing method ManifestKernelCodeModel class>>manuallyResolvedDependencies 19:46:39 253/520 - 1/3: Installing method ManifestPharoBootstrapInitialization class>>ignoredDependencies 19:46:39 253/520 - 2/3: Installing method ManifestPharoBootstrapInitialization class>>manuallyResolvedDependencies 19:46:39 253/520 - 3/3: Installing method ManifestPharoBootstrapInitialization class>>packageName 19:46:39 255/520 - 1/1: Installing method ManifestSystemBasicCommandLineHandler class>>manuallyResolvedDependencies 19:46:39 256/520 - 1/1: Installing method ManifestSystemCommandLine class>>manuallyResolvedDependencies 19:46:39 257/520 - 1/2: Installing method ManifestSystemCommandLineHandler class>>ignoredDependencies 19:46:39 257/520 - 2/2: Installing method ManifestSystemCommandLineHandler class>>manuallyResolvedDependencies 19:46:39 259/520 - 1/1: Installing method ManifestSystemPlatforms class>>manuallyResolvedDependencies 19:46:39 260/520 - 1/1: Installing method ManifestSystemSessionManager class>>manuallyResolvedDependencies 19:46:39 261/520 - 1/1: Installing method ManifestSystemSources class>>manuallyResolvedDependencies 19:46:39 262/520 - 1/6: Installing method ManifestSystemSupport class>>ignoredDependencies 19:46:39 262/520 - 2/6: Installing method ManifestSystemSupport class>>manuallyResolvedDependencies 19:46:39 262/520 - 3/6: Installing method ManifestSystemSupport class>>ruleBadMessageRule2V1FalsePositive 19:46:39 262/520 - 4/6: Installing method ManifestSystemSupport class>>ruleClassNameInSelectorRuleV1FalsePositive 19:46:39 262/520 - 5/6: Installing method ManifestSystemSupport class>>ruleInconsistentMethodClassificationRuleV1FalsePositive 19:46:39 262/520 - 6/6: Installing method ManifestSystemSupport class>>ruleUtilityMethodsRuleV1FalsePositive 19:46:39 263/520 - 1/1: Installing method ManifestTranscriptNonInteractive class>>manuallyResolvedDependencies 19:46:39 264/520 - 1/2: Installing method ManifestUIManager class>>ignoredDependencies 19:46:39 264/520 - 2/2: Installing method ManifestUIManager class>>manuallyResolvedDependencies 19:46:39 265/520 - 1/20: Installing method Message>>analogousCodeTo: 19:46:39 265/520 - 2/20: Installing method Message>>argument 19:46:39 265/520 - 3/20: Installing method Message>>argument: 19:46:39 265/520 - 4/20: Installing method Message>>arguments 19:46:39 265/520 - 5/20: Installing method Message>>arguments: 19:46:39 265/520 - 6/20: Installing method Message>>asSendTo: 19:46:39 265/520 - 7/20: Installing method Message>>hasArguments 19:46:40 265/520 - 8/20: Installing method Message>>lookupClass 19:46:40 265/520 - 9/20: Installing method Message>>lookupClass: 19:46:40 265/520 - 10/20: Installing method Message>>message 19:46:40 265/520 - 11/20: Installing method Message>>numArgs 19:46:40 265/520 - 12/20: Installing method Message>>printOn: 19:46:40 265/520 - 13/20: Installing method Message>>selector 19:46:40 265/520 - 14/20: Installing method Message>>selector: 19:46:40 265/520 - 15/20: Installing method Message>>sendTo: 19:46:40 265/520 - 16/20: Installing method Message>>sends: 19:46:40 265/520 - 17/20: Installing method Message>>sentTo: 19:46:40 265/520 - 18/20: Installing method Message>>setSelector: 19:46:40 265/520 - 19/20: Installing method Message>>setSelector:arguments: 19:46:40 265/520 - 20/20: Installing method Message>>storeOn: 19:46:40 265/520 - 1/3: Installing method Message class>>selector: 19:46:40 265/520 - 2/3: Installing method Message class>>selector:argument: 19:46:40 265/520 - 3/3: Installing method Message class>>selector:arguments: 19:46:40 266/520 - 1/10: Installing method MessageNotUnderstood>>defaultAction 19:46:40 266/520 - 2/10: Installing method MessageNotUnderstood>>description 19:46:40 266/520 - 3/10: Installing method MessageNotUnderstood>>initialize 19:46:40 266/520 - 4/10: Installing method MessageNotUnderstood>>isResumable 19:46:40 266/520 - 5/10: Installing method MessageNotUnderstood>>message 19:46:40 266/520 - 6/10: Installing method MessageNotUnderstood>>message: 19:46:40 266/520 - 7/10: Installing method MessageNotUnderstood>>messageText 19:46:40 266/520 - 8/10: Installing method MessageNotUnderstood>>reachedDefaultHandler 19:46:40 266/520 - 9/10: Installing method MessageNotUnderstood>>receiver 19:46:40 266/520 - 10/10: Installing method MessageNotUnderstood>>receiver: 19:46:40 267/520 - 1/20: Installing method MessageSend>>= 19:46:40 267/520 - 2/20: Installing method MessageSend>>asMinimalRepresentation 19:46:40 267/520 - 3/20: Installing method MessageSend>>asWeakMessageSend 19:46:40 267/520 - 4/20: Installing method MessageSend>>collectArguments: 19:46:40 267/520 - 5/20: Installing method MessageSend>>cull: 19:46:40 267/520 - 6/20: Installing method MessageSend>>cull:cull: 19:46:40 267/520 - 7/20: Installing method MessageSend>>cull:cull:cull: 19:46:40 267/520 - 8/20: Installing method MessageSend>>hash 19:46:40 267/520 - 9/20: Installing method MessageSend>>isMessageSend 19:46:40 267/520 - 10/20: Installing method MessageSend>>isValid 19:46:40 267/520 - 11/20: Installing method MessageSend>>message 19:46:40 267/520 - 12/20: Installing method MessageSend>>printOn: 19:46:40 267/520 - 13/20: Installing method MessageSend>>receiver 19:46:40 267/520 - 14/20: Installing method MessageSend>>receiver: 19:46:40 267/520 - 15/20: Installing method MessageSend>>value 19:46:40 267/520 - 16/20: Installing method MessageSend>>value: 19:46:40 267/520 - 17/20: Installing method MessageSend>>value:value: 19:46:40 267/520 - 18/20: Installing method MessageSend>>value:value:value: 19:46:40 267/520 - 19/20: Installing method MessageSend>>valueWithArguments: 19:46:40 267/520 - 20/20: Installing method MessageSend>>valueWithEnoughArguments: 19:46:40 267/520 - 1/4: Installing method MessageSend class>>message:to: 19:46:40 267/520 - 2/4: Installing method MessageSend class>>receiver:selector: 19:46:40 267/520 - 3/4: Installing method MessageSend class>>receiver:selector:argument: 19:46:40 267/520 - 4/4: Installing method MessageSend class>>receiver:selector:arguments: 19:46:41 268/520 - 1/53: Installing method Metaclass>><< 19:46:41 268/520 - 2/53: Installing method Metaclass>>addInstVarNamed: 19:46:41 268/520 - 3/53: Installing method Metaclass>>addObsoleteSubclass: 19:46:41 268/520 - 4/53: Installing method Metaclass>>addSlot: 19:46:41 268/520 - 5/53: Installing method Metaclass>>addSubclass: 19:46:41 268/520 - 6/53: Installing method Metaclass>>binding 19:46:41 268/520 - 7/53: Installing method Metaclass>>bindingOf: 19:46:41 268/520 - 8/53: Installing method Metaclass>>category 19:46:41 268/520 - 9/53: Installing method Metaclass>>classPool 19:46:41 268/520 - 10/53: Installing method Metaclass>>classSide 19:46:41 268/520 - 11/53: Installing method Metaclass>>classVarNames 19:46:41 268/520 - 12/53: Installing method Metaclass>>classVariables 19:46:41 268/520 - 13/53: Installing method Metaclass>>comment 19:46:41 268/520 - 14/53: Installing method Metaclass>>comment: 19:46:41 268/520 - 15/53: Installing method Metaclass>>comment:stamp: 19:46:41 268/520 - 16/53: Installing method Metaclass>>commentSourcePointer 19:46:41 268/520 - 17/53: Installing method Metaclass>>commentSourcePointer: 19:46:41 268/520 - 18/53: Installing method Metaclass>>commentStamp 19:46:41 268/520 - 19/53: Installing method Metaclass>>commentStamp: 19:46:41 268/520 - 20/53: Installing method Metaclass>>environment 19:46:41 268/520 - 21/53: Installing method Metaclass>>expandedDefinitionStringFor: 19:46:41 268/520 - 22/53: Installing method Metaclass>>hasBindingThatBeginsWith: 19:46:41 268/520 - 23/53: Installing method Metaclass>>hasClassSide 19:46:41 268/520 - 24/53: Installing method Metaclass>>hasClassVarNamed: 19:46:41 268/520 - 25/53: Installing method Metaclass>>hasComment 19:46:41 268/520 - 26/53: Installing method Metaclass>>innerBindingOf: 19:46:41 268/520 - 27/53: Installing method Metaclass>>instanceSide 19:46:41 268/520 - 28/53: Installing method Metaclass>>instanceVariableNames: 19:46:41 268/520 - 29/53: Installing method Metaclass>>isAnonymous 19:46:41 268/520 - 30/53: Installing method Metaclass>>isClass 19:46:41 268/520 - 31/53: Installing method Metaclass>>isMeta 19:46:41 268/520 - 32/53: Installing method Metaclass>>isMetaclassOfClassOrNil 19:46:41 268/520 - 33/53: Installing method Metaclass>>isObsolete 19:46:41 268/520 - 34/53: Installing method Metaclass>>isReferenced 19:46:41 268/520 - 35/53: Installing method Metaclass>>isSelfEvaluating 19:46:41 268/520 - 36/53: Installing method Metaclass>>isUsed 19:46:41 268/520 - 37/53: Installing method Metaclass>>name 19:46:41 268/520 - 38/53: Installing method Metaclass>>new 19:46:41 268/520 - 39/53: Installing method Metaclass>>newAnonymousSubclass 19:46:41 268/520 - 40/53: Installing method Metaclass>>obsoleteSubclasses 19:46:41 268/520 - 41/53: Installing method Metaclass>>package 19:46:41 268/520 - 42/53: Installing method Metaclass>>packageTag 19:46:41 268/520 - 43/53: Installing method Metaclass>>possibleVariablesFor:continuedFrom: 19:46:42 268/520 - 44/53: Installing method Metaclass>>postCopy 19:46:42 268/520 - 45/53: Installing method Metaclass>>removeSlot: 19:46:42 268/520 - 46/53: Installing method Metaclass>>removeSubclass: 19:46:42 268/520 - 47/53: Installing method Metaclass>>sharedPoolNames 19:46:42 268/520 - 48/53: Installing method Metaclass>>slots: 19:46:42 268/520 - 49/53: Installing method Metaclass>>soleInstance 19:46:42 268/520 - 50/53: Installing method Metaclass>>sourceCodeTemplate 19:46:42 268/520 - 51/53: Installing method Metaclass>>subclasses 19:46:42 268/520 - 52/53: Installing method Metaclass>>subclassesDo: 19:46:42 268/520 - 53/53: Installing method Metaclass>>veryDeepCopyWith: 19:46:42 269/520 - 1/1: Installing method MethodAdded>>methodAdded 19:46:42 269/520 - 1/1: Installing method MethodAdded class>>method: 19:46:42 270/520 - 1/12: Installing method MethodAnnouncement>>classAffected 19:46:42 270/520 - 2/12: Installing method MethodAnnouncement>>isProvidedByExtension 19:46:42 270/520 - 3/12: Installing method MethodAnnouncement>>method 19:46:42 270/520 - 4/12: Installing method MethodAnnouncement>>method: 19:46:42 270/520 - 5/12: Installing method MethodAnnouncement>>methodAffected 19:46:42 270/520 - 6/12: Installing method MethodAnnouncement>>methodClass 19:46:42 270/520 - 7/12: Installing method MethodAnnouncement>>methodOrigin 19:46:42 270/520 - 8/12: Installing method MethodAnnouncement>>methodPackage 19:46:42 270/520 - 9/12: Installing method MethodAnnouncement>>packagesAffected 19:46:42 270/520 - 10/12: Installing method MethodAnnouncement>>protocol 19:46:42 270/520 - 11/12: Installing method MethodAnnouncement>>protocolsAffected 19:46:42 270/520 - 12/12: Installing method MethodAnnouncement>>selector 19:46:42 271/520 - 1/23: Installing method MethodDictionary>>add: 19:46:42 271/520 - 2/23: Installing method MethodDictionary>>associationAt:ifAbsent: 19:46:42 271/520 - 3/23: Installing method MethodDictionary>>associationsDo: 19:46:42 271/520 - 4/23: Installing method MethodDictionary>>at:ifAbsent: 19:46:42 271/520 - 5/23: Installing method MethodDictionary>>at:ifPresent: 19:46:42 271/520 - 6/23: Installing method MethodDictionary>>at:put: 19:46:42 271/520 - 7/23: Installing method MethodDictionary>>compact 19:46:42 271/520 - 8/23: Installing method MethodDictionary>>compactWithoutBecome 19:46:42 271/520 - 9/23: Installing method MethodDictionary>>fixCollisionsFrom: 19:46:42 271/520 - 10/23: Installing method MethodDictionary>>grow 19:46:42 271/520 - 11/23: Installing method MethodDictionary>>isHealthy 19:46:42 271/520 - 12/23: Installing method MethodDictionary>>keyAtIdentityValue:ifAbsent: 19:46:42 271/520 - 13/23: Installing method MethodDictionary>>keyAtValue:ifAbsent: 19:46:42 271/520 - 14/23: Installing method MethodDictionary>>keysAndValuesDo: 19:46:42 271/520 - 15/23: Installing method MethodDictionary>>keysDo: 19:46:42 271/520 - 16/23: Installing method MethodDictionary>>postCopy 19:46:42 271/520 - 17/23: Installing method MethodDictionary>>rehash 19:46:42 271/520 - 18/23: Installing method MethodDictionary>>removeAll 19:46:42 271/520 - 19/23: Installing method MethodDictionary>>removeDangerouslyKey:ifAbsent: 19:46:42 271/520 - 20/23: Installing method MethodDictionary>>removeKey:ifAbsent: 19:46:42 271/520 - 21/23: Installing method MethodDictionary>>scanFor: 19:46:42 271/520 - 22/23: Installing method MethodDictionary>>swap:with: 19:46:42 271/520 - 23/23: Installing method MethodDictionary>>valuesDo: 19:46:42 271/520 - 1/5: Installing method MethodDictionary class>>compactAllInstances 19:46:42 271/520 - 2/5: Installing method MethodDictionary class>>new 19:46:42 271/520 - 3/5: Installing method MethodDictionary class>>new: 19:46:42 271/520 - 4/5: Installing method MethodDictionary class>>newForCapacity: 19:46:42 271/520 - 5/5: Installing method MethodDictionary class>>sizeFor: 19:46:42 272/520 - 1/6: Installing method MethodModified>>newMethod 19:46:42 272/520 - 2/6: Installing method MethodModified>>newProtocol 19:46:42 272/520 - 3/6: Installing method MethodModified>>oldMethod 19:46:42 272/520 - 4/6: Installing method MethodModified>>oldMethod: 19:46:42 272/520 - 5/6: Installing method MethodModified>>oldProtocol 19:46:42 272/520 - 6/6: Installing method MethodModified>>oldProtocol: 19:46:42 272/520 - 1/1: Installing method MethodModified class>>methodChangedFrom:to:oldProtocol: 19:46:42 273/520 - 1/5: Installing method MethodRecategorized>>methodRecategorized 19:46:42 273/520 - 2/5: Installing method MethodRecategorized>>newProtocol 19:46:42 273/520 - 3/5: Installing method MethodRecategorized>>oldProtocol 19:46:42 273/520 - 4/5: Installing method MethodRecategorized>>oldProtocol: 19:46:43 273/520 - 5/5: Installing method MethodRecategorized>>protocolsAffected 19:46:43 273/520 - 1/1: Installing method MethodRecategorized class>>method:oldProtocol: 19:46:43 274/520 - 1/3: Installing method MethodRemoved>>methodOrigin 19:46:43 274/520 - 2/3: Installing method MethodRemoved>>methodOrigin: 19:46:43 274/520 - 3/3: Installing method MethodRemoved>>methodRemoved 19:46:43 274/520 - 1/1: Installing method MethodRemoved class>>methodRemoved:origin: 19:46:43 275/520 - 1/6: Installing method MethodRepackaged>>methodRepackaged 19:46:43 275/520 - 2/6: Installing method MethodRepackaged>>newPackage 19:46:43 275/520 - 3/6: Installing method MethodRepackaged>>newPackage: 19:46:43 275/520 - 4/6: Installing method MethodRepackaged>>oldPackage 19:46:43 275/520 - 5/6: Installing method MethodRepackaged>>oldPackage: 19:46:43 275/520 - 6/6: Installing method MethodRepackaged>>packagesAffected 19:46:43 275/520 - 1/1: Installing method MethodRepackaged class>>methodRepackaged:oldPackage:newPackage: 19:46:43 276/520 - 1/14: Installing method ModificationForbidden>>fieldIndex 19:46:43 276/520 - 2/14: Installing method ModificationForbidden>>fieldIndex: 19:46:43 276/520 - 3/14: Installing method ModificationForbidden>>indexedMessageText 19:46:43 276/520 - 4/14: Installing method ModificationForbidden>>messageText 19:46:43 276/520 - 5/14: Installing method ModificationForbidden>>newValue 19:46:43 276/520 - 6/14: Installing method ModificationForbidden>>newValue: 19:46:43 276/520 - 7/14: Installing method ModificationForbidden>>nonIndexedMessageText 19:46:43 276/520 - 8/14: Installing method ModificationForbidden>>object 19:46:43 276/520 - 9/14: Installing method ModificationForbidden>>object: 19:46:43 276/520 - 10/14: Installing method ModificationForbidden>>printObject:on: 19:46:43 276/520 - 11/14: Installing method ModificationForbidden>>retryModification 19:46:43 276/520 - 12/14: Installing method ModificationForbidden>>retrySelector 19:46:43 276/520 - 13/14: Installing method ModificationForbidden>>retrySelector: 19:46:43 276/520 - 14/14: Installing method ModificationForbidden>>standardMessageText 19:46:43 276/520 - 1/1: Installing method ModificationForbidden class>>for:at:with:retrySelector: 19:46:43 277/520 - 1/40: Installing method Monitor>>checkOwnerProcess 19:46:43 277/520 - 2/40: Installing method Monitor>>cleanup 19:46:43 277/520 - 3/40: Installing method Monitor>>critical: 19:46:43 277/520 - 4/40: Installing method Monitor>>defaultQueue 19:46:43 277/520 - 5/40: Installing method Monitor>>enter 19:46:43 277/520 - 6/40: Installing method Monitor>>exit 19:46:43 277/520 - 7/40: Installing method Monitor>>exitAndWaitInQueue:maxMilliseconds: 19:46:43 277/520 - 8/40: Installing method Monitor>>initialize 19:46:43 277/520 - 9/40: Installing method Monitor>>isOwnerProcess 19:46:43 277/520 - 10/40: Installing method Monitor>>privateCleanup 19:46:43 277/520 - 11/40: Installing method Monitor>>queueDict 19:46:43 277/520 - 12/40: Installing method Monitor>>queueFor: 19:46:43 277/520 - 13/40: Installing method Monitor>>signal 19:46:43 277/520 - 14/40: Installing method Monitor>>signal: 19:46:43 277/520 - 15/40: Installing method Monitor>>signalAll 19:46:43 277/520 - 16/40: Installing method Monitor>>signalAll: 19:46:43 277/520 - 17/40: Installing method Monitor>>signalAllInQueue: 19:46:43 277/520 - 18/40: Installing method Monitor>>signalLock:inQueue: 19:46:43 277/520 - 19/40: Installing method Monitor>>signalQueue: 19:46:43 277/520 - 20/40: Installing method Monitor>>signalReallyAll 19:46:43 277/520 - 21/40: Installing method Monitor>>wait 19:46:43 277/520 - 22/40: Installing method Monitor>>waitFor: 19:46:43 277/520 - 23/40: Installing method Monitor>>waitFor:maxMilliseconds: 19:46:43 277/520 - 24/40: Installing method Monitor>>waitFor:maxSeconds: 19:46:44 277/520 - 25/40: Installing method Monitor>>waitInQueue:maxMilliseconds: 19:46:44 277/520 - 26/40: Installing method Monitor>>waitMaxMilliseconds: 19:46:44 277/520 - 27/40: Installing method Monitor>>waitMaxSeconds: 19:46:44 277/520 - 28/40: Installing method Monitor>>waitUntil: 19:46:44 277/520 - 29/40: Installing method Monitor>>waitUntil:for: 19:46:44 277/520 - 30/40: Installing method Monitor>>waitUntil:for:maxMilliseconds: 19:46:44 277/520 - 31/40: Installing method Monitor>>waitUntil:for:maxSeconds: 19:46:44 277/520 - 32/40: Installing method Monitor>>waitUntil:maxMilliseconds: 19:46:44 277/520 - 33/40: Installing method Monitor>>waitUntil:maxSeconds: 19:46:44 277/520 - 34/40: Installing method Monitor>>waitWhile: 19:46:44 277/520 - 35/40: Installing method Monitor>>waitWhile:for: 19:46:44 277/520 - 36/40: Installing method Monitor>>waitWhile:for:maxMilliseconds: 19:46:44 277/520 - 37/40: Installing method Monitor>>waitWhile:for:maxSeconds: 19:46:44 277/520 - 38/40: Installing method Monitor>>waitWhile:inQueue:maxMilliseconds: 19:46:44 277/520 - 39/40: Installing method Monitor>>waitWhile:maxMilliseconds: 19:46:44 277/520 - 40/40: Installing method Monitor>>waitWhile:maxSeconds: 19:46:44 278/520 - 1/2: Installing method MonitorDelay>>setDelay:forSemaphore:monitor:queue: 19:46:44 278/520 - 2/2: Installing method MonitorDelay>>timingPrioritySignalExpired 19:46:44 278/520 - 1/1: Installing method MonitorDelay class>>signalLock:afterMSecs:inMonitor:queue: 19:46:44 279/520 - 1/2: Installing method Mutex>>critical: 19:46:44 279/520 - 2/2: Installing method Mutex>>initialize 19:46:44 280/520 - 1/3: Installing method MutexSet>>critical: 19:46:44 280/520 - 2/3: Installing method MutexSet>>pvtCritical:startingAt: 19:46:44 280/520 - 3/3: Installing method MutexSet>>withAll: 19:46:44 280/520 - 1/1: Installing method MutexSet class>>withAll: 19:46:44 281/520 - 1/5: Installing method NewUndeclaredWarning>>messageText 19:46:44 281/520 - 2/5: Installing method NewUndeclaredWarning>>originName 19:46:44 281/520 - 3/5: Installing method NewUndeclaredWarning>>originName: 19:46:44 281/520 - 4/5: Installing method NewUndeclaredWarning>>undeclaredName 19:46:44 281/520 - 5/5: Installing method NewUndeclaredWarning>>undeclaredName: 19:46:44 281/520 - 1/1: Installing method NewUndeclaredWarning class>>signal:in: 19:46:44 282/520 - 1/2: Installing method NoChangesLog>>logChange: 19:46:44 282/520 - 2/2: Installing method NoChangesLog>>logSnapshot:andQuit: 19:46:44 282/520 - 1/1: Installing method NoChangesLog class>>install 19:46:44 283/520 - 1/2: Installing method NoPharoFilesOpener>>changesFileOrNil 19:46:44 283/520 - 2/2: Installing method NoPharoFilesOpener>>sourcesFileOrNil 19:46:44 283/520 - 1/1: Installing method NoPharoFilesOpener class>>install 19:46:44 284/520 - 1/3: Installing method NonBooleanReceiver>>isResumable 19:46:44 284/520 - 2/3: Installing method NonBooleanReceiver>>object 19:46:44 284/520 - 3/3: Installing method NonBooleanReceiver>>object: 19:46:44 284/520 - 1/2: Installing method NonBooleanReceiver class>>mustBeBooleanHandler 19:46:44 284/520 - 2/2: Installing method NonBooleanReceiver class>>mustBeBooleanHandler: 19:46:45 285/520 - 1/26: Installing method NonInteractiveTranscript>><< 19:46:45 285/520 - 2/26: Installing method NonInteractiveTranscript>>clear 19:46:45 285/520 - 3/26: Installing method NonInteractiveTranscript>>close 19:46:45 285/520 - 4/26: Installing method NonInteractiveTranscript>>cr 19:46:45 285/520 - 5/26: Installing method NonInteractiveTranscript>>crShow: 19:46:45 285/520 - 6/26: Installing method NonInteractiveTranscript>>critical: 19:46:45 285/520 - 7/26: Installing method NonInteractiveTranscript>>endEntry 19:46:45 285/520 - 8/26: Installing method NonInteractiveTranscript>>fileName 19:46:45 285/520 - 9/26: Installing method NonInteractiveTranscript>>fileName: 19:46:45 285/520 - 10/26: Installing method NonInteractiveTranscript>>flush 19:46:45 285/520 - 11/26: Installing method NonInteractiveTranscript>>initialize 19:46:45 285/520 - 12/26: Installing method NonInteractiveTranscript>>initializeStream 19:46:45 285/520 - 13/26: Installing method NonInteractiveTranscript>>install 19:46:45 285/520 - 14/26: Installing method NonInteractiveTranscript>>isSelfEvaluating 19:46:45 285/520 - 15/26: Installing method NonInteractiveTranscript>>isStderr 19:46:45 285/520 - 16/26: Installing method NonInteractiveTranscript>>isStdout 19:46:45 285/520 - 17/26: Installing method NonInteractiveTranscript>>newLine 19:46:45 285/520 - 18/26: Installing method NonInteractiveTranscript>>nextPut: 19:46:45 285/520 - 19/26: Installing method NonInteractiveTranscript>>nextPutAll: 19:46:45 285/520 - 20/26: Installing method NonInteractiveTranscript>>print: 19:46:45 285/520 - 21/26: Installing method NonInteractiveTranscript>>printOn: 19:46:45 285/520 - 22/26: Installing method NonInteractiveTranscript>>show: 19:46:45 285/520 - 23/26: Installing method NonInteractiveTranscript>>space 19:46:45 285/520 - 24/26: Installing method NonInteractiveTranscript>>stepGlobal 19:46:45 285/520 - 25/26: Installing method NonInteractiveTranscript>>stream 19:46:45 285/520 - 26/26: Installing method NonInteractiveTranscript>>tab 19:46:45 285/520 - 1/8: Installing method NonInteractiveTranscript class>>defaultLogFileName 19:46:45 285/520 - 2/8: Installing method NonInteractiveTranscript class>>file 19:46:45 285/520 - 3/8: Installing method NonInteractiveTranscript class>>initialize 19:46:45 285/520 - 4/8: Installing method NonInteractiveTranscript class>>isInstalled 19:46:45 285/520 - 5/8: Installing method NonInteractiveTranscript class>>onFileNamed: 19:46:45 285/520 - 6/8: Installing method NonInteractiveTranscript class>>shutDown 19:46:45 285/520 - 7/8: Installing method NonInteractiveTranscript class>>stderr 19:46:45 285/520 - 8/8: Installing method NonInteractiveTranscript class>>stdout 19:46:45 286/520 - 1/23: Installing method NonInteractiveUIManager>>chooseDirectory:from: 19:46:45 286/520 - 2/23: Installing method NonInteractiveUIManager>>chooseFrom:lines:title: 19:46:45 286/520 - 3/23: Installing method NonInteractiveUIManager>>chooseFrom:values:lines:title: 19:46:45 286/520 - 4/23: Installing method NonInteractiveUIManager>>chooseFullFileNameMatching:label: 19:46:45 286/520 - 5/23: Installing method NonInteractiveUIManager>>chooseOrRequestFrom:values:lines:title: 19:46:45 286/520 - 6/23: Installing method NonInteractiveUIManager>>confirm: 19:46:45 286/520 - 7/23: Installing method NonInteractiveUIManager>>confirm:label: 19:46:45 286/520 - 8/23: Installing method NonInteractiveUIManager>>confirm:label:trueChoice:falseChoice:cancelChoice:default: 19:46:45 286/520 - 9/23: Installing method NonInteractiveUIManager>>confirm:orCancel: 19:46:45 286/520 - 10/23: Installing method NonInteractiveUIManager>>confirm:trueChoice:falseChoice: 19:46:45 286/520 - 11/23: Installing method NonInteractiveUIManager>>confirm:trueChoice:falseChoice:cancelChoice:default: 19:46:45 286/520 - 12/23: Installing method NonInteractiveUIManager>>debugProcess:context:label:fullView:notification: 19:46:45 286/520 - 13/23: Installing method NonInteractiveUIManager>>edit:label:accept: 19:46:45 286/520 - 14/23: Installing method NonInteractiveUIManager>>multiLineRequest:initialAnswer:answerHeight: 19:46:45 286/520 - 15/23: Installing method NonInteractiveUIManager>>nonInteractiveManager 19:46:45 286/520 - 16/23: Installing method NonInteractiveUIManager>>nonInteractiveRequest: 19:46:45 286/520 - 17/23: Installing method NonInteractiveUIManager>>nonInteractiveRequest:title: 19:46:45 286/520 - 18/23: Installing method NonInteractiveUIManager>>nonInteractiveWarning: 19:46:45 286/520 - 19/23: Installing method NonInteractiveUIManager>>request:initialAnswer: 19:46:45 286/520 - 20/23: Installing method NonInteractiveUIManager>>request:initialAnswer:entryCompletion: 19:46:46 286/520 - 21/23: Installing method NonInteractiveUIManager>>request:initialAnswer:title: 19:46:46 286/520 - 22/23: Installing method NonInteractiveUIManager>>request:initialAnswer:title:entryCompletion: 19:46:46 286/520 - 23/23: Installing method NonInteractiveUIManager>>requestPassword: 19:46:46 286/520 - 1/1: Installing method NonInteractiveUIManager class>>isValidForCurrentSystemConfiguration 19:46:46 287/520 - 1/6: Installing method NotFound>>collection 19:46:46 287/520 - 2/6: Installing method NotFound>>collection: 19:46:46 287/520 - 3/6: Installing method NotFound>>messageText 19:46:46 287/520 - 4/6: Installing method NotFound>>object 19:46:46 287/520 - 5/6: Installing method NotFound>>object: 19:46:46 287/520 - 6/6: Installing method NotFound>>standardMessageText 19:46:46 287/520 - 1/2: Installing method NotFound class>>signalFor: 19:46:46 287/520 - 2/2: Installing method NotFound class>>signalFor:in: 19:46:46 288/520 - 1/1: Installing method NotYetImplemented>>standardMessageText 19:46:46 289/520 - 1/1: Installing method Notification>>defaultAction 19:46:46 290/520 - 1/10: Installing method NullFFIBackend>>allocate: 19:46:46 290/520 - 2/10: Installing method NullFFIBackend>>free: 19:46:46 290/520 - 3/10: Installing method NullFFIBackend>>integerOfObject:at:put:size:signed: 19:46:46 290/520 - 4/10: Installing method NullFFIBackend>>integerOfObject:at:size:signed: 19:46:46 290/520 - 5/10: Installing method NullFFIBackend>>loadSymbol:module: 19:46:46 290/520 - 6/10: Installing method NullFFIBackend>>lookupCallbackByAddress: 19:46:46 290/520 - 7/10: Installing method NullFFIBackend>>on:float32At: 19:46:46 290/520 - 8/10: Installing method NullFFIBackend>>on:float32At:put: 19:46:46 290/520 - 9/10: Installing method NullFFIBackend>>on:float64At: 19:46:46 290/520 - 10/10: Installing method NullFFIBackend>>on:float64At:put: 19:46:46 290/520 - 1/2: Installing method NullFFIBackend class>>isAvailable 19:46:46 290/520 - 2/2: Installing method NullFFIBackend class>>priority 19:46:46 291/520 - 1/32: Installing method NullStream>>ascii 19:46:46 291/520 - 2/32: Installing method NullStream>>atEnd 19:46:46 291/520 - 3/32: Installing method NullStream>>binary 19:46:46 291/520 - 4/32: Installing method NullStream>>collectionSpecies 19:46:46 291/520 - 5/32: Installing method NullStream>>contents 19:46:46 291/520 - 6/32: Installing method NullStream>>cr 19:46:46 291/520 - 7/32: Installing method NullStream>>element 19:46:46 291/520 - 8/32: Installing method NullStream>>initialize 19:46:46 291/520 - 9/32: Installing method NullStream>>isBinary 19:46:46 291/520 - 10/32: Installing method NullStream>>isEmpty 19:46:46 291/520 - 11/32: Installing method NullStream>>lf 19:46:46 291/520 - 12/32: Installing method NullStream>>next 19:46:46 291/520 - 13/32: Installing method NullStream>>next: 19:46:46 291/520 - 14/32: Installing method NullStream>>next:into: 19:46:46 291/520 - 15/32: Installing method NullStream>>next:into:startingAt: 19:46:46 291/520 - 16/32: Installing method NullStream>>next:putAll: 19:46:46 291/520 - 17/32: Installing method NullStream>>next:putAll:startingAt: 19:46:46 291/520 - 18/32: Installing method NullStream>>nextInto: 19:46:46 291/520 - 19/32: Installing method NullStream>>nextInto:startingAt: 19:46:46 291/520 - 20/32: Installing method NullStream>>nextPut: 19:46:46 291/520 - 21/32: Installing method NullStream>>nextPutAll: 19:46:46 291/520 - 22/32: Installing method NullStream>>peek 19:46:46 291/520 - 23/32: Installing method NullStream>>peekLast 19:46:46 291/520 - 24/32: Installing method NullStream>>position 19:46:46 291/520 - 25/32: Installing method NullStream>>position: 19:46:46 291/520 - 26/32: Installing method NullStream>>positionError 19:46:46 291/520 - 27/32: Installing method NullStream>>printOn: 19:46:46 291/520 - 28/32: Installing method NullStream>>readInto:startingAt:count: 19:46:46 291/520 - 29/32: Installing method NullStream>>reset 19:46:46 291/520 - 30/32: Installing method NullStream>>skip: 19:46:46 291/520 - 31/32: Installing method NullStream>>space 19:46:46 291/520 - 32/32: Installing method NullStream>>tab 19:46:46 291/520 - 1/1: Installing method NullStream class>>new 19:46:46 292/520 - 1/2: Installing method NullTermInfo>>on: 19:46:46 292/520 - 2/2: Installing method NullTermInfo>>set: 19:46:48 293/520 - 1/63: Installing method Number>>* 19:46:48 293/520 - 2/63: Installing method Number>>+ 19:46:48 293/520 - 3/63: Installing method Number>>- 19:46:48 293/520 - 4/63: Installing method Number>>/ 19:46:48 293/520 - 5/63: Installing method Number>>// 19:46:48 293/520 - 6/63: Installing method Number>>@ 19:46:48 293/520 - 7/63: Installing method Number>>\\ 19:46:48 293/520 - 8/63: Installing method Number>>abs 19:46:48 293/520 - 9/63: Installing method Number>>adaptToFloat:andCompare: 19:46:48 293/520 - 10/63: Installing method Number>>adaptToFloat:andSend: 19:46:48 293/520 - 11/63: Installing method Number>>adaptToFraction:andSend: 19:46:48 293/520 - 12/63: Installing method Number>>adaptToInteger:andSend: 19:46:48 293/520 - 13/63: Installing method Number>>addAssignToFloatArray: 19:46:48 293/520 - 14/63: Installing method Number>>asFloat 19:46:48 293/520 - 15/63: Installing method Number>>asFraction 19:46:48 293/520 - 16/63: Installing method Number>>asInteger 19:46:48 293/520 - 17/63: Installing method Number>>asNumber 19:46:48 293/520 - 18/63: Installing method Number>>asPoint 19:46:48 293/520 - 19/63: Installing method Number>>asScaledDecimal 19:46:48 293/520 - 20/63: Installing method Number>>asScaledDecimal: 19:46:48 293/520 - 21/63: Installing method Number>>asSmallAngleDegrees 19:46:48 293/520 - 22/63: Installing method Number>>asSmallPositiveDegrees 19:46:48 293/520 - 23/63: Installing method Number>>ceiling 19:46:48 293/520 - 24/63: Installing method Number>>clampBetween:and: 19:46:48 293/520 - 25/63: Installing method Number>>copySignTo: 19:46:48 293/520 - 26/63: Installing method Number>>detentBy:atMultiplesOf:snap: 19:46:48 293/520 - 27/63: Installing method Number>>exp 19:46:48 293/520 - 28/63: Installing method Number>>floor 19:46:48 293/520 - 29/63: Installing method Number>>fractionPart 19:46:48 293/520 - 30/63: Installing method Number>>integerPart 19:46:48 293/520 - 31/63: Installing method Number>>isInfinite 19:46:48 293/520 - 32/63: Installing method Number>>isNaN 19:46:48 293/520 - 33/63: Installing method Number>>isNumber 19:46:48 293/520 - 34/63: Installing method Number>>isPowerOfTwo 19:46:48 293/520 - 35/63: Installing method Number>>isZero 19:46:48 293/520 - 36/63: Installing method Number>>negated 19:46:48 293/520 - 37/63: Installing method Number>>negative 19:46:48 293/520 - 38/63: Installing method Number>>positive 19:46:48 293/520 - 39/63: Installing method Number>>printOn: 19:46:48 293/520 - 40/63: Installing method Number>>printString 19:46:48 293/520 - 41/63: Installing method Number>>printStringBase: 19:46:48 293/520 - 42/63: Installing method Number>>quo: 19:46:48 293/520 - 43/63: Installing method Number>>raisedTo: 19:46:48 293/520 - 44/63: Installing method Number>>raisedToFraction: 19:46:48 293/520 - 45/63: Installing method Number>>raisedToInteger: 19:46:48 293/520 - 46/63: Installing method Number>>reciprocal 19:46:48 293/520 - 47/63: Installing method Number>>reduce 19:46:48 293/520 - 48/63: Installing method Number>>rem: 19:46:48 293/520 - 49/63: Installing method Number>>round: 19:46:48 293/520 - 50/63: Installing method Number>>roundDownTo: 19:46:48 293/520 - 51/63: Installing method Number>>roundTo: 19:46:48 293/520 - 52/63: Installing method Number>>roundUpTo: 19:46:48 293/520 - 53/63: Installing method Number>>rounded 19:46:48 293/520 - 54/63: Installing method Number>>sign 19:46:48 293/520 - 55/63: Installing method Number>>sign: 19:46:48 293/520 - 56/63: Installing method Number>>signBit 19:46:48 293/520 - 57/63: Installing method Number>>strictlyPositive 19:46:48 293/520 - 58/63: Installing method Number>>to: 19:46:48 293/520 - 59/63: Installing method Number>>to:by: 19:46:48 293/520 - 60/63: Installing method Number>>to:by:do: 19:46:48 293/520 - 61/63: Installing method Number>>to:do: 19:46:48 293/520 - 62/63: Installing method Number>>truncateTo: 19:46:48 293/520 - 63/63: Installing method Number>>truncated 19:46:48 293/520 - 1/8: Installing method Number class>>isAbstract 19:46:48 293/520 - 2/8: Installing method Number class>>new 19:46:48 293/520 - 3/8: Installing method Number class>>one 19:46:48 293/520 - 4/8: Installing method Number class>>readFrom: 19:46:48 293/520 - 5/8: Installing method Number class>>readFrom:base: 19:46:48 293/520 - 6/8: Installing method Number class>>readFrom:ifFail: 19:46:48 293/520 - 7/8: Installing method Number class>>squeezeNumberOutOfString: 19:46:48 293/520 - 8/8: Installing method Number class>>squeezeNumberOutOfString:ifFail: 19:46:48 294/520 - 1/28: Installing method NumberParser>>allowPlusSign 19:46:48 294/520 - 2/28: Installing method NumberParser>>allowPlusSignInExponent 19:46:48 294/520 - 3/28: Installing method NumberParser>>expected: 19:46:48 294/520 - 4/28: Installing method NumberParser>>exponentLetters 19:46:48 294/520 - 5/28: Installing method NumberParser>>failBlock: 19:46:48 294/520 - 6/28: Installing method NumberParser>>makeFloatFromMantissa:exponent:base: 19:46:48 294/520 - 7/28: Installing method NumberParser>>makeIntegerOrScaledIntegerOrFloat 19:46:48 294/520 - 8/28: Installing method NumberParser>>makeScaledDecimalWithNumberOfNonZeroFractionDigits:andNumberOfTrailingZeroInFractionPart: 19:46:48 294/520 - 9/28: Installing method NumberParser>>maxExponent 19:46:48 294/520 - 10/28: Installing method NumberParser>>maxExponent: 19:46:48 294/520 - 11/28: Installing method NumberParser>>nextElementaryLargeIntegerBase: 19:46:48 294/520 - 12/28: Installing method NumberParser>>nextFraction 19:46:48 294/520 - 13/28: Installing method NumberParser>>nextInteger 19:46:48 294/520 - 14/28: Installing method NumberParser>>nextIntegerBase: 19:46:48 294/520 - 15/28: Installing method NumberParser>>nextIntegerBase:ifFail: 19:46:48 294/520 - 16/28: Installing method NumberParser>>nextLargeIntegerBase:nPackets: 19:46:48 294/520 - 17/28: Installing method NumberParser>>nextNumber 19:46:48 294/520 - 18/28: Installing method NumberParser>>nextNumberBase: 19:46:48 294/520 - 19/28: Installing method NumberParser>>nextScaledDecimal 19:46:48 294/520 - 20/28: Installing method NumberParser>>nextUnsignedIntegerBase: 19:46:48 294/520 - 21/28: Installing method NumberParser>>nextUnsignedIntegerBase:ifFail: 19:46:48 294/520 - 22/28: Installing method NumberParser>>nextUnsignedIntegerOrNilBase: 19:46:48 294/520 - 23/28: Installing method NumberParser>>on: 19:46:48 294/520 - 24/28: Installing method NumberParser>>peekSignIsMinus 19:46:48 294/520 - 25/28: Installing method NumberParser>>readExponent 19:46:48 294/520 - 26/28: Installing method NumberParser>>readNamedFloatOrFail 19:46:48 294/520 - 27/28: Installing method NumberParser>>readNumberWithFractionPartNumberOfTrailingZeroInIntegerPart: 19:46:49 294/520 - 28/28: Installing method NumberParser>>readScaleWithDefaultNumberOfDigits: 19:46:49 294/520 - 1/9: Installing method NumberParser class>>isNumber: 19:46:49 294/520 - 2/9: Installing method NumberParser class>>maxExponent 19:46:49 294/520 - 3/9: Installing method NumberParser class>>maxExponent: 19:46:49 294/520 - 4/9: Installing method NumberParser class>>on: 19:46:49 294/520 - 5/9: Installing method NumberParser class>>parse: 19:46:49 294/520 - 6/9: Installing method NumberParser class>>parse:onError: 19:46:49 294/520 - 7/9: Installing method NumberParser class>>settingsOn: 19:46:49 294/520 - 8/9: Installing method NumberParser class>>squeezeNumberOutOfString: 19:46:49 294/520 - 9/9: Installing method NumberParser class>>squeezeNumberOutOfString:onError: 19:46:49 295/520 - 1/30: Installing method OSPlatform>>accept: 19:46:49 295/520 - 2/30: Installing method OSPlatform>>current 19:46:49 295/520 - 3/30: Installing method OSPlatform>>currentWorkingDirectoryPath 19:46:49 295/520 - 4/30: Installing method OSPlatform>>currentWorkingDirectoryPathWithBuffer: 19:46:49 295/520 - 5/30: Installing method OSPlatform>>currentWorkingDirectoryPathWithBufferSize: 19:46:49 295/520 - 6/30: Installing method OSPlatform>>currentWorkingDirectoryRawPath 19:46:49 295/520 - 7/30: Installing method OSPlatform>>defaultEncoding 19:46:49 295/520 - 8/30: Installing method OSPlatform>>defaultMaximumPathLength 19:46:49 295/520 - 9/30: Installing method OSPlatform>>family 19:46:49 295/520 - 10/30: Installing method OSPlatform>>isLinux 19:46:49 295/520 - 11/30: Installing method OSPlatform>>isMacOS 19:46:49 295/520 - 12/30: Installing method OSPlatform>>isMacOSX 19:46:49 295/520 - 13/30: Installing method OSPlatform>>isUnix 19:46:49 295/520 - 14/30: Installing method OSPlatform>>isUnix32 19:46:49 295/520 - 15/30: Installing method OSPlatform>>isUnix64 19:46:49 295/520 - 16/30: Installing method OSPlatform>>isWin32 19:46:49 295/520 - 17/30: Installing method OSPlatform>>isWin64 19:46:49 295/520 - 18/30: Installing method OSPlatform>>isWindows 19:46:49 295/520 - 19/30: Installing method OSPlatform>>isX11 19:46:49 295/520 - 20/30: Installing method OSPlatform>>lineEnding 19:46:49 295/520 - 21/30: Installing method OSPlatform>>menuShortcutString 19:46:49 295/520 - 22/30: Installing method OSPlatform>>name 19:46:49 295/520 - 23/30: Installing method OSPlatform>>newTerminfo 19:46:49 295/520 - 24/30: Installing method OSPlatform>>platformFamily 19:46:49 295/520 - 25/30: Installing method OSPlatform>>platformName 19:46:49 295/520 - 26/30: Installing method OSPlatform>>potentialLocationsOfSourcesFile 19:46:49 295/520 - 27/30: Installing method OSPlatform>>subtype 19:46:49 295/520 - 28/30: Installing method OSPlatform>>version 19:46:49 295/520 - 29/30: Installing method OSPlatform>>virtualKey: 19:46:49 295/520 - 30/30: Installing method OSPlatform>>windowSystemName 19:46:49 295/520 - 1/6: Installing method OSPlatform class>>current 19:46:49 295/520 - 2/6: Installing method OSPlatform class>>currentVersion 19:46:49 295/520 - 3/6: Installing method OSPlatform class>>determineActivePlatform 19:46:49 295/520 - 4/6: Installing method OSPlatform class>>example 19:46:49 295/520 - 5/6: Installing method OSPlatform class>>isActivePlatform 19:46:49 295/520 - 6/6: Installing method OSPlatform class>>startUp: 19:46:49 296/520 - 1/10: Installing method OSPlatformVisitor>>visit 19:46:49 296/520 - 2/10: Installing method OSPlatformVisitor>>visitGeneric: 19:46:49 296/520 - 3/10: Installing method OSPlatformVisitor>>visitMacOS: 19:46:49 296/520 - 4/10: Installing method OSPlatformVisitor>>visitMacOSX: 19:46:49 296/520 - 5/10: Installing method OSPlatformVisitor>>visitUnix32: 19:46:49 296/520 - 6/10: Installing method OSPlatformVisitor>>visitUnix64: 19:46:49 296/520 - 7/10: Installing method OSPlatformVisitor>>visitUnix: 19:46:49 296/520 - 8/10: Installing method OSPlatformVisitor>>visitWindows32: 19:46:49 296/520 - 9/10: Installing method OSPlatformVisitor>>visitWindows64: 19:46:49 296/520 - 10/10: Installing method OSPlatformVisitor>>visitWindows: 19:46:52 297/520 - 1/215: Installing method Object>>-> 19:46:52 297/520 - 2/215: Installing method Object>>= 19:46:52 297/520 - 3/215: Installing method Object>>adaptToFloat:andCompare: 19:46:52 297/520 - 4/215: Installing method Object>>adaptToFloat:andSend: 19:46:52 297/520 - 5/215: Installing method Object>>adaptToFraction:andCompare: 19:46:52 297/520 - 6/215: Installing method Object>>adaptToFraction:andSend: 19:46:52 297/520 - 7/215: Installing method Object>>adaptToInteger:andCompare: 19:46:52 297/520 - 8/215: Installing method Object>>adaptToInteger:andSend: 19:46:52 297/520 - 9/215: Installing method Object>>appendTo: 19:46:52 297/520 - 10/215: Installing method Object>>as: 19:46:52 297/520 - 11/215: Installing method Object>>asCollectionElement 19:46:52 297/520 - 12/215: Installing method Object>>asDoubleLink 19:46:52 297/520 - 13/215: Installing method Object>>asLink 19:46:52 297/520 - 14/215: Installing method Object>>asLinkPrepend: 19:46:52 297/520 - 15/215: Installing method Object>>asString 19:46:52 297/520 - 16/215: Installing method Object>>assert: 19:46:52 297/520 - 17/215: Installing method Object>>assert:description: 19:46:52 297/520 - 18/215: Installing method Object>>at: 19:46:52 297/520 - 19/215: Installing method Object>>at:put: 19:46:52 297/520 - 20/215: Installing method Object>>attemptToAssign:withIndex: 19:46:52 297/520 - 21/215: Installing method Object>>backwardCompatible:on:in:transformWith: 19:46:52 297/520 - 22/215: Installing method Object>>basicAt: 19:46:52 297/520 - 23/215: Installing method Object>>basicAt:put: 19:46:52 297/520 - 24/215: Installing method Object>>basicSize 19:46:52 297/520 - 25/215: Installing method Object>>beReadOnlyLiteral 19:46:52 297/520 - 26/215: Installing method Object>>beReadOnlyObject 19:46:52 297/520 - 27/215: Installing method Object>>beRecursivelyReadOnlyObject 19:46:52 297/520 - 28/215: Installing method Object>>beRecursivelyWritableObject 19:46:52 297/520 - 29/215: Installing method Object>>beWritableObject 19:46:52 297/520 - 30/215: Installing method Object>>caseError 19:46:52 297/520 - 31/215: Installing method Object>>caseOf: 19:46:52 297/520 - 32/215: Installing method Object>>caseOf:otherwise: 19:46:52 297/520 - 33/215: Installing method Object>>changed 19:46:52 297/520 - 34/215: Installing method Object>>changed: 19:46:52 297/520 - 35/215: Installing method Object>>changed:with: 19:46:52 297/520 - 36/215: Installing method Object>>className 19:46:52 297/520 - 37/215: Installing method Object>>clone 19:46:52 297/520 - 38/215: Installing method Object>>confirm: 19:46:52 297/520 - 39/215: Installing method Object>>copy 19:46:52 297/520 - 40/215: Installing method Object>>copyFrom: 19:46:52 297/520 - 41/215: Installing method Object>>copySameFrom: 19:46:52 297/520 - 42/215: Installing method Object>>crTrace 19:46:52 297/520 - 43/215: Installing method Object>>crTrace: 19:46:52 297/520 - 44/215: Installing method Object>>deepCopy 19:46:52 297/520 - 45/215: Installing method Object>>deprecated: 19:46:52 297/520 - 46/215: Installing method Object>>deprecated:on:in: 19:46:52 297/520 - 47/215: Installing method Object>>deprecated:on:in:transformWith: 19:46:52 297/520 - 48/215: Installing method Object>>deprecated:on:in:transformWith:when: 19:46:52 297/520 - 49/215: Installing method Object>>deprecated:transformWith: 19:46:52 297/520 - 50/215: Installing method Object>>deprecated:transformWith:when: 19:46:52 297/520 - 51/215: Installing method Object>>displayString 19:46:52 297/520 - 52/215: Installing method Object>>displayStringLimitedTo: 19:46:52 297/520 - 53/215: Installing method Object>>displayStringOn: 19:46:52 297/520 - 54/215: Installing method Object>>doesNotUnderstand: 19:46:52 297/520 - 55/215: Installing method Object>>enclosedElement 19:46:52 297/520 - 56/215: Installing method Object>>error 19:46:52 297/520 - 57/215: Installing method Object>>error: 19:46:52 297/520 - 58/215: Installing method Object>>errorImproperStore 19:46:52 297/520 - 59/215: Installing method Object>>errorNonIntegerIndex 19:46:52 297/520 - 60/215: Installing method Object>>errorNotIndexable 19:46:52 297/520 - 61/215: Installing method Object>>errorSubscriptBounds: 19:46:52 297/520 - 62/215: Installing method Object>>finalizationRegistry 19:46:52 297/520 - 63/215: Installing method Object>>finalize 19:46:52 297/520 - 64/215: Installing method Object>>finalizer 19:46:52 297/520 - 65/215: Installing method Object>>flattenOn: 19:46:52 297/520 - 66/215: Installing method Object>>fullDisplayString 19:46:52 297/520 - 67/215: Installing method Object>>fullPrintString 19:46:52 297/520 - 68/215: Installing method Object>>handleProcessTerminationOfWaitingContext: 19:46:52 297/520 - 69/215: Installing method Object>>handles: 19:46:52 297/520 - 70/215: Installing method Object>>hasLiteralSuchThat: 19:46:52 297/520 - 71/215: Installing method Object>>hasMultipleExecutors 19:46:52 297/520 - 72/215: Installing method Object>>hash 19:46:52 297/520 - 73/215: Installing method Object>>in: 19:46:52 297/520 - 74/215: Installing method Object>>inform: 19:46:52 297/520 - 75/215: Installing method Object>>instVarAt: 19:46:52 297/520 - 76/215: Installing method Object>>instVarAt:put: 19:46:52 297/520 - 77/215: Installing method Object>>instVarNamed: 19:46:52 297/520 - 78/215: Installing method Object>>instVarNamed:put: 19:46:52 297/520 - 79/215: Installing method Object>>isArray 19:46:52 297/520 - 80/215: Installing method Object>>isAssociation 19:46:52 297/520 - 81/215: Installing method Object>>isBehavior 19:46:52 297/520 - 82/215: Installing method Object>>isBlock 19:46:52 297/520 - 83/215: Installing method Object>>isCharacter 19:46:52 297/520 - 84/215: Installing method Object>>isClass 19:46:52 297/520 - 85/215: Installing method Object>>isClassOrTrait 19:46:52 297/520 - 86/215: Installing method Object>>isClosure 19:46:52 297/520 - 87/215: Installing method Object>>isCollection 19:46:52 297/520 - 88/215: Installing method Object>>isColor 19:46:52 297/520 - 89/215: Installing method Object>>isColorForm 19:46:52 297/520 - 90/215: Installing method Object>>isCompiledBlock 19:46:52 297/520 - 91/215: Installing method Object>>isCompiledMethod 19:46:52 297/520 - 92/215: Installing method Object>>isContext 19:46:52 297/520 - 93/215: Installing method Object>>isDictionary 19:46:52 297/520 - 94/215: Installing method Object>>isEmbeddedBlock 19:46:52 297/520 - 95/215: Installing method Object>>isFloat 19:46:52 297/520 - 96/215: Installing method Object>>isForm 19:46:52 297/520 - 97/215: Installing method Object>>isFraction 19:46:52 297/520 - 98/215: Installing method Object>>isHeap 19:46:52 297/520 - 99/215: Installing method Object>>isInteger 19:46:52 297/520 - 100/215: Installing method Object>>isInterval 19:46:52 297/520 - 101/215: Installing method Object>>isKindOf: 19:46:52 297/520 - 102/215: Installing method Object>>isLiteral 19:46:52 297/520 - 103/215: Installing method Object>>isLiteral: 19:46:52 297/520 - 104/215: Installing method Object>>isMemberOf: 19:46:52 297/520 - 105/215: Installing method Object>>isMessageSend 19:46:52 297/520 - 106/215: Installing method Object>>isMethodProperties 19:46:52 297/520 - 107/215: Installing method Object>>isMorph 19:46:52 297/520 - 108/215: Installing method Object>>isMorphicEvent 19:46:52 297/520 - 109/215: Installing method Object>>isNotNil 19:46:52 297/520 - 110/215: Installing method Object>>isNumber 19:46:52 297/520 - 111/215: Installing method Object>>isPackage 19:46:52 297/520 - 112/215: Installing method Object>>isPinned 19:46:52 297/520 - 113/215: Installing method Object>>isPinnedInMemory 19:46:52 297/520 - 114/215: Installing method Object>>isPoint 19:46:52 297/520 - 115/215: Installing method Object>>isPrimitiveError 19:46:52 297/520 - 116/215: Installing method Object>>isReadOnlyObject 19:46:52 297/520 - 117/215: Installing method Object>>isRectangle 19:46:52 297/520 - 118/215: Installing method Object>>isSelfEvaluating 19:46:52 297/520 - 119/215: Installing method Object>>isSelfEvaluating: 19:46:52 297/520 - 120/215: Installing method Object>>isStream 19:46:52 297/520 - 121/215: Installing method Object>>isString 19:46:53 297/520 - 122/215: Installing method Object>>isSymbol 19:46:53 297/520 - 123/215: Installing method Object>>isSystemWindow 19:46:53 297/520 - 124/215: Installing method Object>>isText 19:46:53 297/520 - 125/215: Installing method Object>>isThisEverCalled 19:46:53 297/520 - 126/215: Installing method Object>>isThisEverCalled: 19:46:53 297/520 - 127/215: Installing method Object>>isTrait 19:46:53 297/520 - 128/215: Installing method Object>>isVariableBinding 19:46:53 297/520 - 129/215: Installing method Object>>join: 19:46:53 297/520 - 130/215: Installing method Object>>joinTo: 19:46:53 297/520 - 131/215: Installing method Object>>literalEqual: 19:46:53 297/520 - 132/215: Installing method Object>>logEntry 19:46:53 297/520 - 133/215: Installing method Object>>logExecution 19:46:53 297/520 - 134/215: Installing method Object>>logExit 19:46:53 297/520 - 135/215: Installing method Object>>longPrintOn:limitedTo:indent: 19:46:53 297/520 - 136/215: Installing method Object>>longPrintStringLimitedTo: 19:46:53 297/520 - 137/215: Installing method Object>>mourn 19:46:53 297/520 - 138/215: Installing method Object>>notNil 19:46:53 297/520 - 139/215: Installing method Object>>notYetImplemented 19:46:53 297/520 - 140/215: Installing method Object>>notify: 19:46:53 297/520 - 141/215: Installing method Object>>okToChange 19:46:53 297/520 - 142/215: Installing method Object>>packageOrganizer 19:46:53 297/520 - 143/215: Installing method Object>>perform: 19:46:53 297/520 - 144/215: Installing method Object>>perform:orSendTo: 19:46:53 297/520 - 145/215: Installing method Object>>perform:with: 19:46:53 297/520 - 146/215: Installing method Object>>perform:with:with: 19:46:53 297/520 - 147/215: Installing method Object>>perform:with:with:with: 19:46:53 297/520 - 148/215: Installing method Object>>perform:with:with:with:with: 19:46:53 297/520 - 149/215: Installing method Object>>perform:withArguments: 19:46:53 297/520 - 150/215: Installing method Object>>perform:withArguments:inSuperclass: 19:46:53 297/520 - 151/215: Installing method Object>>perform:withEnoughArguments: 19:46:53 297/520 - 152/215: Installing method Object>>pin 19:46:53 297/520 - 153/215: Installing method Object>>pinInMemory 19:46:53 297/520 - 154/215: Installing method Object>>pointsOnlyWeaklyTo: 19:46:53 297/520 - 155/215: Installing method Object>>postCopy 19:46:53 297/520 - 156/215: Installing method Object>>primitiveChangeClassTo: 19:46:53 297/520 - 157/215: Installing method Object>>primitiveError: 19:46:53 297/520 - 158/215: Installing method Object>>printOn: 19:46:53 297/520 - 159/215: Installing method Object>>printString 19:46:53 297/520 - 160/215: Installing method Object>>printStringLimitedTo: 19:46:53 297/520 - 161/215: Installing method Object>>printStringLimitedTo:using: 19:46:53 297/520 - 162/215: Installing method Object>>putOn: 19:46:53 297/520 - 163/215: Installing method Object>>readFromString: 19:46:53 297/520 - 164/215: Installing method Object>>readSlot: 19:46:53 297/520 - 165/215: Installing method Object>>readSlotNamed: 19:46:53 297/520 - 166/215: Installing method Object>>recursivelySetIsReadOnlyObject: 19:46:53 297/520 - 167/215: Installing method Object>>recursivelySetIsReadOnlyObject:exceptObjectsIn: 19:46:53 297/520 - 168/215: Installing method Object>>refersToLiteral: 19:46:53 297/520 - 169/215: Installing method Object>>release 19:46:53 297/520 - 170/215: Installing method Object>>respondsTo: 19:46:53 297/520 - 171/215: Installing method Object>>retrySetPinnedInMemory: 19:46:53 297/520 - 172/215: Installing method Object>>retryWithGC:until: 19:46:53 297/520 - 173/215: Installing method Object>>setIsReadOnlyObject: 19:46:53 297/520 - 174/215: Installing method Object>>setPinned: 19:46:53 297/520 - 175/215: Installing method Object>>setPinnedInMemory: 19:46:53 297/520 - 176/215: Installing method Object>>shallowCopy 19:46:53 297/520 - 177/215: Installing method Object>>shouldBeImplemented 19:46:53 297/520 - 178/215: Installing method Object>>shouldBePrintedAsLiteral 19:46:53 297/520 - 179/215: Installing method Object>>shouldBePrintedAsLiteral: 19:46:53 297/520 - 180/215: Installing method Object>>shouldNotImplement 19:46:53 297/520 - 181/215: Installing method Object>>size 19:46:53 297/520 - 182/215: Installing method Object>>sizeInMemory 19:46:53 297/520 - 183/215: Installing method Object>>someObject 19:46:53 297/520 - 184/215: Installing method Object>>species 19:46:53 297/520 - 185/215: Installing method Object>>split: 19:46:53 297/520 - 186/215: Installing method Object>>split:do: 19:46:53 297/520 - 187/215: Installing method Object>>split:indicesDo: 19:46:53 297/520 - 188/215: Installing method Object>>storeAt:inTempFrame: 19:46:53 297/520 - 189/215: Installing method Object>>storeOn: 19:46:53 297/520 - 190/215: Installing method Object>>storeString 19:46:53 297/520 - 191/215: Installing method Object>>subclassResponsibility 19:46:53 297/520 - 192/215: Installing method Object>>systemNavigation 19:46:53 297/520 - 193/215: Installing method Object>>toFinalizeSend:to:with: 19:46:53 297/520 - 194/215: Installing method Object>>trace 19:46:53 297/520 - 195/215: Installing method Object>>trace: 19:46:53 297/520 - 196/215: Installing method Object>>traceCr 19:46:53 297/520 - 197/215: Installing method Object>>traceCr: 19:46:53 297/520 - 198/215: Installing method Object>>traceCrTab: 19:46:53 297/520 - 199/215: Installing method Object>>traitConflict 19:46:53 297/520 - 200/215: Installing method Object>>uiManager 19:46:53 297/520 - 201/215: Installing method Object>>unpin 19:46:53 297/520 - 202/215: Installing method Object>>unpinInMemory 19:46:53 297/520 - 203/215: Installing method Object>>update: 19:46:53 297/520 - 204/215: Installing method Object>>update:with: 19:46:53 297/520 - 205/215: Installing method Object>>value 19:46:53 297/520 - 206/215: Installing method Object>>valueWithArguments: 19:46:53 297/520 - 207/215: Installing method Object>>veryDeepCopyWith: 19:46:53 297/520 - 208/215: Installing method Object>>veryDeepFixupWith: 19:46:53 297/520 - 209/215: Installing method Object>>veryDeepInner: 19:46:53 297/520 - 210/215: Installing method Object>>windowIsClosing 19:46:53 297/520 - 211/215: Installing method Object>>writeSlot:value: 19:46:53 297/520 - 212/215: Installing method Object>>writeSlotNamed:value: 19:46:53 297/520 - 213/215: Installing method Object>>yourself 19:46:53 297/520 - 214/215: Installing method Object>>~= 19:46:53 297/520 - 215/215: Installing method Object>>~~> 19:46:53 297/520 - 1/6: Installing method Object class>>howToModifyPrimitives 19:46:53 297/520 - 2/6: Installing method Object class>>initialize 19:46:53 297/520 - 3/6: Installing method Object class>>newFrom: 19:46:53 297/520 - 4/6: Installing method Object class>>newFromArray: 19:46:53 297/520 - 5/6: Installing method Object class>>readFrom: 19:46:53 297/520 - 6/6: Installing method Object class>>whatIsAPrimitive 19:46:53 298/520 - 1/2: Installing method ObjectFinalizer>>finalize 19:46:53 298/520 - 2/2: Installing method ObjectFinalizer>>receiver:selector:argument: 19:46:53 299/520 - 1/2: Installing method ObjectFinalizerCollection>>finalize 19:46:53 299/520 - 2/2: Installing method ObjectFinalizerCollection>>hasMultipleExecutors 19:46:54 300/520 - 1/12: Installing method ObjectLayout>>extend 19:46:54 300/520 - 2/12: Installing method ObjectLayout>>extend: 19:46:54 300/520 - 3/12: Installing method ObjectLayout>>extendByte 19:46:54 300/520 - 4/12: Installing method ObjectLayout>>extendCompiledMethod 19:46:54 300/520 - 5/12: Installing method ObjectLayout>>extendDoubleByte 19:46:54 300/520 - 6/12: Installing method ObjectLayout>>extendDoubleWord 19:46:54 300/520 - 7/12: Installing method ObjectLayout>>extendSmallInteger 19:46:54 300/520 - 8/12: Installing method ObjectLayout>>extendVariable: 19:46:54 300/520 - 9/12: Installing method ObjectLayout>>extendWord 19:46:54 300/520 - 10/12: Installing method ObjectLayout>>format 19:46:54 300/520 - 11/12: Installing method ObjectLayout>>initializeInstance: 19:46:54 300/520 - 12/12: Installing method ObjectLayout>>instanceSpecification 19:46:54 300/520 - 1/4: Installing method ObjectLayout class>>allSubclassDefiningSymbols 19:46:54 300/520 - 2/4: Installing method ObjectLayout class>>extending:scope:host: 19:46:54 300/520 - 3/4: Installing method ObjectLayout class>>isAbstract 19:46:54 300/520 - 4/4: Installing method ObjectLayout class>>layoutForSubclassDefiningSymbol: 19:46:54 301/520 - 1/64: Installing method OrderedCollection>>add: 19:46:54 301/520 - 2/64: Installing method OrderedCollection>>add:after: 19:46:54 301/520 - 3/64: Installing method OrderedCollection>>add:afterIndex: 19:46:54 301/520 - 4/64: Installing method OrderedCollection>>add:before: 19:46:54 301/520 - 5/64: Installing method OrderedCollection>>add:beforeIndex: 19:46:54 301/520 - 6/64: Installing method OrderedCollection>>addAll: 19:46:54 301/520 - 7/64: Installing method OrderedCollection>>addAllFirst: 19:46:54 301/520 - 8/64: Installing method OrderedCollection>>addAllFirstUnlessAlreadyPresent: 19:46:54 301/520 - 9/64: Installing method OrderedCollection>>addAllLast: 19:46:54 301/520 - 10/64: Installing method OrderedCollection>>addFirst: 19:46:54 301/520 - 11/64: Installing method OrderedCollection>>addLast: 19:46:54 301/520 - 12/64: Installing method OrderedCollection>>addNoSort: 19:46:54 301/520 - 13/64: Installing method OrderedCollection>>asArray 19:46:54 301/520 - 14/64: Installing method OrderedCollection>>asOrderedCollection 19:46:54 301/520 - 15/64: Installing method OrderedCollection>>at: 19:46:54 301/520 - 16/64: Installing method OrderedCollection>>at:ifAbsentPut: 19:46:54 301/520 - 17/64: Installing method OrderedCollection>>at:put: 19:46:54 301/520 - 18/64: Installing method OrderedCollection>>capacity 19:46:54 301/520 - 19/64: Installing method OrderedCollection>>collect: 19:46:54 301/520 - 20/64: Installing method OrderedCollection>>collect:from:to: 19:46:54 301/520 - 21/64: Installing method OrderedCollection>>collect:thenSelect: 19:46:54 301/520 - 22/64: Installing method OrderedCollection>>collector 19:46:54 301/520 - 23/64: Installing method OrderedCollection>>compact 19:46:54 301/520 - 24/64: Installing method OrderedCollection>>copyEmpty 19:46:54 301/520 - 25/64: Installing method OrderedCollection>>copyFrom:to: 19:46:54 301/520 - 26/64: Installing method OrderedCollection>>copyReplaceFrom:to:with: 19:46:54 301/520 - 27/64: Installing method OrderedCollection>>copyWith: 19:46:55 301/520 - 28/64: Installing method OrderedCollection>>do: 19:46:55 301/520 - 29/64: Installing method OrderedCollection>>ensureBoundsFrom:to: 19:46:55 301/520 - 30/64: Installing method OrderedCollection>>find: 19:46:55 301/520 - 31/64: Installing method OrderedCollection>>growAtFirst 19:46:55 301/520 - 32/64: Installing method OrderedCollection>>growAtLast 19:46:55 301/520 - 33/64: Installing method OrderedCollection>>insert:before: 19:46:55 301/520 - 34/64: Installing method OrderedCollection>>join: 19:46:55 301/520 - 35/64: Installing method OrderedCollection>>makeRoomAtFirst 19:46:55 301/520 - 36/64: Installing method OrderedCollection>>makeRoomAtLast 19:46:55 301/520 - 37/64: Installing method OrderedCollection>>postCopy 19:46:55 301/520 - 38/64: Installing method OrderedCollection>>postCopyFrom:to: 19:46:55 301/520 - 39/64: Installing method OrderedCollection>>reject: 19:46:55 301/520 - 40/64: Installing method OrderedCollection>>reject:thenCollect: 19:46:55 301/520 - 41/64: Installing method OrderedCollection>>remove:ifAbsent: 19:46:55 301/520 - 42/64: Installing method OrderedCollection>>removeAll 19:46:55 301/520 - 43/64: Installing method OrderedCollection>>removeAllSuchThat: 19:46:55 301/520 - 44/64: Installing method OrderedCollection>>removeAt: 19:46:55 301/520 - 45/64: Installing method OrderedCollection>>removeDuplicates 19:46:55 301/520 - 46/64: Installing method OrderedCollection>>removeFirst 19:46:55 301/520 - 47/64: Installing method OrderedCollection>>removeFirst: 19:46:55 301/520 - 48/64: Installing method OrderedCollection>>removeIndex: 19:46:55 301/520 - 49/64: Installing method OrderedCollection>>removeLast 19:46:55 301/520 - 50/64: Installing method OrderedCollection>>removeLast: 19:46:55 301/520 - 51/64: Installing method OrderedCollection>>reset 19:46:55 301/520 - 52/64: Installing method OrderedCollection>>resetTo: 19:46:55 301/520 - 53/64: Installing method OrderedCollection>>reverseDo: 19:46:55 301/520 - 54/64: Installing method OrderedCollection>>reversed 19:46:55 301/520 - 55/64: Installing method OrderedCollection>>select: 19:46:55 301/520 - 56/64: Installing method OrderedCollection>>select:thenCollect: 19:46:55 301/520 - 57/64: Installing method OrderedCollection>>setCollection: 19:46:55 301/520 - 58/64: Installing method OrderedCollection>>setContents: 19:46:55 301/520 - 59/64: Installing method OrderedCollection>>size 19:46:55 301/520 - 60/64: Installing method OrderedCollection>>sort: 19:46:55 301/520 - 61/64: Installing method OrderedCollection>>speciesForTransform 19:46:55 301/520 - 62/64: Installing method OrderedCollection>>with:collect: 19:46:55 301/520 - 63/64: Installing method OrderedCollection>>withIndexCollect: 19:46:55 301/520 - 64/64: Installing method OrderedCollection>>withIndexSelect: 19:46:55 301/520 - 1/12: Installing method OrderedCollection class>>arrayType 19:46:55 301/520 - 2/12: Installing method OrderedCollection class>>cleanUp: 19:46:55 301/520 - 3/12: Installing method OrderedCollection class>>compactAll 19:46:55 301/520 - 4/12: Installing method OrderedCollection class>>compactAllInstances 19:46:55 301/520 - 5/12: Installing method OrderedCollection class>>new 19:46:55 301/520 - 6/12: Installing method OrderedCollection class>>new: 19:46:55 301/520 - 7/12: Installing method OrderedCollection class>>new:streamContents: 19:46:55 301/520 - 8/12: Installing method OrderedCollection class>>new:withAll: 19:46:55 301/520 - 9/12: Installing method OrderedCollection class>>newFrom: 19:46:55 301/520 - 10/12: Installing method OrderedCollection class>>newFromArray: 19:46:55 301/520 - 11/12: Installing method OrderedCollection class>>ofSize: 19:46:55 301/520 - 12/12: Installing method OrderedCollection class>>streamSpecies 19:46:55 302/520 - 1/72: Installing method OrderedDictionary>>= 19:46:55 302/520 - 2/72: Installing method OrderedDictionary>>add: 19:46:55 302/520 - 3/72: Installing method OrderedDictionary>>addAll: 19:46:56 302/520 - 4/72: Installing method OrderedDictionary>>associationAt: 19:46:56 302/520 - 5/72: Installing method OrderedDictionary>>associationAt:ifAbsent: 19:46:56 302/520 - 6/72: Installing method OrderedDictionary>>associationAt:ifPresent: 19:46:56 302/520 - 7/72: Installing method OrderedDictionary>>associationAt:ifPresent:ifAbsent: 19:46:56 302/520 - 8/72: Installing method OrderedDictionary>>associations 19:46:56 302/520 - 9/72: Installing method OrderedDictionary>>associationsDo: 19:46:56 302/520 - 10/72: Installing method OrderedDictionary>>associationsSelect: 19:46:56 302/520 - 11/72: Installing method OrderedDictionary>>at: 19:46:56 302/520 - 12/72: Installing method OrderedDictionary>>at:at: 19:46:56 302/520 - 13/72: Installing method OrderedDictionary>>at:at:ifAbsent: 19:46:56 302/520 - 14/72: Installing method OrderedDictionary>>at:at:ifAbsentPut: 19:46:56 302/520 - 15/72: Installing method OrderedDictionary>>at:at:put: 19:46:56 302/520 - 16/72: Installing method OrderedDictionary>>at:ifAbsent: 19:46:56 302/520 - 17/72: Installing method OrderedDictionary>>at:ifAbsentPut: 19:46:56 302/520 - 18/72: Installing method OrderedDictionary>>at:ifPresent: 19:46:56 302/520 - 19/72: Installing method OrderedDictionary>>at:ifPresent:ifAbsent: 19:46:56 302/520 - 20/72: Installing method OrderedDictionary>>at:ifPresent:ifAbsentPut: 19:46:56 302/520 - 21/72: Installing method OrderedDictionary>>at:put: 19:46:56 302/520 - 22/72: Installing method OrderedDictionary>>at:update: 19:46:56 302/520 - 23/72: Installing method OrderedDictionary>>at:update:initial: 19:46:56 302/520 - 24/72: Installing method OrderedDictionary>>bindingOf: 19:46:56 302/520 - 25/72: Installing method OrderedDictionary>>capacity 19:46:56 302/520 - 26/72: Installing method OrderedDictionary>>collect: 19:46:56 302/520 - 27/72: Installing method OrderedDictionary>>dictionary 19:46:56 302/520 - 28/72: Installing method OrderedDictionary>>dictionaryClass 19:46:56 302/520 - 29/72: Installing method OrderedDictionary>>do: 19:46:56 302/520 - 30/72: Installing method OrderedDictionary>>errorInvalidIndex: 19:46:56 302/520 - 31/72: Installing method OrderedDictionary>>growOrderedKeys 19:46:56 302/520 - 32/72: Installing method OrderedDictionary>>hasBindingThatBeginsWith: 19:46:56 302/520 - 33/72: Installing method OrderedDictionary>>hash 19:46:56 302/520 - 34/72: Installing method OrderedDictionary>>identityIndexOfKey: 19:46:56 302/520 - 35/72: Installing method OrderedDictionary>>identityIndexOfKey:ifAbsent: 19:46:56 302/520 - 36/72: Installing method OrderedDictionary>>includes: 19:46:56 302/520 - 37/72: Installing method OrderedDictionary>>includesAssociation: 19:46:56 302/520 - 38/72: Installing method OrderedDictionary>>includesIdentity: 19:46:56 302/520 - 39/72: Installing method OrderedDictionary>>includesKey: 19:46:56 302/520 - 40/72: Installing method OrderedDictionary>>indexOfKey: 19:46:56 302/520 - 41/72: Installing method OrderedDictionary>>indexOfKey:ifAbsent: 19:46:56 302/520 - 42/72: Installing method OrderedDictionary>>initialize: 19:46:56 302/520 - 43/72: Installing method OrderedDictionary>>isDictionary 19:46:56 302/520 - 44/72: Installing method OrderedDictionary>>isHealthy 19:46:56 302/520 - 45/72: Installing method OrderedDictionary>>keyAtIdentityValue: 19:46:56 302/520 - 46/72: Installing method OrderedDictionary>>keyAtIdentityValue:ifAbsent: 19:46:56 302/520 - 47/72: Installing method OrderedDictionary>>keyAtIndex: 19:46:56 302/520 - 48/72: Installing method OrderedDictionary>>keyAtIndex:ifAbsent: 19:46:56 302/520 - 49/72: Installing method OrderedDictionary>>keyAtValue: 19:46:56 302/520 - 50/72: Installing method OrderedDictionary>>keyAtValue:ifAbsent: 19:46:56 302/520 - 51/72: Installing method OrderedDictionary>>keyForIdentity: 19:46:56 302/520 - 52/72: Installing method OrderedDictionary>>keys 19:46:56 302/520 - 53/72: Installing method OrderedDictionary>>keysAndValuesDo: 19:46:56 302/520 - 54/72: Installing method OrderedDictionary>>keysAndValuesRemove: 19:46:56 302/520 - 55/72: Installing method OrderedDictionary>>keysDo: 19:46:56 302/520 - 56/72: Installing method OrderedDictionary>>keysSortedSafely 19:46:56 302/520 - 57/72: Installing method OrderedDictionary>>orderedKeys 19:46:56 302/520 - 58/72: Installing method OrderedDictionary>>orderedKeysIndexOf: 19:46:56 302/520 - 59/72: Installing method OrderedDictionary>>orderedKeysRemove: 19:46:56 302/520 - 60/72: Installing method OrderedDictionary>>postCopy 19:46:56 302/520 - 61/72: Installing method OrderedDictionary>>printElementsOn: 19:46:56 302/520 - 62/72: Installing method OrderedDictionary>>remove:ifAbsent: 19:46:56 302/520 - 63/72: Installing method OrderedDictionary>>removeAll 19:46:56 302/520 - 64/72: Installing method OrderedDictionary>>removeKey: 19:46:56 302/520 - 65/72: Installing method OrderedDictionary>>removeKey:ifAbsent: 19:46:56 302/520 - 66/72: Installing method OrderedDictionary>>removeKeys: 19:46:56 302/520 - 67/72: Installing method OrderedDictionary>>select: 19:46:56 302/520 - 68/72: Installing method OrderedDictionary>>size 19:46:56 302/520 - 69/72: Installing method OrderedDictionary>>storeOn: 19:46:56 302/520 - 70/72: Installing method OrderedDictionary>>value:registeringAtOrderedKeys: 19:46:56 302/520 - 71/72: Installing method OrderedDictionary>>values 19:46:56 302/520 - 72/72: Installing method OrderedDictionary>>valuesDo: 19:46:56 302/520 - 1/5: Installing method OrderedDictionary class>>new 19:46:56 302/520 - 2/5: Installing method OrderedDictionary class>>new: 19:46:56 302/520 - 3/5: Installing method OrderedDictionary class>>newFrom: 19:46:56 302/520 - 4/5: Installing method OrderedDictionary class>>newFromKeys:andValues: 19:46:56 302/520 - 5/5: Installing method OrderedDictionary class>>newFromPairs: 19:46:56 303/520 - 1/3: Installing method OrderedIdentityDictionary>>dictionaryClass 19:46:56 303/520 - 2/3: Installing method OrderedIdentityDictionary>>indexOfKey:ifAbsent: 19:46:56 303/520 - 3/3: Installing method OrderedIdentityDictionary>>orderedKeysIndexOf: 19:46:56 304/520 - 1/1: Installing method OutOfMemory>>isResumable 19:46:57 305/520 - 1/80: Installing method Package>><= 19:46:57 305/520 - 2/80: Installing method Package>>addClass: 19:46:57 305/520 - 3/80: Installing method Package>>addMethod: 19:46:57 305/520 - 4/80: Installing method Package>>allUnsentMessages 19:46:57 305/520 - 5/80: Installing method Package>>classes 19:46:57 305/520 - 6/80: Installing method Package>>classesTaggedWith: 19:46:57 305/520 - 7/80: Installing method Package>>codeChangeAnnouncer 19:46:57 305/520 - 8/80: Installing method Package>>definedClassNames 19:46:57 305/520 - 9/80: Installing method Package>>definedClasses 19:46:57 305/520 - 10/80: Installing method Package>>definedMethodsForClass: 19:46:57 305/520 - 11/80: Installing method Package>>definedOrExtendedClasses 19:46:57 305/520 - 12/80: Installing method Package>>definedSelectorsForClass: 19:46:57 305/520 - 13/80: Installing method Package>>definesOrExtendsClass: 19:46:57 305/520 - 14/80: Installing method Package>>demoteToTagInPackage 19:46:57 305/520 - 15/80: Installing method Package>>ensureProperties 19:46:57 305/520 - 16/80: Installing method Package>>ensureTag: 19:46:57 305/520 - 17/80: Installing method Package>>environment 19:46:57 305/520 - 18/80: Installing method Package>>extendedClassNames 19:46:58 305/520 - 19/80: Installing method Package>>extendedClasses 19:46:58 305/520 - 20/80: Installing method Package>>extendsClass: 19:46:58 305/520 - 21/80: Installing method Package>>extensionMethods 19:46:58 305/520 - 22/80: Installing method Package>>extensionMethodsForClass: 19:46:58 305/520 - 23/80: Installing method Package>>extensionProtocolsForClass: 19:46:58 305/520 - 24/80: Installing method Package>>extensionSelectors 19:46:58 305/520 - 25/80: Installing method Package>>extensionSelectorsForClass: 19:46:58 305/520 - 26/80: Installing method Package>>hasProperty: 19:46:58 305/520 - 27/80: Installing method Package>>hasTag: 19:46:58 305/520 - 28/80: Installing method Package>>hierarchyRoots 19:46:58 305/520 - 29/80: Installing method Package>>importProtocol:forClass: 19:46:58 305/520 - 30/80: Installing method Package>>includesClass: 19:46:58 305/520 - 31/80: Installing method Package>>includesClassNamed: 19:46:58 305/520 - 32/80: Installing method Package>>includesClassTagNamed: 19:46:58 305/520 - 33/80: Installing method Package>>includesExtensionSelector:ofClass: 19:46:58 305/520 - 34/80: Installing method Package>>includesProtocol:ofClass: 19:46:58 305/520 - 35/80: Installing method Package>>includesSelector:ofClass: 19:46:58 305/520 - 36/80: Installing method Package>>initialize 19:46:58 305/520 - 37/80: Installing method Package>>isDeprecated 19:46:58 305/520 - 38/80: Installing method Package>>isEmpty 19:46:58 305/520 - 39/80: Installing method Package>>isPackage 19:46:58 305/520 - 40/80: Installing method Package>>isTestPackage 19:46:58 305/520 - 41/80: Installing method Package>>isUndefined 19:46:58 305/520 - 42/80: Installing method Package>>linesOfCode 19:46:58 305/520 - 43/80: Installing method Package>>methods 19:46:58 305/520 - 44/80: Installing method Package>>methodsForClass: 19:46:58 305/520 - 45/80: Installing method Package>>moveClass:toTag: 19:46:58 305/520 - 46/80: Installing method Package>>name 19:46:58 305/520 - 47/80: Installing method Package>>name: 19:46:58 305/520 - 48/80: Installing method Package>>organizer 19:46:58 305/520 - 49/80: Installing method Package>>organizer: 19:46:58 305/520 - 50/80: Installing method Package>>packageManifestOrNil 19:46:58 305/520 - 51/80: Installing method Package>>packages 19:46:58 305/520 - 52/80: Installing method Package>>printOn: 19:46:58 305/520 - 53/80: Installing method Package>>properties 19:46:58 305/520 - 54/80: Installing method Package>>propertyAt: 19:46:58 305/520 - 55/80: Installing method Package>>propertyAt:ifAbsent: 19:46:58 305/520 - 56/80: Installing method Package>>propertyAt:ifAbsentPut: 19:46:58 305/520 - 57/80: Installing method Package>>propertyAt:put: 19:46:58 305/520 - 58/80: Installing method Package>>removeAllExtensionMethodsFromClass: 19:46:58 305/520 - 59/80: Installing method Package>>removeClass: 19:46:58 305/520 - 60/80: Installing method Package>>removeEmptyTags 19:46:58 305/520 - 61/80: Installing method Package>>removeFromSystem 19:46:58 305/520 - 62/80: Installing method Package>>removeMethod: 19:46:58 305/520 - 63/80: Installing method Package>>removeMethods: 19:46:58 305/520 - 64/80: Installing method Package>>removePropertiesIfEmpty 19:46:58 305/520 - 65/80: Installing method Package>>removeProperty: 19:46:58 305/520 - 66/80: Installing method Package>>removeProperty:ifAbsent: 19:46:58 305/520 - 67/80: Installing method Package>>removeTag: 19:46:58 305/520 - 68/80: Installing method Package>>renameTag:to: 19:46:58 305/520 - 69/80: Installing method Package>>renameTo: 19:46:58 305/520 - 70/80: Installing method Package>>rootTag 19:46:58 305/520 - 71/80: Installing method Package>>rootTagName 19:46:58 305/520 - 72/80: Installing method Package>>roots 19:46:58 305/520 - 73/80: Installing method Package>>selectors 19:46:58 305/520 - 74/80: Installing method Package>>selectorsForClass: 19:46:58 305/520 - 75/80: Installing method Package>>tagNamed: 19:46:58 305/520 - 76/80: Installing method Package>>tagNamed:ifAbsent: 19:46:58 305/520 - 77/80: Installing method Package>>tagNamed:ifPresent: 19:46:58 305/520 - 78/80: Installing method Package>>tagNames 19:46:58 305/520 - 79/80: Installing method Package>>tagOf: 19:46:58 305/520 - 80/80: Installing method Package>>tags 19:46:58 305/520 - 1/5: Installing method Package class>>initialize 19:46:58 305/520 - 2/5: Installing method Package class>>initializeProperties 19:46:58 305/520 - 3/5: Installing method Package class>>named: 19:46:58 305/520 - 4/5: Installing method Package class>>named:organizer: 19:46:58 305/520 - 5/5: Installing method Package class>>rootTagName 19:46:58 307/520 - 1/2: Installing method PackageAnnouncement>>package 19:46:58 307/520 - 2/2: Installing method PackageAnnouncement>>package: 19:46:58 307/520 - 1/1: Installing method PackageAnnouncement class>>to: 19:46:58 309/520 - 1/11: Installing method PackageManifest class>>classCommentBlank 19:46:58 309/520 - 2/11: Installing method PackageManifest class>>description 19:46:58 309/520 - 3/11: Installing method PackageManifest class>>ignoredDependencies 19:46:58 309/520 - 4/11: Installing method PackageManifest class>>isDeprecated 19:46:58 309/520 - 5/11: Installing method PackageManifest class>>isManifest 19:46:58 309/520 - 6/11: Installing method PackageManifest class>>isUsed 19:46:58 309/520 - 7/11: Installing method PackageManifest class>>manuallyResolvedDependencies 19:46:58 309/520 - 8/11: Installing method PackageManifest class>>postUnloadAction 19:46:58 309/520 - 9/11: Installing method PackageManifest class>>preUnload 19:46:58 309/520 - 10/11: Installing method PackageManifest class>>rejectClasses 19:46:58 309/520 - 11/11: Installing method PackageManifest class>>rejectRules 19:46:59 310/520 - 1/39: Installing method PackageOrganizer>>addPackage: 19:46:59 310/520 - 2/39: Installing method PackageOrganizer>>basicRegisterPackage: 19:46:59 310/520 - 3/39: Installing method PackageOrganizer>>basicUnregisterPackage: 19:46:59 310/520 - 4/39: Installing method PackageOrganizer>>codeChangeAnnouncer 19:46:59 310/520 - 5/39: Installing method PackageOrganizer>>ensurePackage: 19:46:59 310/520 - 6/39: Installing method PackageOrganizer>>ensurePackage:withTags: 19:46:59 310/520 - 7/39: Installing method PackageOrganizer>>ensurePackageMatching: 19:46:59 310/520 - 8/39: Installing method PackageOrganizer>>ensurePackageOfExtensionProtocol: 19:46:59 310/520 - 9/39: Installing method PackageOrganizer>>ensureTag:inPackage: 19:46:59 310/520 - 10/39: Installing method PackageOrganizer>>environment 19:46:59 310/520 - 11/39: Installing method PackageOrganizer>>environment: 19:46:59 310/520 - 12/39: Installing method PackageOrganizer>>hasPackage: 19:46:59 310/520 - 13/39: Installing method PackageOrganizer>>hasTag:inPackage: 19:46:59 310/520 - 14/39: Installing method PackageOrganizer>>initialize 19:46:59 310/520 - 15/39: Installing method PackageOrganizer>>isClassInstalled: 19:46:59 310/520 - 16/39: Installing method PackageOrganizer>>packageForProtocol: 19:46:59 310/520 - 17/39: Installing method PackageOrganizer>>packageForProtocol:from: 19:46:59 310/520 - 18/39: Installing method PackageOrganizer>>packageMatchingExtensionName: 19:46:59 310/520 - 19/39: Installing method PackageOrganizer>>packageNamed: 19:46:59 310/520 - 20/39: Installing method PackageOrganizer>>packageNamed:ifAbsent: 19:46:59 310/520 - 21/39: Installing method PackageOrganizer>>packageNamed:ifPresent: 19:46:59 310/520 - 22/39: Installing method PackageOrganizer>>packageNames 19:46:59 310/520 - 23/39: Installing method PackageOrganizer>>packageNamesDo: 19:46:59 310/520 - 24/39: Installing method PackageOrganizer>>packageOf: 19:46:59 310/520 - 25/39: Installing method PackageOrganizer>>packageOfClassNamed: 19:46:59 310/520 - 26/39: Installing method PackageOrganizer>>packages 19:46:59 310/520 - 27/39: Installing method PackageOrganizer>>packagesDo: 19:46:59 310/520 - 28/39: Installing method PackageOrganizer>>removeClass: 19:46:59 310/520 - 29/39: Installing method PackageOrganizer>>removeEmptyPackagesAndTags 19:46:59 310/520 - 30/39: Installing method PackageOrganizer>>removePackage: 19:46:59 310/520 - 31/39: Installing method PackageOrganizer>>removeTag:fromPackage: 19:46:59 310/520 - 32/39: Installing method PackageOrganizer>>renamePackage:to: 19:46:59 310/520 - 33/39: Installing method PackageOrganizer>>renameTag:to:inPackage: 19:46:59 310/520 - 34/39: Installing method PackageOrganizer>>repackageMethod:oldProtocol:newProtocol: 19:46:59 310/520 - 35/39: Installing method PackageOrganizer>>testPackageNames 19:46:59 310/520 - 36/39: Installing method PackageOrganizer>>testPackages 19:46:59 310/520 - 37/39: Installing method PackageOrganizer>>undefinedPackage 19:46:59 310/520 - 38/39: Installing method PackageOrganizer>>unregisterPackage: 19:46:59 310/520 - 39/39: Installing method PackageOrganizer>>validatePackageDoesNotExist: 19:46:59 310/520 - 1/1: Installing method PackageOrganizer class>>default 19:46:59 312/520 - 1/4: Installing method PackageRenamed>>newName 19:46:59 312/520 - 2/4: Installing method PackageRenamed>>newName: 19:46:59 312/520 - 3/4: Installing method PackageRenamed>>oldName 19:46:59 312/520 - 4/4: Installing method PackageRenamed>>oldName: 19:46:59 312/520 - 1/1: Installing method PackageRenamed class>>to:oldName:newName: 19:46:59 313/520 - 1/27: Installing method PackageTag>>addClass: 19:46:59 313/520 - 2/27: Installing method PackageTag>>basicRenameTo: 19:46:59 313/520 - 3/27: Installing method PackageTag>>categoryName 19:46:59 313/520 - 4/27: Installing method PackageTag>>classNames 19:46:59 313/520 - 5/27: Installing method PackageTag>>classes 19:46:59 313/520 - 6/27: Installing method PackageTag>>codeChangeAnnouncer 19:46:59 313/520 - 7/27: Installing method PackageTag>>environment 19:46:59 313/520 - 8/27: Installing method PackageTag>>hasClassNamed: 19:46:59 313/520 - 9/27: Installing method PackageTag>>includesClass: 19:46:59 313/520 - 10/27: Installing method PackageTag>>initialize 19:47:00 313/520 - 11/27: Installing method PackageTag>>isEmpty 19:47:00 313/520 - 12/27: Installing method PackageTag>>isRoot 19:47:00 313/520 - 13/27: Installing method PackageTag>>isUndefined 19:47:00 313/520 - 14/27: Installing method PackageTag>>name 19:47:00 313/520 - 15/27: Installing method PackageTag>>name: 19:47:00 313/520 - 16/27: Installing method PackageTag>>organizer 19:47:00 313/520 - 17/27: Installing method PackageTag>>package 19:47:00 313/520 - 18/27: Installing method PackageTag>>package: 19:47:00 313/520 - 19/27: Installing method PackageTag>>packageName 19:47:00 313/520 - 20/27: Installing method PackageTag>>printOn: 19:47:00 313/520 - 21/27: Installing method PackageTag>>privateAddClass: 19:47:00 313/520 - 22/27: Installing method PackageTag>>promoteAsPackage 19:47:00 313/520 - 23/27: Installing method PackageTag>>removeClass: 19:47:00 313/520 - 24/27: Installing method PackageTag>>removeFromPackage 19:47:00 313/520 - 25/27: Installing method PackageTag>>removeFromSystem 19:47:00 313/520 - 26/27: Installing method PackageTag>>renameTo: 19:47:00 313/520 - 27/27: Installing method PackageTag>>rootTagName 19:47:00 313/520 - 1/1: Installing method PackageTag class>>package:name: 19:47:00 315/520 - 1/4: Installing method PackageTagAnnouncement>>package 19:47:00 315/520 - 2/4: Installing method PackageTagAnnouncement>>packagesAffected 19:47:00 315/520 - 3/4: Installing method PackageTagAnnouncement>>tag 19:47:00 315/520 - 4/4: Installing method PackageTagAnnouncement>>tag: 19:47:00 315/520 - 1/2: Installing method PackageTagAnnouncement class>>in:tag: 19:47:00 315/520 - 2/2: Installing method PackageTagAnnouncement class>>to: 19:47:00 317/520 - 1/4: Installing method PackageTagRenamed>>newName 19:47:00 317/520 - 2/4: Installing method PackageTagRenamed>>newName: 19:47:00 317/520 - 3/4: Installing method PackageTagRenamed>>oldName 19:47:00 317/520 - 4/4: Installing method PackageTagRenamed>>oldName: 19:47:00 317/520 - 1/1: Installing method PackageTagRenamed class>>to:oldName:newName: 19:47:01 318/520 - 1/54: Installing method Path>>, 19:47:01 318/520 - 2/54: Installing method Path>>/ 19:47:01 318/520 - 3/54: Installing method Path>><= 19:47:01 318/520 - 4/54: Installing method Path>>= 19:47:01 318/520 - 5/54: Installing method Path>>asPath 19:47:01 318/520 - 6/54: Installing method Path>>asPathWith: 19:47:01 318/520 - 7/54: Installing method Path>>asResolvedBy: 19:47:01 318/520 - 8/54: Installing method Path>>base 19:47:01 318/520 - 9/54: Installing method Path>>basename 19:47:01 318/520 - 10/54: Installing method Path>>basename: 19:47:01 318/520 - 11/54: Installing method Path>>basenameWithoutExtension 19:47:01 318/520 - 12/54: Installing method Path>>basenameWithoutExtension: 19:47:01 318/520 - 13/54: Installing method Path>>canonicalize 19:47:01 318/520 - 14/54: Installing method Path>>canonicalizeOnFilesystem: 19:47:01 318/520 - 15/54: Installing method Path>>contains: 19:47:01 318/520 - 16/54: Installing method Path>>containsPath: 19:47:01 318/520 - 17/54: Installing method Path>>containsReference: 19:47:01 318/520 - 18/54: Installing method Path>>copyFrom: 19:47:01 318/520 - 19/54: Installing method Path>>delimiter 19:47:01 318/520 - 20/54: Installing method Path>>do: 19:47:01 318/520 - 21/54: Installing method Path>>emptyPathString 19:47:01 318/520 - 22/54: Installing method Path>>extension 19:47:01 318/520 - 23/54: Installing method Path>>extensionDelimiter 19:47:01 318/520 - 24/54: Installing method Path>>extensions 19:47:01 318/520 - 25/54: Installing method Path>>fullName 19:47:01 318/520 - 26/54: Installing method Path>>hash 19:47:01 318/520 - 27/54: Installing method Path>>isAbsolute 19:47:01 318/520 - 28/54: Installing method Path>>isChildOf: 19:47:01 318/520 - 29/54: Installing method Path>>isContainedBy: 19:47:01 318/520 - 30/54: Installing method Path>>isEmpty 19:47:01 318/520 - 31/54: Installing method Path>>isNetworkPath 19:47:01 318/520 - 32/54: Installing method Path>>isRelative 19:47:01 318/520 - 33/54: Installing method Path>>isRoot 19:47:01 318/520 - 34/54: Installing method Path>>isWorkingDirectory 19:47:01 318/520 - 35/54: Installing method Path>>lengthOfStemWith: 19:47:01 318/520 - 36/54: Installing method Path>>makeRelative: 19:47:01 318/520 - 37/54: Installing method Path>>parent 19:47:01 318/520 - 38/54: Installing method Path>>parentUpTo: 19:47:01 318/520 - 39/54: Installing method Path>>pathString 19:47:01 318/520 - 40/54: Installing method Path>>printOn:delimiter: 19:47:01 318/520 - 41/54: Installing method Path>>printPathOn: 19:47:01 318/520 - 42/54: Installing method Path>>printPathOn:delimiter: 19:47:01 318/520 - 43/54: Installing method Path>>printWithDelimiter: 19:47:01 318/520 - 44/54: Installing method Path>>relativeTo: 19:47:01 318/520 - 45/54: Installing method Path>>relativeToPath: 19:47:01 318/520 - 46/54: Installing method Path>>resolve 19:47:01 318/520 - 47/54: Installing method Path>>resolve: 19:47:01 318/520 - 48/54: Installing method Path>>resolvePath: 19:47:01 318/520 - 49/54: Installing method Path>>resolveReference: 19:47:01 318/520 - 50/54: Installing method Path>>resolveString: 19:47:01 318/520 - 51/54: Installing method Path>>segments 19:47:01 318/520 - 52/54: Installing method Path>>withExtension: 19:47:01 318/520 - 53/54: Installing method Path>>withName:extension: 19:47:01 318/520 - 54/54: Installing method Path>>withParents 19:47:01 318/520 - 1/23: Installing method Path class>>* 19:47:01 318/520 - 2/23: Installing method Path class>>/ 19:47:01 318/520 - 3/23: Installing method Path class>>addElement:to: 19:47:01 318/520 - 4/23: Installing method Path class>>addElement:to:on: 19:47:01 318/520 - 5/23: Installing method Path class>>addEmptyElementTo: 19:47:01 318/520 - 6/23: Installing method Path class>>addParentElementTo: 19:47:01 318/520 - 7/23: Installing method Path class>>addParentElementTo:on: 19:47:01 318/520 - 8/23: Installing method Path class>>canonicalizeElements: 19:47:01 318/520 - 9/23: Installing method Path class>>canonicalizeElements:filesystem: 19:47:01 318/520 - 10/23: Installing method Path class>>delimiter 19:47:01 318/520 - 11/23: Installing method Path class>>extensionDelimiter 19:47:01 318/520 - 12/23: Installing method Path class>>from: 19:47:01 318/520 - 13/23: Installing method Path class>>from:delimiter: 19:47:01 318/520 - 14/23: Installing method Path class>>isAbsolutePath:delimiter: 19:47:01 318/520 - 15/23: Installing method Path class>>isAbsoluteUnixPath: 19:47:01 318/520 - 16/23: Installing method Path class>>isAbsoluteWindowsPath: 19:47:01 318/520 - 17/23: Installing method Path class>>parent 19:47:01 318/520 - 18/23: Installing method Path class>>parents: 19:47:01 318/520 - 19/23: Installing method Path class>>removeRedundantSegments: 19:47:01 318/520 - 20/23: Installing method Path class>>root 19:47:01 318/520 - 21/23: Installing method Path class>>with: 19:47:02 318/520 - 22/23: Installing method Path class>>withAll: 19:47:02 318/520 - 23/23: Installing method Path class>>workingDirectory 19:47:02 319/520 - 1/1: Installing method PerformMessageCommandLineHandler>>activate 19:47:02 319/520 - 1/2: Installing method PerformMessageCommandLineHandler class>>commandName 19:47:02 319/520 - 2/2: Installing method PerformMessageCommandLineHandler class>>description 19:47:02 320/520 - 1/2: Installing method PharoBootstrapInitialization class>>initializeCommandLineHandlerAndErrorHandling 19:47:02 320/520 - 2/2: Installing method PharoBootstrapInitialization class>>initializeFileSystem 19:47:02 321/520 - 1/8: Installing method PharoCommandLineHandler>>activate 19:47:02 321/520 - 2/8: Installing method PharoCommandLineHandler>>changePreferences 19:47:02 321/520 - 3/8: Installing method PharoCommandLineHandler>>default 19:47:02 321/520 - 4/8: Installing method PharoCommandLineHandler>>forcePreferencesOmission 19:47:02 321/520 - 5/8: Installing method PharoCommandLineHandler>>isChangingPreferences 19:47:02 321/520 - 6/8: Installing method PharoCommandLineHandler>>isOmittingPreferences 19:47:02 321/520 - 7/8: Installing method PharoCommandLineHandler>>isOverridingPreferences 19:47:02 321/520 - 8/8: Installing method PharoCommandLineHandler>>runPreferences 19:47:02 321/520 - 1/7: Installing method PharoCommandLineHandler class>>activateWith: 19:47:02 321/520 - 2/7: Installing method PharoCommandLineHandler class>>description 19:47:02 321/520 - 3/7: Installing method PharoCommandLineHandler class>>forcePreferencesOmission 19:47:02 321/520 - 4/7: Installing method PharoCommandLineHandler class>>forcePreferencesOmission: 19:47:02 321/520 - 5/7: Installing method PharoCommandLineHandler class>>isResponsibleFor: 19:47:02 321/520 - 6/7: Installing method PharoCommandLineHandler class>>priority 19:47:02 321/520 - 7/7: Installing method PharoCommandLineHandler class>>requireDeploymentPassword 19:47:03 322/520 - 1/22: Installing method PharoFilesOpener>>badContentMsg 19:47:03 322/520 - 2/22: Installing method PharoFilesOpener>>cannotLocateMsg 19:47:03 322/520 - 3/22: Installing method PharoFilesOpener>>cannotWriteMsg 19:47:03 322/520 - 4/22: Installing method PharoFilesOpener>>changesFileOrNil 19:47:03 322/520 - 5/22: Installing method PharoFilesOpener>>changesFileOrNilReadOnly: 19:47:03 322/520 - 6/22: Installing method PharoFilesOpener>>changesFileOrNilReadOnly:silent: 19:47:03 322/520 - 7/22: Installing method PharoFilesOpener>>changesName 19:47:03 322/520 - 8/22: Installing method PharoFilesOpener>>ignoreIfFail: 19:47:03 322/520 - 9/22: Installing method PharoFilesOpener>>inform:withChangesRef: 19:47:03 322/520 - 10/22: Installing method PharoFilesOpener>>inform:withRef: 19:47:03 322/520 - 11/22: Installing method PharoFilesOpener>>inform:withSourceRef: 19:47:03 322/520 - 12/22: Installing method PharoFilesOpener>>informCannotLocateSources 19:47:03 322/520 - 13/22: Installing method PharoFilesOpener>>informProblemInChanges: 19:47:03 322/520 - 14/22: Installing method PharoFilesOpener>>lastImagePath 19:47:03 322/520 - 15/22: Installing method PharoFilesOpener>>openChanges:readOnly: 19:47:03 322/520 - 16/22: Installing method PharoFilesOpener>>openSources 19:47:03 322/520 - 17/22: Installing method PharoFilesOpener>>openSources:forImage: 19:47:03 322/520 - 18/22: Installing method PharoFilesOpener>>setInformAboutReadOnlyChanges 19:47:03 322/520 - 19/22: Installing method PharoFilesOpener>>shouldInformAboutReadOnlyChanges 19:47:03 322/520 - 20/22: Installing method PharoFilesOpener>>sourcesFileOrNil 19:47:03 322/520 - 21/22: Installing method PharoFilesOpener>>sourcesName 19:47:03 322/520 - 22/22: Installing method PharoFilesOpener>>unsetInformAboutReadOnlyChanges 19:47:03 322/520 - 1/2: Installing method PharoFilesOpener class>>default 19:47:03 322/520 - 2/2: Installing method PharoFilesOpener class>>reset 19:47:03 323/520 - 1/9: Installing method PluggableDictionary>>= 19:47:03 323/520 - 2/9: Installing method PluggableDictionary>>copyEmpty 19:47:03 323/520 - 3/9: Installing method PluggableDictionary>>equalBlock 19:47:03 323/520 - 4/9: Installing method PluggableDictionary>>equalBlock: 19:47:03 323/520 - 5/9: Installing method PluggableDictionary>>hash 19:47:03 323/520 - 6/9: Installing method PluggableDictionary>>hashBlock 19:47:03 323/520 - 7/9: Installing method PluggableDictionary>>hashBlock: 19:47:03 323/520 - 8/9: Installing method PluggableDictionary>>scanFor: 19:47:03 323/520 - 9/9: Installing method PluggableDictionary>>scanForEmptySlotFor: 19:47:03 323/520 - 1/1: Installing method PluggableDictionary class>>integerDictionary 19:47:03 324/520 - 1/7: Installing method PluggableSet>>copyEmpty 19:47:03 324/520 - 2/7: Installing method PluggableSet>>equalBlock 19:47:03 324/520 - 3/7: Installing method PluggableSet>>equalBlock: 19:47:03 324/520 - 4/7: Installing method PluggableSet>>hashBlock 19:47:03 324/520 - 5/7: Installing method PluggableSet>>hashBlock: 19:47:03 324/520 - 6/7: Installing method PluggableSet>>scanFor: 19:47:03 324/520 - 7/7: Installing method PluggableSet>>scanForEmptySlotFor: 19:47:03 324/520 - 1/1: Installing method PluggableSet class>>integerSet 19:47:04 325/520 - 1/85: Installing method Point>>* 19:47:04 325/520 - 2/85: Installing method Point>>+ 19:47:04 325/520 - 3/85: Installing method Point>>- 19:47:04 325/520 - 4/85: Installing method Point>>/ 19:47:04 325/520 - 5/85: Installing method Point>>// 19:47:04 325/520 - 6/85: Installing method Point>>< 19:47:04 325/520 - 7/85: Installing method Point>><= 19:47:04 325/520 - 8/85: Installing method Point>>= 19:47:04 325/520 - 9/85: Installing method Point>>> 19:47:04 325/520 - 10/85: Installing method Point>>>= 19:47:04 325/520 - 11/85: Installing method Point>>\\ 19:47:04 325/520 - 12/85: Installing method Point>>abs 19:47:04 325/520 - 13/85: Installing method Point>>adaptToCollection:andSend: 19:47:04 325/520 - 14/85: Installing method Point>>adaptToNumber:andSend: 19:47:04 325/520 - 15/85: Installing method Point>>adhereTo: 19:47:04 325/520 - 16/85: Installing method Point>>asFloatPoint 19:47:04 325/520 - 17/85: Installing method Point>>asIntegerPoint 19:47:04 325/520 - 18/85: Installing method Point>>asNonFractionalPoint 19:47:04 325/520 - 19/85: Installing method Point>>asPoint 19:47:04 325/520 - 20/85: Installing method Point>>bitShiftPoint: 19:47:04 325/520 - 21/85: Installing method Point>>ceiling 19:47:04 325/520 - 22/85: Installing method Point>>closeTo: 19:47:05 325/520 - 23/85: Installing method Point>>closeTo:precision: 19:47:05 325/520 - 24/85: Installing method Point>>corner: 19:47:05 325/520 - 25/85: Installing method Point>>crossProduct: 19:47:05 325/520 - 26/85: Installing method Point>>deepCopy 19:47:05 325/520 - 27/85: Installing method Point>>directionToLineFrom:to: 19:47:05 325/520 - 28/85: Installing method Point>>dotProduct: 19:47:05 325/520 - 29/85: Installing method Point>>eightNeighbors 19:47:05 325/520 - 30/85: Installing method Point>>extent: 19:47:05 325/520 - 31/85: Installing method Point>>flipBy:centerAt: 19:47:05 325/520 - 32/85: Installing method Point>>floor 19:47:05 325/520 - 33/85: Installing method Point>>fourDirections 19:47:05 325/520 - 34/85: Installing method Point>>fourNeighbors 19:47:05 325/520 - 35/85: Installing method Point>>grid: 19:47:05 325/520 - 36/85: Installing method Point>>guarded 19:47:05 325/520 - 37/85: Installing method Point>>hash 19:47:05 325/520 - 38/85: Installing method Point>>insideTriangle:with:with: 19:47:05 325/520 - 39/85: Installing method Point>>interpolateTo:at: 19:47:05 325/520 - 40/85: Installing method Point>>isFloatPoint 19:47:05 325/520 - 41/85: Installing method Point>>isInsideCircle:with:with: 19:47:05 325/520 - 42/85: Installing method Point>>isInsideRectangle: 19:47:05 325/520 - 43/85: Installing method Point>>isIntegerPoint 19:47:05 325/520 - 44/85: Installing method Point>>isPoint 19:47:05 325/520 - 45/85: Installing method Point>>isSelfEvaluating 19:47:05 325/520 - 46/85: Installing method Point>>isZero 19:47:05 325/520 - 47/85: Installing method Point>>leftRotated 19:47:05 325/520 - 48/85: Installing method Point>>max 19:47:05 325/520 - 49/85: Installing method Point>>max: 19:47:05 325/520 - 50/85: Installing method Point>>min 19:47:05 325/520 - 51/85: Installing method Point>>min: 19:47:05 325/520 - 52/85: Installing method Point>>min:max: 19:47:05 325/520 - 53/85: Installing method Point>>nearestPointAlongLineFrom:to: 19:47:05 325/520 - 54/85: Installing method Point>>nearestPointOnLineFrom:to: 19:47:05 325/520 - 55/85: Installing method Point>>negated 19:47:05 325/520 - 56/85: Installing method Point>>octantOf: 19:47:05 325/520 - 57/85: Installing method Point>>printOn: 19:47:05 325/520 - 58/85: Installing method Point>>quadrantOf: 19:47:05 325/520 - 59/85: Installing method Point>>reciprocal 19:47:05 325/520 - 60/85: Installing method Point>>rectangle: 19:47:05 325/520 - 61/85: Installing method Point>>reflectedAbout: 19:47:05 325/520 - 62/85: Installing method Point>>rightRotated 19:47:05 325/520 - 63/85: Installing method Point>>roundDownTo: 19:47:05 325/520 - 64/85: Installing method Point>>roundTo: 19:47:05 325/520 - 65/85: Installing method Point>>roundUpTo: 19:47:05 325/520 - 66/85: Installing method Point>>rounded 19:47:05 325/520 - 67/85: Installing method Point>>scaleBy: 19:47:05 325/520 - 68/85: Installing method Point>>scaleFrom:to: 19:47:05 325/520 - 69/85: Installing method Point>>scaleTo: 19:47:05 325/520 - 70/85: Installing method Point>>setX:setY: 19:47:05 325/520 - 71/85: Installing method Point>>sideOf: 19:47:05 325/520 - 72/85: Installing method Point>>sign 19:47:05 325/520 - 73/85: Installing method Point>>sortsBefore: 19:47:05 325/520 - 74/85: Installing method Point>>squaredDistanceTo: 19:47:05 325/520 - 75/85: Installing method Point>>storeOn: 19:47:05 325/520 - 76/85: Installing method Point>>to:intersects:to: 19:47:05 325/520 - 77/85: Installing method Point>>to:sideOf: 19:47:05 325/520 - 78/85: Installing method Point>>translateBy: 19:47:05 325/520 - 79/85: Installing method Point>>transposed 19:47:05 325/520 - 80/85: Installing method Point>>triangleArea:with: 19:47:05 325/520 - 81/85: Installing method Point>>truncateTo: 19:47:05 325/520 - 82/85: Installing method Point>>truncated 19:47:05 325/520 - 83/85: Installing method Point>>veryDeepCopyWith: 19:47:05 325/520 - 84/85: Installing method Point>>x 19:47:05 325/520 - 85/85: Installing method Point>>y 19:47:05 325/520 - 1/1: Installing method Point class>>x:y: 19:47:05 326/520 - 1/31: Installing method PointerLayout>>= 19:47:05 326/520 - 2/31: Installing method PointerLayout>>allSlots 19:47:05 326/520 - 3/31: Installing method PointerLayout>>allVisibleSlots 19:47:05 326/520 - 4/31: Installing method PointerLayout>>checkInheritedSlots 19:47:05 326/520 - 5/31: Installing method PointerLayout>>checkIntegrity 19:47:05 326/520 - 6/31: Installing method PointerLayout>>checkParentScopes 19:47:05 326/520 - 7/31: Installing method PointerLayout>>checkSanity 19:47:05 326/520 - 8/31: Installing method PointerLayout>>checkSlotIndices 19:47:05 326/520 - 9/31: Installing method PointerLayout>>checkSlotNames 19:47:05 326/520 - 10/31: Installing method PointerLayout>>definesSlotNamed: 19:47:05 326/520 - 11/31: Installing method PointerLayout>>extend 19:47:05 326/520 - 12/31: Installing method PointerLayout>>extend: 19:47:05 326/520 - 13/31: Installing method PointerLayout>>extendEphemeron: 19:47:05 326/520 - 14/31: Installing method PointerLayout>>extendVariable: 19:47:05 326/520 - 15/31: Installing method PointerLayout>>extendWeak: 19:47:05 326/520 - 16/31: Installing method PointerLayout>>fieldSize 19:47:05 326/520 - 17/31: Installing method PointerLayout>>hasBindingThatBeginsWith: 19:47:05 326/520 - 18/31: Installing method PointerLayout>>hasFields 19:47:05 326/520 - 19/31: Installing method PointerLayout>>hasSlots 19:47:05 326/520 - 20/31: Installing method PointerLayout>>hash 19:47:05 326/520 - 21/31: Installing method PointerLayout>>host: 19:47:05 326/520 - 22/31: Installing method PointerLayout>>initializeInstance: 19:47:05 326/520 - 23/31: Installing method PointerLayout>>instVarNames 19:47:05 326/520 - 24/31: Installing method PointerLayout>>postCopy 19:47:05 326/520 - 25/31: Installing method PointerLayout>>resolveSlot: 19:47:05 326/520 - 26/31: Installing method PointerLayout>>resolveSlot:ifFound:ifNone: 19:47:05 326/520 - 27/31: Installing method PointerLayout>>size 19:47:05 326/520 - 28/31: Installing method PointerLayout>>slotNamed: 19:47:05 326/520 - 29/31: Installing method PointerLayout>>slotScope 19:47:05 326/520 - 30/31: Installing method PointerLayout>>slotScope: 19:47:05 326/520 - 31/31: Installing method PointerLayout>>slots 19:47:05 326/520 - 1/1: Installing method PointerLayout class>>isAbstract 19:47:07 327/520 - 1/75: Installing method PositionableStream>>atEnd 19:47:07 327/520 - 2/75: Installing method PositionableStream>>back 19:47:07 327/520 - 3/75: Installing method PositionableStream>>backUpTo: 19:47:07 327/520 - 4/75: Installing method PositionableStream>>boolean 19:47:07 327/520 - 5/75: Installing method PositionableStream>>boolean: 19:47:07 327/520 - 6/75: Installing method PositionableStream>>collectionSpecies 19:47:07 327/520 - 7/75: Installing method PositionableStream>>contents 19:47:07 327/520 - 8/75: Installing method PositionableStream>>contentsOfEntireFile 19:47:07 327/520 - 9/75: Installing method PositionableStream>>int16 19:47:07 327/520 - 10/75: Installing method PositionableStream>>int16: 19:47:07 327/520 - 11/75: Installing method PositionableStream>>int32 19:47:07 327/520 - 12/75: Installing method PositionableStream>>int32: 19:47:07 327/520 - 13/75: Installing method PositionableStream>>isBinary 19:47:07 327/520 - 14/75: Installing method PositionableStream>>isEmpty 19:47:07 327/520 - 15/75: Installing method PositionableStream>>match: 19:47:07 327/520 - 16/75: Installing method PositionableStream>>next: 19:47:07 327/520 - 17/75: Installing method PositionableStream>>next:into: 19:47:07 327/520 - 18/75: Installing method PositionableStream>>next:into:startingAt: 19:47:07 327/520 - 19/75: Installing method PositionableStream>>next:putAll: 19:47:07 327/520 - 20/75: Installing method PositionableStream>>nextDelimited: 19:47:07 327/520 - 21/75: Installing method PositionableStream>>nextInt32 19:47:07 327/520 - 22/75: Installing method PositionableStream>>nextInt32Put: 19:47:07 327/520 - 23/75: Installing method PositionableStream>>nextInto: 19:47:07 327/520 - 24/75: Installing method PositionableStream>>nextInto:startingAt: 19:47:07 327/520 - 25/75: Installing method PositionableStream>>nextLine 19:47:07 327/520 - 26/75: Installing method PositionableStream>>nextLittleEndianNumber: 19:47:07 327/520 - 27/75: Installing method PositionableStream>>nextLittleEndianNumber:put: 19:47:07 327/520 - 28/75: Installing method PositionableStream>>nextNumber: 19:47:07 327/520 - 29/75: Installing method PositionableStream>>nextNumber:put: 19:47:07 327/520 - 30/75: Installing method PositionableStream>>nextString 19:47:07 327/520 - 31/75: Installing method PositionableStream>>nextStringOld 19:47:07 327/520 - 32/75: Installing method PositionableStream>>nextStringPut: 19:47:07 327/520 - 33/75: Installing method PositionableStream>>nextWord 19:47:07 327/520 - 34/75: Installing method PositionableStream>>nextWordPut: 19:47:07 327/520 - 35/75: Installing method PositionableStream>>oldBack 19:47:07 327/520 - 36/75: Installing method PositionableStream>>oldPeekBack 19:47:07 327/520 - 37/75: Installing method PositionableStream>>on: 19:47:07 327/520 - 38/75: Installing method PositionableStream>>on:from:to: 19:47:07 327/520 - 39/75: Installing method PositionableStream>>originalContents 19:47:07 327/520 - 40/75: Installing method PositionableStream>>padTo:put: 19:47:07 327/520 - 41/75: Installing method PositionableStream>>padToNextLongPut: 19:47:07 327/520 - 42/75: Installing method PositionableStream>>peek 19:47:07 327/520 - 43/75: Installing method PositionableStream>>peekBack 19:47:07 327/520 - 44/75: Installing method PositionableStream>>peekFor: 19:47:07 327/520 - 45/75: Installing method PositionableStream>>position 19:47:07 327/520 - 46/75: Installing method PositionableStream>>position: 19:47:07 327/520 - 47/75: Installing method PositionableStream>>positionError 19:47:07 327/520 - 48/75: Installing method PositionableStream>>positionOfSubCollection: 19:47:07 327/520 - 49/75: Installing method PositionableStream>>positionOfSubCollection:ifAbsent: 19:47:07 327/520 - 50/75: Installing method PositionableStream>>pushBack: 19:47:07 327/520 - 51/75: Installing method PositionableStream>>readInto:startingAt:count: 19:47:07 327/520 - 52/75: Installing method PositionableStream>>reset 19:47:07 327/520 - 53/75: Installing method PositionableStream>>resetContents 19:47:07 327/520 - 54/75: Installing method PositionableStream>>setFrom:to: 19:47:07 327/520 - 55/75: Installing method PositionableStream>>setToEnd 19:47:07 327/520 - 56/75: Installing method PositionableStream>>setToStart 19:47:07 327/520 - 57/75: Installing method PositionableStream>>skip: 19:47:07 327/520 - 58/75: Installing method PositionableStream>>skipSeparators 19:47:07 327/520 - 59/75: Installing method PositionableStream>>skipSeparatorsAndPeekNext 19:47:07 327/520 - 60/75: Installing method PositionableStream>>skipTo: 19:47:07 327/520 - 61/75: Installing method PositionableStream>>string 19:47:07 327/520 - 62/75: Installing method PositionableStream>>string: 19:47:07 327/520 - 63/75: Installing method PositionableStream>>uint16 19:47:07 327/520 - 64/75: Installing method PositionableStream>>uint16: 19:47:07 327/520 - 65/75: Installing method PositionableStream>>uint24 19:47:07 327/520 - 66/75: Installing method PositionableStream>>uint24: 19:47:07 327/520 - 67/75: Installing method PositionableStream>>uint32 19:47:07 327/520 - 68/75: Installing method PositionableStream>>uint32: 19:47:07 327/520 - 69/75: Installing method PositionableStream>>upTo: 19:47:07 327/520 - 70/75: Installing method PositionableStream>>upToAll: 19:47:07 327/520 - 71/75: Installing method PositionableStream>>upToAny: 19:47:07 327/520 - 72/75: Installing method PositionableStream>>upToAnyOf: 19:47:07 327/520 - 73/75: Installing method PositionableStream>>upToAnyOf:do: 19:47:07 327/520 - 74/75: Installing method PositionableStream>>upToEnd 19:47:07 327/520 - 75/75: Installing method PositionableStream>>upToPosition: 19:47:07 327/520 - 1/4: Installing method PositionableStream class>>isAbstract 19:47:07 327/520 - 2/4: Installing method PositionableStream class>>on: 19:47:07 327/520 - 3/4: Installing method PositionableStream class>>on:from:to: 19:47:07 327/520 - 4/4: Installing method PositionableStream class>>with:do: 19:47:07 328/520 - 1/20: Installing method Pragma>>= 19:47:07 328/520 - 2/20: Installing method Pragma>>analogousCodeTo: 19:47:07 328/520 - 3/20: Installing method Pragma>>argumentAt: 19:47:07 328/520 - 4/20: Installing method Pragma>>argumentNamed: 19:47:07 328/520 - 5/20: Installing method Pragma>>argumentNamed:ifNone: 19:47:07 328/520 - 6/20: Installing method Pragma>>displayStringOn: 19:47:07 328/520 - 7/20: Installing method Pragma>>hasLiteral: 19:47:07 328/520 - 8/20: Installing method Pragma>>hash 19:47:07 328/520 - 9/20: Installing method Pragma>>key 19:47:07 328/520 - 10/20: Installing method Pragma>>keyword 19:47:07 328/520 - 11/20: Installing method Pragma>>message 19:47:07 328/520 - 12/20: Installing method Pragma>>method 19:47:07 328/520 - 13/20: Installing method Pragma>>method: 19:47:07 328/520 - 14/20: Installing method Pragma>>methodClass 19:47:08 328/520 - 15/20: Installing method Pragma>>methodSelector 19:47:08 328/520 - 16/20: Installing method Pragma>>printOn: 19:47:08 328/520 - 17/20: Installing method Pragma>>refersToLiteral: 19:47:08 328/520 - 18/20: Installing method Pragma>>sendTo: 19:47:08 328/520 - 19/20: Installing method Pragma>>sourceNode 19:47:08 328/520 - 20/20: Installing method Pragma>>withArgumentsDo: 19:47:08 328/520 - 1/11: Installing method Pragma class>>addToCache: 19:47:08 328/520 - 2/11: Installing method Pragma class>>all 19:47:08 328/520 - 3/11: Installing method Pragma class>>allNamed: 19:47:08 328/520 - 4/11: Installing method Pragma class>>allNamed:from:to: 19:47:08 328/520 - 5/11: Installing method Pragma class>>allNamed:from:to:sortedByArgument: 19:47:08 328/520 - 6/11: Installing method Pragma class>>allNamed:from:to:sortedUsing: 19:47:08 328/520 - 7/11: Installing method Pragma class>>allNamed:in: 19:47:08 328/520 - 8/11: Installing method Pragma class>>allNamed:in:sortedByArgument: 19:47:08 328/520 - 9/11: Installing method Pragma class>>allNamed:in:sortedUsing: 19:47:08 328/520 - 10/11: Installing method Pragma class>>for:selector:arguments: 19:47:08 328/520 - 11/11: Installing method Pragma class>>pragmaCache 19:47:08 329/520 - 1/5: Installing method PrimitiveError>>errorCode 19:47:08 329/520 - 2/5: Installing method PrimitiveError>>errorCode: 19:47:08 329/520 - 3/5: Installing method PrimitiveError>>errorName 19:47:08 329/520 - 4/5: Installing method PrimitiveError>>errorName: 19:47:08 329/520 - 5/5: Installing method PrimitiveError>>isPrimitiveError 19:47:08 330/520 - 1/1: Installing method PrimitiveFailed>>standardMessageText 19:47:08 331/520 - 1/4: Installing method PrintVersionCommandLineHandler>>activate 19:47:08 331/520 - 2/4: Installing method PrintVersionCommandLineHandler>>printNumericVersion 19:47:08 331/520 - 3/4: Installing method PrintVersionCommandLineHandler>>printRelease 19:47:08 331/520 - 4/4: Installing method PrintVersionCommandLineHandler>>printVersion 19:47:08 331/520 - 1/2: Installing method PrintVersionCommandLineHandler class>>commandName 19:47:08 331/520 - 2/2: Installing method PrintVersionCommandLineHandler class>>description 19:47:09 332/520 - 1/47: Installing method Process>>browserPrintString 19:47:09 332/520 - 2/47: Installing method Process>>browserPrintStringWith: 19:47:09 332/520 - 3/47: Installing method Process>>calleeOf: 19:47:09 332/520 - 4/47: Installing method Process>>copyStack 19:47:09 332/520 - 5/47: Installing method Process>>doTerminationFromAnotherProcess 19:47:09 332/520 - 6/47: Installing method Process>>doTerminationFromYourself 19:47:09 332/520 - 7/47: Installing method Process>>effectiveProcess 19:47:09 332/520 - 8/47: Installing method Process>>effectiveProcess: 19:47:09 332/520 - 9/47: Installing method Process>>endProcess 19:47:09 332/520 - 10/47: Installing method Process>>errorHandler 19:47:09 332/520 - 11/47: Installing method Process>>errorHandler: 19:47:09 332/520 - 12/47: Installing method Process>>evaluate:onBehalfOf: 19:47:09 332/520 - 13/47: Installing method Process>>handleError: 19:47:09 332/520 - 14/47: Installing method Process>>handleNotification: 19:47:09 332/520 - 15/47: Installing method Process>>handleWarning: 19:47:09 332/520 - 16/47: Installing method Process>>initialize 19:47:09 332/520 - 17/47: Installing method Process>>install: 19:47:09 332/520 - 18/47: Installing method Process>>installEnvIntoForked: 19:47:09 332/520 - 19/47: Installing method Process>>isActive 19:47:09 332/520 - 20/47: Installing method Process>>isActiveProcess 19:47:09 332/520 - 21/47: Installing method Process>>isReady 19:47:09 332/520 - 22/47: Installing method Process>>isSuspended 19:47:09 332/520 - 23/47: Installing method Process>>isTerminated 19:47:09 332/520 - 24/47: Installing method Process>>isTerminating 19:47:09 332/520 - 25/47: Installing method Process>>isWaiting 19:47:09 332/520 - 26/47: Installing method Process>>name 19:47:09 332/520 - 27/47: Installing method Process>>name: 19:47:09 332/520 - 28/47: Installing method Process>>on:do: 19:47:09 332/520 - 29/47: Installing method Process>>primitiveResume 19:47:09 332/520 - 30/47: Installing method Process>>printOn: 19:47:09 332/520 - 31/47: Installing method Process>>priority 19:47:09 332/520 - 32/47: Installing method Process>>priority: 19:47:09 332/520 - 33/47: Installing method Process>>psValueAt: 19:47:09 332/520 - 34/47: Installing method Process>>psValueAt:put: 19:47:09 332/520 - 35/47: Installing method Process>>pvtSignal:list: 19:47:09 332/520 - 36/47: Installing method Process>>resetPSValueAt: 19:47:09 332/520 - 37/47: Installing method Process>>resume 19:47:09 332/520 - 38/47: Installing method Process>>run 19:47:09 332/520 - 39/47: Installing method Process>>signalException: 19:47:09 332/520 - 40/47: Installing method Process>>state 19:47:09 332/520 - 41/47: Installing method Process>>step 19:47:09 332/520 - 42/47: Installing method Process>>stepToCallee 19:47:09 332/520 - 43/47: Installing method Process>>suspend 19:47:09 332/520 - 44/47: Installing method Process>>suspendedContext 19:47:09 332/520 - 45/47: Installing method Process>>suspendedContext: 19:47:09 332/520 - 46/47: Installing method Process>>suspendingList 19:47:09 332/520 - 47/47: Installing method Process>>terminate 19:47:09 332/520 - 1/4: Installing method Process class>>allocatePSKey: 19:47:09 332/520 - 2/4: Installing method Process class>>forContext:priority: 19:47:09 332/520 - 3/4: Installing method Process class>>psKeysSema 19:47:09 332/520 - 4/4: Installing method Process class>>updateInheritableKeys 19:47:10 334/520 - 1/40: Installing method ProcessList>>add: 19:47:10 334/520 - 2/40: Installing method ProcessList>>add:after: 19:47:10 334/520 - 3/40: Installing method ProcessList>>add:afterLink: 19:47:10 334/520 - 4/40: Installing method ProcessList>>add:before: 19:47:10 334/520 - 5/40: Installing method ProcessList>>add:beforeLink: 19:47:10 334/520 - 6/40: Installing method ProcessList>>addFirst: 19:47:10 334/520 - 7/40: Installing method ProcessList>>addLast: 19:47:10 334/520 - 8/40: Installing method ProcessList>>at: 19:47:10 334/520 - 9/40: Installing method ProcessList>>at:put: 19:47:10 334/520 - 10/40: Installing method ProcessList>>at:putLink: 19:47:10 334/520 - 11/40: Installing method ProcessList>>collect: 19:47:10 334/520 - 12/40: Installing method ProcessList>>collect:thenSelect: 19:47:10 334/520 - 13/40: Installing method ProcessList>>copyWith: 19:47:10 334/520 - 14/40: Installing method ProcessList>>copyWithout: 19:47:10 334/520 - 15/40: Installing method ProcessList>>do: 19:47:10 334/520 - 16/40: Installing method ProcessList>>first 19:47:10 334/520 - 17/40: Installing method ProcessList>>firstLink 19:47:10 334/520 - 18/40: Installing method ProcessList>>indexOf:startingAt:ifAbsent: 19:47:10 334/520 - 19/40: Installing method ProcessList>>isEmpty 19:47:10 334/520 - 20/40: Installing method ProcessList>>last 19:47:10 334/520 - 21/40: Installing method ProcessList>>lastLink 19:47:10 334/520 - 22/40: Installing method ProcessList>>linkAt: 19:47:10 334/520 - 23/40: Installing method ProcessList>>linkAt:ifAbsent: 19:47:10 334/520 - 24/40: Installing method ProcessList>>linkOf: 19:47:10 334/520 - 25/40: Installing method ProcessList>>linkOf:ifAbsent: 19:47:10 334/520 - 26/40: Installing method ProcessList>>linksDo: 19:47:10 334/520 - 27/40: Installing method ProcessList>>postCopy 19:47:10 334/520 - 28/40: Installing method ProcessList>>remove:ifAbsent: 19:47:10 334/520 - 29/40: Installing method ProcessList>>removeAll 19:47:10 334/520 - 30/40: Installing method ProcessList>>removeAllSuchThat: 19:47:10 334/520 - 31/40: Installing method ProcessList>>removeFirst 19:47:10 334/520 - 32/40: Installing method ProcessList>>removeLast 19:47:10 334/520 - 33/40: Installing method ProcessList>>removeLink: 19:47:10 334/520 - 34/40: Installing method ProcessList>>removeLink:ifAbsent: 19:47:10 334/520 - 35/40: Installing method ProcessList>>select: 19:47:10 334/520 - 36/40: Installing method ProcessList>>select:thenCollect: 19:47:10 334/520 - 37/40: Installing method ProcessList>>size 19:47:10 334/520 - 38/40: Installing method ProcessList>>species 19:47:10 334/520 - 39/40: Installing method ProcessList>>swap:with: 19:47:10 334/520 - 40/40: Installing method ProcessList>>validIndex: 19:47:10 334/520 - 1/4: Installing method ProcessList class>>new: 19:47:10 334/520 - 2/4: Installing method ProcessList class>>new:streamContents: 19:47:10 334/520 - 3/4: Installing method ProcessList class>>newFrom: 19:47:10 334/520 - 4/4: Installing method ProcessList class>>streamSpecies 19:47:10 335/520 - 1/1: Installing method ProcessLocalVariable>>value: 19:47:10 335/520 - 1/1: Installing method ProcessLocalVariable class>>value: 19:47:10 336/520 - 1/7: Installing method ProcessSpecificVariable>>default 19:47:10 336/520 - 2/7: Installing method ProcessSpecificVariable>>index 19:47:10 336/520 - 3/7: Installing method ProcessSpecificVariable>>index: 19:47:10 336/520 - 4/7: Installing method ProcessSpecificVariable>>installValue:intoForked:from: 19:47:10 336/520 - 5/7: Installing method ProcessSpecificVariable>>isInheritable 19:47:10 336/520 - 6/7: Installing method ProcessSpecificVariable>>value 19:47:10 336/520 - 7/7: Installing method ProcessSpecificVariable>>valueOrNil 19:47:10 336/520 - 1/6: Installing method ProcessSpecificVariable class>>initialize 19:47:10 336/520 - 2/6: Installing method ProcessSpecificVariable class>>isInheritable 19:47:10 336/520 - 3/6: Installing method ProcessSpecificVariable class>>new 19:47:10 336/520 - 4/6: Installing method ProcessSpecificVariable class>>resetSoleInstance 19:47:10 336/520 - 5/6: Installing method ProcessSpecificVariable class>>soleInstance 19:47:10 336/520 - 6/6: Installing method ProcessSpecificVariable class>>value 19:47:10 337/520 - 1/30: Installing method ProcessorScheduler>>activePriority 19:47:10 337/520 - 2/30: Installing method ProcessorScheduler>>activeProcess 19:47:10 337/520 - 3/30: Installing method ProcessorScheduler>>anyProcessesAbove: 19:47:10 337/520 - 4/30: Installing method ProcessorScheduler>>backgroundProcess 19:47:10 337/520 - 5/30: Installing method ProcessorScheduler>>highIOPriority 19:47:10 337/520 - 6/30: Installing method ProcessorScheduler>>highestPriority 19:47:10 337/520 - 7/30: Installing method ProcessorScheduler>>highestPriority: 19:47:10 337/520 - 8/30: Installing method ProcessorScheduler>>interpriorityYield: 19:47:10 337/520 - 9/30: Installing method ProcessorScheduler>>isSelfEvaluating 19:47:10 337/520 - 10/30: Installing method ProcessorScheduler>>lowIOPriority 19:47:10 337/520 - 11/30: Installing method ProcessorScheduler>>lowestPriority 19:47:10 337/520 - 12/30: Installing method ProcessorScheduler>>nextReadyProcess 19:47:10 337/520 - 13/30: Installing method ProcessorScheduler>>preemptedProcess 19:47:10 337/520 - 14/30: Installing method ProcessorScheduler>>printOn: 19:47:10 337/520 - 15/30: Installing method ProcessorScheduler>>realActiveProcess 19:47:10 337/520 - 16/30: Installing method ProcessorScheduler>>remove:ifAbsent: 19:47:10 337/520 - 17/30: Installing method ProcessorScheduler>>scanSchedule:startingAt: 19:47:10 337/520 - 18/30: Installing method ProcessorScheduler>>suspendFirstAt: 19:47:10 337/520 - 19/30: Installing method ProcessorScheduler>>suspendFirstAt:ifNone: 19:47:10 337/520 - 20/30: Installing method ProcessorScheduler>>systemBackgroundPriority 19:47:10 337/520 - 21/30: Installing method ProcessorScheduler>>tallyCPUUsageFor: 19:47:11 337/520 - 22/30: Installing method ProcessorScheduler>>tallyCPUUsageFor:every: 19:47:11 337/520 - 23/30: Installing method ProcessorScheduler>>terminateActive 19:47:11 337/520 - 24/30: Installing method ProcessorScheduler>>terminateRealActive 19:47:11 337/520 - 25/30: Installing method ProcessorScheduler>>timingPriority 19:47:11 337/520 - 26/30: Installing method ProcessorScheduler>>userBackgroundPriority 19:47:11 337/520 - 27/30: Installing method ProcessorScheduler>>userInterruptPriority 19:47:11 337/520 - 28/30: Installing method ProcessorScheduler>>userSchedulingPriority 19:47:11 337/520 - 29/30: Installing method ProcessorScheduler>>waitingProcessesAt: 19:47:11 337/520 - 30/30: Installing method ProcessorScheduler>>yield 19:47:11 337/520 - 1/8: Installing method ProcessorScheduler class>>idleProcess 19:47:11 337/520 - 2/8: Installing method ProcessorScheduler class>>idleTime 19:47:11 337/520 - 3/8: Installing method ProcessorScheduler class>>idleTime: 19:47:11 337/520 - 4/8: Installing method ProcessorScheduler class>>idleTimeSettingOn: 19:47:11 337/520 - 5/8: Installing method ProcessorScheduler class>>initialize 19:47:11 337/520 - 6/8: Installing method ProcessorScheduler class>>new 19:47:11 337/520 - 7/8: Installing method ProcessorScheduler class>>relinquishProcessorForMicroseconds: 19:47:11 337/520 - 8/8: Installing method ProcessorScheduler class>>startUp 19:47:11 338/520 - 1/37: Installing method ProtoObject>>== 19:47:11 338/520 - 2/37: Installing method ProtoObject>>basicIdentityHash 19:47:11 338/520 - 3/37: Installing method ProtoObject>>become: 19:47:11 338/520 - 4/37: Installing method ProtoObject>>becomeForward: 19:47:11 338/520 - 5/37: Installing method ProtoObject>>becomeForward:copyHash: 19:47:11 338/520 - 6/37: Installing method ProtoObject>>cannotInterpret: 19:47:11 338/520 - 7/37: Installing method ProtoObject>>class 19:47:11 338/520 - 8/37: Installing method ProtoObject>>doesNotUnderstand: 19:47:11 338/520 - 9/37: Installing method ProtoObject>>executeMethod: 19:47:11 338/520 - 10/37: Installing method ProtoObject>>flag: 19:47:11 338/520 - 11/37: Installing method ProtoObject>>identityHash 19:47:11 338/520 - 12/37: Installing method ProtoObject>>ifNil: 19:47:11 338/520 - 13/37: Installing method ProtoObject>>ifNil:ifNotNil: 19:47:11 338/520 - 14/37: Installing method ProtoObject>>ifNotNil: 19:47:11 338/520 - 15/37: Installing method ProtoObject>>ifNotNil:ifNil: 19:47:11 338/520 - 16/37: Installing method ProtoObject>>initialize 19:47:11 338/520 - 17/37: Installing method ProtoObject>>instVarsInclude: 19:47:11 338/520 - 18/37: Installing method ProtoObject>>isImmediateObject 19:47:11 338/520 - 19/37: Installing method ProtoObject>>isNil 19:47:11 338/520 - 20/37: Installing method ProtoObject>>modificationForbiddenFor:index:value: 19:47:11 338/520 - 21/37: Installing method ProtoObject>>modificationForbiddenFor:value: 19:47:11 338/520 - 22/37: Installing method ProtoObject>>mustBeBoolean 19:47:11 338/520 - 23/37: Installing method ProtoObject>>mustBeBooleanHandler 19:47:11 338/520 - 24/37: Installing method ProtoObject>>mustBeBooleanIn: 19:47:11 338/520 - 25/37: Installing method ProtoObject>>nextInstance 19:47:11 338/520 - 26/37: Installing method ProtoObject>>nextObject 19:47:11 338/520 - 27/37: Installing method ProtoObject>>pointersTo 19:47:11 338/520 - 28/37: Installing method ProtoObject>>pointersToAmong: 19:47:11 338/520 - 29/37: Installing method ProtoObject>>pointersToExcept: 19:47:11 338/520 - 30/37: Installing method ProtoObject>>pointersToExcept:among: 19:47:11 338/520 - 31/37: Installing method ProtoObject>>pointsTo: 19:47:11 338/520 - 32/37: Installing method ProtoObject>>primitiveFail 19:47:11 338/520 - 33/37: Installing method ProtoObject>>primitiveFailed 19:47:11 338/520 - 34/37: Installing method ProtoObject>>primitiveFailed: 19:47:11 338/520 - 35/37: Installing method ProtoObject>>tryPrimitive:withArgs: 19:47:11 338/520 - 36/37: Installing method ProtoObject>>withArgs:executeMethod: 19:47:11 338/520 - 37/37: Installing method ProtoObject>>~~ 19:47:12 339/520 - 1/18: Installing method Protocol>>addAllMethodsFrom: 19:47:12 339/520 - 2/18: Installing method Protocol>>addMethodSelector: 19:47:12 339/520 - 3/18: Installing method Protocol>>includesSelector: 19:47:12 339/520 - 4/18: Installing method Protocol>>initialize 19:47:12 339/520 - 5/18: Installing method Protocol>>isEmpty 19:47:12 339/520 - 6/18: Installing method Protocol>>isExtensionProtocol 19:47:12 339/520 - 7/18: Installing method Protocol>>isExtensionProtocolMatching: 19:47:12 339/520 - 8/18: Installing method Protocol>>isUnclassifiedProtocol 19:47:12 339/520 - 9/18: Installing method Protocol>>methodSelectors 19:47:12 339/520 - 10/18: Installing method Protocol>>methodSelectors: 19:47:12 339/520 - 11/18: Installing method Protocol>>name 19:47:12 339/520 - 12/18: Installing method Protocol>>name: 19:47:12 339/520 - 13/18: Installing method Protocol>>owningClass 19:47:12 339/520 - 14/18: Installing method Protocol>>owningClass: 19:47:12 339/520 - 15/18: Installing method Protocol>>printOn: 19:47:12 339/520 - 16/18: Installing method Protocol>>removeMethodSelector: 19:47:12 339/520 - 17/18: Installing method Protocol>>rename: 19:47:12 339/520 - 18/18: Installing method Protocol>>resetMethodSelectors 19:47:12 339/520 - 1/4: Installing method Protocol class>>name:methodSelectors: 19:47:12 339/520 - 2/4: Installing method Protocol class>>named: 19:47:12 339/520 - 3/4: Installing method Protocol class>>named:class: 19:47:12 339/520 - 4/4: Installing method Protocol class>>unclassified 19:47:12 341/520 - 1/5: Installing method ProtocolAnnouncement>>classAffected 19:47:12 341/520 - 2/5: Installing method ProtocolAnnouncement>>classReorganized 19:47:12 341/520 - 3/5: Installing method ProtocolAnnouncement>>classReorganized: 19:47:12 341/520 - 4/5: Installing method ProtocolAnnouncement>>protocol 19:47:12 341/520 - 5/5: Installing method ProtocolAnnouncement>>protocol: 19:47:12 341/520 - 1/2: Installing method ProtocolAnnouncement class>>class: 19:47:12 341/520 - 2/2: Installing method ProtocolAnnouncement class>>in:protocol: 19:47:12 343/520 - 1/4: Installing method ProtocolRenamed>>newProtocol 19:47:12 343/520 - 2/4: Installing method ProtocolRenamed>>newProtocol: 19:47:12 343/520 - 3/4: Installing method ProtocolRenamed>>oldProtocol 19:47:12 343/520 - 4/4: Installing method ProtocolRenamed>>oldProtocol: 19:47:12 343/520 - 1/2: Installing method ProtocolRenamed class>>in:from:to: 19:47:12 343/520 - 2/2: Installing method ProtocolRenamed class>>isDeprecated 19:47:12 345/520 - 1/11: Installing method PseudoVariable>>asDoItVariableFrom: 19:47:12 345/520 - 2/11: Installing method PseudoVariable>>asString 19:47:12 345/520 - 3/11: Installing method PseudoVariable>>emitStore: 19:47:12 345/520 - 4/11: Installing method PseudoVariable>>initialize 19:47:12 345/520 - 5/11: Installing method PseudoVariable>>isPseudoVariable 19:47:12 345/520 - 6/11: Installing method PseudoVariable>>isWritable 19:47:12 345/520 - 7/11: Installing method PseudoVariable>>name: 19:47:12 345/520 - 8/11: Installing method PseudoVariable>>printOn: 19:47:12 345/520 - 9/11: Installing method PseudoVariable>>scope 19:47:12 345/520 - 10/11: Installing method PseudoVariable>>usingMethods 19:47:12 345/520 - 11/11: Installing method PseudoVariable>>write:inContext: 19:47:12 345/520 - 1/3: Installing method PseudoVariable class>>isAbstract 19:47:12 345/520 - 2/3: Installing method PseudoVariable class>>lookupDictionary 19:47:12 345/520 - 3/3: Installing method PseudoVariable class>>variableName 19:47:12 347/520 - 1/13: Installing method ReadStream>>ascii 19:47:12 347/520 - 2/13: Installing method ReadStream>>localName 19:47:12 347/520 - 3/13: Installing method ReadStream>>next 19:47:12 347/520 - 4/13: Installing method ReadStream>>next: 19:47:13 347/520 - 5/13: Installing method ReadStream>>nextPut: 19:47:13 347/520 - 6/13: Installing method ReadStream>>on:from:to: 19:47:13 347/520 - 7/13: Installing method ReadStream>>readInto:startingAt:count: 19:47:13 347/520 - 8/13: Installing method ReadStream>>readStream 19:47:13 347/520 - 9/13: Installing method ReadStream>>size 19:47:13 347/520 - 10/13: Installing method ReadStream>>skipTo: 19:47:13 347/520 - 11/13: Installing method ReadStream>>upTo: 19:47:13 347/520 - 12/13: Installing method ReadStream>>upToAnyOf:do: 19:47:13 347/520 - 13/13: Installing method ReadStream>>upToEnd 19:47:13 348/520 - 1/8: Installing method ReadWriteStream>>= 19:47:13 348/520 - 2/8: Installing method ReadWriteStream>>contents 19:47:13 348/520 - 3/8: Installing method ReadWriteStream>>hash 19:47:13 348/520 - 4/8: Installing method ReadWriteStream>>name 19:47:13 348/520 - 5/8: Installing method ReadWriteStream>>next 19:47:13 348/520 - 6/8: Installing method ReadWriteStream>>next: 19:47:13 348/520 - 7/8: Installing method ReadWriteStream>>readInto:startingAt:count: 19:47:13 348/520 - 8/8: Installing method ReadWriteStream>>readStream 19:47:15 349/520 - 1/100: Installing method Rectangle>>= 19:47:15 349/520 - 2/100: Installing method Rectangle>>aboveCenter 19:47:15 349/520 - 3/100: Installing method Rectangle>>adjustTo:along: 19:47:15 349/520 - 4/100: Installing method Rectangle>>align:with: 19:47:15 349/520 - 5/100: Installing method Rectangle>>allAreasOutsideList:do: 19:47:15 349/520 - 6/100: Installing method Rectangle>>allAreasOutsideList:startingAt:do: 19:47:15 349/520 - 7/100: Installing method Rectangle>>amountToTranslateWithin: 19:47:15 349/520 - 8/100: Installing method Rectangle>>area 19:47:15 349/520 - 9/100: Installing method Rectangle>>areasOutside: 19:47:15 349/520 - 10/100: Installing method Rectangle>>bordersOn:along: 19:47:15 349/520 - 11/100: Installing method Rectangle>>bottom 19:47:15 349/520 - 12/100: Installing method Rectangle>>bottom: 19:47:15 349/520 - 13/100: Installing method Rectangle>>bottomCenter 19:47:15 349/520 - 14/100: Installing method Rectangle>>bottomLeft 19:47:15 349/520 - 15/100: Installing method Rectangle>>bottomRight 19:47:15 349/520 - 16/100: Installing method Rectangle>>boundingBox 19:47:15 349/520 - 17/100: Installing method Rectangle>>ceiling 19:47:15 349/520 - 18/100: Installing method Rectangle>>center 19:47:15 349/520 - 19/100: Installing method Rectangle>>centeredBeneath: 19:47:15 349/520 - 20/100: Installing method Rectangle>>closeTo: 19:47:15 349/520 - 21/100: Installing method Rectangle>>closeTo:precision: 19:47:15 349/520 - 22/100: Installing method Rectangle>>compressTo: 19:47:15 349/520 - 23/100: Installing method Rectangle>>compressed 19:47:15 349/520 - 24/100: Installing method Rectangle>>containsPoint: 19:47:15 349/520 - 25/100: Installing method Rectangle>>containsRect: 19:47:15 349/520 - 26/100: Installing method Rectangle>>corner 19:47:15 349/520 - 27/100: Installing method Rectangle>>corners 19:47:15 349/520 - 28/100: Installing method Rectangle>>deltaToEnsureInOrCentered:extra: 19:47:15 349/520 - 29/100: Installing method Rectangle>>encompass: 19:47:15 349/520 - 30/100: Installing method Rectangle>>expandBy: 19:47:15 349/520 - 31/100: Installing method Rectangle>>expandTo: 19:47:15 349/520 - 32/100: Installing method Rectangle>>expanded 19:47:15 349/520 - 33/100: Installing method Rectangle>>extendBy: 19:47:15 349/520 - 34/100: Installing method Rectangle>>extent 19:47:15 349/520 - 35/100: Installing method Rectangle>>flipBy:centerAt: 19:47:15 349/520 - 36/100: Installing method Rectangle>>floatCenter 19:47:15 349/520 - 37/100: Installing method Rectangle>>floor 19:47:15 349/520 - 38/100: Installing method Rectangle>>forPoint:closestSideDistLen: 19:47:15 349/520 - 39/100: Installing method Rectangle>>hasPositiveExtent 19:47:15 349/520 - 40/100: Installing method Rectangle>>hash 19:47:15 349/520 - 41/100: Installing method Rectangle>>height 19:47:15 349/520 - 42/100: Installing method Rectangle>>innerCorners 19:47:15 349/520 - 43/100: Installing method Rectangle>>insetBy: 19:47:15 349/520 - 44/100: Installing method Rectangle>>insetOriginBy:cornerBy: 19:47:15 349/520 - 45/100: Installing method Rectangle>>interpolateTo:at: 19:47:15 349/520 - 46/100: Installing method Rectangle>>intersect: 19:47:15 349/520 - 47/100: Installing method Rectangle>>intersect:ifNone: 19:47:15 349/520 - 48/100: Installing method Rectangle>>intersects: 19:47:15 349/520 - 49/100: Installing method Rectangle>>isIntegerRectangle 19:47:15 349/520 - 50/100: Installing method Rectangle>>isRectangle 19:47:15 349/520 - 51/100: Installing method Rectangle>>isSelfEvaluating 19:47:15 349/520 - 52/100: Installing method Rectangle>>isTall 19:47:15 349/520 - 53/100: Installing method Rectangle>>isWide 19:47:15 349/520 - 54/100: Installing method Rectangle>>isZero 19:47:15 349/520 - 55/100: Installing method Rectangle>>left 19:47:15 349/520 - 56/100: Installing method Rectangle>>left: 19:47:15 349/520 - 57/100: Installing method Rectangle>>leftCenter 19:47:15 349/520 - 58/100: Installing method Rectangle>>merge: 19:47:15 349/520 - 59/100: Installing method Rectangle>>origin 19:47:15 349/520 - 60/100: Installing method Rectangle>>pointAtSideOrCorner: 19:47:15 349/520 - 61/100: Installing method Rectangle>>pointNearestTo: 19:47:15 349/520 - 62/100: Installing method Rectangle>>printOn: 19:47:15 349/520 - 63/100: Installing method Rectangle>>quickMerge: 19:47:15 349/520 - 64/100: Installing method Rectangle>>quickMergePoint: 19:47:15 349/520 - 65/100: Installing method Rectangle>>rectanglesAt:height: 19:47:15 349/520 - 66/100: Installing method Rectangle>>right 19:47:15 349/520 - 67/100: Installing method Rectangle>>right: 19:47:15 349/520 - 68/100: Installing method Rectangle>>rightCenter 19:47:15 349/520 - 69/100: Installing method Rectangle>>rotateBy:centerAt: 19:47:15 349/520 - 70/100: Installing method Rectangle>>roundTo: 19:47:15 349/520 - 71/100: Installing method Rectangle>>rounded 19:47:15 349/520 - 72/100: Installing method Rectangle>>scaleBy: 19:47:15 349/520 - 73/100: Installing method Rectangle>>scaleFrom:to: 19:47:15 349/520 - 74/100: Installing method Rectangle>>scaledAndCenteredIn: 19:47:15 349/520 - 75/100: Installing method Rectangle>>setLeft:right:top:bottom: 19:47:15 349/520 - 76/100: Installing method Rectangle>>setPoint:point: 19:47:15 349/520 - 77/100: Installing method Rectangle>>sideNearestTo: 19:47:15 349/520 - 78/100: Installing method Rectangle>>squishedWithin: 19:47:15 349/520 - 79/100: Installing method Rectangle>>storeOn: 19:47:15 349/520 - 80/100: Installing method Rectangle>>top 19:47:15 349/520 - 81/100: Installing method Rectangle>>top: 19:47:15 349/520 - 82/100: Installing method Rectangle>>topCenter 19:47:15 349/520 - 83/100: Installing method Rectangle>>topLeft 19:47:15 349/520 - 84/100: Installing method Rectangle>>topRight 19:47:15 349/520 - 85/100: Installing method Rectangle>>translateBy: 19:47:15 349/520 - 86/100: Installing method Rectangle>>translatedAndSquishedToBeWithin: 19:47:15 349/520 - 87/100: Installing method Rectangle>>translatedToBeWithin: 19:47:15 349/520 - 88/100: Installing method Rectangle>>truncateTo: 19:47:15 349/520 - 89/100: Installing method Rectangle>>truncated 19:47:15 349/520 - 90/100: Installing method Rectangle>>width 19:47:15 349/520 - 91/100: Installing method Rectangle>>withBottom: 19:47:15 349/520 - 92/100: Installing method Rectangle>>withHeight: 19:47:15 349/520 - 93/100: Installing method Rectangle>>withLeft: 19:47:15 349/520 - 94/100: Installing method Rectangle>>withRight: 19:47:15 349/520 - 95/100: Installing method Rectangle>>withSide:setTo: 19:47:16 349/520 - 96/100: Installing method Rectangle>>withSideOrCorner:setToPoint: 19:47:16 349/520 - 97/100: Installing method Rectangle>>withSideOrCorner:setToPoint:minExtent: 19:47:16 349/520 - 98/100: Installing method Rectangle>>withSideOrCorner:setToPoint:minExtent:limit: 19:47:16 349/520 - 99/100: Installing method Rectangle>>withTop: 19:47:16 349/520 - 100/100: Installing method Rectangle>>withWidth: 19:47:16 349/520 - 1/8: Installing method Rectangle class>>center:extent: 19:47:16 349/520 - 2/8: Installing method Rectangle class>>encompassing: 19:47:16 349/520 - 3/8: Installing method Rectangle class>>floatCenter:extent: 19:47:16 349/520 - 4/8: Installing method Rectangle class>>left:right:top:bottom: 19:47:16 349/520 - 5/8: Installing method Rectangle class>>merging: 19:47:16 349/520 - 6/8: Installing method Rectangle class>>origin:corner: 19:47:16 349/520 - 7/8: Installing method Rectangle class>>origin:extent: 19:47:16 349/520 - 8/8: Installing method Rectangle class>>point:point: 19:47:16 350/520 - 1/2: Installing method RecursionStopper>>initialize 19:47:16 350/520 - 2/2: Installing method RecursionStopper>>stopMethod:during: 19:47:16 350/520 - 1/2: Installing method RecursionStopper class>>default 19:47:16 350/520 - 2/2: Installing method RecursionStopper class>>during: 19:47:16 351/520 - 1/5: Installing method RelativePath>>emptyPathString 19:47:16 351/520 - 2/5: Installing method RelativePath>>isAbsolute 19:47:16 351/520 - 3/5: Installing method RelativePath>>isRoot 19:47:16 351/520 - 4/5: Installing method RelativePath>>printOn: 19:47:16 351/520 - 5/5: Installing method RelativePath>>printOn:delimiter: 19:47:16 352/520 - 1/10: Installing method RemoteString>>fileNumber:position: 19:47:16 352/520 - 2/10: Installing method RemoteString>>last 19:47:16 352/520 - 3/10: Installing method RemoteString>>position 19:47:16 352/520 - 4/10: Installing method RemoteString>>sourceFileArray 19:47:16 352/520 - 5/10: Installing method RemoteString>>sourceFileArray: 19:47:16 352/520 - 6/10: Installing method RemoteString>>sourceFileNumber 19:47:16 352/520 - 7/10: Installing method RemoteString>>sourcePointer 19:47:16 352/520 - 8/10: Installing method RemoteString>>string 19:47:16 352/520 - 9/10: Installing method RemoteString>>string: 19:47:16 352/520 - 10/10: Installing method RemoteString>>string:onFileNumber:toFile: 19:47:16 352/520 - 1/3: Installing method RemoteString class>>newFileNumber:position: 19:47:16 352/520 - 2/3: Installing method RemoteString class>>newString: 19:47:16 352/520 - 3/3: Installing method RemoteString class>>newString:onFileNumber:toFile: 19:47:17 353/520 - 1/58: Installing method RunArray>>, 19:47:17 353/520 - 2/58: Installing method RunArray>>= 19:47:17 353/520 - 3/58: Installing method RunArray>>add: 19:47:17 353/520 - 4/58: Installing method RunArray>>add:withOccurrences: 19:47:17 353/520 - 5/58: Installing method RunArray>>addFirst: 19:47:17 353/520 - 6/58: Installing method RunArray>>addLast: 19:47:17 353/520 - 7/58: Installing method RunArray>>allSatisfy: 19:47:17 353/520 - 8/58: Installing method RunArray>>anySatisfy: 19:47:17 353/520 - 9/58: Installing method RunArray>>asBag 19:47:17 353/520 - 10/58: Installing method RunArray>>asSet 19:47:17 353/520 - 11/58: Installing method RunArray>>at: 19:47:17 353/520 - 12/58: Installing method RunArray>>at:put: 19:47:17 353/520 - 13/58: Installing method RunArray>>at:setRunOffsetAndValue: 19:47:17 353/520 - 14/58: Installing method RunArray>>coalesce 19:47:17 353/520 - 15/58: Installing method RunArray>>collect: 19:47:17 353/520 - 16/58: Installing method RunArray>>copyFrom:to: 19:47:17 353/520 - 17/58: Installing method RunArray>>copyReplaceFrom:to:with: 19:47:17 353/520 - 18/58: Installing method RunArray>>copyUpThrough: 19:47:17 353/520 - 19/58: Installing method RunArray>>copyUpTo: 19:47:17 353/520 - 20/58: Installing method RunArray>>copyUpToLast: 19:47:17 353/520 - 21/58: Installing method RunArray>>count: 19:47:17 353/520 - 22/58: Installing method RunArray>>detect:ifNone: 19:47:17 353/520 - 23/58: Installing method RunArray>>detectMax: 19:47:17 353/520 - 24/58: Installing method RunArray>>detectMin: 19:47:17 353/520 - 25/58: Installing method RunArray>>do: 19:47:17 353/520 - 26/58: Installing method RunArray>>fillFrom:with: 19:47:17 353/520 - 27/58: Installing method RunArray>>findFirst: 19:47:17 353/520 - 28/58: Installing method RunArray>>findLast: 19:47:17 353/520 - 29/58: Installing method RunArray>>first 19:47:17 353/520 - 30/58: Installing method RunArray>>includes: 19:47:17 353/520 - 31/58: Installing method RunArray>>isSelfEvaluating 19:47:17 353/520 - 32/58: Installing method RunArray>>isSorted 19:47:17 353/520 - 33/58: Installing method RunArray>>isSortedBy: 19:47:17 353/520 - 34/58: Installing method RunArray>>last 19:47:17 353/520 - 35/58: Installing method RunArray>>mapValues: 19:47:17 353/520 - 36/58: Installing method RunArray>>noneSatisfy: 19:47:17 353/520 - 37/58: Installing method RunArray>>postCopy 19:47:17 353/520 - 38/58: Installing method RunArray>>printOn: 19:47:17 353/520 - 39/58: Installing method RunArray>>rangeOf:startingAt: 19:47:17 353/520 - 40/58: Installing method RunArray>>remove:ifAbsent: 19:47:17 353/520 - 41/58: Installing method RunArray>>removeAll 19:47:17 353/520 - 42/58: Installing method RunArray>>repeatLast:ifEmpty: 19:47:17 353/520 - 43/58: Installing method RunArray>>repeatLastIfEmpty: 19:47:17 353/520 - 44/58: Installing method RunArray>>replace: 19:47:17 353/520 - 45/58: Installing method RunArray>>reverseDo: 19:47:17 353/520 - 46/58: Installing method RunArray>>reversed 19:47:17 353/520 - 47/58: Installing method RunArray>>runLengthAt: 19:47:17 353/520 - 48/58: Installing method RunArray>>runs 19:47:17 353/520 - 49/58: Installing method RunArray>>runsAndValuesDo: 19:47:17 353/520 - 50/58: Installing method RunArray>>runsFrom:to:do: 19:47:17 353/520 - 51/58: Installing method RunArray>>select: 19:47:17 353/520 - 52/58: Installing method RunArray>>setRuns:setValues: 19:47:17 353/520 - 53/58: Installing method RunArray>>size 19:47:17 353/520 - 54/58: Installing method RunArray>>storeOn: 19:47:17 353/520 - 55/58: Installing method RunArray>>sum: 19:47:17 353/520 - 56/58: Installing method RunArray>>values 19:47:18 353/520 - 57/58: Installing method RunArray>>withStartStopAndValueDo: 19:47:18 353/520 - 58/58: Installing method RunArray>>writeOn: 19:47:18 353/520 - 1/7: Installing method RunArray class>>new 19:47:18 353/520 - 2/7: Installing method RunArray class>>new: 19:47:18 353/520 - 3/7: Installing method RunArray class>>new:withAll: 19:47:18 353/520 - 4/7: Installing method RunArray class>>newFrom: 19:47:18 353/520 - 5/7: Installing method RunArray class>>newFromArray: 19:47:18 353/520 - 6/7: Installing method RunArray class>>readFrom: 19:47:18 353/520 - 7/7: Installing method RunArray class>>runs:values: 19:47:18 354/520 - 1/2: Installing method SaveCommandLineHandler>>activate 19:47:18 354/520 - 2/2: Installing method SaveCommandLineHandler>>saveImage 19:47:18 354/520 - 1/2: Installing method SaveCommandLineHandler class>>commandName 19:47:18 354/520 - 2/2: Installing method SaveCommandLineHandler class>>description 19:47:18 355/520 - 1/27: Installing method ScaledDecimal>>* 19:47:18 355/520 - 2/27: Installing method ScaledDecimal>>+ 19:47:18 355/520 - 3/27: Installing method ScaledDecimal>>- 19:47:18 355/520 - 4/27: Installing method ScaledDecimal>>/ 19:47:18 355/520 - 5/27: Installing method ScaledDecimal>>< 19:47:18 355/520 - 6/27: Installing method ScaledDecimal>><= 19:47:18 355/520 - 7/27: Installing method ScaledDecimal>>= 19:47:18 355/520 - 8/27: Installing method ScaledDecimal>>> 19:47:18 355/520 - 9/27: Installing method ScaledDecimal>>>= 19:47:18 355/520 - 10/27: Installing method ScaledDecimal>>adaptToFraction:andSend: 19:47:18 355/520 - 11/27: Installing method ScaledDecimal>>adaptToInteger:andSend: 19:47:18 355/520 - 12/27: Installing method ScaledDecimal>>asFraction 19:47:18 355/520 - 13/27: Installing method ScaledDecimal>>coerce: 19:47:18 355/520 - 14/27: Installing method ScaledDecimal>>isFraction 19:47:18 355/520 - 15/27: Installing method ScaledDecimal>>isLiteral 19:47:18 355/520 - 16/27: Installing method ScaledDecimal>>isSelfEvaluating 19:47:18 355/520 - 17/27: Installing method ScaledDecimal>>literalEqual: 19:47:18 355/520 - 18/27: Installing method ScaledDecimal>>negated 19:47:18 355/520 - 19/27: Installing method ScaledDecimal>>printOn: 19:47:18 355/520 - 20/27: Installing method ScaledDecimal>>printOn:base: 19:47:18 355/520 - 21/27: Installing method ScaledDecimal>>raisedTo: 19:47:18 355/520 - 22/27: Installing method ScaledDecimal>>raisedToFraction: 19:47:18 355/520 - 23/27: Installing method ScaledDecimal>>raisedToInteger: 19:47:18 355/520 - 24/27: Installing method ScaledDecimal>>reciprocal 19:47:18 355/520 - 25/27: Installing method ScaledDecimal>>scale 19:47:18 355/520 - 26/27: Installing method ScaledDecimal>>setNumerator:denominator:scale: 19:47:18 355/520 - 27/27: Installing method ScaledDecimal>>squared 19:47:18 355/520 - 1/1: Installing method ScaledDecimal class>>newFromNumber:scale: 19:47:18 356/520 - 1/4: Installing method SelectorException>>messageText 19:47:18 356/520 - 2/4: Installing method SelectorException>>selector 19:47:18 356/520 - 3/4: Installing method SelectorException>>selector: 19:47:18 356/520 - 4/4: Installing method SelectorException>>standardMessageText 19:47:18 356/520 - 1/2: Installing method SelectorException class>>signalFor: 19:47:18 356/520 - 2/2: Installing method SelectorException class>>signalFor:in: 19:47:18 357/520 - 1/5: Installing method SelfVariable>>acceptVisitor:node: 19:47:18 357/520 - 2/5: Installing method SelfVariable>>emitValue: 19:47:18 357/520 - 3/5: Installing method SelfVariable>>isSelfVariable 19:47:18 357/520 - 4/5: Installing method SelfVariable>>readInContext: 19:47:18 357/520 - 5/5: Installing method SelfVariable>>usingMethods 19:47:19 357/520 - 1/1: Installing method SelfVariable class>>variableName 19:47:19 358/520 - 1/20: Installing method Semaphore>>= 19:47:19 358/520 - 2/20: Installing method Semaphore>>consumeAllSignals 19:47:19 358/520 - 3/20: Installing method Semaphore>>critical: 19:47:19 358/520 - 4/20: Installing method Semaphore>>critical:ifCurtailed: 19:47:19 358/520 - 5/20: Installing method Semaphore>>critical:ifError: 19:47:19 358/520 - 6/20: Installing method Semaphore>>critical:ifLocked: 19:47:19 358/520 - 7/20: Installing method Semaphore>>criticalReleasingOnError: 19:47:19 358/520 - 8/20: Installing method Semaphore>>handleProcessTerminationOfWaitingContext: 19:47:19 358/520 - 9/20: Installing method Semaphore>>hash 19:47:19 358/520 - 10/20: Installing method Semaphore>>initSignals 19:47:19 358/520 - 11/20: Installing method Semaphore>>isSignaled 19:47:19 358/520 - 12/20: Installing method Semaphore>>resumeProcess: 19:47:19 358/520 - 13/20: Installing method Semaphore>>signal 19:47:19 358/520 - 14/20: Installing method Semaphore>>signalAll 19:47:19 358/520 - 15/20: Installing method Semaphore>>terminateProcess 19:47:19 358/520 - 16/20: Installing method Semaphore>>wait 19:47:19 358/520 - 17/20: Installing method Semaphore>>waitTimeoutMilliseconds: 19:47:19 358/520 - 18/20: Installing method Semaphore>>waitTimeoutMilliseconds:onCompletion:onTimeout: 19:47:19 358/520 - 19/20: Installing method Semaphore>>waitTimeoutSeconds: 19:47:19 358/520 - 20/20: Installing method Semaphore>>waitTimeoutSeconds:onCompletion:onTimeout: 19:47:19 358/520 - 1/2: Installing method Semaphore class>>forMutualExclusion 19:47:19 358/520 - 2/2: Installing method Semaphore class>>new 19:47:22 359/520 - 1/191: Installing method SequenceableCollection>>, 19:47:22 359/520 - 2/191: Installing method SequenceableCollection>>= 19:47:22 359/520 - 3/191: Installing method SequenceableCollection>>@ 19:47:22 359/520 - 4/191: Installing method SequenceableCollection>>after: 19:47:22 359/520 - 5/191: Installing method SequenceableCollection>>after:ifAbsent: 19:47:22 359/520 - 6/191: Installing method SequenceableCollection>>allButFirst 19:47:22 359/520 - 7/191: Installing method SequenceableCollection>>allButFirst: 19:47:22 359/520 - 8/191: Installing method SequenceableCollection>>allButFirstDo: 19:47:22 359/520 - 9/191: Installing method SequenceableCollection>>allButLast 19:47:22 359/520 - 10/191: Installing method SequenceableCollection>>allButLast: 19:47:22 359/520 - 11/191: Installing method SequenceableCollection>>allButLastDo: 19:47:22 359/520 - 12/191: Installing method SequenceableCollection>>allPairsDo: 19:47:22 359/520 - 13/191: Installing method SequenceableCollection>>anyOne 19:47:22 359/520 - 14/191: Installing method SequenceableCollection>>appendTo: 19:47:22 359/520 - 15/191: Installing method SequenceableCollection>>asArray 19:47:22 359/520 - 16/191: Installing method SequenceableCollection>>asByteArray 19:47:22 359/520 - 17/191: Installing method SequenceableCollection>>asDigitsAt:in:do: 19:47:23 359/520 - 18/191: Installing method SequenceableCollection>>asDigitsToPower:do: 19:47:23 359/520 - 19/191: Installing method SequenceableCollection>>asFloatArray 19:47:23 359/520 - 20/191: Installing method SequenceableCollection>>asIntegerArray 19:47:23 359/520 - 21/191: Installing method SequenceableCollection>>asStringWithCr 19:47:23 359/520 - 22/191: Installing method SequenceableCollection>>asWordArray 19:47:23 359/520 - 23/191: Installing method SequenceableCollection>>at:ifAbsent: 19:47:23 359/520 - 24/191: Installing method SequenceableCollection>>at:incrementBy: 19:47:23 359/520 - 25/191: Installing method SequenceableCollection>>atAll: 19:47:23 359/520 - 26/191: Installing method SequenceableCollection>>atAll:put: 19:47:23 359/520 - 27/191: Installing method SequenceableCollection>>atAll:putAll: 19:47:23 359/520 - 28/191: Installing method SequenceableCollection>>atAllPut: 19:47:23 359/520 - 29/191: Installing method SequenceableCollection>>atLast: 19:47:23 359/520 - 30/191: Installing method SequenceableCollection>>atLast:ifAbsent: 19:47:23 359/520 - 31/191: Installing method SequenceableCollection>>atLast:put: 19:47:23 359/520 - 32/191: Installing method SequenceableCollection>>atPin: 19:47:23 359/520 - 33/191: Installing method SequenceableCollection>>atWrap: 19:47:23 359/520 - 34/191: Installing method SequenceableCollection>>atWrap:put: 19:47:23 359/520 - 35/191: Installing method SequenceableCollection>>before: 19:47:23 359/520 - 36/191: Installing method SequenceableCollection>>before:ifAbsent: 19:47:23 359/520 - 37/191: Installing method SequenceableCollection>>beginsWith: 19:47:23 359/520 - 38/191: Installing method SequenceableCollection>>beginsWithAnyOf: 19:47:23 359/520 - 39/191: Installing method SequenceableCollection>>bind: 19:47:23 359/520 - 40/191: Installing method SequenceableCollection>>collect: 19:47:23 359/520 - 41/191: Installing method SequenceableCollection>>collect:from:to: 19:47:23 359/520 - 42/191: Installing method SequenceableCollection>>collect:thenReject: 19:47:23 359/520 - 43/191: Installing method SequenceableCollection>>collect:thenSelect: 19:47:23 359/520 - 44/191: Installing method SequenceableCollection>>collectWithIndex: 19:47:23 359/520 - 45/191: Installing method SequenceableCollection>>combinations 19:47:23 359/520 - 46/191: Installing method SequenceableCollection>>combinations: 19:47:23 359/520 - 47/191: Installing method SequenceableCollection>>combinations:atATimeDo: 19:47:23 359/520 - 48/191: Installing method SequenceableCollection>>combinationsAt:in:after:do: 19:47:23 359/520 - 49/191: Installing method SequenceableCollection>>copyAfter: 19:47:23 359/520 - 50/191: Installing method SequenceableCollection>>copyAfterLast: 19:47:23 359/520 - 51/191: Installing method SequenceableCollection>>copyEmpty 19:47:23 359/520 - 52/191: Installing method SequenceableCollection>>copyFrom:to: 19:47:23 359/520 - 53/191: Installing method SequenceableCollection>>copyReplaceAll:with: 19:47:23 359/520 - 54/191: Installing method SequenceableCollection>>copyReplaceFrom:to:with: 19:47:23 359/520 - 55/191: Installing method SequenceableCollection>>copyUpThrough: 19:47:23 359/520 - 56/191: Installing method SequenceableCollection>>copyUpTo: 19:47:23 359/520 - 57/191: Installing method SequenceableCollection>>copyUpToLast: 19:47:23 359/520 - 58/191: Installing method SequenceableCollection>>copyWith: 19:47:23 359/520 - 59/191: Installing method SequenceableCollection>>copyWithFirst: 19:47:23 359/520 - 60/191: Installing method SequenceableCollection>>copyWithoutFirst 19:47:23 359/520 - 61/191: Installing method SequenceableCollection>>copyWithoutIndex: 19:47:23 359/520 - 62/191: Installing method SequenceableCollection>>detectIndex: 19:47:23 359/520 - 63/191: Installing method SequenceableCollection>>detectIndex:ifNone: 19:47:23 359/520 - 64/191: Installing method SequenceableCollection>>difference: 19:47:23 359/520 - 65/191: Installing method SequenceableCollection>>do: 19:47:23 359/520 - 66/191: Installing method SequenceableCollection>>do:separatedBy: 19:47:23 359/520 - 67/191: Installing method SequenceableCollection>>do:without: 19:47:23 359/520 - 68/191: Installing method SequenceableCollection>>eighth 19:47:23 359/520 - 69/191: Installing method SequenceableCollection>>endsWith: 19:47:23 359/520 - 70/191: Installing method SequenceableCollection>>endsWithAnyOf: 19:47:23 359/520 - 71/191: Installing method SequenceableCollection>>errorOutOfBounds 19:47:23 359/520 - 72/191: Installing method SequenceableCollection>>fifth 19:47:23 359/520 - 73/191: Installing method SequenceableCollection>>findBinary: 19:47:23 359/520 - 74/191: Installing method SequenceableCollection>>findBinary:do:ifNone: 19:47:23 359/520 - 75/191: Installing method SequenceableCollection>>findBinary:ifNone: 19:47:23 359/520 - 76/191: Installing method SequenceableCollection>>findBinaryIndex: 19:47:23 359/520 - 77/191: Installing method SequenceableCollection>>findBinaryIndex:do:ifNone: 19:47:23 359/520 - 78/191: Installing method SequenceableCollection>>findBinaryIndex:ifNone: 19:47:23 359/520 - 79/191: Installing method SequenceableCollection>>findFirst: 19:47:23 359/520 - 80/191: Installing method SequenceableCollection>>findLast: 19:47:23 359/520 - 81/191: Installing method SequenceableCollection>>first 19:47:23 359/520 - 82/191: Installing method SequenceableCollection>>first: 19:47:23 359/520 - 83/191: Installing method SequenceableCollection>>flatCollect: 19:47:23 359/520 - 84/191: Installing method SequenceableCollection>>forceTo:paddingStartWith: 19:47:23 359/520 - 85/191: Installing method SequenceableCollection>>forceTo:paddingWith: 19:47:23 359/520 - 86/191: Installing method SequenceableCollection>>fourth 19:47:23 359/520 - 87/191: Installing method SequenceableCollection>>from:to:do: 19:47:23 359/520 - 88/191: Installing method SequenceableCollection>>from:to:put: 19:47:23 359/520 - 89/191: Installing method SequenceableCollection>>groupByRuns: 19:47:23 359/520 - 90/191: Installing method SequenceableCollection>>groupsOf:atATimeCollect: 19:47:23 359/520 - 91/191: Installing method SequenceableCollection>>groupsOf:atATimeDo: 19:47:23 359/520 - 92/191: Installing method SequenceableCollection>>grownBy: 19:47:23 359/520 - 93/191: Installing method SequenceableCollection>>hasEqualElements: 19:47:23 359/520 - 94/191: Installing method SequenceableCollection>>hash 19:47:23 359/520 - 95/191: Installing method SequenceableCollection>>identityIndexOf: 19:47:23 359/520 - 96/191: Installing method SequenceableCollection>>identityIndexOf:ifAbsent: 19:47:23 359/520 - 97/191: Installing method SequenceableCollection>>ifCutOn:doWithCutAndUncuts: 19:47:23 359/520 - 98/191: Installing method SequenceableCollection>>ifCutOn:doWithCutAndUncuts:finally: 19:47:23 359/520 - 99/191: Installing method SequenceableCollection>>includes: 19:47:23 359/520 - 100/191: Installing method SequenceableCollection>>indexOf: 19:47:23 359/520 - 101/191: Installing method SequenceableCollection>>indexOf:ifAbsent: 19:47:23 359/520 - 102/191: Installing method SequenceableCollection>>indexOf:ifAbsent:using: 19:47:23 359/520 - 103/191: Installing method SequenceableCollection>>indexOf:startingAt: 19:47:23 359/520 - 104/191: Installing method SequenceableCollection>>indexOf:startingAt:ifAbsent: 19:47:23 359/520 - 105/191: Installing method SequenceableCollection>>indexOf:startingAt:ifAbsent:using: 19:47:23 359/520 - 106/191: Installing method SequenceableCollection>>indexOfAnyOf: 19:47:23 359/520 - 107/191: Installing method SequenceableCollection>>indexOfAnyOf:ifAbsent: 19:47:23 359/520 - 108/191: Installing method SequenceableCollection>>indexOfAnyOf:startingAt: 19:47:23 359/520 - 109/191: Installing method SequenceableCollection>>indexOfAnyOf:startingAt:ifAbsent: 19:47:23 359/520 - 110/191: Installing method SequenceableCollection>>indexOfSubCollection:startingAt: 19:47:23 359/520 - 111/191: Installing method SequenceableCollection>>indexOfSubCollection:startingAt:ifAbsent: 19:47:23 359/520 - 112/191: Installing method SequenceableCollection>>isSequenceable 19:47:23 359/520 - 113/191: Installing method SequenceableCollection>>isSorted 19:47:23 359/520 - 114/191: Installing method SequenceableCollection>>isSortedBy: 19:47:23 359/520 - 115/191: Installing method SequenceableCollection>>join: 19:47:23 359/520 - 116/191: Installing method SequenceableCollection>>joinTo: 19:47:23 359/520 - 117/191: Installing method SequenceableCollection>>joinUsing: 19:47:23 359/520 - 118/191: Installing method SequenceableCollection>>joinUsing:last: 19:47:23 359/520 - 119/191: Installing method SequenceableCollection>>keysAndValuesDo: 19:47:23 359/520 - 120/191: Installing method SequenceableCollection>>last 19:47:23 359/520 - 121/191: Installing method SequenceableCollection>>last: 19:47:23 359/520 - 122/191: Installing method SequenceableCollection>>lastIndexOf: 19:47:23 359/520 - 123/191: Installing method SequenceableCollection>>lastIndexOf:ifAbsent: 19:47:23 359/520 - 124/191: Installing method SequenceableCollection>>lastIndexOf:startingAt:ifAbsent: 19:47:23 359/520 - 125/191: Installing method SequenceableCollection>>lastIndexOfAnyOf:startingAt:ifAbsent: 19:47:23 359/520 - 126/191: Installing method SequenceableCollection>>mergeFirst:middle:last:into:by: 19:47:23 359/520 - 127/191: Installing method SequenceableCollection>>mergeSortFrom:to:by: 19:47:23 359/520 - 128/191: Installing method SequenceableCollection>>mergeSortFrom:to:src:dst:by: 19:47:23 359/520 - 129/191: Installing method SequenceableCollection>>middle 19:47:23 359/520 - 130/191: Installing method SequenceableCollection>>nextToLast 19:47:23 359/520 - 131/191: Installing method SequenceableCollection>>ninth 19:47:23 359/520 - 132/191: Installing method SequenceableCollection>>overlappingPairsCollect: 19:47:23 359/520 - 133/191: Installing method SequenceableCollection>>overlappingPairsDo: 19:47:23 359/520 - 134/191: Installing method SequenceableCollection>>overlappingPairsWithIndexDo: 19:47:23 359/520 - 135/191: Installing method SequenceableCollection>>paddedWith:do: 19:47:23 359/520 - 136/191: Installing method SequenceableCollection>>pairsCollect: 19:47:23 359/520 - 137/191: Installing method SequenceableCollection>>pairsDo: 19:47:23 359/520 - 138/191: Installing method SequenceableCollection>>permutationsDo: 19:47:23 359/520 - 139/191: Installing method SequenceableCollection>>permutationsStartingAt:do: 19:47:23 359/520 - 140/191: Installing method SequenceableCollection>>permutationsWithRepetitionOfSize:subSize:in:do: 19:47:23 359/520 - 141/191: Installing method SequenceableCollection>>permutationsWithRepetitionsDo: 19:47:23 359/520 - 142/191: Installing method SequenceableCollection>>permutationsWithRepetitionsOfSize: 19:47:23 359/520 - 143/191: Installing method SequenceableCollection>>permutationsWithRepetitionsOfSize:do: 19:47:23 359/520 - 144/191: Installing method SequenceableCollection>>piecesCutWhere: 19:47:23 359/520 - 145/191: Installing method SequenceableCollection>>piecesCutWhere:do: 19:47:23 359/520 - 146/191: Installing method SequenceableCollection>>polynomialEval: 19:47:23 359/520 - 147/191: Installing method SequenceableCollection>>putOn: 19:47:23 359/520 - 148/191: Installing method SequenceableCollection>>readStream 19:47:23 359/520 - 149/191: Installing method SequenceableCollection>>readStreamDo: 19:47:23 359/520 - 150/191: Installing method SequenceableCollection>>reduce: 19:47:23 359/520 - 151/191: Installing method SequenceableCollection>>reduceLeft: 19:47:23 359/520 - 152/191: Installing method SequenceableCollection>>reduceRight: 19:47:23 359/520 - 153/191: Installing method SequenceableCollection>>reject: 19:47:23 359/520 - 154/191: Installing method SequenceableCollection>>reject:thenCollect: 19:47:23 359/520 - 155/191: Installing method SequenceableCollection>>reject:thenDo: 19:47:23 359/520 - 156/191: Installing method SequenceableCollection>>remove:ifAbsent: 19:47:23 359/520 - 157/191: Installing method SequenceableCollection>>replace: 19:47:23 359/520 - 158/191: Installing method SequenceableCollection>>replaceAll:with: 19:47:23 359/520 - 159/191: Installing method SequenceableCollection>>replaceFrom:to:with: 19:47:24 359/520 - 160/191: Installing method SequenceableCollection>>replaceFrom:to:with:startingAt: 19:47:24 359/520 - 161/191: Installing method SequenceableCollection>>reverse 19:47:24 359/520 - 162/191: Installing method SequenceableCollection>>reverseDo: 19:47:24 359/520 - 163/191: Installing method SequenceableCollection>>reverseWith:do: 19:47:24 359/520 - 164/191: Installing method SequenceableCollection>>reverseWithIndexDo: 19:47:24 359/520 - 165/191: Installing method SequenceableCollection>>reversed 19:47:24 359/520 - 166/191: Installing method SequenceableCollection>>second 19:47:24 359/520 - 167/191: Installing method SequenceableCollection>>select: 19:47:24 359/520 - 168/191: Installing method SequenceableCollection>>select:thenCollect: 19:47:24 359/520 - 169/191: Installing method SequenceableCollection>>select:thenDo: 19:47:24 359/520 - 170/191: Installing method SequenceableCollection>>seventh 19:47:24 359/520 - 171/191: Installing method SequenceableCollection>>sixth 19:47:24 359/520 - 172/191: Installing method SequenceableCollection>>size 19:47:24 359/520 - 173/191: Installing method SequenceableCollection>>sort 19:47:24 359/520 - 174/191: Installing method SequenceableCollection>>sort: 19:47:24 359/520 - 175/191: Installing method SequenceableCollection>>sorted 19:47:24 359/520 - 176/191: Installing method SequenceableCollection>>sorted: 19:47:24 359/520 - 177/191: Installing method SequenceableCollection>>split:indicesDo: 19:47:24 359/520 - 178/191: Installing method SequenceableCollection>>splitOn: 19:47:24 359/520 - 179/191: Installing method SequenceableCollection>>splitOn:do: 19:47:24 359/520 - 180/191: Installing method SequenceableCollection>>splitOn:indicesDo: 19:47:24 359/520 - 181/191: Installing method SequenceableCollection>>swap:with: 19:47:24 359/520 - 182/191: Installing method SequenceableCollection>>takeFirst: 19:47:24 359/520 - 183/191: Installing method SequenceableCollection>>third 19:47:24 359/520 - 184/191: Installing method SequenceableCollection>>truncatedToSize: 19:47:24 359/520 - 185/191: Installing method SequenceableCollection>>with:collect: 19:47:24 359/520 - 186/191: Installing method SequenceableCollection>>with:do: 19:47:24 359/520 - 187/191: Installing method SequenceableCollection>>withIndexCollect: 19:47:24 359/520 - 188/191: Installing method SequenceableCollection>>withIndexDo: 19:47:24 359/520 - 189/191: Installing method SequenceableCollection>>withIndexSelect: 19:47:24 359/520 - 190/191: Installing method SequenceableCollection>>writeStream 19:47:24 359/520 - 191/191: Installing method SequenceableCollection>>writeStreamDo: 19:47:24 359/520 - 1/6: Installing method SequenceableCollection class>>isAbstract 19:47:24 359/520 - 2/6: Installing method SequenceableCollection class>>new:streamContents: 19:47:24 359/520 - 3/6: Installing method SequenceableCollection class>>ofSize: 19:47:24 359/520 - 4/6: Installing method SequenceableCollection class>>streamContents: 19:47:24 359/520 - 5/6: Installing method SequenceableCollection class>>streamContents:limitedTo: 19:47:24 359/520 - 6/6: Installing method SequenceableCollection class>>streamSpecies 19:47:24 360/520 - 1/3: Installing method SessionAccessModeResolver class>>initialize 19:47:24 360/520 - 2/3: Installing method SessionAccessModeResolver class>>resolve 19:47:24 360/520 - 3/3: Installing method SessionAccessModeResolver class>>startUp: 19:47:24 361/520 - 1/11: Installing method SessionCategory>>defaultPriority 19:47:24 361/520 - 2/11: Installing method SessionCategory>>initialize 19:47:24 361/520 - 3/11: Installing method SessionCategory>>listAtPriority: 19:47:24 361/520 - 4/11: Installing method SessionCategory>>name 19:47:24 361/520 - 5/11: Installing method SessionCategory>>name: 19:47:24 361/520 - 6/11: Installing method SessionCategory>>printOn: 19:47:24 361/520 - 7/11: Installing method SessionCategory>>prioritizedList 19:47:24 361/520 - 8/11: Installing method SessionCategory>>register: 19:47:24 361/520 - 9/11: Installing method SessionCategory>>register:atPriority: 19:47:24 361/520 - 10/11: Installing method SessionCategory>>renamedClass:from:to: 19:47:24 361/520 - 11/11: Installing method SessionCategory>>unregisterHandler: 19:47:25 362/520 - 1/38: Installing method SessionManager>>addDeferredStartupAction: 19:47:25 362/520 - 2/38: Installing method SessionManager>>basicCreateCategory: 19:47:25 362/520 - 3/38: Installing method SessionManager>>categoryNamed: 19:47:25 362/520 - 4/38: Installing method SessionManager>>createCategory: 19:47:25 362/520 - 5/38: Installing method SessionManager>>createCategory:after: 19:47:25 362/520 - 6/38: Installing method SessionManager>>currentSession 19:47:25 362/520 - 7/38: Installing method SessionManager>>defaultPriority 19:47:25 362/520 - 8/38: Installing method SessionManager>>guiCategory 19:47:25 362/520 - 9/38: Installing method SessionManager>>hasRegistered: 19:47:25 362/520 - 10/38: Installing method SessionManager>>initialize 19:47:25 362/520 - 11/38: Installing method SessionManager>>installNewSession 19:47:25 362/520 - 12/38: Installing method SessionManager>>installSession: 19:47:25 362/520 - 13/38: Installing method SessionManager>>launchSnapshot:andQuit: 19:47:25 362/520 - 14/38: Installing method SessionManager>>maxPriority 19:47:25 362/520 - 15/38: Installing method SessionManager>>networkCategory 19:47:25 362/520 - 16/38: Installing method SessionManager>>newSession 19:47:25 362/520 - 17/38: Installing method SessionManager>>register: 19:47:25 362/520 - 18/38: Installing method SessionManager>>register:inCategory: 19:47:25 362/520 - 19/38: Installing method SessionManager>>register:inCategory:atPriority: 19:47:25 362/520 - 20/38: Installing method SessionManager>>registerGuiClassNamed: 19:47:25 362/520 - 21/38: Installing method SessionManager>>registerGuiClassNamed:atPriority: 19:47:25 362/520 - 22/38: Installing method SessionManager>>registerLast:inCategory: 19:47:25 362/520 - 23/38: Installing method SessionManager>>registerNetworkClassNamed: 19:47:25 362/520 - 24/38: Installing method SessionManager>>registerSystemClassNamed: 19:47:25 362/520 - 25/38: Installing method SessionManager>>registerSystemClassNamed:atPriority: 19:47:25 362/520 - 26/38: Installing method SessionManager>>registerToolClassNamed: 19:47:25 362/520 - 27/38: Installing method SessionManager>>registerUserClassNamed: 19:47:25 362/520 - 28/38: Installing method SessionManager>>registerUserClassNamed:atPriority: 19:47:25 362/520 - 29/38: Installing method SessionManager>>renamedClass:from:to: 19:47:25 362/520 - 30/38: Installing method SessionManager>>shutdownList 19:47:25 362/520 - 31/38: Installing method SessionManager>>snapshot:andQuit: 19:47:25 362/520 - 32/38: Installing method SessionManager>>startupList 19:47:25 362/520 - 33/38: Installing method SessionManager>>systemCategory 19:47:25 362/520 - 34/38: Installing method SessionManager>>toolsCategory 19:47:25 362/520 - 35/38: Installing method SessionManager>>uninstallSession: 19:47:25 362/520 - 36/38: Installing method SessionManager>>unregisterClassNamed: 19:47:25 362/520 - 37/38: Installing method SessionManager>>unregisterHandler: 19:47:25 362/520 - 38/38: Installing method SessionManager>>userCategory 19:47:25 362/520 - 1/6: Installing method SessionManager class>>classRemoved: 19:47:25 362/520 - 2/6: Installing method SessionManager class>>classRenamed: 19:47:25 362/520 - 3/6: Installing method SessionManager class>>default 19:47:25 362/520 - 4/6: Installing method SessionManager class>>default: 19:47:25 362/520 - 5/6: Installing method SessionManager class>>initialize 19:47:25 362/520 - 6/6: Installing method SessionManager class>>initializeKernelRegistrations 19:47:26 363/520 - 1/23: Installing method Set>>= 19:47:26 363/520 - 2/23: Installing method Set>>add: 19:47:26 363/520 - 3/23: Installing method Set>>asSet 19:47:26 363/520 - 4/23: Installing method Set>>collect: 19:47:26 363/520 - 5/23: Installing method Set>>copyWithout: 19:47:26 363/520 - 6/23: Installing method Set>>difference: 19:47:26 363/520 - 7/23: Installing method Set>>do: 19:47:26 363/520 - 8/23: Installing method Set>>fixCollisionsFrom: 19:47:26 363/520 - 9/23: Installing method Set>>grow 19:47:26 363/520 - 10/23: Installing method Set>>includes: 19:47:26 363/520 - 11/23: Installing method Set>>intersection: 19:47:26 363/520 - 12/23: Installing method Set>>isHealthy 19:47:26 363/520 - 13/23: Installing method Set>>like: 19:47:26 363/520 - 14/23: Installing method Set>>like:ifAbsent: 19:47:26 363/520 - 15/23: Installing method Set>>max: 19:47:26 363/520 - 16/23: Installing method Set>>noCheckAdd: 19:47:26 363/520 - 17/23: Installing method Set>>noCheckNoGrowFillFrom: 19:47:26 363/520 - 18/23: Installing method Set>>occurrencesOf: 19:47:26 363/520 - 19/23: Installing method Set>>postCopy 19:47:26 363/520 - 20/23: Installing method Set>>rehash 19:47:26 363/520 - 21/23: Installing method Set>>remove:ifAbsent: 19:47:26 363/520 - 22/23: Installing method Set>>scanFor: 19:47:26 363/520 - 23/23: Installing method Set>>withArray: 19:47:26 363/520 - 1/2: Installing method Set class>>newFrom: 19:47:26 363/520 - 2/2: Installing method Set class>>sizeFor: 19:47:26 364/520 - 1/11: Installing method ShAbstractChange>>= 19:47:26 364/520 - 2/11: Installing method ShAbstractChange>>announceChanges 19:47:26 364/520 - 3/11: Installing method ShAbstractChange>>builder 19:47:26 364/520 - 4/11: Installing method ShAbstractChange>>builder: 19:47:26 364/520 - 5/11: Installing method ShAbstractChange>>hasChangeClassSideShape 19:47:26 364/520 - 6/11: Installing method ShAbstractChange>>hasChangeInstanceSideShape 19:47:26 364/520 - 7/11: Installing method ShAbstractChange>>hasToMigrateInstances 19:47:26 364/520 - 8/11: Installing method ShAbstractChange>>hash 19:47:26 364/520 - 9/11: Installing method ShAbstractChange>>oldClass 19:47:26 364/520 - 10/11: Installing method ShAbstractChange>>oldClass: 19:47:26 364/520 - 11/11: Installing method ShAbstractChange>>propagateToSubclasses: 19:47:26 364/520 - 1/1: Installing method ShAbstractChange class>>isAbstract 19:47:26 365/520 - 1/3: Installing method ShAbstractChangeDetector>>builder 19:47:26 365/520 - 2/3: Installing method ShAbstractChangeDetector>>builder: 19:47:26 365/520 - 3/3: Installing method ShAbstractChangeDetector>>compareClass 19:47:26 365/520 - 1/3: Installing method ShAbstractChangeDetector class>>builder: 19:47:26 365/520 - 2/3: Installing method ShAbstractChangeDetector class>>compareClass:with: 19:47:26 365/520 - 3/3: Installing method ShAbstractChangeDetector class>>isAbstract 19:47:26 366/520 - 1/4: Installing method ShAbstractClassChangeDetector>>compareClass 19:47:26 366/520 - 2/4: Installing method ShAbstractClassChangeDetector>>compareVariables:with: 19:47:26 366/520 - 3/4: Installing method ShAbstractClassChangeDetector>>initialize 19:47:26 366/520 - 4/4: Installing method ShAbstractClassChangeDetector>>newChanges 19:47:26 366/520 - 1/1: Installing method ShAbstractClassChangeDetector class>>isAbstract 19:47:26 367/520 - 1/1: Installing method ShAbstractInstanceSideClassChangeDetector>>newChanges 19:47:27 367/520 - 1/1: Installing method ShAbstractInstanceSideClassChangeDetector class>>isAbstract 19:47:27 368/520 - 1/1: Installing method ShBitLayoutChangeDetector>>compareClass 19:47:27 369/520 - 1/2: Installing method ShBitLayoutChanged>>hasChangeInstanceSideShape 19:47:27 369/520 - 2/2: Installing method ShBitLayoutChanged>>propagateToSubclasses: 19:47:27 370/520 - 1/3: Installing method ShClassChanged>>announceChanges 19:47:27 370/520 - 2/3: Installing method ShClassChanged>>builder: 19:47:27 370/520 - 3/3: Installing method ShClassChanged>>propagateToSubclasses: 19:47:27 371/520 - 1/2: Installing method ShClassSlotChangeDetector>>initialize 19:47:27 371/520 - 2/2: Installing method ShClassSlotChangeDetector>>newChanges 19:47:27 372/520 - 1/18: Installing method ShDefaultBuilderEnhancer>>afterMethodsCompiled: 19:47:27 372/520 - 2/18: Installing method ShDefaultBuilderEnhancer>>afterMigratingClass:installer: 19:47:27 372/520 - 3/18: Installing method ShDefaultBuilderEnhancer>>allSlotsForBuilder: 19:47:27 372/520 - 4/18: Installing method ShDefaultBuilderEnhancer>>allSlotsToInstallForBuilder: 19:47:27 372/520 - 5/18: Installing method ShDefaultBuilderEnhancer>>beforeMigratingClass:installer: 19:47:27 372/520 - 6/18: Installing method ShDefaultBuilderEnhancer>>classCreated: 19:47:27 372/520 - 7/18: Installing method ShDefaultBuilderEnhancer>>compileMethodsFor: 19:47:27 372/520 - 8/18: Installing method ShDefaultBuilderEnhancer>>configureClass:superclass:withLayoutType:slots: 19:47:27 372/520 - 9/18: Installing method ShDefaultBuilderEnhancer>>configureMetaclass:superclass:withLayoutType:slots: 19:47:27 372/520 - 10/18: Installing method ShDefaultBuilderEnhancer>>fillBuilder:from: 19:47:27 372/520 - 11/18: Installing method ShDefaultBuilderEnhancer>>hasToSkipSlot: 19:47:27 372/520 - 12/18: Installing method ShDefaultBuilderEnhancer>>initializeBuilder: 19:47:27 372/520 - 13/18: Installing method ShDefaultBuilderEnhancer>>metaclassClassFor: 19:47:27 372/520 - 14/18: Installing method ShDefaultBuilderEnhancer>>migrateInstancesTo:installer: 19:47:27 372/520 - 15/18: Installing method ShDefaultBuilderEnhancer>>migrateToClass:installer: 19:47:27 372/520 - 16/18: Installing method ShDefaultBuilderEnhancer>>on:declareClassVariables:sharing: 19:47:27 372/520 - 17/18: Installing method ShDefaultBuilderEnhancer>>propagateChangesToRelatedClasses:builder: 19:47:27 372/520 - 18/18: Installing method ShDefaultBuilderEnhancer>>validateRedefinition: 19:47:27 372/520 - 1/1: Installing method ShDefaultBuilderEnhancer class>>isApplicableFor: 19:47:27 373/520 - 1/3: Installing method ShInstanceShapeChanged>>hasChangeInstanceSideShape 19:47:27 373/520 - 2/3: Installing method ShInstanceShapeChanged>>hasToMigrateInstances 19:47:27 373/520 - 3/3: Installing method ShInstanceShapeChanged>>propagateToSubclasses: 19:47:27 374/520 - 1/1: Installing method ShLayoutChangeDetector>>initialize 19:47:27 375/520 - 1/16: Installing method ShLayoutDefinition>>allSlots 19:47:28 375/520 - 2/16: Installing method ShLayoutDefinition>>builder: 19:47:28 375/520 - 3/16: Installing method ShLayoutDefinition>>classSlots 19:47:28 375/520 - 4/16: Installing method ShLayoutDefinition>>classSlots: 19:47:28 375/520 - 5/16: Installing method ShLayoutDefinition>>initialize 19:47:28 375/520 - 6/16: Installing method ShLayoutDefinition>>isBits 19:47:28 375/520 - 7/16: Installing method ShLayoutDefinition>>layoutClass 19:47:28 375/520 - 8/16: Installing method ShLayoutDefinition>>layoutClass: 19:47:28 375/520 - 9/16: Installing method ShLayoutDefinition>>sharedPools 19:47:28 375/520 - 10/16: Installing method ShLayoutDefinition>>sharedPools: 19:47:28 375/520 - 11/16: Installing method ShLayoutDefinition>>sharedPoolsString 19:47:28 375/520 - 12/16: Installing method ShLayoutDefinition>>sharedVariables 19:47:28 375/520 - 13/16: Installing method ShLayoutDefinition>>sharedVariables: 19:47:28 375/520 - 14/16: Installing method ShLayoutDefinition>>slots 19:47:28 375/520 - 15/16: Installing method ShLayoutDefinition>>slots: 19:47:28 375/520 - 16/16: Installing method ShLayoutDefinition>>validate 19:47:28 376/520 - 1/2: Installing method ShMetaclassChangeDetector>>initialize 19:47:28 376/520 - 2/2: Installing method ShMetaclassChangeDetector>>newChanges 19:47:28 377/520 - 1/4: Installing method ShMetaclassChanged>>announceChanges 19:47:28 377/520 - 2/4: Installing method ShMetaclassChanged>>builder: 19:47:28 377/520 - 3/4: Installing method ShMetaclassChanged>>hasChangeClassSideShape 19:47:28 377/520 - 4/4: Installing method ShMetaclassChanged>>propagateToSubclasses: 19:47:28 379/520 - 1/1: Installing method ShSharedPoolChangeDetector>>initialize 19:47:28 380/520 - 1/1: Installing method ShSharedVariablesChangeDetector>>initialize 19:47:28 381/520 - 1/1: Installing method ShSlotChangeDetector>>initialize 19:47:28 382/520 - 1/1: Installing method ShSuperclassChangeDetector>>initialize 19:47:28 383/520 - 1/2: Installing method ShSuperclassChanged>>hasToMigrateInstances 19:47:28 383/520 - 2/2: Installing method ShSuperclassChanged>>propagateToSubclasses: 19:47:28 384/520 - 1/9: Installing method SharedPool class>>bindingOf: 19:47:28 384/520 - 2/9: Installing method SharedPool class>>classBindingOf: 19:47:28 384/520 - 3/9: Installing method SharedPool class>>includesKey: 19:47:28 384/520 - 4/9: Installing method SharedPool class>>isPool 19:47:28 384/520 - 5/9: Installing method SharedPool class>>isUsed 19:47:28 384/520 - 6/9: Installing method SharedPool class>>localBindingOf: 19:47:28 384/520 - 7/9: Installing method SharedPool class>>methodsAccessingPoolVariables 19:47:28 384/520 - 8/9: Installing method SharedPool class>>poolUsers 19:47:28 384/520 - 9/9: Installing method SharedPool class>>usingMethods 19:47:28 385/520 - 1/16: Installing method SharedQueue>>atEnd 19:47:28 385/520 - 2/16: Installing method SharedQueue>>contents 19:47:28 385/520 - 3/16: Installing method SharedQueue>>findFirst: 19:47:28 385/520 - 4/16: Installing method SharedQueue>>flush 19:47:28 385/520 - 5/16: Installing method SharedQueue>>flushAllSuchThat: 19:47:28 385/520 - 6/16: Installing method SharedQueue>>initialize 19:47:28 385/520 - 7/16: Installing method SharedQueue>>isEmpty 19:47:28 385/520 - 8/16: Installing method SharedQueue>>next 19:47:28 385/520 - 9/16: Installing method SharedQueue>>nextOrNil 19:47:28 385/520 - 10/16: Installing method SharedQueue>>nextOrNilSuchThat: 19:47:28 385/520 - 11/16: Installing method SharedQueue>>nextPut: 19:47:28 385/520 - 12/16: Installing method SharedQueue>>peek 19:47:28 385/520 - 13/16: Installing method SharedQueue>>postCopy 19:47:28 385/520 - 14/16: Installing method SharedQueue>>printOn: 19:47:28 385/520 - 15/16: Installing method SharedQueue>>removeAll 19:47:28 385/520 - 16/16: Installing method SharedQueue>>size 19:47:28 385/520 - 1/1: Installing method SharedQueue class>>new 19:47:28 386/520 - 1/5: Installing method ShiftAnonymousClassInstaller>>comment: 19:47:28 386/520 - 2/5: Installing method ShiftAnonymousClassInstaller>>installInEnvironment: 19:47:28 386/520 - 3/5: Installing method ShiftAnonymousClassInstaller>>installSubclassInSuperclass: 19:47:29 386/520 - 4/5: Installing method ShiftAnonymousClassInstaller>>notifyChanges 19:47:29 386/520 - 5/5: Installing method ShiftAnonymousClassInstaller>>updatePackage: 19:47:29 387/520 - 1/83: Installing method ShiftClassBuilder>>addChange: 19:47:29 387/520 - 2/83: Installing method ShiftClassBuilder>>addChangeComparer: 19:47:29 387/520 - 3/83: Installing method ShiftClassBuilder>>allSlots 19:47:29 387/520 - 4/83: Installing method ShiftClassBuilder>>build 19:47:29 387/520 - 5/83: Installing method ShiftClassBuilder>>buildEnvironment 19:47:29 387/520 - 6/83: Installing method ShiftClassBuilder>>buildEnvironment: 19:47:29 387/520 - 7/83: Installing method ShiftClassBuilder>>builderEnhancer 19:47:29 387/520 - 8/83: Installing method ShiftClassBuilder>>builderEnhancer: 19:47:29 387/520 - 9/83: Installing method ShiftClassBuilder>>changeComparers 19:47:29 387/520 - 10/83: Installing method ShiftClassBuilder>>changes 19:47:29 387/520 - 11/83: Installing method ShiftClassBuilder>>classNamed: 19:47:29 387/520 - 12/83: Installing method ShiftClassBuilder>>classSlots 19:47:29 387/520 - 13/83: Installing method ShiftClassBuilder>>classSlots: 19:47:29 387/520 - 14/83: Installing method ShiftClassBuilder>>comment 19:47:29 387/520 - 15/83: Installing method ShiftClassBuilder>>comment: 19:47:29 387/520 - 16/83: Installing method ShiftClassBuilder>>comment:stamp: 19:47:29 387/520 - 17/83: Installing method ShiftClassBuilder>>commentStamp 19:47:29 387/520 - 18/83: Installing method ShiftClassBuilder>>commentStamp: 19:47:29 387/520 - 19/83: Installing method ShiftClassBuilder>>compareWithOldClass 19:47:29 387/520 - 20/83: Installing method ShiftClassBuilder>>compileMethods 19:47:29 387/520 - 21/83: Installing method ShiftClassBuilder>>copyProtocols 19:47:29 387/520 - 22/83: Installing method ShiftClassBuilder>>createClass 19:47:29 387/520 - 23/83: Installing method ShiftClassBuilder>>createMetaclass 19:47:29 387/520 - 24/83: Installing method ShiftClassBuilder>>createSharedVariables 19:47:29 387/520 - 25/83: Installing method ShiftClassBuilder>>detectBuilderEnhancer 19:47:29 387/520 - 26/83: Installing method ShiftClassBuilder>>doesNotUnderstand: 19:47:29 387/520 - 27/83: Installing method ShiftClassBuilder>>environment 19:47:29 387/520 - 28/83: Installing method ShiftClassBuilder>>environment: 19:47:29 387/520 - 29/83: Installing method ShiftClassBuilder>>fillClassSideFromEnvironment: 19:47:29 387/520 - 30/83: Installing method ShiftClassBuilder>>fillFor: 19:47:29 387/520 - 31/83: Installing method ShiftClassBuilder>>fillInstanceSideFromClass: 19:47:29 387/520 - 32/83: Installing method ShiftClassBuilder>>fluidInstall 19:47:29 387/520 - 33/83: Installing method ShiftClassBuilder>>hasToMigrateInstances 19:47:29 387/520 - 34/83: Installing method ShiftClassBuilder>>initialize 19:47:29 387/520 - 35/83: Installing method ShiftClassBuilder>>install 19:47:29 387/520 - 36/83: Installing method ShiftClassBuilder>>installSlotsAndVariables 19:47:29 387/520 - 37/83: Installing method ShiftClassBuilder>>installingEnvironment 19:47:29 387/520 - 38/83: Installing method ShiftClassBuilder>>installingEnvironment: 19:47:29 387/520 - 39/83: Installing method ShiftClassBuilder>>isInRemake 19:47:29 387/520 - 40/83: Installing method ShiftClassBuilder>>isRebuild 19:47:29 387/520 - 41/83: Installing method ShiftClassBuilder>>layout: 19:47:29 387/520 - 42/83: Installing method ShiftClassBuilder>>layoutClass 19:47:29 387/520 - 43/83: Installing method ShiftClassBuilder>>layoutClass: 19:47:29 387/520 - 44/83: Installing method ShiftClassBuilder>>layoutDefinition 19:47:29 387/520 - 45/83: Installing method ShiftClassBuilder>>markIsInRemake 19:47:29 387/520 - 46/83: Installing method ShiftClassBuilder>>metaSuperclass 19:47:29 387/520 - 47/83: Installing method ShiftClassBuilder>>metaSuperclass: 19:47:29 387/520 - 48/83: Installing method ShiftClassBuilder>>metaclassClass 19:47:29 387/520 - 49/83: Installing method ShiftClassBuilder>>name 19:47:29 387/520 - 50/83: Installing method ShiftClassBuilder>>name: 19:47:29 387/520 - 51/83: Installing method ShiftClassBuilder>>newClass 19:47:29 387/520 - 52/83: Installing method ShiftClassBuilder>>newMetaclass 19:47:29 387/520 - 53/83: Installing method ShiftClassBuilder>>notifyChanges 19:47:29 387/520 - 54/83: Installing method ShiftClassBuilder>>oldClass 19:47:29 387/520 - 55/83: Installing method ShiftClassBuilder>>oldClass: 19:47:29 387/520 - 56/83: Installing method ShiftClassBuilder>>oldMetaclass 19:47:29 387/520 - 57/83: Installing method ShiftClassBuilder>>package 19:47:29 387/520 - 58/83: Installing method ShiftClassBuilder>>package: 19:47:29 387/520 - 59/83: Installing method ShiftClassBuilder>>privateSlots: 19:47:29 387/520 - 60/83: Installing method ShiftClassBuilder>>propagateChangesTo: 19:47:29 387/520 - 61/83: Installing method ShiftClassBuilder>>propertyAt: 19:47:29 387/520 - 62/83: Installing method ShiftClassBuilder>>propertyAt:put: 19:47:30 387/520 - 63/83: Installing method ShiftClassBuilder>>sharedPools 19:47:30 387/520 - 64/83: Installing method ShiftClassBuilder>>sharedPools: 19:47:30 387/520 - 65/83: Installing method ShiftClassBuilder>>sharedPoolsFromString: 19:47:30 387/520 - 66/83: Installing method ShiftClassBuilder>>sharedVariables 19:47:30 387/520 - 67/83: Installing method ShiftClassBuilder>>sharedVariables: 19:47:30 387/520 - 68/83: Installing method ShiftClassBuilder>>sharedVariablesFromString: 19:47:30 387/520 - 69/83: Installing method ShiftClassBuilder>>slots 19:47:30 387/520 - 70/83: Installing method ShiftClassBuilder>>slots: 19:47:30 387/520 - 71/83: Installing method ShiftClassBuilder>>slotsFromString: 19:47:30 387/520 - 72/83: Installing method ShiftClassBuilder>>superclass 19:47:30 387/520 - 73/83: Installing method ShiftClassBuilder>>superclass: 19:47:30 387/520 - 74/83: Installing method ShiftClassBuilder>>superclassName 19:47:30 387/520 - 75/83: Installing method ShiftClassBuilder>>superclassName: 19:47:30 387/520 - 76/83: Installing method ShiftClassBuilder>>superclassResolver: 19:47:30 387/520 - 77/83: Installing method ShiftClassBuilder>>tag 19:47:30 387/520 - 78/83: Installing method ShiftClassBuilder>>tag: 19:47:30 387/520 - 79/83: Installing method ShiftClassBuilder>>tryToFillOldClass 19:47:30 387/520 - 80/83: Installing method ShiftClassBuilder>>useStrictSuperclass 19:47:30 387/520 - 81/83: Installing method ShiftClassBuilder>>validateClassName 19:47:30 387/520 - 82/83: Installing method ShiftClassBuilder>>validateSuperclass 19:47:30 387/520 - 83/83: Installing method ShiftClassBuilder>>withAdditionalSlots: 19:47:30 387/520 - 1/2: Installing method ShiftClassBuilder class>>defaultBuildEnhancer 19:47:30 387/520 - 2/2: Installing method ShiftClassBuilder class>>setDefaultBuilderEnhancer: 19:47:30 388/520 - 1/20: Installing method ShiftClassInstaller>>builder 19:47:30 388/520 - 2/20: Installing method ShiftClassInstaller>>comment: 19:47:30 388/520 - 3/20: Installing method ShiftClassInstaller>>copyObject:to: 19:47:30 388/520 - 4/20: Installing method ShiftClassInstaller>>fillFor: 19:47:30 388/520 - 5/20: Installing method ShiftClassInstaller>>fixSlotScope: 19:47:30 388/520 - 6/20: Installing method ShiftClassInstaller>>initialize 19:47:30 388/520 - 7/20: Installing method ShiftClassInstaller>>installInEnvironment: 19:47:30 388/520 - 8/20: Installing method ShiftClassInstaller>>installSubclassInSuperclass: 19:47:30 388/520 - 9/20: Installing method ShiftClassInstaller>>installingEnvironment 19:47:30 388/520 - 10/20: Installing method ShiftClassInstaller>>installingEnvironment: 19:47:30 388/520 - 11/20: Installing method ShiftClassInstaller>>make 19:47:30 388/520 - 12/20: Installing method ShiftClassInstaller>>make: 19:47:30 388/520 - 13/20: Installing method ShiftClassInstaller>>makeWithBuilder: 19:47:30 388/520 - 14/20: Installing method ShiftClassInstaller>>migrateClassTo: 19:47:30 388/520 - 15/20: Installing method ShiftClassInstaller>>migrateInstancesTo: 19:47:30 388/520 - 16/20: Installing method ShiftClassInstaller>>notifyChanges 19:47:30 388/520 - 17/20: Installing method ShiftClassInstaller>>oldClass 19:47:30 388/520 - 18/20: Installing method ShiftClassInstaller>>oldClass: 19:47:30 388/520 - 19/20: Installing method ShiftClassInstaller>>updateBindings:of: 19:47:30 388/520 - 20/20: Installing method ShiftClassInstaller>>updatePackage: 19:47:30 388/520 - 1/5: Installing method ShiftClassInstaller class>>example 19:47:30 388/520 - 2/5: Installing method ShiftClassInstaller class>>make: 19:47:30 388/520 - 3/5: Installing method ShiftClassInstaller class>>remake:basedOn: 19:47:30 388/520 - 4/5: Installing method ShiftClassInstaller class>>update:to: 19:47:30 388/520 - 5/5: Installing method ShiftClassInstaller class>>validateClassName: 19:47:30 389/520 - 1/2: Installing method ShiftClassSideBuilder>>slots: 19:47:30 389/520 - 2/2: Installing method ShiftClassSideBuilder>>traits: 19:47:30 390/520 - 1/1: Installing method ShouldBeImplemented>>standardMessageText 19:47:30 391/520 - 1/1: Installing method ShouldNotImplement>>standardMessageText 19:47:30 392/520 - 1/2: Installing method SimulationExceptionWrapper>>exception 19:47:30 392/520 - 2/2: Installing method SimulationExceptionWrapper>>exception: 19:47:30 392/520 - 1/1: Installing method SimulationExceptionWrapper class>>signalForException: 19:47:30 393/520 - 1/2: Installing method SizeMismatch>>messageText 19:47:30 393/520 - 2/2: Installing method SizeMismatch>>standardMessageText 19:47:31 394/520 - 1/41: Installing method Slot>>acceptVisitor:node: 19:47:31 394/520 - 2/41: Installing method Slot>>addAdditionalSlotsTo: 19:47:31 394/520 - 3/41: Installing method Slot>>asClassVariable 19:47:31 394/520 - 4/41: Installing method Slot>>asSlot 19:47:31 394/520 - 5/41: Installing method Slot>>baseSlot 19:47:31 394/520 - 6/41: Installing method Slot>>definingClass 19:47:31 394/520 - 7/41: Installing method Slot>>definingClass: 19:47:31 394/520 - 8/41: Installing method Slot>>definitionString 19:47:31 394/520 - 9/41: Installing method Slot>>emitStore: 19:47:31 394/520 - 10/41: Installing method Slot>>emitValue: 19:47:31 394/520 - 11/41: Installing method Slot>>ensureInitalizeMethodExists: 19:47:31 394/520 - 12/41: Installing method Slot>>ensureSlotInitializationFor: 19:47:31 394/520 - 13/41: Installing method Slot>>hasSameDefinitionAs: 19:47:31 394/520 - 14/41: Installing method Slot>>initialize: 19:47:31 394/520 - 15/41: Installing method Slot>>installingIn: 19:47:31 394/520 - 16/41: Installing method Slot>>isAccessedIn: 19:47:31 394/520 - 17/41: Installing method Slot>>isDefinedByOwningClass 19:47:31 394/520 - 18/41: Installing method Slot>>isInstanceVariable 19:47:31 394/520 - 19/41: Installing method Slot>>isReadIn: 19:47:31 394/520 - 20/41: Installing method Slot>>isReferenced 19:47:31 394/520 - 21/41: Installing method Slot>>isSelfEvaluating 19:47:31 394/520 - 22/41: Installing method Slot>>isVirtual 19:47:31 394/520 - 23/41: Installing method Slot>>isVisible 19:47:31 394/520 - 24/41: Installing method Slot>>isWrittenIn: 19:47:31 394/520 - 25/41: Installing method Slot>>named: 19:47:31 394/520 - 26/41: Installing method Slot>>owningClass 19:47:31 394/520 - 27/41: Installing method Slot>>owningClass: 19:47:31 394/520 - 28/41: Installing method Slot>>possiblyUsingClasses 19:47:31 394/520 - 29/41: Installing method Slot>>printOn: 19:47:31 394/520 - 30/41: Installing method Slot>>read: 19:47:31 394/520 - 31/41: Installing method Slot>>readInContext: 19:47:31 394/520 - 32/41: Installing method Slot>>scope 19:47:31 394/520 - 33/41: Installing method Slot>>scope: 19:47:31 394/520 - 34/41: Installing method Slot>>sendsInitializeSlots: 19:47:31 394/520 - 35/41: Installing method Slot>>size 19:47:31 394/520 - 36/41: Installing method Slot>>storeOn: 19:47:31 394/520 - 37/41: Installing method Slot>>usingClasses 19:47:31 394/520 - 38/41: Installing method Slot>>usingMethods 19:47:31 394/520 - 39/41: Installing method Slot>>wantsInitialization 19:47:31 394/520 - 40/41: Installing method Slot>>write:inContext: 19:47:31 394/520 - 41/41: Installing method Slot>>write:to: 19:47:31 394/520 - 1/4: Installing method Slot class>>asSlot 19:47:31 394/520 - 2/4: Installing method Slot class>>checkValidName: 19:47:31 394/520 - 3/4: Installing method Slot class>>isUsed 19:47:31 394/520 - 4/4: Installing method Slot class>>slotUsers 19:47:31 395/520 - 1/3: Installing method SlotNotFound>>messageText 19:47:31 395/520 - 2/3: Installing method SlotNotFound>>name 19:47:31 395/520 - 3/3: Installing method SlotNotFound>>name: 19:47:31 395/520 - 1/1: Installing method SlotNotFound class>>signalForName: 19:47:32 396/520 - 1/70: Installing method SmallDictionary>>= 19:47:32 396/520 - 2/70: Installing method SmallDictionary>>add: 19:47:32 396/520 - 3/70: Installing method SmallDictionary>>addAll: 19:47:32 396/520 - 4/70: Installing method SmallDictionary>>associationAt: 19:47:32 396/520 - 5/70: Installing method SmallDictionary>>associationAt:ifAbsent: 19:47:32 396/520 - 6/70: Installing method SmallDictionary>>associationAt:ifPresent: 19:47:32 396/520 - 7/70: Installing method SmallDictionary>>associationAt:ifPresent:ifAbsent: 19:47:32 396/520 - 8/70: Installing method SmallDictionary>>associations 19:47:32 396/520 - 9/70: Installing method SmallDictionary>>associationsDo: 19:47:32 396/520 - 10/70: Installing method SmallDictionary>>associationsSelect: 19:47:32 396/520 - 11/70: Installing method SmallDictionary>>at: 19:47:32 396/520 - 12/70: Installing method SmallDictionary>>at:at: 19:47:32 396/520 - 13/70: Installing method SmallDictionary>>at:at:ifAbsent: 19:47:32 396/520 - 14/70: Installing method SmallDictionary>>at:at:ifAbsentPut: 19:47:32 396/520 - 15/70: Installing method SmallDictionary>>at:at:put: 19:47:32 396/520 - 16/70: Installing method SmallDictionary>>at:ifAbsent: 19:47:32 396/520 - 17/70: Installing method SmallDictionary>>at:ifAbsentPut: 19:47:32 396/520 - 18/70: Installing method SmallDictionary>>at:ifPresent: 19:47:32 396/520 - 19/70: Installing method SmallDictionary>>at:ifPresent:ifAbsent: 19:47:32 396/520 - 20/70: Installing method SmallDictionary>>at:ifPresent:ifAbsentPut: 19:47:32 396/520 - 21/70: Installing method SmallDictionary>>at:put: 19:47:32 396/520 - 22/70: Installing method SmallDictionary>>at:update: 19:47:32 396/520 - 23/70: Installing method SmallDictionary>>at:update:initial: 19:47:32 396/520 - 24/70: Installing method SmallDictionary>>bindingOf: 19:47:32 396/520 - 25/70: Installing method SmallDictionary>>bindingsDo: 19:47:32 396/520 - 26/70: Installing method SmallDictionary>>capacity 19:47:32 396/520 - 27/70: Installing method SmallDictionary>>collect: 19:47:32 396/520 - 28/70: Installing method SmallDictionary>>difference: 19:47:32 396/520 - 29/70: Installing method SmallDictionary>>do: 19:47:32 396/520 - 30/70: Installing method SmallDictionary>>empty 19:47:32 396/520 - 31/70: Installing method SmallDictionary>>errorKeyNotFound: 19:47:32 396/520 - 32/70: Installing method SmallDictionary>>errorValueNotFound: 19:47:32 396/520 - 33/70: Installing method SmallDictionary>>findIndexForKey: 19:47:32 396/520 - 34/70: Installing method SmallDictionary>>growKeysAndValues 19:47:32 396/520 - 35/70: Installing method SmallDictionary>>growTo: 19:47:32 396/520 - 36/70: Installing method SmallDictionary>>hasBindingThatBeginsWith: 19:47:32 396/520 - 37/70: Installing method SmallDictionary>>includes: 19:47:32 396/520 - 38/70: Installing method SmallDictionary>>includesAssociation: 19:47:32 396/520 - 39/70: Installing method SmallDictionary>>includesIdentity: 19:47:32 396/520 - 40/70: Installing method SmallDictionary>>includesKey: 19:47:32 396/520 - 41/70: Installing method SmallDictionary>>initialize 19:47:32 396/520 - 42/70: Installing method SmallDictionary>>intersection: 19:47:32 396/520 - 43/70: Installing method SmallDictionary>>isDictionary 19:47:32 396/520 - 44/70: Installing method SmallDictionary>>isHealthy 19:47:32 396/520 - 45/70: Installing method SmallDictionary>>keyAtIdentityValue: 19:47:32 396/520 - 46/70: Installing method SmallDictionary>>keyAtIdentityValue:ifAbsent: 19:47:32 396/520 - 47/70: Installing method SmallDictionary>>keyAtValue: 19:47:32 396/520 - 48/70: Installing method SmallDictionary>>keyAtValue:ifAbsent: 19:47:32 396/520 - 49/70: Installing method SmallDictionary>>keyForIdentity: 19:47:32 396/520 - 50/70: Installing method SmallDictionary>>keys 19:47:32 396/520 - 51/70: Installing method SmallDictionary>>keysAndValuesDo: 19:47:32 396/520 - 52/70: Installing method SmallDictionary>>keysAndValuesRemove: 19:47:32 396/520 - 53/70: Installing method SmallDictionary>>keysDo: 19:47:32 396/520 - 54/70: Installing method SmallDictionary>>keysSortedSafely 19:47:32 396/520 - 55/70: Installing method SmallDictionary>>postCopy 19:47:32 396/520 - 56/70: Installing method SmallDictionary>>printElementsOn: 19:47:32 396/520 - 57/70: Installing method SmallDictionary>>privateAt:put: 19:47:32 396/520 - 58/70: Installing method SmallDictionary>>reject:thenCollect: 19:47:32 396/520 - 59/70: Installing method SmallDictionary>>remove: 19:47:32 396/520 - 60/70: Installing method SmallDictionary>>remove:ifAbsent: 19:47:32 396/520 - 61/70: Installing method SmallDictionary>>removeAll 19:47:32 396/520 - 62/70: Installing method SmallDictionary>>removeKey: 19:47:32 396/520 - 63/70: Installing method SmallDictionary>>removeKey:ifAbsent: 19:47:32 396/520 - 64/70: Installing method SmallDictionary>>select: 19:47:32 396/520 - 65/70: Installing method SmallDictionary>>select:thenCollect: 19:47:32 396/520 - 66/70: Installing method SmallDictionary>>setClass 19:47:32 396/520 - 67/70: Installing method SmallDictionary>>size 19:47:32 396/520 - 68/70: Installing method SmallDictionary>>storeOn: 19:47:32 396/520 - 69/70: Installing method SmallDictionary>>values 19:47:32 396/520 - 70/70: Installing method SmallDictionary>>valuesDo: 19:47:32 396/520 - 1/4: Installing method SmallDictionary class>>new: 19:47:32 396/520 - 2/4: Installing method SmallDictionary class>>newFrom: 19:47:32 396/520 - 3/4: Installing method SmallDictionary class>>newFromKeys:andValues: 19:47:32 396/520 - 4/4: Installing method SmallDictionary class>>newFromPairs: 19:47:33 397/520 - 1/26: Installing method SmallFloat64>>* 19:47:33 397/520 - 2/26: Installing method SmallFloat64>>+ 19:47:33 397/520 - 3/26: Installing method SmallFloat64>>- 19:47:33 397/520 - 4/26: Installing method SmallFloat64>>/ 19:47:33 397/520 - 5/26: Installing method SmallFloat64>>< 19:47:33 397/520 - 6/26: Installing method SmallFloat64>><= 19:47:33 397/520 - 7/26: Installing method SmallFloat64>>= 19:47:33 397/520 - 8/26: Installing method SmallFloat64>>> 19:47:33 397/520 - 9/26: Installing method SmallFloat64>>>= 19:47:33 397/520 - 10/26: Installing method SmallFloat64>>basicIdentityHash 19:47:33 397/520 - 11/26: Installing method SmallFloat64>>clone 19:47:33 397/520 - 12/26: Installing method SmallFloat64>>copy 19:47:33 397/520 - 13/26: Installing method SmallFloat64>>deepCopy 19:47:33 397/520 - 14/26: Installing method SmallFloat64>>exp 19:47:33 397/520 - 15/26: Installing method SmallFloat64>>exponent 19:47:33 397/520 - 16/26: Installing method SmallFloat64>>fractionPart 19:47:33 397/520 - 17/26: Installing method SmallFloat64>>identityHash 19:47:33 397/520 - 18/26: Installing method SmallFloat64>>isImmediateObject 19:47:33 397/520 - 19/26: Installing method SmallFloat64>>isPinnedInMemory 19:47:33 397/520 - 20/26: Installing method SmallFloat64>>ln 19:47:33 397/520 - 21/26: Installing method SmallFloat64>>nextObject 19:47:33 397/520 - 22/26: Installing method SmallFloat64>>shallowCopy 19:47:33 397/520 - 23/26: Installing method SmallFloat64>>timesTwoPower: 19:47:33 397/520 - 24/26: Installing method SmallFloat64>>truncated 19:47:33 397/520 - 25/26: Installing method SmallFloat64>>veryDeepCopyWith: 19:47:33 397/520 - 26/26: Installing method SmallFloat64>>~= 19:47:33 397/520 - 1/2: Installing method SmallFloat64 class>>basicNew 19:47:33 397/520 - 2/2: Installing method SmallFloat64 class>>basicNew: 19:47:33 398/520 - 1/2: Installing method SmallIdentityDictionary>>findIndexForKey: 19:47:33 398/520 - 2/2: Installing method SmallIdentityDictionary>>setClass 19:47:33 399/520 - 1/47: Installing method SmallInteger>>* 19:47:33 399/520 - 2/47: Installing method SmallInteger>>+ 19:47:33 399/520 - 3/47: Installing method SmallInteger>>- 19:47:33 399/520 - 4/47: Installing method SmallInteger>>/ 19:47:33 399/520 - 5/47: Installing method SmallInteger>>// 19:47:33 399/520 - 6/47: Installing method SmallInteger>>< 19:47:33 399/520 - 7/47: Installing method SmallInteger>><= 19:47:33 399/520 - 8/47: Installing method SmallInteger>>= 19:47:33 399/520 - 9/47: Installing method SmallInteger>>> 19:47:33 399/520 - 10/47: Installing method SmallInteger>>>= 19:47:33 399/520 - 11/47: Installing method SmallInteger>>\\ 19:47:33 399/520 - 12/47: Installing method SmallInteger>>asCharacter 19:47:33 399/520 - 13/47: Installing method SmallInteger>>asFloat 19:47:33 399/520 - 14/47: Installing method SmallInteger>>basicIdentityHash 19:47:34 399/520 - 15/47: Installing method SmallInteger>>bitAnd: 19:47:34 399/520 - 16/47: Installing method SmallInteger>>bitOr: 19:47:34 399/520 - 17/47: Installing method SmallInteger>>bitShift: 19:47:34 399/520 - 18/47: Installing method SmallInteger>>bitStringLength 19:47:34 399/520 - 19/47: Installing method SmallInteger>>bitXor: 19:47:34 399/520 - 20/47: Installing method SmallInteger>>byteAt: 19:47:34 399/520 - 21/47: Installing method SmallInteger>>byteAt:put: 19:47:34 399/520 - 22/47: Installing method SmallInteger>>bytesCount 19:47:34 399/520 - 23/47: Installing method SmallInteger>>decimalDigitLength 19:47:34 399/520 - 24/47: Installing method SmallInteger>>deepCopy 19:47:34 399/520 - 25/47: Installing method SmallInteger>>even 19:47:34 399/520 - 26/47: Installing method SmallInteger>>gcd: 19:47:34 399/520 - 27/47: Installing method SmallInteger>>hash 19:47:34 399/520 - 28/47: Installing method SmallInteger>>hashMultiply 19:47:34 399/520 - 29/47: Installing method SmallInteger>>highBit 19:47:34 399/520 - 30/47: Installing method SmallInteger>>highBitOfMagnitude 19:47:34 399/520 - 31/47: Installing method SmallInteger>>highBitOfPositiveReceiver 19:47:34 399/520 - 32/47: Installing method SmallInteger>>identityHash 19:47:34 399/520 - 33/47: Installing method SmallInteger>>isImmediateObject 19:47:34 399/520 - 34/47: Installing method SmallInteger>>isLarge 19:47:34 399/520 - 35/47: Installing method SmallInteger>>isPinnedInMemory 19:47:34 399/520 - 36/47: Installing method SmallInteger>>lowBit 19:47:34 399/520 - 37/47: Installing method SmallInteger>>nextInstance 19:47:34 399/520 - 38/47: Installing method SmallInteger>>nextObject 19:47:34 399/520 - 39/47: Installing method SmallInteger>>odd 19:47:34 399/520 - 40/47: Installing method SmallInteger>>pointsTo: 19:47:34 399/520 - 41/47: Installing method SmallInteger>>printOn:base: 19:47:34 399/520 - 42/47: Installing method SmallInteger>>printOn:base:length:padded: 19:47:34 399/520 - 43/47: Installing method SmallInteger>>printOn:base:nDigits: 19:47:34 399/520 - 44/47: Installing method SmallInteger>>quo: 19:47:34 399/520 - 45/47: Installing method SmallInteger>>shallowCopy 19:47:34 399/520 - 46/47: Installing method SmallInteger>>veryDeepCopyWith: 19:47:34 399/520 - 47/47: Installing method SmallInteger>>~= 19:47:34 399/520 - 1/6: Installing method SmallInteger class>>basicNew 19:47:34 399/520 - 2/6: Installing method SmallInteger class>>initialize 19:47:34 399/520 - 3/6: Installing method SmallInteger class>>maxVal 19:47:34 399/520 - 4/6: Installing method SmallInteger class>>minVal 19:47:34 399/520 - 5/6: Installing method SmallInteger class>>new 19:47:34 399/520 - 6/6: Installing method SmallInteger class>>startUp: 19:47:37 400/520 - 1/176: Installing method SmalltalkImage>>addToShutDownList: 19:47:37 400/520 - 2/176: Installing method SmalltalkImage>>addToStartUpList: 19:47:37 400/520 - 3/176: Installing method SmalltalkImage>>allClasses 19:47:37 400/520 - 4/176: Installing method SmalltalkImage>>allClassesAndTraits 19:47:37 400/520 - 5/176: Installing method SmalltalkImage>>allClassesAndTraitsDo: 19:47:37 400/520 - 6/176: Installing method SmalltalkImage>>allClassesDo: 19:47:37 400/520 - 7/176: Installing method SmalltalkImage>>allTraits 19:47:37 400/520 - 8/176: Installing method SmalltalkImage>>anonymousClassInstaller 19:47:37 400/520 - 9/176: Installing method SmalltalkImage>>argumentAt: 19:47:37 400/520 - 10/176: Installing method SmalltalkImage>>arguments 19:47:37 400/520 - 11/176: Installing method SmalltalkImage>>argumentsInclude: 19:47:37 400/520 - 12/176: Installing method SmalltalkImage>>argumentsStartingAtIndex: 19:47:37 400/520 - 13/176: Installing method SmalltalkImage>>at: 19:47:37 400/520 - 14/176: Installing method SmalltalkImage>>at:ifAbsent: 19:47:37 400/520 - 15/176: Installing method SmalltalkImage>>at:ifAbsentPut: 19:47:37 400/520 - 16/176: Installing method SmalltalkImage>>at:ifPresent: 19:47:37 400/520 - 17/176: Installing method SmalltalkImage>>at:ifPresent:ifAbsent: 19:47:37 400/520 - 18/176: Installing method SmalltalkImage>>at:put: 19:47:37 400/520 - 19/176: Installing method SmalltalkImage>>backupImageInFileNamed: 19:47:37 400/520 - 20/176: Installing method SmalltalkImage>>backupTo: 19:47:37 400/520 - 21/176: Installing method SmalltalkImage>>bindingOf: 19:47:37 400/520 - 22/176: Installing method SmalltalkImage>>bytesLeft 19:47:37 400/520 - 23/176: Installing method SmalltalkImage>>bytesLeft: 19:47:37 400/520 - 24/176: Installing method SmalltalkImage>>changeImagePathTo: 19:47:37 400/520 - 25/176: Installing method SmalltalkImage>>changesName 19:47:37 400/520 - 26/176: Installing method SmalltalkImage>>changesSuffix 19:47:37 400/520 - 27/176: Installing method SmalltalkImage>>classBuilder 19:47:37 400/520 - 28/176: Installing method SmalltalkImage>>classInstaller 19:47:37 400/520 - 29/176: Installing method SmalltalkImage>>classNamed: 19:47:37 400/520 - 30/176: Installing method SmalltalkImage>>classNames 19:47:37 400/520 - 31/176: Installing method SmalltalkImage>>classOrTraitNamed: 19:47:37 400/520 - 32/176: Installing method SmalltalkImage>>cleanOutUndeclared 19:47:37 400/520 - 33/176: Installing method SmalltalkImage>>cleanUp 19:47:37 400/520 - 34/176: Installing method SmalltalkImage>>cleanUp: 19:47:37 400/520 - 35/176: Installing method SmalltalkImage>>cleanUp:except: 19:47:37 400/520 - 36/176: Installing method SmalltalkImage>>cleanUp:except:confirming: 19:47:37 400/520 - 37/176: Installing method SmalltalkImage>>clearExternalObjects 19:47:37 400/520 - 38/176: Installing method SmalltalkImage>>closeLog: 19:47:37 400/520 - 39/176: Installing method SmalltalkImage>>closeSourceFiles 19:47:37 400/520 - 40/176: Installing method SmalltalkImage>>commandLine 19:47:37 400/520 - 41/176: Installing method SmalltalkImage>>compactClassesArray 19:47:37 400/520 - 42/176: Installing method SmalltalkImage>>compiler 19:47:37 400/520 - 43/176: Installing method SmalltalkImage>>compilerClass 19:47:37 400/520 - 44/176: Installing method SmalltalkImage>>compilerClass: 19:47:37 400/520 - 45/176: Installing method SmalltalkImage>>createStackOverflow 19:47:37 400/520 - 46/176: Installing method SmalltalkImage>>datedVersion 19:47:37 400/520 - 47/176: Installing method SmalltalkImage>>defaultLogFileName 19:47:37 400/520 - 48/176: Installing method SmalltalkImage>>environment 19:47:37 400/520 - 49/176: Installing method SmalltalkImage>>exit: 19:47:37 400/520 - 50/176: Installing method SmalltalkImage>>exitFailure 19:47:37 400/520 - 51/176: Installing method SmalltalkImage>>exitSuccess 19:47:37 400/520 - 52/176: Installing method SmalltalkImage>>exitToDebugger 19:47:37 400/520 - 53/176: Installing method SmalltalkImage>>externalObjects 19:47:37 400/520 - 54/176: Installing method SmalltalkImage>>extractMinusParameters 19:47:37 400/520 - 55/176: Installing method SmalltalkImage>>extractMinusParametersFrom: 19:47:37 400/520 - 56/176: Installing method SmalltalkImage>>extractParameters 19:47:37 400/520 - 57/176: Installing method SmalltalkImage>>fileForChangesNamed: 19:47:37 400/520 - 58/176: Installing method SmalltalkImage>>fileForImageNamed: 19:47:37 400/520 - 59/176: Installing method SmalltalkImage>>fixObsoleteBindings 19:47:37 400/520 - 60/176: Installing method SmalltalkImage>>fixObsoleteReferences 19:47:37 400/520 - 61/176: Installing method SmalltalkImage>>fixObsoleteSharedPools 19:47:37 400/520 - 62/176: Installing method SmalltalkImage>>flushClassNameCache 19:47:37 400/520 - 63/176: Installing method SmalltalkImage>>fullNameForChangesNamed: 19:47:37 400/520 - 64/176: Installing method SmalltalkImage>>fullNameForImageNamed: 19:47:37 400/520 - 65/176: Installing method SmalltalkImage>>garbageCollect 19:47:38 400/520 - 66/176: Installing method SmalltalkImage>>garbageCollectMost 19:47:38 400/520 - 67/176: Installing method SmalltalkImage>>getFileNameFromUser 19:47:38 400/520 - 68/176: Installing method SmalltalkImage>>globals 19:47:38 400/520 - 69/176: Installing method SmalltalkImage>>globals: 19:47:38 400/520 - 70/176: Installing method SmalltalkImage>>growMemoryByAtLeast: 19:47:38 400/520 - 71/176: Installing method SmalltalkImage>>hasClassNamed: 19:47:38 400/520 - 72/176: Installing method SmalltalkImage>>hasCompiler 19:47:38 400/520 - 73/176: Installing method SmalltalkImage>>image 19:47:38 400/520 - 74/176: Installing method SmalltalkImage>>imageDirectory 19:47:38 400/520 - 75/176: Installing method SmalltalkImage>>imageFormatVersion 19:47:38 400/520 - 76/176: Installing method SmalltalkImage>>imagePath 19:47:38 400/520 - 77/176: Installing method SmalltalkImage>>imagePath: 19:47:38 400/520 - 78/176: Installing method SmalltalkImage>>imageSuffix 19:47:38 400/520 - 79/176: Installing method SmalltalkImage>>includesKey: 19:47:38 400/520 - 80/176: Installing method SmalltalkImage>>informSpaceLeftAfterGarbageCollection 19:47:38 400/520 - 81/176: Installing method SmalltalkImage>>installLowSpaceWatcher 19:47:38 400/520 - 82/176: Installing method SmalltalkImage>>isHeadless 19:47:38 400/520 - 83/176: Installing method SmalltalkImage>>isInteractive 19:47:38 400/520 - 84/176: Installing method SmalltalkImage>>isInteractiveGraphic 19:47:38 400/520 - 85/176: Installing method SmalltalkImage>>isSelfEvaluating 19:47:38 400/520 - 86/176: Installing method SmalltalkImage>>lastImagePath 19:47:38 400/520 - 87/176: Installing method SmalltalkImage>>lastQuitLogPosition 19:47:38 400/520 - 88/176: Installing method SmalltalkImage>>lastQuitLogPosition: 19:47:38 400/520 - 89/176: Installing method SmalltalkImage>>lastUpdateString 19:47:38 400/520 - 90/176: Installing method SmalltalkImage>>licenseString 19:47:38 400/520 - 91/176: Installing method SmalltalkImage>>licenseStringTemplate 19:47:38 400/520 - 92/176: Installing method SmalltalkImage>>logDuring: 19:47:38 400/520 - 93/176: Installing method SmalltalkImage>>logError:inContext: 19:47:38 400/520 - 94/176: Installing method SmalltalkImage>>logFileName 19:47:38 400/520 - 95/176: Installing method SmalltalkImage>>logFileName: 19:47:38 400/520 - 96/176: Installing method SmalltalkImage>>logStdErrorDuring: 19:47:38 400/520 - 97/176: Installing method SmalltalkImage>>logStdOutDuring: 19:47:38 400/520 - 98/176: Installing method SmalltalkImage>>lowSpaceThreshold 19:47:38 400/520 - 99/176: Installing method SmalltalkImage>>lowSpaceWatcher 19:47:38 400/520 - 100/176: Installing method SmalltalkImage>>lowSpaceWatcherProcess 19:47:38 400/520 - 101/176: Installing method SmalltalkImage>>maxFilenameLength 19:47:38 400/520 - 102/176: Installing method SmalltalkImage>>maxIdentityHash 19:47:38 400/520 - 103/176: Installing method SmalltalkImage>>memoryHogs 19:47:38 400/520 - 104/176: Installing method SmalltalkImage>>metacelloPlatformAttributes 19:47:38 400/520 - 105/176: Installing method SmalltalkImage>>newSpecialObjectsArray 19:47:38 400/520 - 106/176: Installing method SmalltalkImage>>okayToProceedEvenIfSpaceIsLow 19:47:38 400/520 - 107/176: Installing method SmalltalkImage>>openLog 19:47:38 400/520 - 108/176: Installing method SmalltalkImage>>openSourceFiles 19:47:38 400/520 - 109/176: Installing method SmalltalkImage>>optionAt: 19:47:38 400/520 - 110/176: Installing method SmalltalkImage>>options 19:47:38 400/520 - 111/176: Installing method SmalltalkImage>>organization 19:47:38 400/520 - 112/176: Installing method SmalltalkImage>>os 19:47:38 400/520 - 113/176: Installing method SmalltalkImage>>packages 19:47:38 400/520 - 114/176: Installing method SmalltalkImage>>platform 19:47:38 400/520 - 115/176: Installing method SmalltalkImage>>platformName 19:47:38 400/520 - 116/176: Installing method SmalltalkImage>>primBytesLeft 19:47:38 400/520 - 117/176: Installing method SmalltalkImage>>primImagePath 19:47:38 400/520 - 118/176: Installing method SmalltalkImage>>primImagePath: 19:47:38 400/520 - 119/176: Installing method SmalltalkImage>>primLowSpaceSemaphore: 19:47:38 400/520 - 120/176: Installing method SmalltalkImage>>primSignalAtBytesLeft: 19:47:38 400/520 - 121/176: Installing method SmalltalkImage>>primitiveGarbageCollect 19:47:38 400/520 - 122/176: Installing method SmalltalkImage>>primitiveGetSpecialObjectsArray 19:47:38 400/520 - 123/176: Installing method SmalltalkImage>>printOn: 19:47:38 400/520 - 124/176: Installing method SmalltalkImage>>privSaveImageWithCleanup 19:47:38 400/520 - 125/176: Installing method SmalltalkImage>>quitPrimitive 19:47:38 400/520 - 126/176: Installing method SmalltalkImage>>recompile 19:47:38 400/520 - 127/176: Installing method SmalltalkImage>>recordStartupStamp 19:47:38 400/520 - 128/176: Installing method SmalltalkImage>>recreateSpecialObjectsArray 19:47:38 400/520 - 129/176: Installing method SmalltalkImage>>registerExternalObject: 19:47:38 400/520 - 130/176: Installing method SmalltalkImage>>removeAllLineFeedsQuietly 19:47:38 400/520 - 131/176: Installing method SmalltalkImage>>removeAllLineFeedsQuietlyCalling: 19:47:38 400/520 - 132/176: Installing method SmalltalkImage>>removeClassNamed: 19:47:38 400/520 - 133/176: Installing method SmalltalkImage>>removeEmptyMessageCategories 19:47:38 400/520 - 134/176: Installing method SmalltalkImage>>removeSelector: 19:47:38 400/520 - 135/176: Installing method SmalltalkImage>>renameClass:from: 19:47:38 400/520 - 136/176: Installing method SmalltalkImage>>renameClassNamed:as: 19:47:38 400/520 - 137/176: Installing method SmalltalkImage>>restartMethods 19:47:38 400/520 - 138/176: Installing method SmalltalkImage>>saveAs 19:47:38 400/520 - 139/176: Installing method SmalltalkImage>>saveAs: 19:47:38 400/520 - 140/176: Installing method SmalltalkImage>>saveAsNewVersion 19:47:38 400/520 - 141/176: Installing method SmalltalkImage>>saveChangesInFileNamed: 19:47:38 400/520 - 142/176: Installing method SmalltalkImage>>saveImageInFileNamed: 19:47:38 400/520 - 143/176: Installing method SmalltalkImage>>saveImageInNewContext 19:47:38 400/520 - 144/176: Installing method SmalltalkImage>>saveSession 19:47:38 400/520 - 145/176: Installing method SmalltalkImage>>session 19:47:38 400/520 - 146/176: Installing method SmalltalkImage>>shortImageName 19:47:38 400/520 - 147/176: Installing method SmalltalkImage>>shutDown 19:47:38 400/520 - 148/176: Installing method SmalltalkImage>>signalLowSpace 19:47:38 400/520 - 149/176: Installing method SmalltalkImage>>snapshot:andQuit: 19:47:38 400/520 - 150/176: Installing method SmalltalkImage>>sourceFileVersionString 19:47:38 400/520 - 151/176: Installing method SmalltalkImage>>sourceFileVersionString: 19:47:38 400/520 - 152/176: Installing method SmalltalkImage>>sourcesFile 19:47:38 400/520 - 153/176: Installing method SmalltalkImage>>sourcesName 19:47:38 400/520 - 154/176: Installing method SmalltalkImage>>sourcesSuffix 19:47:38 400/520 - 155/176: Installing method SmalltalkImage>>spaceLeftAfterGarbageCollection 19:47:38 400/520 - 156/176: Installing method SmalltalkImage>>specialNargsAt: 19:47:38 400/520 - 157/176: Installing method SmalltalkImage>>specialObjectsArray 19:47:38 400/520 - 158/176: Installing method SmalltalkImage>>specialObjectsArray: 19:47:38 400/520 - 159/176: Installing method SmalltalkImage>>specialSelectorAt: 19:47:38 400/520 - 160/176: Installing method SmalltalkImage>>specialSelectorIndexOrNil: 19:47:38 400/520 - 161/176: Installing method SmalltalkImage>>specialSelectorSize 19:47:38 400/520 - 162/176: Installing method SmalltalkImage>>specialSelectors 19:47:38 400/520 - 163/176: Installing method SmalltalkImage>>stripImageExtensionFrom: 19:47:38 400/520 - 164/176: Installing method SmalltalkImage>>supportsQueueingFinalization 19:47:38 400/520 - 165/176: Installing method SmalltalkImage>>supportsQueueingFinalization: 19:47:38 400/520 - 166/176: Installing method SmalltalkImage>>systemInformationString 19:47:38 400/520 - 167/176: Installing method SmalltalkImage>>timeStamp: 19:47:38 400/520 - 168/176: Installing method SmalltalkImage>>traitNames 19:47:38 400/520 - 169/176: Installing method SmalltalkImage>>unbindExternalPrimitives 19:47:38 400/520 - 170/176: Installing method SmalltalkImage>>unregisterExternalObject: 19:47:38 400/520 - 171/176: Installing method SmalltalkImage>>version 19:47:38 400/520 - 172/176: Installing method SmalltalkImage>>veryDeepCopyWith: 19:47:38 400/520 - 173/176: Installing method SmalltalkImage>>vm 19:47:38 400/520 - 174/176: Installing method SmalltalkImage>>vmBinary 19:47:38 400/520 - 175/176: Installing method SmalltalkImage>>vmDirectory 19:47:38 400/520 - 176/176: Installing method SmalltalkImage>>wordSize 19:47:38 400/520 - 1/8: Installing method SmalltalkImage class>>cleanUp 19:47:38 400/520 - 2/8: Installing method SmalltalkImage class>>compilerClass 19:47:38 400/520 - 3/8: Installing method SmalltalkImage class>>compilerClass: 19:47:38 400/520 - 4/8: Installing method SmalltalkImage class>>current 19:47:38 400/520 - 5/8: Installing method SmalltalkImage class>>new 19:47:38 400/520 - 6/8: Installing method SmalltalkImage class>>shutDown: 19:47:38 400/520 - 7/8: Installing method SmalltalkImage class>>startUp: 19:47:38 400/520 - 8/8: Installing method SmalltalkImage class>>wordSize 19:47:39 401/520 - 1/15: Installing method SnapshotOperation>>doSnapshot 19:47:39 401/520 - 2/15: Installing method SnapshotOperation>>error 19:47:39 401/520 - 3/15: Installing method SnapshotOperation>>executeStoringError: 19:47:39 401/520 - 4/15: Installing method SnapshotOperation>>handleSnapshotError: 19:47:39 401/520 - 5/15: Installing method SnapshotOperation>>hasError 19:47:39 401/520 - 6/15: Installing method SnapshotOperation>>hasSavedSuccessfully 19:47:39 401/520 - 7/15: Installing method SnapshotOperation>>imageFormatOption: 19:47:39 401/520 - 8/15: Installing method SnapshotOperation>>initialize 19:47:39 401/520 - 9/15: Installing method SnapshotOperation>>isImageStarting 19:47:39 401/520 - 10/15: Installing method SnapshotOperation>>performSnapshot 19:47:39 401/520 - 11/15: Installing method SnapshotOperation>>quit: 19:47:39 401/520 - 12/15: Installing method SnapshotOperation>>save: 19:47:39 401/520 - 13/15: Installing method SnapshotOperation>>sessionManager: 19:47:39 401/520 - 14/15: Installing method SnapshotOperation>>snapshotPrimitive 19:47:39 401/520 - 15/15: Installing method SnapshotOperation>>snapshotPrimitiveWithFormatOption: 19:47:39 401/520 - 1/4: Installing method SnapshotOperation class>>new 19:47:39 401/520 - 2/4: Installing method SnapshotOperation class>>save:andQuit:withSessionManager: 19:47:39 401/520 - 3/4: Installing method SnapshotOperation class>>useComposedFormatNext 19:47:39 401/520 - 4/4: Installing method SnapshotOperation class>>useSpurFormatNext 19:47:39 402/520 - 1/23: Installing method SortedCollection>>, 19:47:39 402/520 - 2/23: Installing method SortedCollection>>= 19:47:39 402/520 - 3/23: Installing method SortedCollection>>add: 19:47:39 402/520 - 4/23: Installing method SortedCollection>>addAll: 19:47:39 402/520 - 5/23: Installing method SortedCollection>>addFirst: 19:47:39 402/520 - 6/23: Installing method SortedCollection>>addLast: 19:47:39 402/520 - 7/23: Installing method SortedCollection>>addNoSort: 19:47:39 402/520 - 8/23: Installing method SortedCollection>>at:put: 19:47:39 402/520 - 9/23: Installing method SortedCollection>>collect: 19:47:39 402/520 - 10/23: Installing method SortedCollection>>copyEmpty 19:47:39 402/520 - 11/23: Installing method SortedCollection>>defaultSort:to: 19:47:39 402/520 - 12/23: Installing method SortedCollection>>flatCollect: 19:47:39 402/520 - 13/23: Installing method SortedCollection>>groupedBy: 19:47:39 402/520 - 14/23: Installing method SortedCollection>>indexForInserting: 19:47:39 402/520 - 15/23: Installing method SortedCollection>>insert:before: 19:47:39 402/520 - 16/23: Installing method SortedCollection>>intersection: 19:47:39 402/520 - 17/23: Installing method SortedCollection>>median 19:47:39 402/520 - 18/23: Installing method SortedCollection>>reSort 19:47:39 402/520 - 19/23: Installing method SortedCollection>>sort: 19:47:39 402/520 - 20/23: Installing method SortedCollection>>sort:to: 19:47:39 402/520 - 21/23: Installing method SortedCollection>>sortBlock 19:47:39 402/520 - 22/23: Installing method SortedCollection>>sortBlock: 19:47:39 402/520 - 23/23: Installing method SortedCollection>>speciesForTransform 19:47:39 402/520 - 1/3: Installing method SortedCollection class>>newFromArray: 19:47:39 402/520 - 2/3: Installing method SortedCollection class>>sortBlock: 19:47:39 402/520 - 3/3: Installing method SortedCollection class>>sortUsing: 19:47:39 403/520 - 1/1: Installing method SourceChunkWriteStream>>afterNexPut 19:47:40 404/520 - 1/35: Installing method SourceFile>>atEnd 19:47:40 404/520 - 2/35: Installing method SourceFile>>close 19:47:40 404/520 - 3/35: Installing method SourceFile>>closed 19:47:40 404/520 - 4/35: Installing method SourceFile>>cr 19:47:40 404/520 - 5/35: Installing method SourceFile>>discardBuffer 19:47:40 404/520 - 6/35: Installing method SourceFile>>ensureWrittenPosition: 19:47:40 404/520 - 7/35: Installing method SourceFile>>flush 19:47:40 404/520 - 8/35: Installing method SourceFile>>fullName 19:47:40 404/520 - 9/35: Installing method SourceFile>>getPreambleAt: 19:47:40 404/520 - 10/35: Installing method SourceFile>>isOpen 19:47:40 404/520 - 11/35: Installing method SourceFile>>isReadOnly 19:47:40 404/520 - 12/35: Installing method SourceFile>>next 19:47:40 404/520 - 13/35: Installing method SourceFile>>next: 19:47:40 404/520 - 14/35: Installing method SourceFile>>next:putAll:startingAt: 19:47:40 404/520 - 15/35: Installing method SourceFile>>nextChunk 19:47:40 404/520 - 16/35: Installing method SourceFile>>nextChunkPut: 19:47:40 404/520 - 17/35: Installing method SourceFile>>nextPut: 19:47:40 404/520 - 18/35: Installing method SourceFile>>nextPutAll: 19:47:40 404/520 - 19/35: Installing method SourceFile>>path 19:47:40 404/520 - 20/35: Installing method SourceFile>>path: 19:47:40 404/520 - 21/35: Installing method SourceFile>>peek 19:47:40 404/520 - 22/35: Installing method SourceFile>>position 19:47:40 404/520 - 23/35: Installing method SourceFile>>position: 19:47:40 404/520 - 24/35: Installing method SourceFile>>potentialLocations 19:47:40 404/520 - 25/35: Installing method SourceFile>>potentialLocations: 19:47:40 404/520 - 26/35: Installing method SourceFile>>printOn: 19:47:40 404/520 - 27/35: Installing method SourceFile>>readOnlyCopy 19:47:40 404/520 - 28/35: Installing method SourceFile>>setToEnd 19:47:40 404/520 - 29/35: Installing method SourceFile>>size 19:47:40 404/520 - 30/35: Installing method SourceFile>>skip: 19:47:40 404/520 - 31/35: Installing method SourceFile>>space 19:47:40 404/520 - 32/35: Installing method SourceFile>>stream: 19:47:40 404/520 - 33/35: Installing method SourceFile>>tryOpen 19:47:40 404/520 - 34/35: Installing method SourceFile>>tryOpenReadOnly: 19:47:40 404/520 - 35/35: Installing method SourceFile>>upToEnd 19:47:40 404/520 - 1/1: Installing method SourceFile class>>on:potentialLocations: 19:47:40 405/520 - 1/39: Installing method SourceFileArray>>changesFileStream 19:47:40 405/520 - 2/39: Installing method SourceFileArray>>changesFileStream: 19:47:40 405/520 - 3/39: Installing method SourceFileArray>>changesWriteStreamDo: 19:47:40 405/520 - 4/39: Installing method SourceFileArray>>close 19:47:40 405/520 - 5/39: Installing method SourceFileArray>>closeFileArray: 19:47:40 405/520 - 6/39: Installing method SourceFileArray>>commentDataPointers 19:47:40 405/520 - 7/39: Installing method SourceFileArray>>commentTimeStampAt: 19:47:40 405/520 - 8/39: Installing method SourceFileArray>>createReadOnlyFiles 19:47:40 405/520 - 9/39: Installing method SourceFileArray>>deferFlushDuring: 19:47:40 405/520 - 10/39: Installing method SourceFileArray>>emptyReadStreamsQueue 19:47:40 405/520 - 11/39: Installing method SourceFileArray>>ensureOpen 19:47:40 405/520 - 12/39: Installing method SourceFileArray>>fileAt: 19:47:40 405/520 - 13/39: Installing method SourceFileArray>>fileAt:ifAbsent: 19:47:40 405/520 - 14/39: Installing method SourceFileArray>>fileIndexFromSourcePointer: 19:47:40 405/520 - 15/39: Installing method SourceFileArray>>filePositionFromSourcePointer: 19:47:41 405/520 - 16/39: Installing method SourceFileArray>>finishedReading:from: 19:47:41 405/520 - 17/39: Installing method SourceFileArray>>flushChangesFile 19:47:41 405/520 - 18/39: Installing method SourceFileArray>>forceChangesToDisk 19:47:41 405/520 - 19/39: Installing method SourceFileArray>>getPreambleFrom:at: 19:47:41 405/520 - 20/39: Installing method SourceFileArray>>initialize 19:47:41 405/520 - 21/39: Installing method SourceFileArray>>protocolAt: 19:47:41 405/520 - 22/39: Installing method SourceFileArray>>protocolAt:for: 19:47:41 405/520 - 23/39: Installing method SourceFileArray>>readOnlyCopy 19:47:41 405/520 - 24/39: Installing method SourceFileArray>>readOnlyDo: 19:47:41 405/520 - 25/39: Installing method SourceFileArray>>readOnlyQueueLimit 19:47:41 405/520 - 26/39: Installing method SourceFileArray>>readStreamAt:ifPresent:ifAbsent: 19:47:41 405/520 - 27/39: Installing method SourceFileArray>>readStreamAtFileIndex:atPosition:ifPresent:ifAbsent: 19:47:41 405/520 - 28/39: Installing method SourceFileArray>>remoteStringAt: 19:47:41 405/520 - 29/39: Installing method SourceFileArray>>remoteStringForNewString: 19:47:41 405/520 - 30/39: Installing method SourceFileArray>>reportString 19:47:41 405/520 - 31/39: Installing method SourceFileArray>>sourceCodeAt: 19:47:41 405/520 - 32/39: Installing method SourceFileArray>>sourceDataPointers 19:47:41 405/520 - 33/39: Installing method SourceFileArray>>sourcePointerFromFileIndex:andPosition: 19:47:41 405/520 - 34/39: Installing method SourceFileArray>>sourcedDataAt: 19:47:41 405/520 - 35/39: Installing method SourceFileArray>>sourcesFileStream 19:47:41 405/520 - 36/39: Installing method SourceFileArray>>sourcesFileStream: 19:47:41 405/520 - 37/39: Installing method SourceFileArray>>timeStampAt: 19:47:41 405/520 - 38/39: Installing method SourceFileArray>>timeStampAt:for: 19:47:41 405/520 - 39/39: Installing method SourceFileArray>>writeSource:preamble:onSuccess:onFail: 19:47:41 405/520 - 1/1: Installing method SourceFileArray class>>startUp: 19:47:41 406/520 - 1/32: Installing method SourceFileBufferedReadWriteStream>>atEnd 19:47:41 406/520 - 2/32: Installing method SourceFileBufferedReadWriteStream>>atEnd: 19:47:41 406/520 - 3/32: Installing method SourceFileBufferedReadWriteStream>>bufferAt: 19:47:41 406/520 - 4/32: Installing method SourceFileBufferedReadWriteStream>>bufferAt:put: 19:47:41 406/520 - 5/32: Installing method SourceFileBufferedReadWriteStream>>checkBufferFor: 19:47:41 406/520 - 6/32: Installing method SourceFileBufferedReadWriteStream>>close 19:47:41 406/520 - 7/32: Installing method SourceFileBufferedReadWriteStream>>closed 19:47:41 406/520 - 8/32: Installing method SourceFileBufferedReadWriteStream>>collectionSpecies 19:47:41 406/520 - 9/32: Installing method SourceFileBufferedReadWriteStream>>defaultBufferSize 19:47:41 406/520 - 10/32: Installing method SourceFileBufferedReadWriteStream>>ensureWrittenPosition: 19:47:41 406/520 - 11/32: Installing method SourceFileBufferedReadWriteStream>>flush 19:47:41 406/520 - 12/32: Installing method SourceFileBufferedReadWriteStream>>isBinary 19:47:41 406/520 - 13/32: Installing method SourceFileBufferedReadWriteStream>>isPositionInBuffer: 19:47:41 406/520 - 14/32: Installing method SourceFileBufferedReadWriteStream>>isReadOnly 19:47:41 406/520 - 15/32: Installing method SourceFileBufferedReadWriteStream>>isStream 19:47:41 406/520 - 16/32: Installing method SourceFileBufferedReadWriteStream>>next 19:47:41 406/520 - 17/32: Installing method SourceFileBufferedReadWriteStream>>next: 19:47:41 406/520 - 18/32: Installing method SourceFileBufferedReadWriteStream>>next:putAll:startingAt: 19:47:41 406/520 - 19/32: Installing method SourceFileBufferedReadWriteStream>>nextPut: 19:47:41 406/520 - 20/32: Installing method SourceFileBufferedReadWriteStream>>nextPutAll: 19:47:41 406/520 - 21/32: Installing method SourceFileBufferedReadWriteStream>>on: 19:47:41 406/520 - 22/32: Installing method SourceFileBufferedReadWriteStream>>peek 19:47:41 406/520 - 23/32: Installing method SourceFileBufferedReadWriteStream>>position 19:47:41 406/520 - 24/32: Installing method SourceFileBufferedReadWriteStream>>position: 19:47:41 406/520 - 25/32: Installing method SourceFileBufferedReadWriteStream>>readInto:startingAt:count: 19:47:41 406/520 - 26/32: Installing method SourceFileBufferedReadWriteStream>>refreshBufferFrom: 19:47:41 406/520 - 27/32: Installing method SourceFileBufferedReadWriteStream>>setToEnd 19:47:41 406/520 - 28/32: Installing method SourceFileBufferedReadWriteStream>>size 19:47:41 406/520 - 29/32: Installing method SourceFileBufferedReadWriteStream>>sizeBuffer: 19:47:41 406/520 - 30/32: Installing method SourceFileBufferedReadWriteStream>>skip: 19:47:41 406/520 - 31/32: Installing method SourceFileBufferedReadWriteStream>>upTo: 19:47:41 406/520 - 32/32: Installing method SourceFileBufferedReadWriteStream>>upToEnd 19:47:41 406/520 - 1/2: Installing method SourceFileBufferedReadWriteStream class>>on: 19:47:41 406/520 - 2/2: Installing method SourceFileBufferedReadWriteStream class>>on:do: 19:47:41 407/520 - 1/26: Installing method SourceFileCharacterReadWriteStream>>atEnd 19:47:41 407/520 - 2/26: Installing method SourceFileCharacterReadWriteStream>>close 19:47:41 407/520 - 3/26: Installing method SourceFileCharacterReadWriteStream>>closed 19:47:41 407/520 - 4/26: Installing method SourceFileCharacterReadWriteStream>>collectionSpecies 19:47:41 407/520 - 5/26: Installing method SourceFileCharacterReadWriteStream>>cr 19:47:41 407/520 - 6/26: Installing method SourceFileCharacterReadWriteStream>>ensureWrittenPosition: 19:47:41 407/520 - 7/26: Installing method SourceFileCharacterReadWriteStream>>flush 19:47:41 407/520 - 8/26: Installing method SourceFileCharacterReadWriteStream>>isReadOnly 19:47:41 407/520 - 9/26: Installing method SourceFileCharacterReadWriteStream>>next 19:47:41 407/520 - 10/26: Installing method SourceFileCharacterReadWriteStream>>next: 19:47:41 407/520 - 11/26: Installing method SourceFileCharacterReadWriteStream>>next:putAll:startingAt: 19:47:41 407/520 - 12/26: Installing method SourceFileCharacterReadWriteStream>>nextPut: 19:47:41 407/520 - 13/26: Installing method SourceFileCharacterReadWriteStream>>nextPutAll: 19:47:41 407/520 - 14/26: Installing method SourceFileCharacterReadWriteStream>>on:encoding: 19:47:41 407/520 - 15/26: Installing method SourceFileCharacterReadWriteStream>>peek 19:47:41 407/520 - 16/26: Installing method SourceFileCharacterReadWriteStream>>position 19:47:41 407/520 - 17/26: Installing method SourceFileCharacterReadWriteStream>>position: 19:47:41 407/520 - 18/26: Installing method SourceFileCharacterReadWriteStream>>print: 19:47:41 407/520 - 19/26: Installing method SourceFileCharacterReadWriteStream>>readOnlyCopy 19:47:41 407/520 - 20/26: Installing method SourceFileCharacterReadWriteStream>>setToEnd 19:47:41 407/520 - 21/26: Installing method SourceFileCharacterReadWriteStream>>size 19:47:42 407/520 - 22/26: Installing method SourceFileCharacterReadWriteStream>>skip: 19:47:42 407/520 - 23/26: Installing method SourceFileCharacterReadWriteStream>>space 19:47:42 407/520 - 24/26: Installing method SourceFileCharacterReadWriteStream>>tab 19:47:42 407/520 - 25/26: Installing method SourceFileCharacterReadWriteStream>>upToAll: 19:47:42 407/520 - 26/26: Installing method SourceFileCharacterReadWriteStream>>upToEnd 19:47:42 407/520 - 1/1: Installing method SourceFileCharacterReadWriteStream class>>on:encoding: 19:47:42 408/520 - 1/5: Installing method SparseLargeArray>>analyzeSpaceSaving 19:47:42 408/520 - 2/5: Installing method SparseLargeArray>>atAllPut: 19:47:42 408/520 - 3/5: Installing method SparseLargeArray>>initChunkSize:size:arrayClass:base:defaultValue: 19:47:42 408/520 - 4/5: Installing method SparseLargeArray>>noCheckAt: 19:47:42 408/520 - 5/5: Installing method SparseLargeArray>>noCheckAt:put: 19:47:42 409/520 - 1/25: Installing method SparseLargeTable>>allDefaultValueSubtableAt: 19:47:42 409/520 - 2/25: Installing method SparseLargeTable>>analyzeSpaceSaving 19:47:42 409/520 - 3/25: Installing method SparseLargeTable>>arrayClass 19:47:42 409/520 - 4/25: Installing method SparseLargeTable>>at: 19:47:42 409/520 - 5/25: Installing method SparseLargeTable>>at:put: 19:47:42 409/520 - 6/25: Installing method SparseLargeTable>>base 19:47:42 409/520 - 7/25: Installing method SparseLargeTable>>chunkSize 19:47:42 409/520 - 8/25: Installing method SparseLargeTable>>copyEmpty 19:47:42 409/520 - 9/25: Installing method SparseLargeTable>>initChunkSize:size:arrayClass:base:defaultValue: 19:47:42 409/520 - 10/25: Installing method SparseLargeTable>>noCheckAt: 19:47:42 409/520 - 11/25: Installing method SparseLargeTable>>noCheckAt:put: 19:47:42 409/520 - 12/25: Installing method SparseLargeTable>>postCopy 19:47:42 409/520 - 13/25: Installing method SparseLargeTable>>printElementsOn: 19:47:42 409/520 - 14/25: Installing method SparseLargeTable>>printOn: 19:47:42 409/520 - 15/25: Installing method SparseLargeTable>>privateSize: 19:47:42 409/520 - 16/25: Installing method SparseLargeTable>>pvtCheckIndex: 19:47:42 409/520 - 17/25: Installing method SparseLargeTable>>similarInstance 19:47:42 409/520 - 18/25: Installing method SparseLargeTable>>similarInstance: 19:47:42 409/520 - 19/25: Installing method SparseLargeTable>>similarSpeciesInstance 19:47:42 409/520 - 20/25: Installing method SparseLargeTable>>similarSpeciesInstance: 19:47:42 409/520 - 21/25: Installing method SparseLargeTable>>size 19:47:42 409/520 - 22/25: Installing method SparseLargeTable>>speciesNew 19:47:42 409/520 - 23/25: Installing method SparseLargeTable>>speciesNew: 19:47:42 409/520 - 24/25: Installing method SparseLargeTable>>storeOn: 19:47:42 409/520 - 25/25: Installing method SparseLargeTable>>zapDefaultOnlyEntries 19:47:42 409/520 - 1/7: Installing method SparseLargeTable class>>defaultChunkSize 19:47:42 409/520 - 2/7: Installing method SparseLargeTable class>>defaultChunkSizeForFiles 19:47:42 409/520 - 3/7: Installing method SparseLargeTable class>>new: 19:47:42 409/520 - 4/7: Installing method SparseLargeTable class>>new:chunkSize: 19:47:42 409/520 - 5/7: Installing method SparseLargeTable class>>new:chunkSize:arrayClass: 19:47:42 409/520 - 6/7: Installing method SparseLargeTable class>>new:chunkSize:arrayClass:base: 19:47:42 409/520 - 7/7: Installing method SparseLargeTable class>>new:chunkSize:arrayClass:base:defaultValue: 19:47:42 410/520 - 1/3: Installing method Stack>>pop 19:47:42 410/520 - 2/3: Installing method Stack>>push: 19:47:42 410/520 - 3/3: Installing method Stack>>top 19:47:42 411/520 - 1/4: Installing method StartupUIManager>>activate 19:47:42 411/520 - 2/4: Installing method StartupUIManager>>handleError:log: 19:47:42 411/520 - 3/4: Installing method StartupUIManager>>inform: 19:47:42 411/520 - 4/4: Installing method StartupUIManager>>sessionManager 19:47:42 411/520 - 1/1: Installing method StartupUIManager class>>isValidForCurrentSystemConfiguration 19:47:43 412/520 - 1/11: Installing method Stdio class>>cleanStdioHandles 19:47:43 412/520 - 2/11: Installing method Stdio class>>createStdioFileFor: 19:47:43 412/520 - 3/11: Installing method Stdio class>>createWriteStreamBlock 19:47:43 412/520 - 4/11: Installing method Stdio class>>createWriteStreamBlock: 19:47:43 412/520 - 5/11: Installing method Stdio class>>standardIOStreamNamed:forWrite: 19:47:43 412/520 - 6/11: Installing method Stdio class>>startUp: 19:47:43 412/520 - 7/11: Installing method Stdio class>>stderr 19:47:43 412/520 - 8/11: Installing method Stdio class>>stdin 19:47:43 412/520 - 9/11: Installing method Stdio class>>stdout 19:47:43 412/520 - 10/11: Installing method Stdio class>>useDefaultStreams 19:47:43 412/520 - 11/11: Installing method Stdio class>>useNullStreams 19:47:43 413/520 - 1/2: Installing method StdioStream>>next: 19:47:43 413/520 - 2/2: Installing method StdioStream>>peek 19:47:43 414/520 - 1/28: Installing method Stream>><< 19:47:43 414/520 - 2/28: Installing method Stream>>atEnd 19:47:43 414/520 - 3/28: Installing method Stream>>basicNext 19:47:43 414/520 - 4/28: Installing method Stream>>basicNext:putAll:startingAt: 19:47:43 414/520 - 5/28: Installing method Stream>>basicNextPut: 19:47:43 414/520 - 6/28: Installing method Stream>>basicNextPutAll: 19:47:43 414/520 - 7/28: Installing method Stream>>binary 19:47:43 414/520 - 8/28: Installing method Stream>>close 19:47:43 414/520 - 9/28: Installing method Stream>>closed 19:47:43 414/520 - 10/28: Installing method Stream>>contents 19:47:43 414/520 - 11/28: Installing method Stream>>do: 19:47:43 414/520 - 12/28: Installing method Stream>>flush 19:47:43 414/520 - 13/28: Installing method Stream>>isBinary 19:47:43 414/520 - 14/28: Installing method Stream>>isStream 19:47:43 414/520 - 15/28: Installing method Stream>>localName 19:47:43 414/520 - 16/28: Installing method Stream>>next 19:47:43 414/520 - 17/28: Installing method Stream>>next: 19:47:43 414/520 - 18/28: Installing method Stream>>next:put: 19:47:43 414/520 - 19/28: Installing method Stream>>next:putAll:startingAt: 19:47:43 414/520 - 20/28: Installing method Stream>>nextMatchAll: 19:47:43 414/520 - 21/28: Installing method Stream>>nextMatchFor: 19:47:43 414/520 - 22/28: Installing method Stream>>nextPut: 19:47:43 414/520 - 23/28: Installing method Stream>>nextPutAll: 19:47:43 414/520 - 24/28: Installing method Stream>>nextWordsPutAll: 19:47:43 414/520 - 25/28: Installing method Stream>>openReadOnly 19:47:43 414/520 - 26/28: Installing method Stream>>print: 19:47:43 414/520 - 27/28: Installing method Stream>>readOnly 19:47:43 414/520 - 28/28: Installing method Stream>>upToEnd 19:47:43 414/520 - 1/2: Installing method Stream class>>isAbstract 19:47:43 414/520 - 2/2: Installing method Stream class>>new 19:47:46 415/520 - 1/199: Installing method String>>< 19:47:46 415/520 - 2/199: Installing method String>><= 19:47:46 415/520 - 3/199: Installing method String>>= 19:47:46 415/520 - 4/199: Installing method String>>> 19:47:46 415/520 - 5/199: Installing method String>>>= 19:47:46 415/520 - 6/199: Installing method String>>alike: 19:47:47 415/520 - 7/199: Installing method String>>allRangesOfSubstring: 19:47:47 415/520 - 8/199: Installing method String>>asByteArray 19:47:47 415/520 - 9/199: Installing method String>>asByteString 19:47:47 415/520 - 10/199: Installing method String>>asCamelCase 19:47:47 415/520 - 11/199: Installing method String>>asClassVariable 19:47:47 415/520 - 12/199: Installing method String>>asClassVariableCollection 19:47:47 415/520 - 13/199: Installing method String>>asComment 19:47:47 415/520 - 14/199: Installing method String>>asDate 19:47:47 415/520 - 15/199: Installing method String>>asDateAndTime 19:47:47 415/520 - 16/199: Installing method String>>asDuration 19:47:47 415/520 - 17/199: Installing method String>>asFileName 19:47:47 415/520 - 18/199: Installing method String>>asFourCode 19:47:47 415/520 - 19/199: Installing method String>>asHTMLString 19:47:47 415/520 - 20/199: Installing method String>>asHex 19:47:47 415/520 - 21/199: Installing method String>>asInteger 19:47:47 415/520 - 22/199: Installing method String>>asLowercase 19:47:47 415/520 - 23/199: Installing method String>>asNumber 19:47:47 415/520 - 24/199: Installing method String>>asOctetString 19:47:47 415/520 - 25/199: Installing method String>>asPackage 19:47:47 415/520 - 26/199: Installing method String>>asPackageIfAbsent: 19:47:47 415/520 - 27/199: Installing method String>>asPluralBasedOn: 19:47:47 415/520 - 28/199: Installing method String>>asSignedInteger 19:47:47 415/520 - 29/199: Installing method String>>asSlot 19:47:47 415/520 - 30/199: Installing method String>>asSlotCollection 19:47:47 415/520 - 31/199: Installing method String>>asString 19:47:47 415/520 - 32/199: Installing method String>>asSymbol 19:47:47 415/520 - 33/199: Installing method String>>asTime 19:47:47 415/520 - 34/199: Installing method String>>asUnsignedInteger 19:47:47 415/520 - 35/199: Installing method String>>asUppercase 19:47:47 415/520 - 36/199: Installing method String>>asValidSelector 19:47:47 415/520 - 37/199: Installing method String>>asVmPathName 19:47:47 415/520 - 38/199: Installing method String>>asWideString 19:47:47 415/520 - 39/199: Installing method String>>asWin32WideString 19:47:47 415/520 - 40/199: Installing method String>>asZnCharacterEncoder 19:47:47 415/520 - 41/199: Installing method String>>beginsWith: 19:47:47 415/520 - 42/199: Installing method String>>beginsWith:caseSensitive: 19:47:47 415/520 - 43/199: Installing method String>>byteAt: 19:47:47 415/520 - 44/199: Installing method String>>byteAt:put: 19:47:47 415/520 - 45/199: Installing method String>>byteSize 19:47:47 415/520 - 46/199: Installing method String>>capitalized 19:47:47 415/520 - 47/199: Installing method String>>caseInsensitiveLessOrEqual: 19:47:47 415/520 - 48/199: Installing method String>>caseSensitiveLessOrEqual: 19:47:47 415/520 - 49/199: Installing method String>>charactersExactlyMatching: 19:47:47 415/520 - 50/199: Installing method String>>compare: 19:47:47 415/520 - 51/199: Installing method String>>compare:caseSensitive: 19:47:47 415/520 - 52/199: Installing method String>>compare:with: 19:47:47 415/520 - 53/199: Installing method String>>compare:with:collated: 19:47:47 415/520 - 54/199: Installing method String>>contractTo: 19:47:47 415/520 - 55/199: Installing method String>>copyReplaceAll:with: 19:47:47 415/520 - 56/199: Installing method String>>copyReplaceAll:with:asTokens: 19:47:47 415/520 - 57/199: Installing method String>>copyReplaceTokens:with: 19:47:47 415/520 - 58/199: Installing method String>>copyUpToSubstring: 19:47:47 415/520 - 59/199: Installing method String>>correctAgainst: 19:47:47 415/520 - 60/199: Installing method String>>correctAgainst:continuedFrom: 19:47:47 415/520 - 61/199: Installing method String>>correctAgainstDictionary:continuedFrom: 19:47:47 415/520 - 62/199: Installing method String>>correctAgainstEnumerator:continuedFrom: 19:47:47 415/520 - 63/199: Installing method String>>deepCopy 19:47:47 415/520 - 64/199: Installing method String>>displayStringOn: 19:47:47 415/520 - 65/199: Installing method String>>encodeWith: 19:47:47 415/520 - 66/199: Installing method String>>endsWith: 19:47:47 415/520 - 67/199: Installing method String>>endsWith:caseSensitive: 19:47:47 415/520 - 68/199: Installing method String>>endsWithAColon 19:47:47 415/520 - 69/199: Installing method String>>endsWithDigit 19:47:47 415/520 - 70/199: Installing method String>>escapeCharacter: 19:47:47 415/520 - 71/199: Installing method String>>expandMacros 19:47:47 415/520 - 72/199: Installing method String>>expandMacrosWith: 19:47:47 415/520 - 73/199: Installing method String>>expandMacrosWith:with: 19:47:47 415/520 - 74/199: Installing method String>>expandMacrosWith:with:with: 19:47:47 415/520 - 75/199: Installing method String>>expandMacrosWith:with:with:with: 19:47:47 415/520 - 76/199: Installing method String>>expandMacrosWithArguments: 19:47:47 415/520 - 77/199: Installing method String>>findAnySubstring:startingAt: 19:47:47 415/520 - 78/199: Installing method String>>findBetweenSubstrings: 19:47:47 415/520 - 79/199: Installing method String>>findClosing:startingAt: 19:47:47 415/520 - 80/199: Installing method String>>findDelimiters:startingAt: 19:47:47 415/520 - 81/199: Installing method String>>findIn:startingAt:matchTable: 19:47:47 415/520 - 82/199: Installing method String>>findLastOccurrenceOfString:startingAt: 19:47:47 415/520 - 83/199: Installing method String>>findSelector 19:47:47 415/520 - 84/199: Installing method String>>findString: 19:47:47 415/520 - 85/199: Installing method String>>findString:startingAt: 19:47:47 415/520 - 86/199: Installing method String>>findString:startingAt:caseSensitive: 19:47:47 415/520 - 87/199: Installing method String>>findSubstring:in:startingAt:matchTable: 19:47:47 415/520 - 88/199: Installing method String>>findSubstringViaPrimitive:in:startingAt:matchTable: 19:47:47 415/520 - 89/199: Installing method String>>findTokens: 19:47:47 415/520 - 90/199: Installing method String>>findTokens:escapedBy: 19:47:47 415/520 - 91/199: Installing method String>>findTokens:includes: 19:47:47 415/520 - 92/199: Installing method String>>findTokens:keep: 19:47:47 415/520 - 93/199: Installing method String>>findWordStart:startingAt: 19:47:47 415/520 - 94/199: Installing method String>>flattenOn: 19:47:47 415/520 - 95/199: Installing method String>>format: 19:47:47 415/520 - 96/199: Installing method String>>hasWideCharacterFrom:to: 19:47:47 415/520 - 97/199: Installing method String>>hash 19:47:47 415/520 - 98/199: Installing method String>>howManyMatch: 19:47:47 415/520 - 99/199: Installing method String>>includesSubstring: 19:47:47 415/520 - 100/199: Installing method String>>includesSubstring:at: 19:47:47 415/520 - 101/199: Installing method String>>includesSubstring:caseSensitive: 19:47:47 415/520 - 102/199: Installing method String>>includesUnifiedCharacter 19:47:47 415/520 - 103/199: Installing method String>>indexOf: 19:47:47 415/520 - 104/199: Installing method String>>indexOf:startingAt: 19:47:47 415/520 - 105/199: Installing method String>>indexOf:startingAt:ifAbsent: 19:47:47 415/520 - 106/199: Installing method String>>indexOfFirstUppercaseCharacter 19:47:47 415/520 - 107/199: Installing method String>>indexOfSubCollection: 19:47:47 415/520 - 108/199: Installing method String>>indexOfSubCollection:startingAt:ifAbsent: 19:47:47 415/520 - 109/199: Installing method String>>indexOfWideCharacterFrom:to: 19:47:47 415/520 - 110/199: Installing method String>>initialIntegerOrNil 19:47:47 415/520 - 111/199: Installing method String>>isAllAlphaNumerics 19:47:47 415/520 - 112/199: Installing method String>>isAllDigits 19:47:47 415/520 - 113/199: Installing method String>>isAllSeparators 19:47:47 415/520 - 114/199: Installing method String>>isAsciiString 19:47:47 415/520 - 115/199: Installing method String>>isByteString 19:47:47 415/520 - 116/199: Installing method String>>isLiteral 19:47:47 415/520 - 117/199: Installing method String>>isLiteralSymbol 19:47:47 415/520 - 118/199: Installing method String>>isOctetString 19:47:47 415/520 - 119/199: Installing method String>>isPatternVariable 19:47:47 415/520 - 120/199: Installing method String>>isString 19:47:47 415/520 - 121/199: Installing method String>>isValidGlobalName 19:47:47 415/520 - 122/199: Installing method String>>isWideString 19:47:47 415/520 - 123/199: Installing method String>>join: 19:47:47 415/520 - 124/199: Installing method String>>keywords 19:47:47 415/520 - 125/199: Installing method String>>lastSpacePosition 19:47:47 415/520 - 126/199: Installing method String>>lineCorrespondingToIndex: 19:47:47 415/520 - 127/199: Installing method String>>lineCount 19:47:47 415/520 - 128/199: Installing method String>>lineIndicesDo: 19:47:47 415/520 - 129/199: Installing method String>>lineNumber: 19:47:47 415/520 - 130/199: Installing method String>>lineNumberCorrespondingToIndex: 19:47:47 415/520 - 131/199: Installing method String>>lines 19:47:47 415/520 - 132/199: Installing method String>>linesDo: 19:47:47 415/520 - 133/199: Installing method String>>match: 19:47:47 415/520 - 134/199: Installing method String>>normalizeCamelCase 19:47:47 415/520 - 135/199: Installing method String>>numArgs 19:47:47 415/520 - 136/199: Installing method String>>numericSuffix 19:47:47 415/520 - 137/199: Installing method String>>occursInWithEmpty:caseSensitive: 19:47:48 415/520 - 138/199: Installing method String>>onlyLetters 19:47:48 415/520 - 139/199: Installing method String>>padLeftTo: 19:47:48 415/520 - 140/199: Installing method String>>padLeftTo:with: 19:47:48 415/520 - 141/199: Installing method String>>padRightTo: 19:47:48 415/520 - 142/199: Installing method String>>padRightTo:with: 19:47:48 415/520 - 143/199: Installing method String>>printOn: 19:47:48 415/520 - 144/199: Installing method String>>putOn: 19:47:48 415/520 - 145/199: Installing method String>>repeat: 19:47:48 415/520 - 146/199: Installing method String>>replaceFrom:to:with:startingAt: 19:47:48 415/520 - 147/199: Installing method String>>romanNumber 19:47:48 415/520 - 148/199: Installing method String>>sameAs: 19:47:48 415/520 - 149/199: Installing method String>>skipAnySubstring:startingAt: 19:47:48 415/520 - 150/199: Installing method String>>skipDelimiters:startingAt: 19:47:48 415/520 - 151/199: Installing method String>>squeezeOutNumber 19:47:48 415/520 - 152/199: Installing method String>>startingAt:match:startingAt: 19:47:48 415/520 - 153/199: Installing method String>>startsWithDigit 19:47:48 415/520 - 154/199: Installing method String>>stemAndNumericSuffix 19:47:48 415/520 - 155/199: Installing method String>>storeOn: 19:47:48 415/520 - 156/199: Installing method String>>string 19:47:48 415/520 - 157/199: Installing method String>>stringhash 19:47:48 415/520 - 158/199: Installing method String>>substrings 19:47:48 415/520 - 159/199: Installing method String>>substrings: 19:47:48 415/520 - 160/199: Installing method String>>surroundedBy: 19:47:48 415/520 - 161/199: Installing method String>>surroundedBySingleQuotes 19:47:48 415/520 - 162/199: Installing method String>>translateFrom:to:table: 19:47:48 415/520 - 163/199: Installing method String>>translateToLowercase 19:47:48 415/520 - 164/199: Installing method String>>translateToUppercase 19:47:48 415/520 - 165/199: Installing method String>>translateWith: 19:47:48 415/520 - 166/199: Installing method String>>trim 19:47:48 415/520 - 167/199: Installing method String>>trimBoth 19:47:48 415/520 - 168/199: Installing method String>>trimBoth: 19:47:48 415/520 - 169/199: Installing method String>>trimLeft 19:47:48 415/520 - 170/199: Installing method String>>trimLeft: 19:47:48 415/520 - 171/199: Installing method String>>trimLeft:right: 19:47:48 415/520 - 172/199: Installing method String>>trimLineSpaces 19:47:48 415/520 - 173/199: Installing method String>>trimRight 19:47:48 415/520 - 174/199: Installing method String>>trimRight: 19:47:48 415/520 - 175/199: Installing method String>>trimmed 19:47:48 415/520 - 176/199: Installing method String>>truncateTo: 19:47:48 415/520 - 177/199: Installing method String>>truncateWithElipsisTo: 19:47:48 415/520 - 178/199: Installing method String>>typeTable 19:47:48 415/520 - 179/199: Installing method String>>uncapitalized 19:47:48 415/520 - 180/199: Installing method String>>unescapeCharacter: 19:47:48 415/520 - 181/199: Installing method String>>urlDecoded 19:47:48 415/520 - 182/199: Installing method String>>urlEncoded 19:47:48 415/520 - 183/199: Installing method String>>utf8Encoded 19:47:48 415/520 - 184/199: Installing method String>>withBlanksCondensed 19:47:48 415/520 - 185/199: Installing method String>>withCRs 19:47:48 415/520 - 186/199: Installing method String>>withInternalLineEndings 19:47:48 415/520 - 187/199: Installing method String>>withInternetLineEndings 19:47:48 415/520 - 188/199: Installing method String>>withLineEndings: 19:47:48 415/520 - 189/199: Installing method String>>withNoLineLongerThan: 19:47:48 415/520 - 190/199: Installing method String>>withSeparatorsCompacted 19:47:48 415/520 - 191/199: Installing method String>>withUnixLineEndings 19:47:48 415/520 - 192/199: Installing method String>>withoutLeadingDigits 19:47:48 415/520 - 193/199: Installing method String>>withoutPeriodSuffix 19:47:48 415/520 - 194/199: Installing method String>>withoutPrefix: 19:47:48 415/520 - 195/199: Installing method String>>withoutQuoting 19:47:48 415/520 - 196/199: Installing method String>>withoutSuffix: 19:47:48 415/520 - 197/199: Installing method String>>withoutTrailingDigits 19:47:48 415/520 - 198/199: Installing method String>>withoutTrailingNewlines 19:47:48 415/520 - 199/199: Installing method String>>wordBefore: 19:47:48 415/520 - 1/31: Installing method String class>>compare:with:collated: 19:47:48 415/520 - 2/31: Installing method String class>>cr 19:47:48 415/520 - 3/31: Installing method String class>>crlf 19:47:48 415/520 - 4/31: Installing method String class>>empty 19:47:48 415/520 - 5/31: Installing method String class>>expandMacro:argument:withExpansions: 19:47:48 415/520 - 6/31: Installing method String class>>findFirstInString:inCharacterSet:startingAt: 19:47:48 415/520 - 7/31: Installing method String class>>findFirstInString:inSet:startingAt: 19:47:48 415/520 - 8/31: Installing method String class>>fromByteArray: 19:47:48 415/520 - 9/31: Installing method String class>>fromString: 19:47:48 415/520 - 10/31: Installing method String class>>indexOfAscii:inString:startingAt: 19:47:48 415/520 - 11/31: Installing method String class>>initialize 19:47:48 415/520 - 12/31: Installing method String class>>initializeTypeTable 19:47:48 415/520 - 13/31: Installing method String class>>lf 19:47:48 415/520 - 14/31: Installing method String class>>loremIpsum 19:47:48 415/520 - 15/31: Installing method String class>>loremIpsum: 19:47:48 415/520 - 16/31: Installing method String class>>new: 19:47:48 415/520 - 17/31: Installing method String class>>newAsciiOrder 19:47:48 415/520 - 18/31: Installing method String class>>newCSLineEnders 19:47:48 415/520 - 19/31: Installing method String class>>newCaseInsensitiveOrder 19:47:48 415/520 - 20/31: Installing method String class>>newCaseSensitiveOrder 19:47:48 415/520 - 21/31: Installing method String class>>newLowercasingTable 19:47:49 415/520 - 22/31: Installing method String class>>newTokenish 19:47:49 415/520 - 23/31: Installing method String class>>newUppercasingTable 19:47:49 415/520 - 24/31: Installing method String class>>readFrom: 19:47:49 415/520 - 25/31: Installing method String class>>space 19:47:49 415/520 - 26/31: Installing method String class>>stringHash:initialHash: 19:47:49 415/520 - 27/31: Installing method String class>>tab 19:47:49 415/520 - 28/31: Installing method String class>>translate:from:to:table: 19:47:49 415/520 - 29/31: Installing method String class>>typeTable 19:47:49 415/520 - 30/31: Installing method String class>>value: 19:47:49 415/520 - 31/31: Installing method String class>>with: 19:47:49 416/520 - 1/1: Installing method SubclassResponsibility>>standardMessageText 19:47:49 417/520 - 1/8: Installing method SubscriptOutOfBounds>>lowerBound 19:47:49 417/520 - 2/8: Installing method SubscriptOutOfBounds>>lowerBound: 19:47:49 417/520 - 3/8: Installing method SubscriptOutOfBounds>>messageText 19:47:49 417/520 - 4/8: Installing method SubscriptOutOfBounds>>standardMessageText 19:47:49 417/520 - 5/8: Installing method SubscriptOutOfBounds>>subscript 19:47:49 417/520 - 6/8: Installing method SubscriptOutOfBounds>>subscript: 19:47:49 417/520 - 7/8: Installing method SubscriptOutOfBounds>>upperBound 19:47:49 417/520 - 8/8: Installing method SubscriptOutOfBounds>>upperBound: 19:47:49 417/520 - 1/3: Installing method SubscriptOutOfBounds class>>signalFor: 19:47:49 417/520 - 2/3: Installing method SubscriptOutOfBounds class>>signalFor:lowerBound:upperBound: 19:47:49 417/520 - 3/3: Installing method SubscriptOutOfBounds class>>signalFor:lowerBound:upperBound:in: 19:47:49 418/520 - 1/17: Installing method SubscriptionRegistry>>add: 19:47:49 418/520 - 2/17: Installing method SubscriptionRegistry>>deliver: 19:47:49 418/520 - 3/17: Installing method SubscriptionRegistry>>deliver:to: 19:47:49 418/520 - 4/17: Installing method SubscriptionRegistry>>deliver:to:startingAt: 19:47:49 418/520 - 5/17: Installing method SubscriptionRegistry>>handleSubscriberClass: 19:47:49 418/520 - 6/17: Installing method SubscriptionRegistry>>initialize 19:47:49 418/520 - 7/17: Installing method SubscriptionRegistry>>isEmpty 19:47:49 418/520 - 8/17: Installing method SubscriptionRegistry>>numberOfSubscriptions 19:47:49 418/520 - 9/17: Installing method SubscriptionRegistry>>protected: 19:47:49 418/520 - 10/17: Installing method SubscriptionRegistry>>remove: 19:47:49 418/520 - 11/17: Installing method SubscriptionRegistry>>removeSubscriber: 19:47:49 418/520 - 12/17: Installing method SubscriptionRegistry>>replace:with: 19:47:49 418/520 - 13/17: Installing method SubscriptionRegistry>>reset 19:47:49 418/520 - 14/17: Installing method SubscriptionRegistry>>subscriptions 19:47:49 418/520 - 15/17: Installing method SubscriptionRegistry>>subscriptionsForClass: 19:47:49 418/520 - 16/17: Installing method SubscriptionRegistry>>subscriptionsHandling: 19:47:49 418/520 - 17/17: Installing method SubscriptionRegistry>>subscriptionsOf:do: 19:47:49 419/520 - 1/5: Installing method SuperVariable>>acceptVisitor:node: 19:47:49 419/520 - 2/5: Installing method SuperVariable>>emitValue: 19:47:49 419/520 - 3/5: Installing method SuperVariable>>isSuperVariable 19:47:49 419/520 - 4/5: Installing method SuperVariable>>readInContext: 19:47:49 419/520 - 5/5: Installing method SuperVariable>>usingMethods 19:47:49 419/520 - 1/1: Installing method SuperVariable class>>variableName 19:47:50 420/520 - 1/41: Installing method Symbol>>, 19:47:50 420/520 - 2/41: Installing method Symbol>>= 19:47:50 420/520 - 3/41: Installing method Symbol>>=> 19:47:50 420/520 - 4/41: Installing method Symbol>>asAccessor 19:47:50 420/520 - 5/41: Installing method Symbol>>asAnnouncement 19:47:50 420/520 - 6/41: Installing method Symbol>>asMutator 19:47:50 420/520 - 7/41: Installing method Symbol>>asString 19:47:50 420/520 - 8/41: Installing method Symbol>>asSymbol 19:47:50 420/520 - 9/41: Installing method Symbol>>at:put: 19:47:50 420/520 - 10/41: Installing method Symbol>>capitalized 19:47:50 420/520 - 11/41: Installing method Symbol>>copy 19:47:50 420/520 - 12/41: Installing method Symbol>>createSymbol 19:47:50 420/520 - 13/41: Installing method Symbol>>cull: 19:47:50 420/520 - 14/41: Installing method Symbol>>errorNoModification 19:47:50 420/520 - 15/41: Installing method Symbol>>flushCache 19:47:50 420/520 - 16/41: Installing method Symbol>>handlesAnnouncement: 19:47:50 420/520 - 17/41: Installing method Symbol>>implementors 19:47:50 420/520 - 18/41: Installing method Symbol>>includesKey: 19:47:50 420/520 - 19/41: Installing method Symbol>>isBinary 19:47:50 420/520 - 20/41: Installing method Symbol>>isDoIt 19:47:50 420/520 - 21/41: Installing method Symbol>>isInfix 19:47:50 420/520 - 22/41: Installing method Symbol>>isKeyword 19:47:50 420/520 - 23/41: Installing method Symbol>>isOrientedFill 19:47:50 420/520 - 24/41: Installing method Symbol>>isSelectorSymbol 19:47:50 420/520 - 25/41: Installing method Symbol>>isSymbol 19:47:50 420/520 - 26/41: Installing method Symbol>>isUnary 19:47:50 420/520 - 27/41: Installing method Symbol>>keywordsStrict 19:47:50 420/520 - 28/41: Installing method Symbol>>literalEqual: 19:47:50 420/520 - 29/41: Installing method Symbol>>numArgs: 19:47:50 420/520 - 30/41: Installing method Symbol>>precedence 19:47:50 420/520 - 31/41: Installing method Symbol>>prepareForDelivery 19:47:50 420/520 - 32/41: Installing method Symbol>>replaceFrom:to:with:startingAt: 19:47:50 420/520 - 33/41: Installing method Symbol>>senders 19:47:50 420/520 - 34/41: Installing method Symbol>>separateKeywords 19:47:50 420/520 - 35/41: Installing method Symbol>>shallowCopy 19:47:50 420/520 - 36/41: Installing method Symbol>>sorted: 19:47:50 420/520 - 37/41: Installing method Symbol>>storeOn: 19:47:50 420/520 - 38/41: Installing method Symbol>>string: 19:47:50 420/520 - 39/41: Installing method Symbol>>uncapitalized 19:47:50 420/520 - 40/41: Installing method Symbol>>value: 19:47:50 420/520 - 41/41: Installing method Symbol>>veryDeepCopyWith: 19:47:50 420/520 - 1/27: Installing method Symbol class>>allSymbolTablesDo: 19:47:50 420/520 - 2/27: Installing method Symbol class>>allSymbolTablesDo:after: 19:47:50 420/520 - 3/27: Installing method Symbol class>>allSymbols 19:47:50 420/520 - 4/27: Installing method Symbol class>>cleanUp 19:47:50 420/520 - 5/27: Installing method Symbol class>>findInterned: 19:47:50 420/520 - 6/27: Installing method Symbol class>>hasInterned: 19:47:50 420/520 - 7/27: Installing method Symbol class>>hasInterned:ifTrue: 19:47:50 420/520 - 8/27: Installing method Symbol class>>initialize 19:47:50 420/520 - 9/27: Installing method Symbol class>>intern: 19:47:50 420/520 - 10/27: Installing method Symbol class>>new: 19:47:50 420/520 - 11/27: Installing method Symbol class>>new:streamContents: 19:47:50 420/520 - 12/27: Installing method Symbol class>>newFrom: 19:47:50 420/520 - 13/27: Installing method Symbol class>>possibleSelectorsFor: 19:47:50 420/520 - 14/27: Installing method Symbol class>>rawIntern: 19:47:50 420/520 - 15/27: Installing method Symbol class>>readFrom: 19:47:50 420/520 - 16/27: Installing method Symbol class>>rebuildSelectorTable 19:47:50 420/520 - 17/27: Installing method Symbol class>>recordSelector: 19:47:50 420/520 - 18/27: Installing method Symbol class>>rehash 19:47:50 420/520 - 19/27: Installing method Symbol class>>resetSelectorTable 19:47:50 420/520 - 20/27: Installing method Symbol class>>selectorTable 19:47:50 420/520 - 21/27: Installing method Symbol class>>selectorThatStartsCaseSensitive:skipping: 19:47:50 420/520 - 22/27: Installing method Symbol class>>shutDown: 19:47:50 420/520 - 23/27: Installing method Symbol class>>streamSpecies 19:47:50 420/520 - 24/27: Installing method Symbol class>>thatStarts:skipping: 19:47:50 420/520 - 25/27: Installing method Symbol class>>thatStartsCaseSensitive:skipping: 19:47:50 420/520 - 26/27: Installing method Symbol class>>with: 19:47:50 420/520 - 27/27: Installing method Symbol class>>withAll: 19:47:50 421/520 - 1/4: Installing method SymbolNotFoundError>>messageText 19:47:50 421/520 - 2/4: Installing method SymbolNotFoundError>>moduleName: 19:47:50 421/520 - 3/4: Installing method SymbolNotFoundError>>standardMessageText 19:47:50 421/520 - 4/4: Installing method SymbolNotFoundError>>symbolName: 19:47:50 421/520 - 1/1: Installing method SymbolNotFoundError class>>symbolName:module: 19:47:50 422/520 - 1/4: Installing method SymbolTableSemaphore class>>disable 19:47:50 422/520 - 2/4: Installing method SymbolTableSemaphore class>>enable 19:47:50 422/520 - 3/4: Installing method SymbolTableSemaphore class>>enabled 19:47:51 422/520 - 4/4: Installing method SymbolTableSemaphore class>>singleInstance 19:47:51 423/520 - 1/3: Installing method SystemAnnouncement>>properties 19:47:51 423/520 - 2/3: Installing method SystemAnnouncement>>propertyAt:ifPresent: 19:47:51 423/520 - 3/3: Installing method SystemAnnouncement>>propertyAt:put: 19:47:51 424/520 - 1/10: Installing method SystemAnnouncer>>class:oldComment:newComment:oldStamp:newStamp: 19:47:51 424/520 - 2/10: Installing method SystemAnnouncer>>classCommented: 19:47:51 424/520 - 3/10: Installing method SystemAnnouncer>>classDefinitionChangedFrom:to: 19:47:51 424/520 - 4/10: Installing method SystemAnnouncer>>classModificationAppliedTo: 19:47:51 424/520 - 5/10: Installing method SystemAnnouncer>>classParentOf:renamedFrom:to: 19:47:51 424/520 - 6/10: Installing method SystemAnnouncer>>classRenamed:from:to: 19:47:51 424/520 - 7/10: Installing method SystemAnnouncer>>evaluated: 19:47:51 424/520 - 8/10: Installing method SystemAnnouncer>>evaluated:context: 19:47:51 424/520 - 9/10: Installing method SystemAnnouncer>>methodRemoved:origin: 19:47:51 424/520 - 10/10: Installing method SystemAnnouncer>>methodRepackaged:from:to: 19:47:51 424/520 - 1/6: Installing method SystemAnnouncer class>>announce: 19:47:51 424/520 - 2/6: Installing method SystemAnnouncer class>>announcer: 19:47:51 424/520 - 3/6: Installing method SystemAnnouncer class>>reset 19:47:51 424/520 - 4/6: Installing method SystemAnnouncer class>>restoreAllNotifications 19:47:51 424/520 - 5/6: Installing method SystemAnnouncer class>>uniqueInstance 19:47:51 424/520 - 6/6: Installing method SystemAnnouncer class>>unload 19:47:51 425/520 - 1/4: Installing method SystemBuildInfo>>initializeForRelease 19:47:51 425/520 - 2/4: Installing method SystemBuildInfo>>isBuildFinished 19:47:51 425/520 - 3/4: Installing method SystemBuildInfo>>systemPackageNames 19:47:51 425/520 - 4/4: Installing method SystemBuildInfo>>systemPackages 19:47:51 425/520 - 1/1: Installing method SystemBuildInfo class>>current 19:47:51 426/520 - 1/46: Installing method SystemEnvironment>>allBehaviors 19:47:51 426/520 - 2/46: Installing method SystemEnvironment>>allBehaviorsDo: 19:47:51 426/520 - 3/46: Installing method SystemEnvironment>>allClasses 19:47:51 426/520 - 4/46: Installing method SystemEnvironment>>allClassesAndTraits 19:47:51 426/520 - 5/46: Installing method SystemEnvironment>>allClassesAndTraitsDo: 19:47:51 426/520 - 6/46: Installing method SystemEnvironment>>allClassesDo: 19:47:51 426/520 - 7/46: Installing method SystemEnvironment>>allMethods 19:47:51 426/520 - 8/46: Installing method SystemEnvironment>>allTraits 19:47:51 426/520 - 9/46: Installing method SystemEnvironment>>allTraitsDo: 19:47:51 426/520 - 10/46: Installing method SystemEnvironment>>at:put: 19:47:51 426/520 - 11/46: Installing method SystemEnvironment>>atNewIndex:put: 19:47:51 426/520 - 12/46: Installing method SystemEnvironment>>bindingOf: 19:47:51 426/520 - 13/46: Installing method SystemEnvironment>>classAndTraitNames 19:47:51 426/520 - 14/46: Installing method SystemEnvironment>>classNamed: 19:47:51 426/520 - 15/46: Installing method SystemEnvironment>>classNames 19:47:51 426/520 - 16/46: Installing method SystemEnvironment>>classOrTraitNamed: 19:47:52 426/520 - 17/46: Installing method SystemEnvironment>>codeChangeAnnouncer 19:47:52 426/520 - 18/46: Installing method SystemEnvironment>>codeChangeAnnouncer: 19:47:52 426/520 - 19/46: Installing method SystemEnvironment>>codeSupportAnnouncer 19:47:52 426/520 - 20/46: Installing method SystemEnvironment>>codeSupportAnnouncer: 19:47:52 426/520 - 21/46: Installing method SystemEnvironment>>environment 19:47:52 426/520 - 22/46: Installing method SystemEnvironment>>fillCaches 19:47:52 426/520 - 23/46: Installing method SystemEnvironment>>flushClassNameCache 19:47:52 426/520 - 24/46: Installing method SystemEnvironment>>forgetClass: 19:47:52 426/520 - 25/46: Installing method SystemEnvironment>>hasBindingThatBeginsWith: 19:47:52 426/520 - 26/46: Installing method SystemEnvironment>>hasClassNamed: 19:47:52 426/520 - 27/46: Installing method SystemEnvironment>>hasClassOrTraitNamed: 19:47:52 426/520 - 28/46: Installing method SystemEnvironment>>lookupVar: 19:47:52 426/520 - 29/46: Installing method SystemEnvironment>>maxIdentityHash 19:47:52 426/520 - 30/46: Installing method SystemEnvironment>>methods 19:47:52 426/520 - 31/46: Installing method SystemEnvironment>>nonClassNames 19:47:52 426/520 - 32/46: Installing method SystemEnvironment>>organization 19:47:52 426/520 - 33/46: Installing method SystemEnvironment>>organization: 19:47:52 426/520 - 34/46: Installing method SystemEnvironment>>outerScope 19:47:52 426/520 - 35/46: Installing method SystemEnvironment>>poolUsers 19:47:52 426/520 - 36/46: Installing method SystemEnvironment>>printElementsOn: 19:47:52 426/520 - 37/46: Installing method SystemEnvironment>>pseudoVariables 19:47:52 426/520 - 38/46: Installing method SystemEnvironment>>removeClassNamed: 19:47:52 426/520 - 39/46: Installing method SystemEnvironment>>removeFromCaches: 19:47:52 426/520 - 40/46: Installing method SystemEnvironment>>removeKey:ifAbsent: 19:47:52 426/520 - 41/46: Installing method SystemEnvironment>>renameClass:from: 19:47:52 426/520 - 42/46: Installing method SystemEnvironment>>renameClassNamed:as: 19:47:52 426/520 - 43/46: Installing method SystemEnvironment>>resetPseudoVariables 19:47:52 426/520 - 44/46: Installing method SystemEnvironment>>traitNames 19:47:52 426/520 - 45/46: Installing method SystemEnvironment>>undeclaredRegistry 19:47:52 426/520 - 46/46: Installing method SystemEnvironment>>veryDeepCopyWith: 19:47:52 426/520 - 1/1: Installing method SystemEnvironment class>>cleanUp 19:47:53 427/520 - 1/42: Installing method SystemNavigation>>allBehaviors 19:47:53 427/520 - 2/42: Installing method SystemNavigation>>allBehaviorsDo: 19:47:53 427/520 - 3/42: Installing method SystemNavigation>>allCallsOn: 19:47:53 427/520 - 4/42: Installing method SystemNavigation>>allClassNamesStartingWith:do: 19:47:53 427/520 - 5/42: Installing method SystemNavigation>>allClassNamesStartingWith:do:caseSensitive: 19:47:53 427/520 - 6/42: Installing method SystemNavigation>>allClasses 19:47:53 427/520 - 7/42: Installing method SystemNavigation>>allClassesAndTraits 19:47:53 427/520 - 8/42: Installing method SystemNavigation>>allClassesDo: 19:47:53 427/520 - 9/42: Installing method SystemNavigation>>allClassesImplementing: 19:47:53 427/520 - 10/42: Installing method SystemNavigation>>allExistingProtocolsFor: 19:47:53 427/520 - 11/42: Installing method SystemNavigation>>allGlobalNamesStartingWith:do:caseSensitive: 19:47:53 427/520 - 12/42: Installing method SystemNavigation>>allGlobalRefsOn: 19:47:53 427/520 - 13/42: Installing method SystemNavigation>>allImplementedMessages 19:47:53 427/520 - 14/42: Installing method SystemNavigation>>allImplementorsOf: 19:47:53 427/520 - 15/42: Installing method SystemNavigation>>allMethods 19:47:53 427/520 - 16/42: Installing method SystemNavigation>>allMethodsSelect: 19:47:53 427/520 - 17/42: Installing method SystemNavigation>>allObjects 19:47:53 427/520 - 18/42: Installing method SystemNavigation>>allObjectsDo: 19:47:53 427/520 - 19/42: Installing method SystemNavigation>>allObjectsOrNil 19:47:53 427/520 - 20/42: Installing method SystemNavigation>>allPrimitiveMethods 19:47:53 427/520 - 21/42: Installing method SystemNavigation>>allReferencesTo: 19:47:53 427/520 - 22/42: Installing method SystemNavigation>>allReferencesTo:do: 19:47:53 427/520 - 23/42: Installing method SystemNavigation>>allReferencesTo:in: 19:47:53 427/520 - 24/42: Installing method SystemNavigation>>allReferencesToBinding: 19:47:53 427/520 - 25/42: Installing method SystemNavigation>>allSelectorsStartingWith:do: 19:47:53 427/520 - 26/42: Installing method SystemNavigation>>allSendersOf: 19:47:53 427/520 - 27/42: Installing method SystemNavigation>>allSentButNotImplementedSelectors 19:47:53 427/520 - 28/42: Installing method SystemNavigation>>allSentMessages 19:47:53 427/520 - 29/42: Installing method SystemNavigation>>allSymbolsStartingWith:do: 19:47:53 427/520 - 30/42: Installing method SystemNavigation>>allUnsentMessagesIn: 19:47:53 427/520 - 31/42: Installing method SystemNavigation>>environment 19:47:53 427/520 - 32/42: Installing method SystemNavigation>>environment: 19:47:53 427/520 - 33/42: Installing method SystemNavigation>>headingAndAutoselectForLiteral:do: 19:47:53 427/520 - 34/42: Installing method SystemNavigation>>initialize 19:47:53 427/520 - 35/42: Installing method SystemNavigation>>instanceSideMethodsWithNilKeyInLastLiteral 19:47:53 427/520 - 36/42: Installing method SystemNavigation>>isUnsentMessage: 19:47:53 427/520 - 37/42: Installing method SystemNavigation>>methods 19:47:53 427/520 - 38/42: Installing method SystemNavigation>>methodsReferencingObsoleteClasses 19:47:53 427/520 - 39/42: Installing method SystemNavigation>>obsoleteClasses 19:47:53 427/520 - 40/42: Installing method SystemNavigation>>removeClass: 19:47:53 427/520 - 41/42: Installing method SystemNavigation>>removeClassMessageFor: 19:47:53 427/520 - 42/42: Installing method SystemNavigation>>removeMethod:inClass: 19:47:53 427/520 - 1/1: Installing method SystemNavigation class>>default 19:47:53 428/520 - 1/1: Installing method SystemNotification>>defaultAction 19:47:53 429/520 - 1/34: Installing method SystemVersion>>build 19:47:53 429/520 - 2/34: Installing method SystemVersion>>build: 19:47:53 429/520 - 3/34: Installing method SystemVersion>>calculateHighestUpdate 19:47:53 429/520 - 4/34: Installing method SystemVersion>>commitHash 19:47:53 429/520 - 5/34: Installing method SystemVersion>>commitHash: 19:47:53 429/520 - 6/34: Installing method SystemVersion>>commitHashShort 19:47:53 429/520 - 7/34: Installing method SystemVersion>>date 19:47:53 429/520 - 8/34: Installing method SystemVersion>>date: 19:47:53 429/520 - 9/34: Installing method SystemVersion>>datedVersion 19:47:53 429/520 - 10/34: Installing method SystemVersion>>dottedMajorMinor 19:47:53 429/520 - 11/34: Installing method SystemVersion>>dottedMajorMinorPatch 19:47:53 429/520 - 12/34: Installing method SystemVersion>>hasMetadataIdentifiers 19:47:53 429/520 - 13/34: Installing method SystemVersion>>hasValidBuildNumber 19:47:53 429/520 - 14/34: Installing method SystemVersion>>highestUpdate 19:47:53 429/520 - 15/34: Installing method SystemVersion>>highestUpdate: 19:47:53 429/520 - 16/34: Installing method SystemVersion>>imageVersionString 19:47:53 429/520 - 17/34: Installing method SystemVersion>>initialize 19:47:53 429/520 - 18/34: Installing method SystemVersion>>major 19:47:53 429/520 - 19/34: Installing method SystemVersion>>major: 19:47:53 429/520 - 20/34: Installing method SystemVersion>>majorMinor: 19:47:53 429/520 - 21/34: Installing method SystemVersion>>majorMinorPatch: 19:47:53 429/520 - 22/34: Installing method SystemVersion>>majorMinorVersion 19:47:53 429/520 - 23/34: Installing method SystemVersion>>minor 19:47:53 429/520 - 24/34: Installing method SystemVersion>>minor: 19:47:53 429/520 - 25/34: Installing method SystemVersion>>patch 19:47:53 429/520 - 26/34: Installing method SystemVersion>>patch: 19:47:53 429/520 - 27/34: Installing method SystemVersion>>printOn: 19:47:53 429/520 - 28/34: Installing method SystemVersion>>shortVersionString 19:47:53 429/520 - 29/34: Installing method SystemVersion>>suffix 19:47:53 429/520 - 30/34: Installing method SystemVersion>>suffix: 19:47:53 429/520 - 31/34: Installing method SystemVersion>>type 19:47:53 429/520 - 32/34: Installing method SystemVersion>>type: 19:47:53 429/520 - 33/34: Installing method SystemVersion>>version 19:47:53 429/520 - 34/34: Installing method SystemVersion>>versionWithoutPatch 19:47:54 429/520 - 1/7: Installing method SystemVersion class>>current 19:47:54 429/520 - 2/7: Installing method SystemVersion class>>invalidBuildNumber 19:47:54 429/520 - 3/7: Installing method SystemVersion class>>major:minor:patch: 19:47:54 429/520 - 4/7: Installing method SystemVersion class>>major:minor:patch:suffix: 19:47:54 429/520 - 5/7: Installing method SystemVersion class>>major:minor:patch:suffix:build: 19:47:54 429/520 - 6/7: Installing method SystemVersion class>>major:minor:patch:suffix:build:commitHash: 19:47:54 429/520 - 7/7: Installing method SystemVersion class>>setMajor:minor:patch:suffix:build:commitHash: 19:47:54 430/520 - 1/5: Installing method TermInfoCharacter>>on: 19:47:54 430/520 - 2/5: Installing method TermInfoCharacter>>print: 19:47:54 430/520 - 3/5: Installing method TermInfoCharacter>>set: 19:47:54 430/520 - 4/5: Installing method TermInfoCharacter>>setBackgroundColor: 19:47:54 430/520 - 5/5: Installing method TermInfoCharacter>>setFontColor: 19:47:54 431/520 - 1/8: Installing method Termcap>>flush 19:47:54 431/520 - 2/8: Installing method Termcap>>getent: 19:47:54 431/520 - 3/8: Installing method Termcap>>getflag: 19:47:54 431/520 - 4/8: Installing method Termcap>>getnum: 19:47:54 431/520 - 5/8: Installing method Termcap>>getstr: 19:47:54 431/520 - 6/8: Installing method Termcap>>initialize 19:47:54 431/520 - 7/8: Installing method Termcap>>initializeDefaultSequences 19:47:54 431/520 - 8/8: Installing method Termcap>>reset 19:47:54 432/520 - 1/5: Installing method ThisContextVariable>>acceptVisitor:node: 19:47:54 432/520 - 2/5: Installing method ThisContextVariable>>emitValue: 19:47:54 432/520 - 3/5: Installing method ThisContextVariable>>isThisContextVariable 19:47:54 432/520 - 4/5: Installing method ThisContextVariable>>readInContext: 19:47:54 432/520 - 5/5: Installing method ThisContextVariable>>usingMethods 19:47:54 432/520 - 1/1: Installing method ThisContextVariable class>>variableName 19:47:54 433/520 - 1/3: Installing method ThisProcessVariable>>emitValue: 19:47:54 433/520 - 2/3: Installing method ThisProcessVariable>>isThisProcessVariable 19:47:54 433/520 - 3/3: Installing method ThisProcessVariable>>readInContext: 19:47:54 433/520 - 1/1: Installing method ThisProcessVariable class>>variableName 19:47:54 435/520 - 1/12: Installing method True>>& 19:47:54 435/520 - 2/12: Installing method True>>and: 19:47:54 435/520 - 3/12: Installing method True>>asBit 19:47:54 435/520 - 4/12: Installing method True>>ifFalse: 19:47:54 435/520 - 5/12: Installing method True>>ifFalse:ifTrue: 19:47:54 435/520 - 6/12: Installing method True>>ifTrue: 19:47:54 435/520 - 7/12: Installing method True>>ifTrue:ifFalse: 19:47:54 435/520 - 8/12: Installing method True>>not 19:47:54 435/520 - 9/12: Installing method True>>or: 19:47:54 435/520 - 10/12: Installing method True>>printOn: 19:47:54 435/520 - 11/12: Installing method True>>xor: 19:47:54 435/520 - 12/12: Installing method True>>| 19:47:56 436/520 - 1/83: Installing method UIManager>>abort: 19:47:56 436/520 - 2/83: Installing method UIManager>>abort:title: 19:47:56 436/520 - 3/83: Installing method UIManager>>activate 19:47:56 436/520 - 4/83: Installing method UIManager>>alert: 19:47:56 436/520 - 5/83: Installing method UIManager>>alert:title: 19:47:56 436/520 - 6/83: Installing method UIManager>>alert:title:configure: 19:47:56 436/520 - 7/83: Installing method UIManager>>beDefault 19:47:56 436/520 - 8/83: Installing method UIManager>>chooseDirectory 19:47:56 436/520 - 9/83: Installing method UIManager>>chooseDirectory: 19:47:56 436/520 - 10/83: Installing method UIManager>>chooseDirectory:from: 19:47:56 436/520 - 11/83: Installing method UIManager>>chooseDirectoryFrom: 19:47:56 436/520 - 12/83: Installing method UIManager>>chooseFrom: 19:47:56 436/520 - 13/83: Installing method UIManager>>chooseFrom:lines: 19:47:56 436/520 - 14/83: Installing method UIManager>>chooseFrom:lines:message: 19:47:56 436/520 - 15/83: Installing method UIManager>>chooseFrom:lines:message:title: 19:47:56 436/520 - 16/83: Installing method UIManager>>chooseFrom:lines:title: 19:47:56 436/520 - 17/83: Installing method UIManager>>chooseFrom:message: 19:47:56 436/520 - 18/83: Installing method UIManager>>chooseFrom:message:title: 19:47:56 436/520 - 19/83: Installing method UIManager>>chooseFrom:title: 19:47:56 436/520 - 20/83: Installing method UIManager>>chooseFrom:values: 19:47:56 436/520 - 21/83: Installing method UIManager>>chooseFrom:values:lines: 19:47:56 436/520 - 22/83: Installing method UIManager>>chooseFrom:values:lines:message: 19:47:56 436/520 - 23/83: Installing method UIManager>>chooseFrom:values:lines:message:title: 19:47:56 436/520 - 24/83: Installing method UIManager>>chooseFrom:values:lines:title: 19:47:56 436/520 - 25/83: Installing method UIManager>>chooseFrom:values:message: 19:47:56 436/520 - 26/83: Installing method UIManager>>chooseFrom:values:message:title: 19:47:56 436/520 - 27/83: Installing method UIManager>>chooseFrom:values:title: 19:47:56 436/520 - 28/83: Installing method UIManager>>chooseFullFileNameMatching: 19:47:56 436/520 - 29/83: Installing method UIManager>>chooseFullFileNameMatching:label: 19:47:56 436/520 - 30/83: Installing method UIManager>>chooseOrRequestFrom:values:lines:title: 19:47:56 436/520 - 31/83: Installing method UIManager>>confirm: 19:47:56 436/520 - 32/83: Installing method UIManager>>confirm:label: 19:47:56 436/520 - 33/83: Installing method UIManager>>confirm:label:trueChoice:falseChoice:cancelChoice:default: 19:47:56 436/520 - 34/83: Installing method UIManager>>confirm:orCancel: 19:47:56 436/520 - 35/83: Installing method UIManager>>confirm:trueChoice:falseChoice: 19:47:56 436/520 - 36/83: Installing method UIManager>>confirm:trueChoice:falseChoice:cancelChoice:default: 19:47:56 436/520 - 37/83: Installing method UIManager>>deactivate 19:47:56 436/520 - 38/83: Installing method UIManager>>debugProcess:context:label:fullView:notification: 19:47:56 436/520 - 39/83: Installing method UIManager>>defer: 19:47:56 436/520 - 40/83: Installing method UIManager>>deny: 19:47:56 436/520 - 41/83: Installing method UIManager>>deny:title: 19:47:56 436/520 - 42/83: Installing method UIManager>>edit: 19:47:56 436/520 - 43/83: Installing method UIManager>>edit:label: 19:47:56 436/520 - 44/83: Installing method UIManager>>edit:label:accept: 19:47:56 436/520 - 45/83: Installing method UIManager>>handleDebugRequest:fromDebuggerSystem: 19:47:56 436/520 - 46/83: Installing method UIManager>>handleError: 19:47:56 436/520 - 47/83: Installing method UIManager>>handleError:log: 19:47:56 436/520 - 48/83: Installing method UIManager>>handleNotification: 19:47:56 436/520 - 49/83: Installing method UIManager>>handleWarning: 19:47:56 436/520 - 50/83: Installing method UIManager>>handleWarningDebugRequest:fromDebuggerSystem: 19:47:56 436/520 - 51/83: Installing method UIManager>>headlessManager 19:47:56 436/520 - 52/83: Installing method UIManager>>inform: 19:47:56 436/520 - 53/83: Installing method UIManager>>informUser:during: 19:47:56 436/520 - 54/83: Installing method UIManager>>informUserDuring: 19:47:56 436/520 - 55/83: Installing method UIManager>>interruptName:preemptedProcess: 19:47:56 436/520 - 56/83: Installing method UIManager>>logError: 19:47:56 436/520 - 57/83: Installing method UIManager>>lowSpaceWatcherDefaultAction: 19:47:56 436/520 - 58/83: Installing method UIManager>>multiLineRequest:initialAnswer:answerHeight: 19:47:56 436/520 - 59/83: Installing method UIManager>>newMenuIn:for: 19:47:56 436/520 - 60/83: Installing method UIManager>>nonInteractiveManager 19:47:56 436/520 - 61/83: Installing method UIManager>>onFontsChanged 19:47:56 436/520 - 62/83: Installing method UIManager>>onPrimitiveError: 19:47:56 436/520 - 63/83: Installing method UIManager>>openComparisionFrom:to:belongingTo:from: 19:47:56 436/520 - 64/83: Installing method UIManager>>proceed: 19:47:56 436/520 - 65/83: Installing method UIManager>>proceed:title: 19:47:56 436/520 - 66/83: Installing method UIManager>>question: 19:47:56 436/520 - 67/83: Installing method UIManager>>question:title: 19:47:56 436/520 - 68/83: Installing method UIManager>>questionWithoutCancel: 19:47:56 436/520 - 69/83: Installing method UIManager>>questionWithoutCancel:title: 19:47:56 436/520 - 70/83: Installing method UIManager>>request: 19:47:56 436/520 - 71/83: Installing method UIManager>>request:entryCompletion: 19:47:56 436/520 - 72/83: Installing method UIManager>>request:initialAnswer: 19:47:56 436/520 - 73/83: Installing method UIManager>>request:initialAnswer:entryCompletion: 19:47:56 436/520 - 74/83: Installing method UIManager>>request:initialAnswer:title: 19:47:56 436/520 - 75/83: Installing method UIManager>>request:initialAnswer:title:entryCompletion: 19:47:56 436/520 - 76/83: Installing method UIManager>>requestPassword: 19:47:56 436/520 - 77/83: Installing method UIManager>>showWaitCursorWhile: 19:47:56 436/520 - 78/83: Installing method UIManager>>spawnNewProcess 19:47:56 436/520 - 79/83: Installing method UIManager>>terminateUIProcess 19:47:56 436/520 - 80/83: Installing method UIManager>>textEntry: 19:47:56 436/520 - 81/83: Installing method UIManager>>textEntry:title: 19:47:56 436/520 - 82/83: Installing method UIManager>>textEntry:title:entryText: 19:47:56 436/520 - 83/83: Installing method UIManager>>uiProcess 19:47:56 436/520 - 1/6: Installing method UIManager class>>default 19:47:56 436/520 - 2/6: Installing method UIManager class>>default: 19:47:56 436/520 - 3/6: Installing method UIManager class>>forCurrentSystemConfiguration 19:47:56 436/520 - 4/6: Installing method UIManager class>>isActiveManager 19:47:56 436/520 - 5/6: Installing method UIManager class>>isValidForCurrentSystemConfiguration 19:47:56 436/520 - 6/6: Installing method UIManager class>>nonInteractiveDuring: 19:47:56 437/520 - 1/7: Installing method UNCNetworkPath>>isAbsolute 19:47:56 437/520 - 2/7: Installing method UNCNetworkPath>>isNetworkPath 19:47:56 437/520 - 3/7: Installing method UNCNetworkPath>>isRoot 19:47:56 437/520 - 4/7: Installing method UNCNetworkPath>>printOn: 19:47:56 437/520 - 5/7: Installing method UNCNetworkPath>>printOn:delimiter: 19:47:56 437/520 - 6/7: Installing method UNCNetworkPath>>printPathOn:delimiter: 19:47:56 437/520 - 7/7: Installing method UNCNetworkPath>>withParents 19:47:57 439/520 - 1/13: Installing method UndeclaredVariable>>definingClass 19:47:57 439/520 - 2/13: Installing method UndeclaredVariable>>emitStore: 19:47:57 439/520 - 3/13: Installing method UndeclaredVariable>>emitValue: 19:47:57 439/520 - 4/13: Installing method UndeclaredVariable>>isRegistered 19:47:57 439/520 - 5/13: Installing method UndeclaredVariable>>isUndeclaredVariable 19:47:57 439/520 - 6/13: Installing method UndeclaredVariable>>register 19:47:57 439/520 - 7/13: Installing method UndeclaredVariable>>registerFromNode: 19:47:57 439/520 - 8/13: Installing method UndeclaredVariable>>registerMethod: 19:47:57 439/520 - 9/13: Installing method UndeclaredVariable>>registeredMethods 19:47:57 439/520 - 10/13: Installing method UndeclaredVariable>>runtimeUndeclaredReadInContext: 19:47:57 439/520 - 11/13: Installing method UndeclaredVariable>>runtimeUndeclaredWrite:inContext: 19:47:57 439/520 - 12/13: Installing method UndeclaredVariable>>unregister 19:47:57 439/520 - 13/13: Installing method UndeclaredVariable>>usingMethods 19:47:57 439/520 - 1/2: Installing method UndeclaredVariable class>>possiblyRegisteredWithName: 19:47:57 439/520 - 2/2: Installing method UndeclaredVariable class>>registeredWithName: 19:47:57 440/520 - 1/4: Installing method UndeclaredVariableError>>isResumable 19:47:57 440/520 - 2/4: Installing method UndeclaredVariableError>>variable 19:47:57 440/520 - 3/4: Installing method UndeclaredVariableError>>variable: 19:47:57 440/520 - 4/4: Installing method UndeclaredVariableError>>variableNode 19:47:57 442/520 - 1/3: Installing method UndeclaredVariableWrite>>defaultResumeValue 19:47:57 442/520 - 2/3: Installing method UndeclaredVariableWrite>>value 19:47:57 442/520 - 3/3: Installing method UndeclaredVariableWrite>>value: 19:47:57 443/520 - 1/32: Installing method UndefinedObject>><< 19:47:57 443/520 - 2/32: Installing method UndefinedObject>>addDependent: 19:47:57 443/520 - 3/32: Installing method UndefinedObject>>addSubclass: 19:47:57 443/520 - 4/32: Installing method UndefinedObject>>allSuperclassesDo: 19:47:57 443/520 - 5/32: Installing method UndefinedObject>>asCollectionElement 19:47:57 443/520 - 6/32: Installing method UndefinedObject>>asLinkPrepend: 19:47:57 443/520 - 7/32: Installing method UndefinedObject>>at:put: 19:47:57 443/520 - 8/32: Installing method UndefinedObject>>canHandleSignal: 19:47:57 443/520 - 9/32: Installing method UndefinedObject>>classBuilder 19:47:57 443/520 - 10/32: Installing method UndefinedObject>>classInstaller 19:47:57 443/520 - 11/32: Installing method UndefinedObject>>commonSuperclassWith: 19:47:57 443/520 - 12/32: Installing method UndefinedObject>>deepCopy 19:47:57 443/520 - 13/32: Installing method UndefinedObject>>environment 19:47:57 443/520 - 14/32: Installing method UndefinedObject>>handleSignal: 19:47:57 443/520 - 15/32: Installing method UndefinedObject>>ifNil: 19:47:57 443/520 - 16/32: Installing method UndefinedObject>>ifNil:ifNotNil: 19:47:57 443/520 - 17/32: Installing method UndefinedObject>>ifNotNil: 19:47:57 443/520 - 18/32: Installing method UndefinedObject>>ifNotNil:ifNil: 19:47:57 443/520 - 19/32: Installing method UndefinedObject>>isEmptyOrNil 19:47:57 443/520 - 20/32: Installing method UndefinedObject>>isLiteral 19:47:57 443/520 - 21/32: Installing method UndefinedObject>>isNil 19:47:57 443/520 - 22/32: Installing method UndefinedObject>>isNotNil 19:47:58 443/520 - 23/32: Installing method UndefinedObject>>notNil 19:47:58 443/520 - 24/32: Installing method UndefinedObject>>printOn: 19:47:58 443/520 - 25/32: Installing method UndefinedObject>>removeSubclass: 19:47:58 443/520 - 26/32: Installing method UndefinedObject>>setPinnedInMemory: 19:47:58 443/520 - 27/32: Installing method UndefinedObject>>shallowCopy 19:47:58 443/520 - 28/32: Installing method UndefinedObject>>storeOn: 19:47:58 443/520 - 29/32: Installing method UndefinedObject>>subclassDefinerClass 19:47:58 443/520 - 30/32: Installing method UndefinedObject>>subclasses 19:47:58 443/520 - 31/32: Installing method UndefinedObject>>subclassesDo: 19:47:58 443/520 - 32/32: Installing method UndefinedObject>>veryDeepCopyWith: 19:47:58 443/520 - 1/3: Installing method UndefinedObject class>>allInstances 19:47:58 443/520 - 2/3: Installing method UndefinedObject class>>allInstancesDo: 19:47:58 443/520 - 3/3: Installing method UndefinedObject class>>new 19:47:58 444/520 - 1/9: Installing method UndefinedPackage>>addMethod: 19:47:58 444/520 - 2/9: Installing method UndefinedPackage>>ensureTag: 19:47:58 444/520 - 3/9: Installing method UndefinedPackage>>initialize 19:47:58 444/520 - 4/9: Installing method UndefinedPackage>>isEmpty 19:47:58 444/520 - 5/9: Installing method UndefinedPackage>>isUndefined 19:47:58 444/520 - 6/9: Installing method UndefinedPackage>>name 19:47:58 444/520 - 7/9: Installing method UndefinedPackage>>removeFromSystem 19:47:58 444/520 - 8/9: Installing method UndefinedPackage>>tagOf: 19:47:58 444/520 - 9/9: Installing method UndefinedPackage>>undefinedTag 19:47:58 444/520 - 1/1: Installing method UndefinedPackage class>>undefinedPackageName 19:47:58 445/520 - 1/6: Installing method UndefinedPackageTag>>categoryName 19:47:58 445/520 - 2/6: Installing method UndefinedPackageTag>>isRoot 19:47:58 445/520 - 3/6: Installing method UndefinedPackageTag>>isUndefined 19:47:58 445/520 - 4/6: Installing method UndefinedPackageTag>>name 19:47:58 445/520 - 5/6: Installing method UndefinedPackageTag>>promoteAsPackage 19:47:58 445/520 - 6/6: Installing method UndefinedPackageTag>>removeFromSystem 19:47:58 445/520 - 1/2: Installing method UndefinedPackageTag class>>undefinedPackage: 19:47:58 445/520 - 2/2: Installing method UndefinedPackageTag class>>undefinedPackageTagName 19:47:58 446/520 - 1/6: Installing method UndefinedSlot>>ast: 19:47:58 446/520 - 2/6: Installing method UndefinedSlot>>checkClassRebuild 19:47:58 446/520 - 3/6: Installing method UndefinedSlot>>printOn: 19:47:58 446/520 - 4/6: Installing method UndefinedSlot>>read: 19:47:58 446/520 - 5/6: Installing method UndefinedSlot>>slotClassName 19:47:58 446/520 - 6/6: Installing method UndefinedSlot>>write:to: 19:47:58 446/520 - 1/1: Installing method UndefinedSlot class>>named:ast: 19:47:58 447/520 - 1/4: Installing method UnhandledError>>defaultAction 19:47:58 447/520 - 2/4: Installing method UnhandledError>>exception 19:47:58 447/520 - 3/4: Installing method UnhandledError>>exception: 19:47:58 447/520 - 4/4: Installing method UnhandledError>>isResumable 19:47:58 447/520 - 1/1: Installing method UnhandledError class>>signalForException: 19:47:58 448/520 - 1/1: Installing method UnhandledException>>defaultAction 19:47:58 449/520 - 1/2: Installing method Unix32Platform>>accept: 19:47:58 449/520 - 2/2: Installing method Unix32Platform>>isUnix32 19:47:58 449/520 - 1/1: Installing method Unix32Platform class>>isActivePlatform 19:47:58 450/520 - 1/2: Installing method Unix64Platform>>accept: 19:47:58 450/520 - 2/2: Installing method Unix64Platform>>isUnix64 19:47:58 450/520 - 1/1: Installing method Unix64Platform class>>isActivePlatform 19:47:58 451/520 - 1/1: Installing method UnixARM32Platform class>>isActivePlatform 19:47:59 452/520 - 1/12: Installing method UnixPlatform>>accept: 19:47:59 452/520 - 2/12: Installing method UnixPlatform>>defaultMaximumPathLength 19:47:59 452/520 - 3/12: Installing method UnixPlatform>>family 19:47:59 452/520 - 4/12: Installing method UnixPlatform>>getErrorMessage: 19:47:59 452/520 - 5/12: Installing method UnixPlatform>>isLinux 19:47:59 452/520 - 6/12: Installing method UnixPlatform>>isLinuxDerivateOf: 19:47:59 452/520 - 7/12: Installing method UnixPlatform>>isLinuxDistributionWithID: 19:47:59 452/520 - 8/12: Installing method UnixPlatform>>isUnix 19:47:59 452/520 - 9/12: Installing method UnixPlatform>>keyForValue: 19:47:59 452/520 - 10/12: Installing method UnixPlatform>>lineEnding 19:47:59 452/520 - 11/12: Installing method UnixPlatform>>linuxIdentificationParameters 19:47:59 452/520 - 12/12: Installing method UnixPlatform>>menuShortcutString 19:48:00 454/520 - 1/82: Installing method VTermOutputDriver>><< 19:48:00 454/520 - 2/82: Installing method VTermOutputDriver>>backspace 19:48:00 454/520 - 3/82: Installing method VTermOutputDriver>>black 19:48:00 454/520 - 4/82: Installing method VTermOutputDriver>>black: 19:48:00 454/520 - 5/82: Installing method VTermOutputDriver>>blinking 19:48:00 454/520 - 6/82: Installing method VTermOutputDriver>>blue 19:48:00 454/520 - 7/82: Installing method VTermOutputDriver>>blue: 19:48:00 454/520 - 8/82: Installing method VTermOutputDriver>>bold 19:48:00 454/520 - 9/82: Installing method VTermOutputDriver>>clear 19:48:00 454/520 - 10/82: Installing method VTermOutputDriver>>clearFromBeginning 19:48:00 454/520 - 11/82: Installing method VTermOutputDriver>>clearScreen 19:48:00 454/520 - 12/82: Installing method VTermOutputDriver>>clearToEnd 19:48:00 454/520 - 13/82: Installing method VTermOutputDriver>>closed 19:48:00 454/520 - 14/82: Installing method VTermOutputDriver>>color: 19:48:00 454/520 - 15/82: Installing method VTermOutputDriver>>colorEscape 19:48:00 454/520 - 16/82: Installing method VTermOutputDriver>>columns 19:48:00 454/520 - 17/82: Installing method VTermOutputDriver>>cr 19:48:00 454/520 - 18/82: Installing method VTermOutputDriver>>csiEscape 19:48:00 454/520 - 19/82: Installing method VTermOutputDriver>>cursorEnhanced 19:48:00 454/520 - 20/82: Installing method VTermOutputDriver>>cursorInvisible 19:48:00 454/520 - 21/82: Installing method VTermOutputDriver>>cursorNormal 19:48:00 454/520 - 22/82: Installing method VTermOutputDriver>>cyan 19:48:00 454/520 - 23/82: Installing method VTermOutputDriver>>cyan: 19:48:00 454/520 - 24/82: Installing method VTermOutputDriver>>deleteCharacter 19:48:00 454/520 - 25/82: Installing method VTermOutputDriver>>deleteLine 19:48:00 454/520 - 26/82: Installing method VTermOutputDriver>>down 19:48:00 454/520 - 27/82: Installing method VTermOutputDriver>>down: 19:48:00 454/520 - 28/82: Installing method VTermOutputDriver>>endInsertMode 19:48:00 454/520 - 29/82: Installing method VTermOutputDriver>>erase 19:48:00 454/520 - 30/82: Installing method VTermOutputDriver>>errorColor 19:48:00 454/520 - 31/82: Installing method VTermOutputDriver>>escape 19:48:00 454/520 - 32/82: Installing method VTermOutputDriver>>flush 19:48:00 454/520 - 33/82: Installing method VTermOutputDriver>>green 19:48:00 454/520 - 34/82: Installing method VTermOutputDriver>>green: 19:48:00 454/520 - 35/82: Installing method VTermOutputDriver>>here 19:48:00 454/520 - 36/82: Installing method VTermOutputDriver>>home 19:48:00 454/520 - 37/82: Installing method VTermOutputDriver>>initialize 19:48:00 454/520 - 38/82: Installing method VTermOutputDriver>>insertCharacter 19:48:00 454/520 - 39/82: Installing method VTermOutputDriver>>insertLine 19:48:00 454/520 - 40/82: Installing method VTermOutputDriver>>insertMode 19:48:00 454/520 - 41/82: Installing method VTermOutputDriver>>invisible 19:48:00 454/520 - 42/82: Installing method VTermOutputDriver>>left 19:48:00 454/520 - 43/82: Installing method VTermOutputDriver>>left: 19:48:00 454/520 - 44/82: Installing method VTermOutputDriver>>lf 19:48:00 454/520 - 45/82: Installing method VTermOutputDriver>>light 19:48:00 454/520 - 46/82: Installing method VTermOutputDriver>>lines 19:48:00 454/520 - 47/82: Installing method VTermOutputDriver>>nextPut: 19:48:00 454/520 - 48/82: Installing method VTermOutputDriver>>nextPutAll: 19:48:00 454/520 - 49/82: Installing method VTermOutputDriver>>normal 19:48:00 454/520 - 50/82: Installing method VTermOutputDriver>>outStream 19:48:00 454/520 - 51/82: Installing method VTermOutputDriver>>outStream: 19:48:00 454/520 - 52/82: Installing method VTermOutputDriver>>overwrite: 19:48:00 454/520 - 53/82: Installing method VTermOutputDriver>>pink 19:48:00 454/520 - 54/82: Installing method VTermOutputDriver>>pink: 19:48:00 454/520 - 55/82: Installing method VTermOutputDriver>>print: 19:48:00 454/520 - 56/82: Installing method VTermOutputDriver>>red 19:48:00 454/520 - 57/82: Installing method VTermOutputDriver>>red: 19:48:00 454/520 - 58/82: Installing method VTermOutputDriver>>reset 19:48:00 454/520 - 59/82: Installing method VTermOutputDriver>>restoreCursor 19:48:00 454/520 - 60/82: Installing method VTermOutputDriver>>reverse 19:48:00 454/520 - 61/82: Installing method VTermOutputDriver>>right 19:48:00 454/520 - 62/82: Installing method VTermOutputDriver>>right: 19:48:00 454/520 - 63/82: Installing method VTermOutputDriver>>saveCursor 19:48:00 454/520 - 64/82: Installing method VTermOutputDriver>>scrollBackward 19:48:00 454/520 - 65/82: Installing method VTermOutputDriver>>scrollForward 19:48:00 454/520 - 66/82: Installing method VTermOutputDriver>>space 19:48:00 454/520 - 67/82: Installing method VTermOutputDriver>>ss3Escape 19:48:00 454/520 - 68/82: Installing method VTermOutputDriver>>startOfLine 19:48:00 454/520 - 69/82: Installing method VTermOutputDriver>>store: 19:48:00 454/520 - 70/82: Installing method VTermOutputDriver>>tab 19:48:00 454/520 - 71/82: Installing method VTermOutputDriver>>termcap 19:48:00 454/520 - 72/82: Installing method VTermOutputDriver>>termcap: 19:48:00 454/520 - 73/82: Installing method VTermOutputDriver>>topLeft 19:48:00 454/520 - 74/82: Installing method VTermOutputDriver>>underline 19:48:00 454/520 - 75/82: Installing method VTermOutputDriver>>underlineOff 19:48:00 454/520 - 76/82: Installing method VTermOutputDriver>>up 19:48:00 454/520 - 77/82: Installing method VTermOutputDriver>>up: 19:48:00 454/520 - 78/82: Installing method VTermOutputDriver>>white 19:48:00 454/520 - 79/82: Installing method VTermOutputDriver>>white: 19:48:00 454/520 - 80/82: Installing method VTermOutputDriver>>width 19:48:00 454/520 - 81/82: Installing method VTermOutputDriver>>yellow 19:48:00 454/520 - 82/82: Installing method VTermOutputDriver>>yellow: 19:48:00 454/520 - 1/3: Installing method VTermOutputDriver class>>on: 19:48:00 454/520 - 2/3: Installing method VTermOutputDriver class>>stderr 19:48:00 454/520 - 3/3: Installing method VTermOutputDriver class>>stdout 19:48:00 455/520 - 1/6: Installing method ValueLink>>= 19:48:00 455/520 - 2/6: Installing method ValueLink>>asLinkPrepend: 19:48:00 455/520 - 3/6: Installing method ValueLink>>hash 19:48:00 455/520 - 4/6: Installing method ValueLink>>printOn: 19:48:00 455/520 - 5/6: Installing method ValueLink>>value 19:48:00 455/520 - 6/6: Installing method ValueLink>>value: 19:48:00 455/520 - 1/1: Installing method ValueLink class>>value: 19:48:00 456/520 - 1/3: Installing method ValueNotFound>>standardMessageText 19:48:00 456/520 - 2/3: Installing method ValueNotFound>>value 19:48:00 456/520 - 3/3: Installing method ValueNotFound>>value: 19:48:01 457/520 - 1/53: Installing method Variable>>= 19:48:01 457/520 - 2/53: Installing method Variable>>acceptVisitor:node: 19:48:01 457/520 - 3/53: Installing method Variable>>allowsShadowing 19:48:01 457/520 - 4/53: Installing method Variable>>asDoItVariableFrom: 19:48:01 457/520 - 5/53: Installing method Variable>>definingNode 19:48:01 457/520 - 6/53: Installing method Variable>>definitionOn: 19:48:01 457/520 - 7/53: Installing method Variable>>emitStore: 19:48:01 457/520 - 8/53: Installing method Variable>>emitValue: 19:48:01 457/520 - 9/53: Installing method Variable>>ensureProperties 19:48:01 457/520 - 10/53: Installing method Variable>>hasProperty: 19:48:01 457/520 - 11/53: Installing method Variable>>hash 19:48:01 457/520 - 12/53: Installing method Variable>>isAccessedIn: 19:48:01 457/520 - 13/53: Installing method Variable>>isArgumentVariable 19:48:01 457/520 - 14/53: Installing method Variable>>isClassVariable 19:48:01 457/520 - 15/53: Installing method Variable>>isDefinedByBlock 19:48:01 457/520 - 16/53: Installing method Variable>>isGlobalVariable 19:48:01 457/520 - 17/53: Installing method Variable>>isInstanceVariable 19:48:01 457/520 - 18/53: Installing method Variable>>isInvalidVariable 19:48:01 457/520 - 19/53: Installing method Variable>>isLiteralVariable 19:48:01 457/520 - 20/53: Installing method Variable>>isLocalVariable 19:48:01 457/520 - 21/53: Installing method Variable>>isPoolVariable 19:48:01 457/520 - 22/53: Installing method Variable>>isPseudoVariable 19:48:01 457/520 - 23/53: Installing method Variable>>isReadIn: 19:48:01 457/520 - 24/53: Installing method Variable>>isReferenced 19:48:01 457/520 - 25/53: Installing method Variable>>isSelfOrSuperVariable 19:48:01 457/520 - 26/53: Installing method Variable>>isSelfVariable 19:48:01 457/520 - 27/53: Installing method Variable>>isShadowing 19:48:01 457/520 - 28/53: Installing method Variable>>isSuperVariable 19:48:01 457/520 - 29/53: Installing method Variable>>isTempVariable 19:48:02 457/520 - 30/53: Installing method Variable>>isThisContextVariable 19:48:02 457/520 - 31/53: Installing method Variable>>isThisProcessVariable 19:48:02 457/520 - 32/53: Installing method Variable>>isUndeclaredVariable 19:48:02 457/520 - 33/53: Installing method Variable>>isUninitialized 19:48:02 457/520 - 34/53: Installing method Variable>>isUsed 19:48:02 457/520 - 35/53: Installing method Variable>>isWorkspaceVariable 19:48:02 457/520 - 36/53: Installing method Variable>>isWritable 19:48:02 457/520 - 37/53: Installing method Variable>>isWrittenIn: 19:48:02 457/520 - 38/53: Installing method Variable>>name 19:48:02 457/520 - 39/53: Installing method Variable>>name: 19:48:02 457/520 - 40/53: Installing method Variable>>needsFullDefinition 19:48:02 457/520 - 41/53: Installing method Variable>>originalVar 19:48:02 457/520 - 42/53: Installing method Variable>>properties 19:48:02 457/520 - 43/53: Installing method Variable>>propertyAt: 19:48:02 457/520 - 44/53: Installing method Variable>>propertyAt:ifAbsent: 19:48:02 457/520 - 45/53: Installing method Variable>>propertyAt:ifAbsentPut: 19:48:02 457/520 - 46/53: Installing method Variable>>propertyAt:put: 19:48:02 457/520 - 47/53: Installing method Variable>>readInContext: 19:48:02 457/520 - 48/53: Installing method Variable>>removePropertiesIfEmpty 19:48:02 457/520 - 49/53: Installing method Variable>>removeProperty: 19:48:02 457/520 - 50/53: Installing method Variable>>removeProperty:ifAbsent: 19:48:02 457/520 - 51/53: Installing method Variable>>scope 19:48:02 457/520 - 52/53: Installing method Variable>>usingMethods 19:48:02 457/520 - 53/53: Installing method Variable>>write:inContext: 19:48:02 457/520 - 1/4: Installing method Variable class>>checkValidName: 19:48:02 457/520 - 2/4: Installing method Variable class>>initialize 19:48:02 457/520 - 3/4: Installing method Variable class>>isAbstract 19:48:02 457/520 - 4/4: Installing method Variable class>>named: 19:48:02 458/520 - 1/2: Installing method VariableLayout>>instanceSpecification 19:48:02 458/520 - 2/2: Installing method VariableLayout>>isVariable 19:48:02 458/520 - 1/1: Installing method VariableLayout class>>extending:scope:host: 19:48:03 459/520 - 1/102: Installing method VirtualMachine>>allocationsBetweenGC 19:48:03 459/520 - 2/102: Installing method VirtualMachine>>allocationsBetweenGC: 19:48:03 459/520 - 3/102: Installing method VirtualMachine>>architectureName 19:48:03 459/520 - 4/102: Installing method VirtualMachine>>avoidSearchingSegmentsWithPinnedObjects 19:48:03 459/520 - 5/102: Installing method VirtualMachine>>avoidSearchingSegmentsWithPinnedObjects: 19:48:03 459/520 - 6/102: Installing method VirtualMachine>>buildDate 19:48:03 459/520 - 7/102: Installing method VirtualMachine>>cogitClass 19:48:03 459/520 - 8/102: Installing method VirtualMachine>>command 19:48:03 459/520 - 9/102: Installing method VirtualMachine>>compiledBlocksCount 19:48:03 459/520 - 10/102: Installing method VirtualMachine>>compiledMethodsCount 19:48:03 459/520 - 11/102: Installing method VirtualMachine>>directory 19:48:03 459/520 - 12/102: Installing method VirtualMachine>>disableModuleLoading 19:48:03 459/520 - 13/102: Installing method VirtualMachine>>doGetSystemAttribute: 19:48:03 459/520 - 14/102: Installing method VirtualMachine>>documentPath 19:48:03 459/520 - 15/102: Installing method VirtualMachine>>edenSpaceSize 19:48:03 459/520 - 16/102: Installing method VirtualMachine>>extraVMMemory 19:48:03 459/520 - 17/102: Installing method VirtualMachine>>extraVMMemory: 19:48:03 459/520 - 18/102: Installing method VirtualMachine>>fileName 19:48:03 459/520 - 19/102: Installing method VirtualMachine>>flagInterpretedMethods: 19:48:03 459/520 - 20/102: Installing method VirtualMachine>>for32bit:for64bit: 19:48:03 459/520 - 21/102: Installing method VirtualMachine>>forgetModule: 19:48:03 459/520 - 22/102: Installing method VirtualMachine>>freeOldSpaceSize 19:48:04 459/520 - 23/102: Installing method VirtualMachine>>freeSize 19:48:04 459/520 - 24/102: Installing method VirtualMachine>>fullGCCount 19:48:04 459/520 - 25/102: Installing method VirtualMachine>>fullPath 19:48:04 459/520 - 26/102: Installing method VirtualMachine>>gcBiasToGrowLimit: 19:48:04 459/520 - 27/102: Installing method VirtualMachine>>gcStatisticsDuring: 19:48:04 459/520 - 28/102: Installing method VirtualMachine>>getParameters 19:48:04 459/520 - 29/102: Installing method VirtualMachine>>getSystemAttribute: 19:48:04 459/520 - 30/102: Installing method VirtualMachine>>hasSmallFloats 19:48:04 459/520 - 31/102: Installing method VirtualMachine>>headlessOption 19:48:04 459/520 - 32/102: Installing method VirtualMachine>>imageFile 19:48:04 459/520 - 33/102: Installing method VirtualMachine>>imagePath 19:48:04 459/520 - 34/102: Installing method VirtualMachine>>imageVersionInImageHeader 19:48:04 459/520 - 35/102: Installing method VirtualMachine>>imageVersionInImageHeader: 19:48:04 459/520 - 36/102: Installing method VirtualMachine>>imageVersionNumber 19:48:04 459/520 - 37/102: Installing method VirtualMachine>>incrementalGCCount 19:48:04 459/520 - 38/102: Installing method VirtualMachine>>interpreterClass 19:48:04 459/520 - 39/102: Installing method VirtualMachine>>interpreterSourceDate 19:48:04 459/520 - 40/102: Installing method VirtualMachine>>interpreterSourceVersion 19:48:04 459/520 - 41/102: Installing method VirtualMachine>>is32bit 19:48:04 459/520 - 42/102: Installing method VirtualMachine>>is64bit 19:48:04 459/520 - 43/102: Installing method VirtualMachine>>isAIOInterrupt 19:48:04 459/520 - 44/102: Installing method VirtualMachine>>isPharoVM 19:48:04 459/520 - 45/102: Installing method VirtualMachine>>isRunningCog 19:48:04 459/520 - 46/102: Installing method VirtualMachine>>isRunningCogit 19:48:04 459/520 - 47/102: Installing method VirtualMachine>>isRunningInWorkerThread 19:48:04 459/520 - 48/102: Installing method VirtualMachine>>isSpur 19:48:04 459/520 - 49/102: Installing method VirtualMachine>>listBuiltinModule: 19:48:04 459/520 - 50/102: Installing method VirtualMachine>>listBuiltinModules 19:48:04 459/520 - 51/102: Installing method VirtualMachine>>listLoadedModule: 19:48:04 459/520 - 52/102: Installing method VirtualMachine>>listLoadedModules 19:48:04 459/520 - 53/102: Installing method VirtualMachine>>maxExternalSemaphores 19:48:04 459/520 - 54/102: Installing method VirtualMachine>>maxExternalSemaphores: 19:48:04 459/520 - 55/102: Installing method VirtualMachine>>maxExternalSemaphoresSilently: 19:48:04 459/520 - 56/102: Installing method VirtualMachine>>maxFilenameLength 19:48:04 459/520 - 57/102: Installing method VirtualMachine>>maxOldSpaceSize 19:48:04 459/520 - 58/102: Installing method VirtualMachine>>maxOldSpaceSize: 19:48:04 459/520 - 59/102: Installing method VirtualMachine>>maximumPauseTimeDueToSegmentAllocation 19:48:04 459/520 - 60/102: Installing method VirtualMachine>>memoryEnd 19:48:04 459/520 - 61/102: Installing method VirtualMachine>>memorySize 19:48:04 459/520 - 62/102: Installing method VirtualMachine>>oldSpace 19:48:04 459/520 - 63/102: Installing method VirtualMachine>>oldSpaceEnd 19:48:04 459/520 - 64/102: Installing method VirtualMachine>>operatingSystemName 19:48:04 459/520 - 65/102: Installing method VirtualMachine>>optionAt: 19:48:04 459/520 - 66/102: Installing method VirtualMachine>>optionDash 19:48:04 459/520 - 67/102: Installing method VirtualMachine>>options 19:48:04 459/520 - 68/102: Installing method VirtualMachine>>parameter46Documentation 19:48:04 459/520 - 69/102: Installing method VirtualMachine>>parameterAt: 19:48:04 459/520 - 70/102: Installing method VirtualMachine>>parameterAt:put: 19:48:04 459/520 - 71/102: Installing method VirtualMachine>>parameterLabels 19:48:04 459/520 - 72/102: Installing method VirtualMachine>>platformSourceVersion 19:48:04 459/520 - 73/102: Installing method VirtualMachine>>primVmPath 19:48:04 459/520 - 74/102: Installing method VirtualMachine>>processHasThreadIdInstVar: 19:48:04 459/520 - 75/102: Installing method VirtualMachine>>processPreemptionYields 19:48:04 459/520 - 76/102: Installing method VirtualMachine>>processPreemptionYields: 19:48:04 459/520 - 77/102: Installing method VirtualMachine>>saveImageVersionInImageHeader 19:48:04 459/520 - 78/102: Installing method VirtualMachine>>setGCBiasToGrowGCLimit: 19:48:04 459/520 - 79/102: Installing method VirtualMachine>>setGCParameters 19:48:04 459/520 - 80/102: Installing method VirtualMachine>>setGCSemaphore: 19:48:04 459/520 - 81/102: Installing method VirtualMachine>>statisticsReport 19:48:04 459/520 - 82/102: Installing method VirtualMachine>>supportsMultipleBytecodeSets 19:48:04 459/520 - 83/102: Installing method VirtualMachine>>supportsWriteBarrier 19:48:04 459/520 - 84/102: Installing method VirtualMachine>>tenureCount 19:48:04 459/520 - 85/102: Installing method VirtualMachine>>tenuringThreshold 19:48:04 459/520 - 86/102: Installing method VirtualMachine>>tenuringThreshold: 19:48:04 459/520 - 87/102: Installing method VirtualMachine>>totalFullGCTime 19:48:04 459/520 - 88/102: Installing method VirtualMachine>>totalGCMarkPhaseTime 19:48:04 459/520 - 89/102: Installing method VirtualMachine>>totalGCSweepPhaseTime 19:48:04 459/520 - 90/102: Installing method VirtualMachine>>totalGCTime 19:48:04 459/520 - 91/102: Installing method VirtualMachine>>totalIncrementalGCTime 19:48:04 459/520 - 92/102: Installing method VirtualMachine>>totalJITCompileBlocksTime 19:48:04 459/520 - 93/102: Installing method VirtualMachine>>totalJITCompileMethodsTime 19:48:04 459/520 - 94/102: Installing method VirtualMachine>>totalJITCompileTime 19:48:04 459/520 - 95/102: Installing method VirtualMachine>>unloadModule: 19:48:04 459/520 - 96/102: Installing method VirtualMachine>>version 19:48:04 459/520 - 97/102: Installing method VirtualMachine>>versionLabel 19:48:04 459/520 - 98/102: Installing method VirtualMachine>>vmFileName 19:48:04 459/520 - 99/102: Installing method VirtualMachine>>voidCogVMState 19:48:04 459/520 - 100/102: Installing method VirtualMachine>>wordSize 19:48:04 459/520 - 101/102: Installing method VirtualMachine>>youngSpaceEnd 19:48:04 459/520 - 102/102: Installing method VirtualMachine>>youngSpaceSize 19:48:04 460/520 - 1/2: Installing method Warning>>defaultAction 19:48:04 460/520 - 2/2: Installing method Warning>>unhandledErrorAction 19:48:04 461/520 - 1/8: Installing method WeakAnnouncementSubscription>>finalize 19:48:04 461/520 - 2/8: Installing method WeakAnnouncementSubscription>>makeStrong 19:48:04 461/520 - 3/8: Installing method WeakAnnouncementSubscription>>makeWeak 19:48:04 461/520 - 4/8: Installing method WeakAnnouncementSubscription>>next 19:48:04 461/520 - 5/8: Installing method WeakAnnouncementSubscription>>register 19:48:04 461/520 - 6/8: Installing method WeakAnnouncementSubscription>>subscriber 19:48:04 461/520 - 7/8: Installing method WeakAnnouncementSubscription>>subscriber: 19:48:04 461/520 - 8/8: Installing method WeakAnnouncementSubscription>>unregister 19:48:04 461/520 - 1/1: Installing method WeakAnnouncementSubscription class>>new 19:48:05 463/520 - 1/3: Installing method WeakIdentityKeyDictionary>>add: 19:48:05 463/520 - 2/3: Installing method WeakIdentityKeyDictionary>>at:put: 19:48:05 463/520 - 3/3: Installing method WeakIdentityKeyDictionary>>postCopy 19:48:05 464/520 - 1/2: Installing method WeakIdentitySet>>scanFor: 19:48:05 464/520 - 2/2: Installing method WeakIdentitySet>>scanForEmptySlotFor: 19:48:05 465/520 - 1/3: Installing method WeakIdentityValueDictionary>>keyAtValue:ifAbsent: 19:48:05 465/520 - 2/3: Installing method WeakIdentityValueDictionary>>scanFor: 19:48:05 465/520 - 3/3: Installing method WeakIdentityValueDictionary>>scanForEmptySlotFor: 19:48:05 466/520 - 1/3: Installing method WeakKeyAssociation>>container 19:48:05 466/520 - 2/3: Installing method WeakKeyAssociation>>container: 19:48:05 466/520 - 3/3: Installing method WeakKeyAssociation>>mourn 19:48:05 467/520 - 1/3: Installing method WeakKeyDictionary>>add: 19:48:05 467/520 - 2/3: Installing method WeakKeyDictionary>>at:put: 19:48:05 467/520 - 3/3: Installing method WeakKeyDictionary>>postCopy 19:48:05 468/520 - 1/3: Installing method WeakLayout>>instanceSpecification 19:48:05 468/520 - 2/3: Installing method WeakLayout>>isVariable 19:48:05 468/520 - 3/3: Installing method WeakLayout>>isWeak 19:48:05 468/520 - 1/1: Installing method WeakLayout class>>extending:scope:host: 19:48:05 469/520 - 1/24: Installing method WeakMessageSend>>= 19:48:05 469/520 - 2/24: Installing method WeakMessageSend>>arguments 19:48:05 469/520 - 3/24: Installing method WeakMessageSend>>arguments: 19:48:05 469/520 - 4/24: Installing method WeakMessageSend>>asMessageSend 19:48:05 469/520 - 5/24: Installing method WeakMessageSend>>asMinimalRepresentation 19:48:05 469/520 - 6/24: Installing method WeakMessageSend>>collectArguments: 19:48:05 469/520 - 7/24: Installing method WeakMessageSend>>ensureArguments 19:48:05 469/520 - 8/24: Installing method WeakMessageSend>>ensureReceiver 19:48:05 469/520 - 9/24: Installing method WeakMessageSend>>ensureReceiver: 19:48:05 469/520 - 10/24: Installing method WeakMessageSend>>ensureReceiverAndArguments 19:48:05 469/520 - 11/24: Installing method WeakMessageSend>>ensureReceiverAndArguments: 19:48:05 469/520 - 12/24: Installing method WeakMessageSend>>isAnyArgumentGarbage 19:48:05 469/520 - 13/24: Installing method WeakMessageSend>>isReceiverGarbage 19:48:12 469/520 - 14/24: Installing method WeakMessageSend>>isReceiverOrAnyArgumentGarbage 19:48:12 469/520 - 15/24: Installing method WeakMessageSend>>isValid 19:48:12 469/520 - 16/24: Installing method WeakMessageSend>>printOn: 19:48:12 469/520 - 17/24: Installing method WeakMessageSend>>receiver 19:48:12 469/520 - 18/24: Installing method WeakMessageSend>>receiver: 19:48:12 469/520 - 19/24: Installing method WeakMessageSend>>value 19:48:12 469/520 - 20/24: Installing method WeakMessageSend>>value: 19:48:12 469/520 - 21/24: Installing method WeakMessageSend>>value:value: 19:48:12 469/520 - 22/24: Installing method WeakMessageSend>>value:value:value: 19:48:12 469/520 - 23/24: Installing method WeakMessageSend>>valueWithArguments: 19:48:12 469/520 - 24/24: Installing method WeakMessageSend>>valueWithEnoughArguments: 19:48:12 469/520 - 1/1: Installing method WeakMessageSend class>>new 19:48:12 470/520 - 1/1: Installing method WeakOrderedCollection class>>arrayType 19:48:12 471/520 - 1/23: Installing method WeakSet>>add: 19:48:12 471/520 - 2/23: Installing method WeakSet>>anyOne 19:48:12 471/520 - 3/23: Installing method WeakSet>>asArray 19:48:12 471/520 - 4/23: Installing method WeakSet>>collect: 19:48:12 471/520 - 5/23: Installing method WeakSet>>do: 19:48:12 471/520 - 6/23: Installing method WeakSet>>do:after: 19:48:12 471/520 - 7/23: Installing method WeakSet>>fixCollisionsFrom: 19:48:12 471/520 - 8/23: Installing method WeakSet>>grow 19:48:12 471/520 - 9/23: Installing method WeakSet>>growTo: 19:48:12 471/520 - 10/23: Installing method WeakSet>>includes: 19:48:13 471/520 - 11/23: Installing method WeakSet>>initialize: 19:48:13 471/520 - 12/23: Installing method WeakSet>>isHealthy 19:48:13 471/520 - 13/23: Installing method WeakSet>>like: 19:48:13 471/520 - 14/23: Installing method WeakSet>>like:ifAbsent: 19:48:13 471/520 - 15/23: Installing method WeakSet>>noCheckNoGrowFillFrom: 19:48:13 471/520 - 16/23: Installing method WeakSet>>postCopy 19:48:13 471/520 - 17/23: Installing method WeakSet>>printElementsOn: 19:48:13 471/520 - 18/23: Installing method WeakSet>>rehash 19:48:13 471/520 - 19/23: Installing method WeakSet>>remove:ifAbsent: 19:48:13 471/520 - 20/23: Installing method WeakSet>>scanFor: 19:48:13 471/520 - 21/23: Installing method WeakSet>>scanForEmptySlotFor: 19:48:13 471/520 - 22/23: Installing method WeakSet>>scanForLoadedSymbol: 19:48:13 471/520 - 23/23: Installing method WeakSet>>slowSize 19:48:13 472/520 - 1/4: Installing method WeakSubscriptionBuilder>>announcer: 19:48:13 472/520 - 2/4: Installing method WeakSubscriptionBuilder>>weak 19:48:13 472/520 - 3/4: Installing method WeakSubscriptionBuilder>>when:do:for: 19:48:13 472/520 - 4/4: Installing method WeakSubscriptionBuilder>>when:send:to: 19:48:13 472/520 - 1/1: Installing method WeakSubscriptionBuilder class>>on: 19:48:13 473/520 - 1/3: Installing method WeakValueAssociation>>key:value: 19:48:13 473/520 - 2/3: Installing method WeakValueAssociation>>value 19:48:13 473/520 - 3/3: Installing method WeakValueAssociation>>value: 19:48:13 473/520 - 1/2: Installing method WeakValueAssociation class>>key:value: 19:48:13 473/520 - 2/2: Installing method WeakValueAssociation class>>new 19:48:13 474/520 - 1/10: Installing method WeakValueDictionary>>add: 19:48:13 474/520 - 2/10: Installing method WeakValueDictionary>>associationAt:ifAbsent: 19:48:13 474/520 - 3/10: Installing method WeakValueDictionary>>associationsDo: 19:48:13 474/520 - 4/10: Installing method WeakValueDictionary>>at:ifAbsent: 19:48:13 474/520 - 5/10: Installing method WeakValueDictionary>>at:ifPresent: 19:48:13 474/520 - 6/10: Installing method WeakValueDictionary>>at:put: 19:48:13 474/520 - 7/10: Installing method WeakValueDictionary>>includesKey: 19:48:13 474/520 - 8/10: Installing method WeakValueDictionary>>rehash 19:48:13 474/520 - 9/10: Installing method WeakValueDictionary>>size 19:48:13 474/520 - 10/10: Installing method WeakValueDictionary>>valuesDo: 19:48:13 475/520 - 1/21: Installing method WideCharacterSet>>= 19:48:13 475/520 - 2/21: Installing method WideCharacterSet>>add: 19:48:13 475/520 - 3/21: Installing method WideCharacterSet>>bitmap:at: 19:48:13 475/520 - 4/21: Installing method WideCharacterSet>>bitmap:do: 19:48:13 475/520 - 5/21: Installing method WideCharacterSet>>byteArrayMap 19:48:13 475/520 - 6/21: Installing method WideCharacterSet>>clearBitmap:at: 19:48:13 475/520 - 7/21: Installing method WideCharacterSet>>complement 19:48:13 475/520 - 8/21: Installing method WideCharacterSet>>do: 19:48:13 475/520 - 9/21: Installing method WideCharacterSet>>findFirstInByteString:startingAt: 19:48:13 475/520 - 10/21: Installing method WideCharacterSet>>hasWideCharacters 19:48:13 475/520 - 11/21: Installing method WideCharacterSet>>hash 19:48:13 475/520 - 12/21: Installing method WideCharacterSet>>includes: 19:48:13 475/520 - 13/21: Installing method WideCharacterSet>>initialize 19:48:14 475/520 - 14/21: Installing method WideCharacterSet>>postCopy 19:48:14 475/520 - 15/21: Installing method WideCharacterSet>>remove: 19:48:14 475/520 - 16/21: Installing method WideCharacterSet>>remove:ifAbsent: 19:48:14 475/520 - 17/21: Installing method WideCharacterSet>>removeAll 19:48:14 475/520 - 18/21: Installing method WideCharacterSet>>setBitmap:at: 19:48:14 475/520 - 19/21: Installing method WideCharacterSet>>size 19:48:14 475/520 - 20/21: Installing method WideCharacterSet>>species 19:48:14 475/520 - 21/21: Installing method WideCharacterSet>>wideCharacterMap 19:48:14 475/520 - 1/1: Installing method WideCharacterSet class>>newFrom: 19:48:14 476/520 - 1/17: Installing method WideString>>asByteArray 19:48:14 476/520 - 2/17: Installing method WideString>>asFourCode 19:48:14 476/520 - 3/17: Installing method WideString>>asLowercase 19:48:14 476/520 - 4/17: Installing method WideString>>asUppercase 19:48:14 476/520 - 5/17: Installing method WideString>>asWideString 19:48:14 476/520 - 6/17: Installing method WideString>>at: 19:48:14 476/520 - 7/17: Installing method WideString>>at:put: 19:48:14 476/520 - 8/17: Installing method WideString>>byteAt: 19:48:14 476/520 - 9/17: Installing method WideString>>byteAt:put: 19:48:14 476/520 - 10/17: Installing method WideString>>byteSize 19:48:14 476/520 - 11/17: Installing method WideString>>copyFrom:to: 19:48:14 476/520 - 12/17: Installing method WideString>>createSymbol 19:48:14 476/520 - 13/17: Installing method WideString>>findIn:startingAt:matchTable: 19:48:14 476/520 - 14/17: Installing method WideString>>isWideString 19:48:14 476/520 - 15/17: Installing method WideString>>replaceFrom:to:with:startingAt: 19:48:14 476/520 - 16/17: Installing method WideString>>wordAt: 19:48:14 476/520 - 17/17: Installing method WideString>>wordAt:put: 19:48:14 476/520 - 1/3: Installing method WideString class>>from: 19:48:14 476/520 - 2/3: Installing method WideString class>>fromByteArray: 19:48:14 476/520 - 3/3: Installing method WideString class>>fromString: 19:48:14 477/520 - 1/12: Installing method WideSymbol>>asWideString 19:48:14 477/520 - 2/12: Installing method WideSymbol>>at: 19:48:14 477/520 - 3/12: Installing method WideSymbol>>byteAt: 19:48:14 477/520 - 4/12: Installing method WideSymbol>>byteAt:put: 19:48:14 477/520 - 5/12: Installing method WideSymbol>>byteSize 19:48:14 477/520 - 6/12: Installing method WideSymbol>>findIn:startingAt:matchTable: 19:48:14 477/520 - 7/12: Installing method WideSymbol>>isWideString 19:48:14 477/520 - 8/12: Installing method WideSymbol>>privateAt:put: 19:48:14 477/520 - 9/12: Installing method WideSymbol>>species 19:48:14 477/520 - 10/12: Installing method WideSymbol>>string: 19:48:14 477/520 - 11/12: Installing method WideSymbol>>wordAt: 19:48:14 477/520 - 12/12: Installing method WideSymbol>>wordAt:put: 19:48:14 478/520 - 1/3: Installing method Win32Platform>>accept: 19:48:14 478/520 - 2/3: Installing method Win32Platform>>isWin32 19:48:14 478/520 - 3/3: Installing method Win32Platform>>newTerminfo 19:48:14 478/520 - 1/1: Installing method Win32Platform class>>isActivePlatform 19:48:14 479/520 - 1/5: Installing method Win32WideString>>asString 19:48:14 479/520 - 2/5: Installing method Win32WideString>>asWin32WideString 19:48:14 479/520 - 3/5: Installing method Win32WideString>>byteSize 19:48:14 479/520 - 4/5: Installing method Win32WideString>>printOn: 19:48:14 479/520 - 5/5: Installing method Win32WideString>>size 19:48:14 479/520 - 1/4: Installing method Win32WideString class>>fromByteArray: 19:48:14 479/520 - 2/4: Installing method Win32WideString class>>fromHandle: 19:48:14 479/520 - 3/4: Installing method Win32WideString class>>fromString: 19:48:14 479/520 - 4/4: Installing method Win32WideString class>>new: 19:48:14 480/520 - 1/2: Installing method Win64Platform>>accept: 19:48:14 480/520 - 2/2: Installing method Win64Platform>>isWin64 19:48:15 480/520 - 1/1: Installing method Win64Platform class>>isActivePlatform 19:48:15 481/520 - 1/20: Installing method WinPlatform>>accept: 19:48:15 481/520 - 2/20: Installing method WinPlatform>>defaultMaximumPathLength 19:48:15 481/520 - 3/20: Installing method WinPlatform>>family 19:48:15 481/520 - 4/20: Installing method WinPlatform>>ffiLibraryName 19:48:15 481/520 - 5/20: Installing method WinPlatform>>formatMessage:_:_:_:_:_:_: 19:48:15 481/520 - 6/20: Installing method WinPlatform>>getEnvironmentVariable:into:size: 19:48:15 481/520 - 7/20: Installing method WinPlatform>>getErrorMessage: 19:48:15 481/520 - 8/20: Installing method WinPlatform>>getTempPath 19:48:15 481/520 - 9/20: Installing method WinPlatform>>getTempPath:buffer: 19:48:15 481/520 - 10/20: Installing method WinPlatform>>isWindows 19:48:15 481/520 - 11/20: Installing method WinPlatform>>keyForValue: 19:48:15 481/520 - 12/20: Installing method WinPlatform>>lastError 19:48:15 481/520 - 13/20: Installing method WinPlatform>>lineEnding 19:48:15 481/520 - 14/20: Installing method WinPlatform>>menuShortcutString 19:48:15 481/520 - 15/20: Installing method WinPlatform>>multiByteToWideCharacterCodepage:flags:input:inputLen:output:outputLen: 19:48:15 481/520 - 16/20: Installing method WinPlatform>>potentialLocationsOfSourcesFile 19:48:15 481/520 - 17/20: Installing method WinPlatform>>setEnvironmentVariable:value: 19:48:15 481/520 - 18/20: Installing method WinPlatform>>setLastError: 19:48:15 481/520 - 19/20: Installing method WinPlatform>>virtualKey: 19:48:15 481/520 - 20/20: Installing method WinPlatform>>wideCharacterToMultiByteCodepage:flags:input:inputLen:output:outputLen: 19:48:15 482/520 - 1/13: Installing method WordArray>>asWordArray 19:48:15 482/520 - 2/13: Installing method WordArray>>atAllPut: 19:48:15 482/520 - 3/13: Installing method WordArray>>byteSize 19:48:15 482/520 - 4/13: Installing method WordArray>>defaultElement 19:48:15 482/520 - 5/13: Installing method WordArray>>primAddArray:and:into: 19:48:15 482/520 - 6/13: Installing method WordArray>>primAddScalar:and:into: 19:48:15 482/520 - 7/13: Installing method WordArray>>primDivArray:and:into: 19:48:15 482/520 - 8/13: Installing method WordArray>>primDivScalar:and:into: 19:48:15 482/520 - 9/13: Installing method WordArray>>primMulArray:and:into: 19:48:15 482/520 - 10/13: Installing method WordArray>>primMulScalar:and:into: 19:48:15 482/520 - 11/13: Installing method WordArray>>primSubArray:and:into: 19:48:15 482/520 - 12/13: Installing method WordArray>>primSubScalar:and:into: 19:48:15 482/520 - 13/13: Installing method WordArray>>replaceFrom:to:with:startingAt: 19:48:15 483/520 - 1/4: Installing method WordLayout>>bytesPerSlot 19:48:15 483/520 - 2/4: Installing method WordLayout>>extendWord 19:48:15 483/520 - 3/4: Installing method WordLayout>>instanceSpecification 19:48:15 483/520 - 4/4: Installing method WordLayout>>isWords 19:48:15 483/520 - 1/1: Installing method WordLayout class>>extending:scope:host: 19:48:15 484/520 - 1/19: Installing method WorkingSession>>accessMode 19:48:15 484/520 - 2/19: Installing method WorkingSession>>accessMode: 19:48:15 484/520 - 3/19: Installing method WorkingSession>>addDeferredStartupAction: 19:48:15 484/520 - 4/19: Installing method WorkingSession>>errorHandler 19:48:15 484/520 - 5/19: Installing method WorkingSession>>executeDeferredStartupActions: 19:48:15 484/520 - 6/19: Installing method WorkingSession>>initialize 19:48:15 484/520 - 7/19: Installing method WorkingSession>>install 19:48:15 484/520 - 8/19: Installing method WorkingSession>>isDisabledAccessMode 19:48:15 484/520 - 9/19: Installing method WorkingSession>>isReadOnlyAccessMode 19:48:16 484/520 - 10/19: Installing method WorkingSession>>isReadWriteAccessMode 19:48:16 484/520 - 11/19: Installing method WorkingSession>>isWriteOnlyAccessMode 19:48:16 484/520 - 12/19: Installing method WorkingSession>>manager: 19:48:16 484/520 - 13/19: Installing method WorkingSession>>properties 19:48:16 484/520 - 14/19: Installing method WorkingSession>>runList:do: 19:48:16 484/520 - 15/19: Installing method WorkingSession>>runShutdown: 19:48:16 484/520 - 16/19: Installing method WorkingSession>>runStartup: 19:48:16 484/520 - 17/19: Installing method WorkingSession>>start: 19:48:16 484/520 - 18/19: Installing method WorkingSession>>stop: 19:48:16 484/520 - 19/19: Installing method WorkingSession>>uninstall 19:48:16 485/520 - 1/5: Installing method WorkspaceVariable>>allowsShadowing 19:48:16 485/520 - 2/5: Installing method WorkspaceVariable>>emitStore: 19:48:16 485/520 - 3/5: Installing method WorkspaceVariable>>emitValue: 19:48:16 485/520 - 4/5: Installing method WorkspaceVariable>>isReferenced 19:48:16 485/520 - 5/5: Installing method WorkspaceVariable>>isWorkspaceVariable 19:48:16 486/520 - 1/37: Installing method WriteStream>><< 19:48:16 486/520 - 2/37: Installing method WriteStream>>braceArray 19:48:16 486/520 - 3/37: Installing method WriteStream>>braceArray: 19:48:16 486/520 - 4/37: Installing method WriteStream>>contents 19:48:16 486/520 - 5/37: Installing method WriteStream>>cr 19:48:16 486/520 - 6/37: Installing method WriteStream>>crlf 19:48:16 486/520 - 7/37: Installing method WriteStream>>crtab 19:48:16 486/520 - 8/37: Installing method WriteStream>>crtab: 19:48:16 486/520 - 9/37: Installing method WriteStream>>ensureASpace 19:48:16 486/520 - 10/37: Installing method WriteStream>>ensureCr 19:48:16 486/520 - 11/37: Installing method WriteStream>>ensureEndsWith: 19:48:16 486/520 - 12/37: Installing method WriteStream>>ensureNoSpace 19:48:16 486/520 - 13/37: Installing method WriteStream>>growTo: 19:48:16 486/520 - 14/37: Installing method WriteStream>>lf 19:48:16 486/520 - 15/37: Installing method WriteStream>>next 19:48:16 486/520 - 16/37: Installing method WriteStream>>next:putAll:startingAt: 19:48:16 486/520 - 17/37: Installing method WriteStream>>nextChunkPut: 19:48:16 486/520 - 18/37: Installing method WriteStream>>nextPut: 19:48:16 486/520 - 19/37: Installing method WriteStream>>nextPutAll: 19:48:16 486/520 - 20/37: Installing method WriteStream>>on: 19:48:16 486/520 - 21/37: Installing method WriteStream>>on:from:to: 19:48:16 486/520 - 22/37: Installing method WriteStream>>pastEndPut: 19:48:16 486/520 - 23/37: Installing method WriteStream>>peekLast 19:48:16 486/520 - 24/37: Installing method WriteStream>>position: 19:48:16 486/520 - 25/37: Installing method WriteStream>>reset 19:48:16 486/520 - 26/37: Installing method WriteStream>>resetToStart 19:48:16 486/520 - 27/37: Installing method WriteStream>>setToEnd 19:48:16 486/520 - 28/37: Installing method WriteStream>>size 19:48:16 486/520 - 29/37: Installing method WriteStream>>space 19:48:16 486/520 - 30/37: Installing method WriteStream>>space: 19:48:16 486/520 - 31/37: Installing method WriteStream>>store: 19:48:16 486/520 - 32/37: Installing method WriteStream>>tab 19:48:16 486/520 - 33/37: Installing method WriteStream>>tab: 19:48:16 486/520 - 34/37: Installing method WriteStream>>with: 19:48:16 486/520 - 35/37: Installing method WriteStream>>with:from:to: 19:48:16 486/520 - 36/37: Installing method WriteStream>>withAttribute:do: 19:48:16 486/520 - 37/37: Installing method WriteStream>>withAttributes:do: 19:48:16 486/520 - 1/2: Installing method WriteStream class>>with: 19:48:16 486/520 - 2/2: Installing method WriteStream class>>with:from:to: 19:48:16 487/520 - 1/3: Installing method ZeroDivide>>dividend 19:48:16 487/520 - 2/3: Installing method ZeroDivide>>dividend: 19:48:16 487/520 - 3/3: Installing method ZeroDivide>>isResumable 19:48:16 487/520 - 1/2: Installing method ZeroDivide class>>dividend: 19:48:16 487/520 - 2/2: Installing method ZeroDivide class>>signalWithDividend: 19:48:17 488/520 - 1/26: Installing method ZnBase64Encoder>>alphabet 19:48:17 488/520 - 2/26: Installing method ZnBase64Encoder>>alphabet: 19:48:17 488/520 - 3/26: Installing method ZnBase64Encoder>>beForURLEncoding 19:48:17 488/520 - 4/26: Installing method ZnBase64Encoder>>beLenient 19:48:17 488/520 - 5/26: Installing method ZnBase64Encoder>>beStrict 19:48:17 488/520 - 6/26: Installing method ZnBase64Encoder>>breakLines 19:48:17 488/520 - 7/26: Installing method ZnBase64Encoder>>breakLinesAt: 19:48:17 488/520 - 8/26: Installing method ZnBase64Encoder>>byteCountFor: 19:48:17 488/520 - 9/26: Installing method ZnBase64Encoder>>characterCountFor: 19:48:17 488/520 - 10/26: Installing method ZnBase64Encoder>>characterForValue: 19:48:17 488/520 - 11/26: Installing method ZnBase64Encoder>>decode: 19:48:17 488/520 - 12/26: Installing method ZnBase64Encoder>>decode:and:and:and:to: 19:48:17 488/520 - 13/26: Installing method ZnBase64Encoder>>decode:to: 19:48:17 488/520 - 14/26: Installing method ZnBase64Encoder>>encode: 19:48:17 488/520 - 15/26: Installing method ZnBase64Encoder>>encode:and:and:to: 19:48:17 488/520 - 16/26: Installing method ZnBase64Encoder>>encode:to: 19:48:17 488/520 - 17/26: Installing method ZnBase64Encoder>>initialize 19:48:17 488/520 - 18/26: Installing method ZnBase64Encoder>>isLegalCharacter: 19:48:17 488/520 - 19/26: Installing method ZnBase64Encoder>>isWhitespaceCharacter: 19:48:17 488/520 - 20/26: Installing method ZnBase64Encoder>>lineEndConvention: 19:48:17 488/520 - 21/26: Installing method ZnBase64Encoder>>noPadding 19:48:17 488/520 - 22/26: Installing method ZnBase64Encoder>>padding: 19:48:17 488/520 - 23/26: Installing method ZnBase64Encoder>>skipWhitespace: 19:48:17 488/520 - 24/26: Installing method ZnBase64Encoder>>standardAlphabetWith:and: 19:48:17 488/520 - 25/26: Installing method ZnBase64Encoder>>valueForCharacter: 19:48:17 488/520 - 26/26: Installing method ZnBase64Encoder>>whitespace: 19:48:17 488/520 - 1/1: Installing method ZnBase64Encoder class>>initialize 19:48:18 489/520 - 1/44: Installing method ZnBufferedReadStream>>atEnd 19:48:18 489/520 - 2/44: Installing method ZnBufferedReadStream>>back 19:48:18 489/520 - 3/44: Installing method ZnBufferedReadStream>>close 19:48:18 489/520 - 4/44: Installing method ZnBufferedReadStream>>closed 19:48:18 489/520 - 5/44: Installing method ZnBufferedReadStream>>collectionSpecies 19:48:18 489/520 - 6/44: Installing method ZnBufferedReadStream>>contents 19:48:18 489/520 - 7/44: Installing method ZnBufferedReadStream>>defaultBufferSize 19:48:18 489/520 - 8/44: Installing method ZnBufferedReadStream>>discardBuffer 19:48:18 489/520 - 9/44: Installing method ZnBufferedReadStream>>initialize 19:48:18 489/520 - 10/44: Installing method ZnBufferedReadStream>>int16 19:48:18 489/520 - 11/44: Installing method ZnBufferedReadStream>>int32 19:48:18 489/520 - 12/44: Installing method ZnBufferedReadStream>>int8 19:48:18 489/520 - 13/44: Installing method ZnBufferedReadStream>>isBinary 19:48:18 489/520 - 14/44: Installing method ZnBufferedReadStream>>isStream 19:48:18 489/520 - 15/44: Installing method ZnBufferedReadStream>>next 19:48:18 489/520 - 16/44: Installing method ZnBufferedReadStream>>next: 19:48:18 489/520 - 17/44: Installing method ZnBufferedReadStream>>next:into: 19:48:18 489/520 - 18/44: Installing method ZnBufferedReadStream>>next:into:startingAt: 19:48:18 489/520 - 19/44: Installing method ZnBufferedReadStream>>nextBuffer 19:48:18 489/520 - 20/44: Installing method ZnBufferedReadStream>>nextInt32 19:48:18 489/520 - 21/44: Installing method ZnBufferedReadStream>>nextIntegerOfSize:signed:bigEndian: 19:48:18 489/520 - 22/44: Installing method ZnBufferedReadStream>>nextInto: 19:48:18 489/520 - 23/44: Installing method ZnBufferedReadStream>>nextLittleEndianNumber: 19:48:18 489/520 - 24/44: Installing method ZnBufferedReadStream>>nextNumber: 19:48:18 489/520 - 25/44: Installing method ZnBufferedReadStream>>nextWord 19:48:18 489/520 - 26/44: Installing method ZnBufferedReadStream>>on: 19:48:18 489/520 - 27/44: Installing method ZnBufferedReadStream>>peek 19:48:18 489/520 - 28/44: Installing method ZnBufferedReadStream>>peekFor: 19:48:18 489/520 - 29/44: Installing method ZnBufferedReadStream>>position 19:48:18 489/520 - 30/44: Installing method ZnBufferedReadStream>>position: 19:48:18 489/520 - 31/44: Installing method ZnBufferedReadStream>>readFromBufferInto:startingAt:count: 19:48:18 489/520 - 32/44: Installing method ZnBufferedReadStream>>readInto:startingAt:count: 19:48:18 489/520 - 33/44: Installing method ZnBufferedReadStream>>readStream 19:48:18 489/520 - 34/44: Installing method ZnBufferedReadStream>>setToEnd 19:48:18 489/520 - 35/44: Installing method ZnBufferedReadStream>>shouldBufferReadOfCount: 19:48:18 489/520 - 36/44: Installing method ZnBufferedReadStream>>size 19:48:18 489/520 - 37/44: Installing method ZnBufferedReadStream>>sizeBuffer: 19:48:18 489/520 - 38/44: Installing method ZnBufferedReadStream>>skip: 19:48:18 489/520 - 39/44: Installing method ZnBufferedReadStream>>uint16 19:48:18 489/520 - 40/44: Installing method ZnBufferedReadStream>>uint32 19:48:18 489/520 - 41/44: Installing method ZnBufferedReadStream>>uint8 19:48:18 489/520 - 42/44: Installing method ZnBufferedReadStream>>upTo: 19:48:18 489/520 - 43/44: Installing method ZnBufferedReadStream>>upToEnd 19:48:18 489/520 - 44/44: Installing method ZnBufferedReadStream>>wrappedStream 19:48:18 489/520 - 1/2: Installing method ZnBufferedReadStream class>>on: 19:48:18 489/520 - 2/2: Installing method ZnBufferedReadStream class>>on:do: 19:48:18 490/520 - 1/29: Installing method ZnBufferedReadWriteStream>>atEnd 19:48:18 490/520 - 2/29: Installing method ZnBufferedReadWriteStream>>close 19:48:18 490/520 - 3/29: Installing method ZnBufferedReadWriteStream>>closed 19:48:18 490/520 - 4/29: Installing method ZnBufferedReadWriteStream>>flush 19:48:18 490/520 - 5/29: Installing method ZnBufferedReadWriteStream>>isBinary 19:48:18 490/520 - 6/29: Installing method ZnBufferedReadWriteStream>>isReadOnly 19:48:18 490/520 - 7/29: Installing method ZnBufferedReadWriteStream>>isStream 19:48:18 490/520 - 8/29: Installing method ZnBufferedReadWriteStream>>next 19:48:18 490/520 - 9/29: Installing method ZnBufferedReadWriteStream>>next: 19:48:18 490/520 - 10/29: Installing method ZnBufferedReadWriteStream>>next:putAll: 19:48:18 490/520 - 11/29: Installing method ZnBufferedReadWriteStream>>next:putAll:startingAt: 19:48:18 490/520 - 12/29: Installing method ZnBufferedReadWriteStream>>nextPut: 19:48:18 490/520 - 13/29: Installing method ZnBufferedReadWriteStream>>nextPutAll: 19:48:18 490/520 - 14/29: Installing method ZnBufferedReadWriteStream>>on: 19:48:18 490/520 - 15/29: Installing method ZnBufferedReadWriteStream>>peek 19:48:18 490/520 - 16/29: Installing method ZnBufferedReadWriteStream>>position 19:48:18 490/520 - 17/29: Installing method ZnBufferedReadWriteStream>>position: 19:48:18 490/520 - 18/29: Installing method ZnBufferedReadWriteStream>>readInto:startingAt:count: 19:48:18 490/520 - 19/29: Installing method ZnBufferedReadWriteStream>>readingActionDo: 19:48:18 490/520 - 20/29: Installing method ZnBufferedReadWriteStream>>setToEnd 19:48:18 490/520 - 21/29: Installing method ZnBufferedReadWriteStream>>size 19:48:18 490/520 - 22/29: Installing method ZnBufferedReadWriteStream>>sizeBuffer: 19:48:18 490/520 - 23/29: Installing method ZnBufferedReadWriteStream>>skip: 19:48:18 490/520 - 24/29: Installing method ZnBufferedReadWriteStream>>truncate 19:48:18 490/520 - 25/29: Installing method ZnBufferedReadWriteStream>>truncate: 19:48:18 490/520 - 26/29: Installing method ZnBufferedReadWriteStream>>upTo: 19:48:18 490/520 - 27/29: Installing method ZnBufferedReadWriteStream>>upToEnd 19:48:18 490/520 - 28/29: Installing method ZnBufferedReadWriteStream>>wrappedStream 19:48:18 490/520 - 29/29: Installing method ZnBufferedReadWriteStream>>writingActionDo: 19:48:18 490/520 - 1/2: Installing method ZnBufferedReadWriteStream class>>on: 19:48:18 490/520 - 2/2: Installing method ZnBufferedReadWriteStream class>>on:do: 19:48:19 491/520 - 1/43: Installing method ZnBufferedWriteStream>>buffer 19:48:19 491/520 - 2/43: Installing method ZnBufferedWriteStream>>bufferFreeSize 19:48:19 491/520 - 3/43: Installing method ZnBufferedWriteStream>>bufferSize 19:48:19 491/520 - 4/43: Installing method ZnBufferedWriteStream>>close 19:48:19 491/520 - 5/43: Installing method ZnBufferedWriteStream>>closed 19:48:19 491/520 - 6/43: Installing method ZnBufferedWriteStream>>cr 19:48:19 491/520 - 7/43: Installing method ZnBufferedWriteStream>>crlf 19:48:19 491/520 - 8/43: Installing method ZnBufferedWriteStream>>defaultBufferSize 19:48:19 491/520 - 9/43: Installing method ZnBufferedWriteStream>>discardBuffer 19:48:19 491/520 - 10/43: Installing method ZnBufferedWriteStream>>finish 19:48:19 491/520 - 11/43: Installing method ZnBufferedWriteStream>>flush 19:48:19 491/520 - 12/43: Installing method ZnBufferedWriteStream>>flushBuffer 19:48:19 491/520 - 13/43: Installing method ZnBufferedWriteStream>>flushBufferIfFull 19:48:19 491/520 - 14/43: Installing method ZnBufferedWriteStream>>int16: 19:48:19 491/520 - 15/43: Installing method ZnBufferedWriteStream>>int32: 19:48:19 491/520 - 16/43: Installing method ZnBufferedWriteStream>>int8: 19:48:19 491/520 - 17/43: Installing method ZnBufferedWriteStream>>isBinary 19:48:19 491/520 - 18/43: Installing method ZnBufferedWriteStream>>isStream 19:48:19 491/520 - 19/43: Installing method ZnBufferedWriteStream>>lf 19:48:19 491/520 - 20/43: Installing method ZnBufferedWriteStream>>next:putAll: 19:48:19 491/520 - 21/43: Installing method ZnBufferedWriteStream>>next:putAll:startingAt: 19:48:19 491/520 - 22/43: Installing method ZnBufferedWriteStream>>nextInt32Put: 19:48:19 491/520 - 23/43: Installing method ZnBufferedWriteStream>>nextIntegerOfSize:signed:bigEndian:put: 19:48:19 491/520 - 24/43: Installing method ZnBufferedWriteStream>>nextLittleEndianNumber:put: 19:48:19 491/520 - 25/43: Installing method ZnBufferedWriteStream>>nextNumber:put: 19:48:19 491/520 - 26/43: Installing method ZnBufferedWriteStream>>nextPut: 19:48:19 491/520 - 27/43: Installing method ZnBufferedWriteStream>>nextPutAll: 19:48:19 491/520 - 28/43: Installing method ZnBufferedWriteStream>>nextWordPut: 19:48:19 491/520 - 29/43: Installing method ZnBufferedWriteStream>>on: 19:48:19 491/520 - 30/43: Installing method ZnBufferedWriteStream>>position 19:48:19 491/520 - 31/43: Installing method ZnBufferedWriteStream>>position: 19:48:19 491/520 - 32/43: Installing method ZnBufferedWriteStream>>print: 19:48:19 491/520 - 33/43: Installing method ZnBufferedWriteStream>>printOn: 19:48:19 491/520 - 34/43: Installing method ZnBufferedWriteStream>>reset 19:48:19 491/520 - 35/43: Installing method ZnBufferedWriteStream>>setToEnd 19:48:19 491/520 - 36/43: Installing method ZnBufferedWriteStream>>sizeBuffer: 19:48:19 491/520 - 37/43: Installing method ZnBufferedWriteStream>>space 19:48:19 491/520 - 38/43: Installing method ZnBufferedWriteStream>>tab 19:48:19 491/520 - 39/43: Installing method ZnBufferedWriteStream>>truncate 19:48:19 491/520 - 40/43: Installing method ZnBufferedWriteStream>>truncate: 19:48:19 491/520 - 41/43: Installing method ZnBufferedWriteStream>>uint16: 19:48:19 491/520 - 42/43: Installing method ZnBufferedWriteStream>>uint32: 19:48:19 491/520 - 43/43: Installing method ZnBufferedWriteStream>>uint8: 19:48:19 491/520 - 1/2: Installing method ZnBufferedWriteStream class>>on: 19:48:19 491/520 - 2/2: Installing method ZnBufferedWriteStream class>>on:do: 19:48:19 492/520 - 1/1: Installing method ZnByteEncoder>>decodeBytesIntoWideString: 19:48:20 492/520 - 1/33: Installing method ZnByteEncoder class>>cp1250Mapping 19:48:20 492/520 - 2/33: Installing method ZnByteEncoder class>>cp1251Mapping 19:48:20 492/520 - 3/33: Installing method ZnByteEncoder class>>cp1252Mapping 19:48:20 492/520 - 4/33: Installing method ZnByteEncoder class>>cp1253Mapping 19:48:20 492/520 - 5/33: Installing method ZnByteEncoder class>>cp1254Mapping 19:48:20 492/520 - 6/33: Installing method ZnByteEncoder class>>cp1255Mapping 19:48:20 492/520 - 7/33: Installing method ZnByteEncoder class>>cp1256Mapping 19:48:20 492/520 - 8/33: Installing method ZnByteEncoder class>>cp1257Mapping 19:48:20 492/520 - 9/33: Installing method ZnByteEncoder class>>cp1258Mapping 19:48:20 492/520 - 10/33: Installing method ZnByteEncoder class>>cp850Mapping 19:48:20 492/520 - 11/33: Installing method ZnByteEncoder class>>cp866Mapping 19:48:20 492/520 - 12/33: Installing method ZnByteEncoder class>>cp874Mapping 19:48:20 492/520 - 13/33: Installing method ZnByteEncoder class>>generateByteToUnicodeSpec: 19:48:20 492/520 - 14/33: Installing method ZnByteEncoder class>>iso885910Mapping 19:48:20 492/520 - 15/33: Installing method ZnByteEncoder class>>iso885913Mapping 19:48:20 492/520 - 16/33: Installing method ZnByteEncoder class>>iso885914Mapping 19:48:20 492/520 - 17/33: Installing method ZnByteEncoder class>>iso885915Mapping 19:48:20 492/520 - 18/33: Installing method ZnByteEncoder class>>iso885916Mapping 19:48:20 492/520 - 19/33: Installing method ZnByteEncoder class>>iso88592Mapping 19:48:20 492/520 - 20/33: Installing method ZnByteEncoder class>>iso88593Mapping 19:48:20 492/520 - 21/33: Installing method ZnByteEncoder class>>iso88594Mapping 19:48:20 492/520 - 22/33: Installing method ZnByteEncoder class>>iso88595Mapping 19:48:20 492/520 - 23/33: Installing method ZnByteEncoder class>>iso88596Mapping 19:48:20 492/520 - 24/33: Installing method ZnByteEncoder class>>iso88597Mapping 19:48:20 492/520 - 25/33: Installing method ZnByteEncoder class>>iso88598Mapping 19:48:20 492/520 - 26/33: Installing method ZnByteEncoder class>>koi8rMapping 19:48:20 492/520 - 27/33: Installing method ZnByteEncoder class>>koi8uMapping 19:48:20 492/520 - 28/33: Installing method ZnByteEncoder class>>macCyrillicMapping 19:48:20 492/520 - 29/33: Installing method ZnByteEncoder class>>macRomanMapping 19:48:20 492/520 - 30/33: Installing method ZnByteEncoder class>>mappingToIdentifiers 19:48:20 492/520 - 31/33: Installing method ZnByteEncoder class>>newFromUrl: 19:48:20 492/520 - 32/33: Installing method ZnByteEncoder class>>parseUnicodeOrgSpec: 19:48:20 492/520 - 33/33: Installing method ZnByteEncoder class>>top128FromUnicodeSpec: 19:48:20 493/520 - 1/6: Installing method ZnByteStringBecameWideString>>becomeForward 19:48:20 493/520 - 2/6: Installing method ZnByteStringBecameWideString>>byteString 19:48:20 493/520 - 3/6: Installing method ZnByteStringBecameWideString>>byteString: 19:48:20 493/520 - 4/6: Installing method ZnByteStringBecameWideString>>isResumable 19:48:20 493/520 - 5/6: Installing method ZnByteStringBecameWideString>>wideString 19:48:20 493/520 - 6/6: Installing method ZnByteStringBecameWideString>>wideString: 19:48:20 493/520 - 1/1: Installing method ZnByteStringBecameWideString class>>convert: 19:48:20 494/520 - 1/11: Installing method ZnCRLFReadStream>>atEnd 19:48:20 494/520 - 2/11: Installing method ZnCRLFReadStream>>close 19:48:20 494/520 - 3/11: Installing method ZnCRLFReadStream>>isBinary 19:48:20 494/520 - 4/11: Installing method ZnCRLFReadStream>>next 19:48:20 494/520 - 5/11: Installing method ZnCRLFReadStream>>next:into: 19:48:20 494/520 - 6/11: Installing method ZnCRLFReadStream>>next:into:startingAt: 19:48:20 494/520 - 7/11: Installing method ZnCRLFReadStream>>on: 19:48:20 494/520 - 8/11: Installing method ZnCRLFReadStream>>peek 19:48:20 494/520 - 9/11: Installing method ZnCRLFReadStream>>readInto:startingAt:count: 19:48:20 494/520 - 10/11: Installing method ZnCRLFReadStream>>readStream 19:48:21 494/520 - 11/11: Installing method ZnCRLFReadStream>>upToEnd 19:48:21 494/520 - 1/2: Installing method ZnCRLFReadStream class>>initialize 19:48:21 494/520 - 2/2: Installing method ZnCRLFReadStream class>>on: 19:48:21 495/520 - 1/29: Installing method ZnCharacterEncoder>>= 19:48:21 495/520 - 2/29: Installing method ZnCharacterEncoder>>asZnCharacterEncoder 19:48:21 495/520 - 3/29: Installing method ZnCharacterEncoder>>backOnStream: 19:48:21 495/520 - 4/29: Installing method ZnCharacterEncoder>>beLenient 19:48:21 495/520 - 5/29: Installing method ZnCharacterEncoder>>decodeAsCodePoints: 19:48:21 495/520 - 6/29: Installing method ZnCharacterEncoder>>decodeBytes: 19:48:21 495/520 - 7/29: Installing method ZnCharacterEncoder>>encodeCodePoints: 19:48:21 495/520 - 8/29: Installing method ZnCharacterEncoder>>encodeString: 19:48:21 495/520 - 9/29: Installing method ZnCharacterEncoder>>encodedByteCountFor: 19:48:21 495/520 - 10/29: Installing method ZnCharacterEncoder>>encodedByteCountForCodePoint: 19:48:21 495/520 - 11/29: Installing method ZnCharacterEncoder>>encodedByteCountForCodePoints: 19:48:21 495/520 - 12/29: Installing method ZnCharacterEncoder>>encodedByteCountForString: 19:48:21 495/520 - 13/29: Installing method ZnCharacterEncoder>>endianness 19:48:21 495/520 - 14/29: Installing method ZnCharacterEncoder>>ensureAtBeginOfCodePointOnStream: 19:48:21 495/520 - 15/29: Installing method ZnCharacterEncoder>>error: 19:48:21 495/520 - 16/29: Installing method ZnCharacterEncoder>>errorIncomplete 19:48:21 495/520 - 17/29: Installing method ZnCharacterEncoder>>errorOutsideRange 19:48:21 495/520 - 18/29: Installing method ZnCharacterEncoder>>hash 19:48:21 495/520 - 19/29: Installing method ZnCharacterEncoder>>identifier 19:48:21 495/520 - 20/29: Installing method ZnCharacterEncoder>>isFixedLength 19:48:21 495/520 - 21/29: Installing method ZnCharacterEncoder>>isStrict 19:48:21 495/520 - 22/29: Installing method ZnCharacterEncoder>>isVariableLength 19:48:21 495/520 - 23/29: Installing method ZnCharacterEncoder>>next:putAll:startingAt:toStream: 19:48:21 495/520 - 24/29: Installing method ZnCharacterEncoder>>nextCodePointFromStream: 19:48:21 495/520 - 25/29: Installing method ZnCharacterEncoder>>nextFromStream: 19:48:21 495/520 - 26/29: Installing method ZnCharacterEncoder>>nextPut:toStream: 19:48:21 495/520 - 27/29: Installing method ZnCharacterEncoder>>nextPutCodePoint:toStream: 19:48:21 495/520 - 28/29: Installing method ZnCharacterEncoder>>readInto:startingAt:count:fromStream: 19:48:21 495/520 - 29/29: Installing method ZnCharacterEncoder>>skipToBeginOfCodePointOnStream: 19:48:21 495/520 - 1/11: Installing method ZnCharacterEncoder class>>ascii 19:48:21 495/520 - 2/11: Installing method ZnCharacterEncoder class>>canonicalEncodingIdentifier: 19:48:21 495/520 - 3/11: Installing method ZnCharacterEncoder class>>default 19:48:21 495/520 - 4/11: Installing method ZnCharacterEncoder class>>detectEncoding: 19:48:21 495/520 - 5/11: Installing method ZnCharacterEncoder class>>handlesEncoding: 19:48:21 495/520 - 6/11: Installing method ZnCharacterEncoder class>>isAbstract 19:48:21 495/520 - 7/11: Installing method ZnCharacterEncoder class>>iso88591 19:48:21 495/520 - 8/11: Installing method ZnCharacterEncoder class>>knownEncodingIdentifiers 19:48:21 495/520 - 9/11: Installing method ZnCharacterEncoder class>>latin1 19:48:21 495/520 - 10/11: Installing method ZnCharacterEncoder class>>newForEncoding: 19:48:22 495/520 - 11/11: Installing method ZnCharacterEncoder class>>utf8 19:48:22 497/520 - 1/6: Installing method ZnCharacterReadStream>>collectionSpecies 19:48:22 497/520 - 2/6: Installing method ZnCharacterReadStream>>match: 19:48:22 497/520 - 3/6: Installing method ZnCharacterReadStream>>nextElement 19:48:22 497/520 - 4/6: Installing method ZnCharacterReadStream>>nextLine 19:48:22 497/520 - 5/6: Installing method ZnCharacterReadStream>>readInto:startingAt:count: 19:48:22 497/520 - 6/6: Installing method ZnCharacterReadStream>>upToAll: 19:48:22 498/520 - 1/24: Installing method ZnCharacterReadWriteStream>>atEnd 19:48:22 498/520 - 2/24: Installing method ZnCharacterReadWriteStream>>close 19:48:22 498/520 - 3/24: Installing method ZnCharacterReadWriteStream>>closed 19:48:22 498/520 - 4/24: Installing method ZnCharacterReadWriteStream>>collectionSpecies 19:48:22 498/520 - 5/24: Installing method ZnCharacterReadWriteStream>>cr 19:48:22 498/520 - 6/24: Installing method ZnCharacterReadWriteStream>>flush 19:48:22 498/520 - 7/24: Installing method ZnCharacterReadWriteStream>>isReadOnly 19:48:22 498/520 - 8/24: Installing method ZnCharacterReadWriteStream>>next 19:48:22 498/520 - 9/24: Installing method ZnCharacterReadWriteStream>>next: 19:48:22 498/520 - 10/24: Installing method ZnCharacterReadWriteStream>>nextPut: 19:48:22 498/520 - 11/24: Installing method ZnCharacterReadWriteStream>>nextPutAll: 19:48:22 498/520 - 12/24: Installing method ZnCharacterReadWriteStream>>on:encoding: 19:48:22 498/520 - 13/24: Installing method ZnCharacterReadWriteStream>>peek 19:48:22 498/520 - 14/24: Installing method ZnCharacterReadWriteStream>>position 19:48:22 498/520 - 15/24: Installing method ZnCharacterReadWriteStream>>position: 19:48:22 498/520 - 16/24: Installing method ZnCharacterReadWriteStream>>print: 19:48:22 498/520 - 17/24: Installing method ZnCharacterReadWriteStream>>readOnlyCopy 19:48:22 498/520 - 18/24: Installing method ZnCharacterReadWriteStream>>setToEnd 19:48:22 498/520 - 19/24: Installing method ZnCharacterReadWriteStream>>size 19:48:22 498/520 - 20/24: Installing method ZnCharacterReadWriteStream>>skip: 19:48:22 498/520 - 21/24: Installing method ZnCharacterReadWriteStream>>space 19:48:22 498/520 - 22/24: Installing method ZnCharacterReadWriteStream>>tab 19:48:22 498/520 - 23/24: Installing method ZnCharacterReadWriteStream>>upToAll: 19:48:22 498/520 - 24/24: Installing method ZnCharacterReadWriteStream>>upToEnd 19:48:22 498/520 - 1/1: Installing method ZnCharacterReadWriteStream class>>on:encoding: 19:48:22 499/520 - 1/8: Installing method ZnCharacterWriteStream>>cr 19:48:22 499/520 - 2/8: Installing method ZnCharacterWriteStream>>crlf 19:48:22 499/520 - 3/8: Installing method ZnCharacterWriteStream>>lf 19:48:22 499/520 - 4/8: Installing method ZnCharacterWriteStream>>next:putAll:startingAt: 19:48:22 499/520 - 5/8: Installing method ZnCharacterWriteStream>>nextPut: 19:48:22 499/520 - 6/8: Installing method ZnCharacterWriteStream>>print: 19:48:22 499/520 - 7/8: Installing method ZnCharacterWriteStream>>space 19:48:22 499/520 - 8/8: Installing method ZnCharacterWriteStream>>tab 19:48:22 500/520 - 1/2: Installing method ZnCodePointReadStream>>collectionSpecies 19:48:22 500/520 - 2/2: Installing method ZnCodePointReadStream>>nextElement 19:48:22 501/520 - 1/1: Installing method ZnCodePointWriteStream>>nextPut: 19:48:22 502/520 - 1/4: Installing method ZnCrPortableWriteStream>>initialize 19:48:22 502/520 - 2/4: Installing method ZnCrPortableWriteStream>>newLine 19:48:22 502/520 - 3/4: Installing method ZnCrPortableWriteStream>>nextPut: 19:48:22 502/520 - 4/4: Installing method ZnCrPortableWriteStream>>stream: 19:48:22 502/520 - 1/1: Installing method ZnCrPortableWriteStream class>>on: 19:48:22 503/520 - 1/1: Installing method ZnDefaultCharacterEncoder>>default 19:48:23 504/520 - 1/21: Installing method ZnEncodedReadStream>>atEnd 19:48:23 504/520 - 2/21: Installing method ZnEncodedReadStream>>back 19:48:23 504/520 - 3/21: Installing method ZnEncodedReadStream>>collectionSpecies 19:48:23 504/520 - 4/21: Installing method ZnEncodedReadStream>>contents 19:48:23 504/520 - 5/21: Installing method ZnEncodedReadStream>>isReadOnly 19:48:23 504/520 - 6/21: Installing method ZnEncodedReadStream>>next 19:48:23 504/520 - 7/21: Installing method ZnEncodedReadStream>>next: 19:48:23 504/520 - 8/21: Installing method ZnEncodedReadStream>>next:into: 19:48:23 504/520 - 9/21: Installing method ZnEncodedReadStream>>next:into:startingAt: 19:48:23 504/520 - 10/21: Installing method ZnEncodedReadStream>>nextElement 19:48:23 504/520 - 11/21: Installing method ZnEncodedReadStream>>nextInto: 19:48:23 504/520 - 12/21: Installing method ZnEncodedReadStream>>peek 19:48:23 504/520 - 13/21: Installing method ZnEncodedReadStream>>peekFor: 19:48:23 504/520 - 14/21: Installing method ZnEncodedReadStream>>position 19:48:23 504/520 - 15/21: Installing method ZnEncodedReadStream>>position: 19:48:23 504/520 - 16/21: Installing method ZnEncodedReadStream>>positionForward: 19:48:23 504/520 - 17/21: Installing method ZnEncodedReadStream>>readInto:startingAt:count: 19:48:23 504/520 - 18/21: Installing method ZnEncodedReadStream>>readStream 19:48:23 504/520 - 19/21: Installing method ZnEncodedReadStream>>skip: 19:48:23 504/520 - 20/21: Installing method ZnEncodedReadStream>>upTo: 19:48:23 504/520 - 21/21: Installing method ZnEncodedReadStream>>upToEnd 19:48:23 504/520 - 1/1: Installing method ZnEncodedReadStream class>>isAbstract 19:48:23 505/520 - 1/17: Installing method ZnEncodedStream>>close 19:48:23 505/520 - 2/17: Installing method ZnEncodedStream>>closed 19:48:23 505/520 - 3/17: Installing method ZnEncodedStream>>encoder 19:48:23 505/520 - 4/17: Installing method ZnEncodedStream>>encoder: 19:48:23 505/520 - 5/17: Installing method ZnEncodedStream>>encoding: 19:48:23 505/520 - 6/17: Installing method ZnEncodedStream>>flush 19:48:23 505/520 - 7/17: Installing method ZnEncodedStream>>isBinary 19:48:23 505/520 - 8/17: Installing method ZnEncodedStream>>isStream 19:48:23 505/520 - 9/17: Installing method ZnEncodedStream>>on: 19:48:23 505/520 - 10/17: Installing method ZnEncodedStream>>position 19:48:23 505/520 - 11/17: Installing method ZnEncodedStream>>position: 19:48:23 505/520 - 12/17: Installing method ZnEncodedStream>>reset 19:48:23 505/520 - 13/17: Installing method ZnEncodedStream>>setToEnd 19:48:23 505/520 - 14/17: Installing method ZnEncodedStream>>size 19:48:23 505/520 - 15/17: Installing method ZnEncodedStream>>truncate 19:48:23 505/520 - 16/17: Installing method ZnEncodedStream>>truncate: 19:48:23 505/520 - 17/17: Installing method ZnEncodedStream>>wrappedStream 19:48:23 505/520 - 1/4: Installing method ZnEncodedStream class>>defaultEncoder 19:48:23 505/520 - 2/4: Installing method ZnEncodedStream class>>isAbstract 19:48:23 505/520 - 3/4: Installing method ZnEncodedStream class>>on: 19:48:23 505/520 - 4/4: Installing method ZnEncodedStream class>>on:encoding: 19:48:23 506/520 - 1/6: Installing method ZnEncodedWriteStream>><< 19:48:23 506/520 - 2/6: Installing method ZnEncodedWriteStream>>flush 19:48:23 506/520 - 3/6: Installing method ZnEncodedWriteStream>>next:putAll: 19:48:23 506/520 - 4/6: Installing method ZnEncodedWriteStream>>next:putAll:startingAt: 19:48:23 506/520 - 5/6: Installing method ZnEncodedWriteStream>>nextPut: 19:48:23 506/520 - 6/6: Installing method ZnEncodedWriteStream>>nextPutAll: 19:48:23 506/520 - 1/1: Installing method ZnEncodedWriteStream class>>isAbstract 19:48:23 507/520 - 1/10: Installing method ZnEndianSensitiveUTFEncoder>>= 19:48:23 507/520 - 2/10: Installing method ZnEndianSensitiveUTFEncoder>>beBigEndian 19:48:23 507/520 - 3/10: Installing method ZnEndianSensitiveUTFEncoder>>beLittleEndian 19:48:23 507/520 - 4/10: Installing method ZnEndianSensitiveUTFEncoder>>endianness 19:48:24 507/520 - 5/10: Installing method ZnEndianSensitiveUTFEncoder>>hash 19:48:24 507/520 - 6/10: Installing method ZnEndianSensitiveUTFEncoder>>initialize 19:48:24 507/520 - 7/10: Installing method ZnEndianSensitiveUTFEncoder>>isBigEndian 19:48:24 507/520 - 8/10: Installing method ZnEndianSensitiveUTFEncoder>>isLittleEndian 19:48:24 507/520 - 9/10: Installing method ZnEndianSensitiveUTFEncoder>>printOn: 19:48:24 507/520 - 10/10: Installing method ZnEndianSensitiveUTFEncoder>>swapEndianness 19:48:24 507/520 - 1/2: Installing method ZnEndianSensitiveUTFEncoder class>>handlesEncoding: 19:48:24 507/520 - 2/2: Installing method ZnEndianSensitiveUTFEncoder class>>newForEncoding: 19:48:24 508/520 - 1/3: Installing method ZnEndianessReadWriteStream>>nextLittleEndianNumber: 19:48:24 508/520 - 2/3: Installing method ZnEndianessReadWriteStream>>nextLittleEndianNumber:put: 19:48:24 508/520 - 3/3: Installing method ZnEndianessReadWriteStream>>on: 19:48:24 508/520 - 1/2: Installing method ZnEndianessReadWriteStream class>>on: 19:48:24 508/520 - 2/2: Installing method ZnEndianessReadWriteStream class>>on:do: 19:48:24 509/520 - 1/9: Installing method ZnFastLineReader>>atEnd 19:48:24 509/520 - 2/9: Installing method ZnFastLineReader>>beWide 19:48:24 509/520 - 3/9: Installing method ZnFastLineReader>>bufferStream: 19:48:24 509/520 - 4/9: Installing method ZnFastLineReader>>close 19:48:24 509/520 - 5/9: Installing method ZnFastLineReader>>initialize 19:48:24 509/520 - 6/9: Installing method ZnFastLineReader>>linesDo: 19:48:24 509/520 - 7/9: Installing method ZnFastLineReader>>nextLine 19:48:24 509/520 - 8/9: Installing method ZnFastLineReader>>on: 19:48:24 509/520 - 9/9: Installing method ZnFastLineReader>>streamContents: 19:48:24 509/520 - 1/1: Installing method ZnFastLineReader class>>on: 19:48:24 510/520 - 1/2: Installing method ZnIncomplete>>defaultResumeValue 19:48:24 510/520 - 2/2: Installing method ZnIncomplete>>isResumable 19:48:24 511/520 - 1/2: Installing method ZnInvalidUTF8>>defaultResumeValue 19:48:24 511/520 - 2/2: Installing method ZnInvalidUTF8>>isResumable 19:48:24 512/520 - 1/10: Installing method ZnNewLineWriterStream>>close 19:48:24 512/520 - 2/10: Installing method ZnNewLineWriterStream>>flush 19:48:24 512/520 - 3/10: Installing method ZnNewLineWriterStream>>forCr 19:48:24 512/520 - 4/10: Installing method ZnNewLineWriterStream>>forCrLf 19:48:24 512/520 - 5/10: Installing method ZnNewLineWriterStream>>forLf 19:48:24 512/520 - 6/10: Installing method ZnNewLineWriterStream>>forPlatformLineEnding 19:48:24 512/520 - 7/10: Installing method ZnNewLineWriterStream>>initialize 19:48:24 512/520 - 8/10: Installing method ZnNewLineWriterStream>>newLine 19:48:24 512/520 - 9/10: Installing method ZnNewLineWriterStream>>nextPut: 19:48:24 512/520 - 10/10: Installing method ZnNewLineWriterStream>>stream: 19:48:24 512/520 - 1/1: Installing method ZnNewLineWriterStream class>>on: 19:48:24 513/520 - 1/14: Installing method ZnNullEncoder>>backOnStream: 19:48:24 513/520 - 2/14: Installing method ZnNullEncoder>>decodeBytes: 19:48:24 513/520 - 3/14: Installing method ZnNullEncoder>>encodeString: 19:48:24 513/520 - 4/14: Installing method ZnNullEncoder>>encodedByteCountFor: 19:48:24 513/520 - 5/14: Installing method ZnNullEncoder>>encodedByteCountForCodePoint: 19:48:24 513/520 - 6/14: Installing method ZnNullEncoder>>encodedByteCountForCodePoints: 19:48:24 513/520 - 7/14: Installing method ZnNullEncoder>>encodedByteCountForString: 19:48:24 513/520 - 8/14: Installing method ZnNullEncoder>>ensureAtBeginOfCodePointOnStream: 19:48:24 513/520 - 9/14: Installing method ZnNullEncoder>>identifier 19:48:24 513/520 - 10/14: Installing method ZnNullEncoder>>next:putAll:startingAt:toStream: 19:48:24 513/520 - 11/14: Installing method ZnNullEncoder>>nextCodePointFromStream: 19:48:24 513/520 - 12/14: Installing method ZnNullEncoder>>nextPutCodePoint:toStream: 19:48:24 513/520 - 13/14: Installing method ZnNullEncoder>>readInto:startingAt:count:fromStream: 19:48:24 513/520 - 14/14: Installing method ZnNullEncoder>>skipToBeginOfCodePointOnStream: 19:48:24 513/520 - 1/3: Installing method ZnNullEncoder class>>handlesEncoding: 19:48:24 513/520 - 2/3: Installing method ZnNullEncoder class>>knownEncodingIdentifiers 19:48:24 513/520 - 3/3: Installing method ZnNullEncoder class>>newForEncoding: 19:48:25 514/520 - 1/14: Installing method ZnPercentEncoder>>characterEncoder 19:48:25 514/520 - 2/14: Installing method ZnPercentEncoder>>characterEncoder: 19:48:25 514/520 - 3/14: Installing method ZnPercentEncoder>>decode: 19:48:25 514/520 - 4/14: Installing method ZnPercentEncoder>>decode:to: 19:48:25 514/520 - 5/14: Installing method ZnPercentEncoder>>decodePlusAsSpace 19:48:25 514/520 - 6/14: Installing method ZnPercentEncoder>>decodePlusAsSpace: 19:48:25 514/520 - 7/14: Installing method ZnPercentEncoder>>encode: 19:48:25 514/520 - 8/14: Installing method ZnPercentEncoder>>encode:to: 19:48:25 514/520 - 9/14: Installing method ZnPercentEncoder>>errorAsciiCharacterExpected 19:48:25 514/520 - 10/14: Installing method ZnPercentEncoder>>errorHexDigitExpected 19:48:25 514/520 - 11/14: Installing method ZnPercentEncoder>>readHexFrom: 19:48:25 514/520 - 12/14: Installing method ZnPercentEncoder>>safeSet 19:48:25 514/520 - 13/14: Installing method ZnPercentEncoder>>safeSet: 19:48:25 514/520 - 14/14: Installing method ZnPercentEncoder>>writeHex:to: 19:48:25 514/520 - 1/1: Installing method ZnPercentEncoder class>>rfc3986UnreservedCharacters 19:48:25 515/520 - 1/26: Installing method ZnPositionableReadStream>>atEnd 19:48:25 515/520 - 2/26: Installing method ZnPositionableReadStream>>back 19:48:25 515/520 - 3/26: Installing method ZnPositionableReadStream>>bufferSize 19:48:25 515/520 - 4/26: Installing method ZnPositionableReadStream>>close 19:48:25 515/520 - 5/26: Installing method ZnPositionableReadStream>>collectionSpecies 19:48:25 515/520 - 6/26: Installing method ZnPositionableReadStream>>defaultBufferSize 19:48:25 515/520 - 7/26: Installing method ZnPositionableReadStream>>initialize 19:48:25 515/520 - 8/26: Installing method ZnPositionableReadStream>>isBinary 19:48:25 515/520 - 9/26: Installing method ZnPositionableReadStream>>next 19:48:25 515/520 - 10/26: Installing method ZnPositionableReadStream>>next: 19:48:25 515/520 - 11/26: Installing method ZnPositionableReadStream>>next:into: 19:48:25 515/520 - 12/26: Installing method ZnPositionableReadStream>>next:into:startingAt: 19:48:25 515/520 - 13/26: Installing method ZnPositionableReadStream>>nextInto: 19:48:25 515/520 - 14/26: Installing method ZnPositionableReadStream>>on: 19:48:25 515/520 - 15/26: Installing method ZnPositionableReadStream>>peek 19:48:25 515/520 - 16/26: Installing method ZnPositionableReadStream>>peekFor: 19:48:25 515/520 - 17/26: Installing method ZnPositionableReadStream>>position 19:48:25 515/520 - 18/26: Installing method ZnPositionableReadStream>>position: 19:48:25 515/520 - 19/26: Installing method ZnPositionableReadStream>>readInto:startingAt:count: 19:48:25 515/520 - 20/26: Installing method ZnPositionableReadStream>>readStream 19:48:25 515/520 - 21/26: Installing method ZnPositionableReadStream>>savingPositionDo: 19:48:25 515/520 - 22/26: Installing method ZnPositionableReadStream>>sizeBuffer: 19:48:25 515/520 - 23/26: Installing method ZnPositionableReadStream>>skip: 19:48:25 515/520 - 24/26: Installing method ZnPositionableReadStream>>upTo: 19:48:25 515/520 - 25/26: Installing method ZnPositionableReadStream>>upToEnd 19:48:25 515/520 - 26/26: Installing method ZnPositionableReadStream>>wrappedStream 19:48:25 515/520 - 1/2: Installing method ZnPositionableReadStream class>>on: 19:48:25 515/520 - 2/2: Installing method ZnPositionableReadStream class>>on:do: 19:48:25 516/520 - 1/21: Installing method ZnSimplifiedByteEncoder>>= 19:48:25 516/520 - 2/21: Installing method ZnSimplifiedByteEncoder>>backOnStream: 19:48:25 516/520 - 3/21: Installing method ZnSimplifiedByteEncoder>>beLenient 19:48:25 516/520 - 4/21: Installing method ZnSimplifiedByteEncoder>>byteDomain 19:48:25 516/520 - 5/21: Installing method ZnSimplifiedByteEncoder>>byteToUnicode: 19:48:25 516/520 - 6/21: Installing method ZnSimplifiedByteEncoder>>characterDomain 19:48:25 516/520 - 7/21: Installing method ZnSimplifiedByteEncoder>>encodedByteCountFor: 19:48:25 516/520 - 8/21: Installing method ZnSimplifiedByteEncoder>>encodedByteCountForCodePoint: 19:48:25 516/520 - 9/21: Installing method ZnSimplifiedByteEncoder>>ensureAtBeginOfCodePointOnStream: 19:48:25 516/520 - 10/21: Installing method ZnSimplifiedByteEncoder>>hash 19:48:26 516/520 - 11/21: Installing method ZnSimplifiedByteEncoder>>identifier 19:48:26 516/520 - 12/21: Installing method ZnSimplifiedByteEncoder>>identifier: 19:48:26 516/520 - 13/21: Installing method ZnSimplifiedByteEncoder>>initialize 19:48:26 516/520 - 14/21: Installing method ZnSimplifiedByteEncoder>>isLenient 19:48:26 516/520 - 15/21: Installing method ZnSimplifiedByteEncoder>>isStrict 19:48:26 516/520 - 16/21: Installing method ZnSimplifiedByteEncoder>>nextCodePointFromStream: 19:48:26 516/520 - 17/21: Installing method ZnSimplifiedByteEncoder>>nextFromStream: 19:48:26 516/520 - 18/21: Installing method ZnSimplifiedByteEncoder>>nextPutCodePoint:toStream: 19:48:26 516/520 - 19/21: Installing method ZnSimplifiedByteEncoder>>printOn: 19:48:26 516/520 - 20/21: Installing method ZnSimplifiedByteEncoder>>skipToBeginOfCodePointOnStream: 19:48:26 516/520 - 21/21: Installing method ZnSimplifiedByteEncoder>>unicodeToByte: 19:48:26 516/520 - 1/10: Installing method ZnSimplifiedByteEncoder class>>asciiMapping 19:48:26 516/520 - 2/10: Installing method ZnSimplifiedByteEncoder class>>byteTextConverters 19:48:26 516/520 - 3/10: Installing method ZnSimplifiedByteEncoder class>>handlesEncoding: 19:48:26 516/520 - 4/10: Installing method ZnSimplifiedByteEncoder class>>initialize 19:48:26 516/520 - 5/10: Installing method ZnSimplifiedByteEncoder class>>initializeByteTextConverters 19:48:26 516/520 - 6/10: Installing method ZnSimplifiedByteEncoder class>>iso88591Mapping 19:48:26 516/520 - 7/10: Installing method ZnSimplifiedByteEncoder class>>knownEncodingIdentifiers 19:48:26 516/520 - 8/10: Installing method ZnSimplifiedByteEncoder class>>mappingToIdentifiers 19:48:26 516/520 - 9/10: Installing method ZnSimplifiedByteEncoder class>>newForEncoding: 19:48:26 516/520 - 10/10: Installing method ZnSimplifiedByteEncoder class>>tablesFromSpec: 19:48:26 517/520 - 1/13: Installing method ZnUTF16Encoder>>back16BitWordOnStream: 19:48:26 517/520 - 2/13: Installing method ZnUTF16Encoder>>backOnStream: 19:48:26 517/520 - 3/13: Installing method ZnUTF16Encoder>>encodedByteCountForCodePoint: 19:48:26 517/520 - 4/13: Installing method ZnUTF16Encoder>>ensureAtBeginOfCodePointOnStream: 19:48:26 517/520 - 5/13: Installing method ZnUTF16Encoder>>errorIncomplete 19:48:26 517/520 - 6/13: Installing method ZnUTF16Encoder>>identifier 19:48:26 517/520 - 7/13: Installing method ZnUTF16Encoder>>isFixedLength 19:48:26 517/520 - 8/13: Installing method ZnUTF16Encoder>>nextCodePointFromStream: 19:48:26 517/520 - 9/13: Installing method ZnUTF16Encoder>>nextPutCodePoint:toStream: 19:48:26 517/520 - 10/13: Installing method ZnUTF16Encoder>>processByteOrderMark: 19:48:26 517/520 - 11/13: Installing method ZnUTF16Encoder>>read16BitWordFromStream: 19:48:26 517/520 - 12/13: Installing method ZnUTF16Encoder>>skipToBeginOfCodePointOnStream: 19:48:26 517/520 - 13/13: Installing method ZnUTF16Encoder>>write16BitWord:toStream: 19:48:26 517/520 - 1/2: Installing method ZnUTF16Encoder class>>handlesEncoding: 19:48:26 517/520 - 2/2: Installing method ZnUTF16Encoder class>>knownEncodingIdentifiers 19:48:26 518/520 - 1/11: Installing method ZnUTF32Encoder>>backOnStream: 19:48:26 518/520 - 2/11: Installing method ZnUTF32Encoder>>encodedByteCountForCodePoint: 19:48:26 518/520 - 3/11: Installing method ZnUTF32Encoder>>ensureAtBeginOfCodePointOnStream: 19:48:26 518/520 - 4/11: Installing method ZnUTF32Encoder>>errorIncomplete 19:48:26 518/520 - 5/11: Installing method ZnUTF32Encoder>>identifier 19:48:26 518/520 - 6/11: Installing method ZnUTF32Encoder>>nextCodePointFromStream: 19:48:26 518/520 - 7/11: Installing method ZnUTF32Encoder>>nextPutCodePoint:toStream: 19:48:26 518/520 - 8/11: Installing method ZnUTF32Encoder>>processByteOrderMark: 19:48:26 518/520 - 9/11: Installing method ZnUTF32Encoder>>readCodePointFrom: 19:48:26 518/520 - 10/11: Installing method ZnUTF32Encoder>>skipToBeginOfCodePointOnStream: 19:48:26 518/520 - 11/11: Installing method ZnUTF32Encoder>>writeCodePoint:to: 19:48:26 518/520 - 1/2: Installing method ZnUTF32Encoder class>>handlesEncoding: 19:48:26 518/520 - 2/2: Installing method ZnUTF32Encoder class>>knownEncodingIdentifiers 19:48:26 519/520 - 1/17: Installing method ZnUTF8Encoder>>backOnStream: 19:48:26 519/520 - 2/17: Installing method ZnUTF8Encoder>>encodedByteCountForCodePoint: 19:48:26 519/520 - 3/17: Installing method ZnUTF8Encoder>>ensureAtBeginOfCodePointOnStream: 19:48:26 519/520 - 4/17: Installing method ZnUTF8Encoder>>error: 19:48:26 519/520 - 5/17: Installing method ZnUTF8Encoder>>errorIllegalContinuationByte 19:48:26 519/520 - 6/17: Installing method ZnUTF8Encoder>>errorIllegalLeadingByte 19:48:26 519/520 - 7/17: Installing method ZnUTF8Encoder>>errorOverlong 19:48:26 519/520 - 8/17: Installing method ZnUTF8Encoder>>findFirstNonASCIIIn:startingAt: 19:48:26 519/520 - 9/17: Installing method ZnUTF8Encoder>>identifier 19:48:26 519/520 - 10/17: Installing method ZnUTF8Encoder>>isFixedLength 19:48:26 519/520 - 11/17: Installing method ZnUTF8Encoder>>next:putAll:startingAt:toStream: 19:48:26 519/520 - 12/17: Installing method ZnUTF8Encoder>>next:putAllASCII:startingAt:toStream: 19:48:26 519/520 - 13/17: Installing method ZnUTF8Encoder>>next:putAllByteString:startingAt:toStream: 19:48:26 519/520 - 14/17: Installing method ZnUTF8Encoder>>nextCodePointFromStream: 19:48:26 519/520 - 15/17: Installing method ZnUTF8Encoder>>nextPutCodePoint:toStream: 19:48:26 519/520 - 16/17: Installing method ZnUTF8Encoder>>readInto:startingAt:count:fromStream: 19:48:26 519/520 - 17/17: Installing method ZnUTF8Encoder>>skipToBeginOfCodePointOnStream: 19:48:27 519/520 - 1/5: Installing method ZnUTF8Encoder class>>default 19:48:27 519/520 - 2/5: Installing method ZnUTF8Encoder class>>handlesEncoding: 19:48:27 519/520 - 3/5: Installing method ZnUTF8Encoder class>>initialize 19:48:27 519/520 - 4/5: Installing method ZnUTF8Encoder class>>knownEncodingIdentifiers 19:48:27 519/520 - 5/5: Installing method ZnUTF8Encoder class>>newForEncoding: 19:48:27 520/520 - 1/7: Installing method ZnUTFEncoder>>byteOrderMark 19:48:27 520/520 - 2/7: Installing method ZnUTFEncoder>>decodeBytes: 19:48:27 520/520 - 3/7: Installing method ZnUTFEncoder>>decodeBytesIntoWideString: 19:48:27 520/520 - 4/7: Installing method ZnUTFEncoder>>encodeStringWithByteOrderMark: 19:48:27 520/520 - 5/7: Installing method ZnUTFEncoder>>isSurrogateCodePoint: 19:48:27 520/520 - 6/7: Installing method ZnUTFEncoder>>maximumUTFCode 19:48:27 520/520 - 7/7: Installing method ZnUTFEncoder>>nextPutByteOrderMarkToStream: 19:48:27 520/520 - 1/1: Installing method ZnUTFEncoder class>>handlesEncoding: 19:48:27 End: Installing defined methods 19:48:27 Begin: Installing extension methods 19:48:27 001/34-1/1: Installing extension method Symbol>>asAnnouncement 19:48:27 002/34-1/8: Installing extension method Object>>appendTo: 19:48:27 002/34-2/8: Installing extension method CompiledMethod class>>sortBlock 19:48:27 002/34-3/8: Installing extension method Behavior class>>sortBlock 19:48:27 002/34-4/8: Installing extension method Object>>split:do: 19:48:27 002/34-5/8: Installing extension method BlockClosure>>split:indicesDo: 19:48:27 002/34-6/8: Installing extension method Object>>split:indicesDo: 19:48:27 002/34-7/8: Installing extension method Character>>join: 19:48:27 002/34-8/8: Installing extension method Object>>joinTo: 19:48:27 003/34-1/1: Installing extension method Object>>asDoubleLink 19:48:27 004/34-1/5: Installing extension method Collection>>asByteArray 19:48:27 004/34-2/5: Installing extension method SequenceableCollection>>asByteArray 19:48:27 004/34-3/5: Installing extension method SequenceableCollection>>asWordArray 19:48:27 004/34-4/5: Installing extension method SequenceableCollection>>asFloatArray 19:48:27 004/34-5/5: Installing extension method SequenceableCollection>>asIntegerArray 19:48:27 005/34-1/17: Installing extension method Collection>>sorted: 19:48:27 005/34-2/17: Installing extension method Number>>to:by:do: 19:48:27 005/34-3/17: Installing extension method Collection>>asOrderedCollection 19:48:27 005/34-4/17: Installing extension method Collection>>asNewArray 19:48:27 005/34-5/17: Installing extension method Collection>>asOrderedDictionary 19:48:27 005/34-6/17: Installing extension method Collection>>groupedBy: 19:48:27 005/34-7/17: Installing extension method Number>>to: 19:48:27 005/34-8/17: Installing extension method Collection>>asArray 19:48:27 005/34-9/17: Installing extension method Collection>>asSortedCollection 19:48:27 005/34-10/17: Installing extension method Collection>>flattened 19:48:27 005/34-11/17: Installing extension method Collection>>sorted 19:48:27 005/34-12/17: Installing extension method Object>>join: 19:48:27 005/34-13/17: Installing extension method Object>>split: 19:48:27 005/34-14/17: Installing extension method Collection>>asSortedCollection: 19:48:27 005/34-15/17: Installing extension method Collection>>flatCollect:as: 19:48:27 005/34-16/17: Installing extension method Number>>to:by: 19:48:27 005/34-17/17: Installing extension method Number>>to:do: 19:48:27 007/34-1/8: Installing extension method SequenceableCollection>>writeStreamDo: 19:48:27 007/34-2/8: Installing extension method SequenceableCollection>>writeStream 19:48:27 007/34-3/8: Installing extension method SequenceableCollection class>>streamContents:limitedTo: 19:48:28 007/34-4/8: Installing extension method SequenceableCollection>>readStream 19:48:28 007/34-5/8: Installing extension method SequenceableCollection class>>new:streamContents: 19:48:28 007/34-6/8: Installing extension method LinkedList class>>new:streamContents: 19:48:28 007/34-7/8: Installing extension method OrderedCollection class>>new:streamContents: 19:48:28 007/34-8/8: Installing extension method Symbol class>>new:streamContents: 19:48:28 008/34-1/3: Installing extension method Collection>>asCommaString 19:48:28 008/34-2/3: Installing extension method Collection>>asCommaStringAnd 19:48:28 008/34-3/3: Installing extension method Collection>>asMultilineString 19:48:28 010/34-1/10: Installing extension method Collection>>asSet 19:48:28 010/34-2/10: Installing extension method OrderedDictionary>>at:update: 19:48:28 010/34-3/10: Installing extension method Collection>>flatCollectAsSet: 19:48:28 010/34-4/10: Installing extension method Collection>>asDictionary 19:48:28 010/34-5/10: Installing extension method OrderedCollection>>removeDuplicates 19:48:28 010/34-6/10: Installing extension method OrderedIdentityDictionary>>dictionaryClass 19:48:28 010/34-7/10: Installing extension method RunArray>>asBag 19:48:28 010/34-8/10: Installing extension method Collection>>asIdentitySet 19:48:28 010/34-9/10: Installing extension method Collection>>asBag 19:48:28 010/34-10/10: Installing extension method OrderedDictionary>>dictionaryClass 19:48:28 012/34-1/69: Installing extension method ByteArray>>int8AtOffset:put: 19:48:28 012/34-2/69: Installing extension method ByteArray>>float32AtOffset:put: 19:48:28 012/34-3/69: Installing extension method ByteArray>>pointerAtOffset: 19:48:28 012/34-4/69: Installing extension method ByteArray>>signedShortAt:put: 19:48:28 012/34-5/69: Installing extension method ByteArray>>unsignedLongLongAt: 19:48:28 012/34-6/69: Installing extension method ByteArray>>integerAt:size:signed: 19:48:28 012/34-7/69: Installing extension method ByteArray>>signedCharAt: 19:48:28 012/34-8/69: Installing extension method ByteArray>>integerAt:put:size:signed: 19:48:28 012/34-9/69: Installing extension method ByteArray>>booleanAt:put: 19:48:28 012/34-10/69: Installing extension method ByteArray>>boolean8AtOffset:put: 19:48:28 012/34-11/69: Installing extension method ByteArray>>float32AtOffset: 19:48:28 012/34-12/69: Installing extension method ByteArray>>char8AtOffset: 19:48:28 012/34-13/69: Installing extension method ByteArray>>pointerAt:put: 19:48:28 012/34-14/69: Installing extension method ByteArray>>uint32AtOffset:put: 19:48:28 012/34-15/69: Installing extension method ByteArray>>char32AtOffset: 19:48:28 012/34-16/69: Installing extension method ByteArray>>unsignedCharAt:put: 19:48:28 012/34-17/69: Installing extension method ByteArray>>longPointerAt: 19:48:28 012/34-18/69: Installing extension method ByteArray>>char16AtOffset: 19:48:28 012/34-19/69: Installing extension method ByteArray>>signedLongAt: 19:48:28 012/34-20/69: Installing extension method ByteArray>>unsignedLongAt:put: 19:48:28 012/34-21/69: Installing extension method ByteArray>>uint64AtOffset:put: 19:48:28 012/34-22/69: Installing extension method ByteArray>>voidAt:put: 19:48:28 012/34-23/69: Installing extension method ByteArray>>uint8AtOffset: 19:48:28 012/34-24/69: Installing extension method ByteArray>>uint16AtOffset:put: 19:48:28 012/34-25/69: Installing extension method ByteArray>>floatAt: 19:48:29 012/34-26/69: Installing extension method ByteArray>>longPointerAt:put: 19:48:29 012/34-27/69: Installing extension method ByteArray>>signedLongAt:put: 19:48:29 012/34-28/69: Installing extension method ByteArray>>shortPointerAt:put: 19:48:29 012/34-29/69: Installing extension method ByteArray>>unsignedLongLongAt:put: 19:48:29 012/34-30/69: Installing extension method ByteArray>>unsignedByteAt: 19:48:29 012/34-31/69: Installing extension method ByteArray>>doubleAt:put: 19:48:29 012/34-32/69: Installing extension method ByteArray>>unsignedByteAt:put: 19:48:29 012/34-33/69: Installing extension method ByteArray>>uint32AtOffset: 19:48:29 012/34-34/69: Installing extension method ByteArray>>int16AtOffset:put: 19:48:29 012/34-35/69: Installing extension method ByteArray>>asExternalPointer 19:48:29 012/34-36/69: Installing extension method ByteArray>>signedLongLongAt:put: 19:48:29 012/34-37/69: Installing extension method ByteArray>>floatAt:put: 19:48:29 012/34-38/69: Installing extension method ByteArray>>pointerAtOffset:put: 19:48:29 012/34-39/69: Installing extension method ByteArray>>char32AtOffset:put: 19:48:29 012/34-40/69: Installing extension method ByteArray>>shortPointerAt: 19:48:29 012/34-41/69: Installing extension method ByteArray>>float64AtOffset: 19:48:29 012/34-42/69: Installing extension method ByteArray>>structAt:put:length: 19:48:29 012/34-43/69: Installing extension method ByteArray>>signedCharAt:put: 19:48:29 012/34-44/69: Installing extension method ByteArray>>int8AtOffset: 19:48:29 012/34-45/69: Installing extension method ByteArray>>char8AtOffset:put: 19:48:29 012/34-46/69: Installing extension method ByteArray>>booleanAt: 19:48:29 012/34-47/69: Installing extension method ByteArray>>int32AtOffset: 19:48:29 012/34-48/69: Installing extension method ByteArray>>float64AtOffset:put: 19:48:29 012/34-49/69: Installing extension method ByteArray>>doubleAt: 19:48:29 012/34-50/69: Installing extension method ByteArray>>int64AtOffset:put: 19:48:29 012/34-51/69: Installing extension method ByteArray>>signedLongLongAt: 19:48:29 012/34-52/69: Installing extension method ByteArray>>uint16AtOffset: 19:48:29 012/34-53/69: Installing extension method ByteArray>>unsignedCharAt: 19:48:29 012/34-54/69: Installing extension method ByteArray>>unsignedLongAt: 19:48:29 012/34-55/69: Installing extension method ByteArray>>boolean8AtOffset: 19:48:29 012/34-56/69: Installing extension method ByteArray>>char16AtOffset:put: 19:48:29 012/34-57/69: Installing extension method ByteArray>>pointerAt: 19:48:29 012/34-58/69: Installing extension method ByteArray>>unsignedShortAt: 19:48:29 012/34-59/69: Installing extension method ByteArray>>int64AtOffset: 19:48:29 012/34-60/69: Installing extension method ByteArray>>uint8AtOffset:put: 19:48:29 012/34-61/69: Installing extension method ByteArray>>unsignedShortAt:put: 19:48:29 012/34-62/69: Installing extension method ByteArray>>structAt:length: 19:48:29 012/34-63/69: Installing extension method ByteArray>>isNull 19:48:29 012/34-64/69: Installing extension method ByteArray>>int16AtOffset: 19:48:29 012/34-65/69: Installing extension method ByteArray>>signedShortAt: 19:48:29 012/34-66/69: Installing extension method ByteArray>>int32AtOffset:put: 19:48:29 012/34-67/69: Installing extension method ByteArray>>isExternalAddress 19:48:29 012/34-68/69: Installing extension method ByteArray>>voidAt: 19:48:29 012/34-69/69: Installing extension method ByteArray>>uint64AtOffset: 19:48:29 014/34-1/1: Installing extension method String>>asVmPathName 19:48:29 016/34-1/3: Installing extension method String>>asPackage 19:48:29 016/34-2/3: Installing extension method String>>asPackageIfAbsent: 19:48:30 016/34-3/3: Installing extension method Heap>>removeFirstOrNil 19:48:30 018/34-1/5: Installing extension method String>>asClassVariable 19:48:30 018/34-2/5: Installing extension method String>>asClassVariableCollection 19:48:30 018/34-3/5: Installing extension method String>>asSlotCollection 19:48:30 018/34-4/5: Installing extension method Symbol>>=> 19:48:30 018/34-5/5: Installing extension method String>>asSlot 19:48:30 019/34-1/10: Installing extension method Number class>>squeezeNumberOutOfString:ifFail: 19:48:30 019/34-2/10: Installing extension method Number class>>readFrom:base: 19:48:30 019/34-3/10: Installing extension method Integer class>>readFrom: 19:48:30 019/34-4/10: Installing extension method Number class>>squeezeNumberOutOfString: 19:48:30 019/34-5/10: Installing extension method Integer class>>readFrom:base: 19:48:30 019/34-6/10: Installing extension method Number class>>readFrom: 19:48:30 019/34-7/10: Installing extension method Number class>>readFrom:ifFail: 19:48:30 019/34-8/10: Installing extension method Fraction class>>readFrom: 19:48:30 019/34-9/10: Installing extension method Integer class>>readFrom:radix: 19:48:30 019/34-10/10: Installing extension method Integer class>>readFrom:ifFail: 19:48:30 022/34-1/12: Installing extension method Behavior>><< 19:48:30 022/34-2/12: Installing extension method Metaclass>>instanceVariableNames: 19:48:30 022/34-3/12: Installing extension method Class>>addSlot: 19:48:30 022/34-4/12: Installing extension method Class>>removeClassSlot: 19:48:30 022/34-5/12: Installing extension method SmalltalkImage>>classInstaller 19:48:30 022/34-6/12: Installing extension method SmalltalkImage>>anonymousClassInstaller 19:48:30 022/34-7/12: Installing extension method Class>>addClassSlot: 19:48:30 022/34-8/12: Installing extension method SmalltalkImage>>classBuilder 19:48:30 022/34-9/12: Installing extension method Behavior>>fluidInstall 19:48:30 022/34-10/12: Installing extension method Metaclass>><< 19:48:30 022/34-11/12: Installing extension method UndefinedObject>><< 19:48:30 022/34-12/12: Installing extension method Class>>removeSlot: 19:48:30 025/34-1/2: Installing extension method Win32Platform>>newTerminfo 19:48:30 025/34-2/2: Installing extension method OSPlatform>>newTerminfo 19:48:30 027/34-1/1: Installing extension method Object>>mourn 19:48:30 028/34-1/4: Installing extension method SmalltalkImage>>os 19:48:30 028/34-2/4: Installing extension method SmalltalkImage>>platformName 19:48:30 028/34-3/4: Installing extension method SmalltalkImage>>platform 19:48:30 028/34-4/4: Installing extension method String>>asWin32WideString 19:48:30 029/34-1/3: Installing extension method SmalltalkImage>>addToShutDownList: 19:48:30 029/34-2/3: Installing extension method SmalltalkImage>>addToStartUpList: 19:48:30 029/34-3/3: Installing extension method SmalltalkImage>>session 19:48:30 030/34-1/6: Installing extension method CompiledMethod>>putSource:withPreamble: 19:48:30 030/34-2/6: Installing extension method ClassDescription>>printProtocolChunk:on:withStamp:priorMethod: 19:48:30 030/34-3/6: Installing extension method MacOSPlatform>>potentialLocationsOfSourcesFile 19:48:30 030/34-4/6: Installing extension method WriteStream>>nextChunkPut: 19:48:30 030/34-5/6: Installing extension method WinPlatform>>potentialLocationsOfSourcesFile 19:48:30 030/34-6/6: Installing extension method OSPlatform>>potentialLocationsOfSourcesFile 19:48:30 031/34-1/15: Installing extension method CompiledMethod>>referencedClasses 19:48:30 031/34-2/15: Installing extension method CompiledMethod>>implementors 19:48:30 031/34-3/15: Installing extension method Behavior>>allUnsentMessages 19:48:30 031/34-4/15: Installing extension method Behavior>>allCallsOn 19:48:30 031/34-5/15: Installing extension method Symbol>>implementors 19:48:30 031/34-6/15: Installing extension method Package>>allUnsentMessages 19:48:31 031/34-7/15: Installing extension method ClassDescription>>allCallsOnIn: 19:48:31 031/34-8/15: Installing extension method Object>>isPrimitiveError 19:48:31 031/34-9/15: Installing extension method CompiledMethod>>senders 19:48:31 031/34-10/15: Installing extension method Behavior>>allCallsOn: 19:48:31 031/34-11/15: Installing extension method Context>>errorReportOn: 19:48:31 031/34-12/15: Installing extension method Object>>systemNavigation 19:48:31 031/34-13/15: Installing extension method Symbol>>senders 19:48:31 031/34-14/15: Installing extension method Class>>allUnreferencedClassVariables 19:48:31 031/34-15/15: Installing extension method Behavior>>referencedClasses 19:48:31 032/34-1/10: Installing extension method Object>>crTrace: 19:48:31 032/34-2/10: Installing extension method Object>>logExit 19:48:31 032/34-3/10: Installing extension method Object>>trace: 19:48:31 032/34-4/10: Installing extension method Object>>traceCrTab: 19:48:31 032/34-5/10: Installing extension method Object>>logExecution 19:48:31 032/34-6/10: Installing extension method Object>>traceCr: 19:48:31 032/34-7/10: Installing extension method Object>>logEntry 19:48:31 032/34-8/10: Installing extension method Object>>trace 19:48:31 032/34-9/10: Installing extension method Object>>crTrace 19:48:31 032/34-10/10: Installing extension method Object>>traceCr 19:48:31 033/34-1/5: Installing extension method Object>>confirm: 19:48:31 033/34-2/5: Installing extension method Object>>inform: 19:48:31 033/34-3/5: Installing extension method PharoCommandLineHandler class>>activateWith: 19:48:31 033/34-4/5: Installing extension method Object>>uiManager 19:48:31 033/34-5/5: Installing extension method Object>>primitiveError: 19:48:31 034/34-1/7: Installing extension method String>>urlDecoded 19:48:31 034/34-2/7: Installing extension method ByteArray>>utf8Decoded 19:48:31 034/34-3/7: Installing extension method String>>asZnCharacterEncoder 19:48:31 034/34-4/7: Installing extension method String>>utf8Encoded 19:48:31 034/34-5/7: Installing extension method String>>encodeWith: 19:48:31 034/34-6/7: Installing extension method ByteArray>>decodeWith: 19:48:31 034/34-7/7: Installing extension method String>>urlEncoded 19:48:31 End: Installing extension methods 19:48:31 Begin: Initializing image. freeing 52 forwarders done. initial heap size: 20,971,520 final new heap size: 2,513,648 Done! [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Full Image-64) [Pipeline] sh + BUILD_NUMBER=357 BOOTSTRAP_ARCH=64 bash ./bootstrap/scripts/4-build.sh + set -e ++ date -u + echo Mon Nov 25 06:50:10 PM UTC 2024 'Bootstrap: Beginning to build the new image' Mon Nov 25 06:50:10 PM UTC 2024 Bootstrap: Beginning to build the new image +++ dirname ./bootstrap/scripts/4-build.sh ++ cd ./bootstrap/scripts ++ pwd -P + SCRIPTS=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts + . /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/envvars.sh ++ '[' -z x ']' ++ '[' -z x ']' ++ '[' -z ']' ++++ dirname /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/envvars.sh +++ cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/../.. +++ pwd -P ++ export BOOTSTRAP_REPOSITORY=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64 ++ BOOTSTRAP_REPOSITORY=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64 +++ pwd -P ++ ROOT_DIR=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build ++ '[' -z ']' ++ BOOTSTRAP_CACHE=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache ++ export BOOTSTRAP_CACHE ++ '[' -z ']' ++ BOOTSTRAP_DOWNLOADS=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads ++ export BOOTSTRAP_DOWNLOADS ++ '[' -z ']' ++ VM='/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless' ++ VM_BOOTSTRAP='/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmBootstrap/pharo --headless' ++ IMAGE_FLAGS=--no-default-preferences ++++ dirname /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/envvars.sh +++ cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts +++ pwd -P ++ . /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/envversion.sh + set_version_variables + pushd /builds/workspace/uest_and_branch_Pipeline_Pharo13/64 ++ is_development_build ++ local branchName ++ ensure_branch_name ++ '[' Pharo13 == '' ']' +++ echo Pharo13 +++ grep -E '^Pharo[0-9]+(\.[0-9]+)?$' ++ branchName=Pharo13 ++ '[' Pharo13 == '' ']' ++ echo 1 + '[' 1 == 1 ']' ++ is_release_build ++ set -f +++ git tag --list --points-at HEAD +++ grep -E '^v[0-9]+\.[0-9]+.[0-9]+(\-[a-zA-Z0-9_]+)?$' ++ local versionTag= ++ set +f ++ '[' '' == '' ']' ++ echo 0 + '[' 0 == 1 ']' + set_version_snapshot_variables + ensure_branch_name + '[' Pharo13 == '' ']' + PHARO_SUFFIX=SNAPSHOT + set_version_common ++ git describe --tags --first-parent ++ cut -d- -f 1 ++ cut -c 2- ++ cut -d. -f 1-1 + PHARO_MAJOR=13 ++ git describe --tags --first-parent ++ cut -d- -f 1 ++ cut -c 2- ++ cut -d. -f 2-2 + PHARO_MINOR=0 ++ git describe --tags --first-parent ++ cut -d- -f 1 ++ cut -c 2- ++ cut -d. -f 3-3 + PHARO_PATCH=0 + PHARO_NAME_PREFIX=Pharo13.0-SNAPSHOT + PHARO_SHORT_VERSION=130 + PHARO_VM_VERSION=130 ++ git rev-parse --verify HEAD + PHARO_COMMIT_HASH=fa719891c85eeac8bec8cf10e5491277b43d4d24 + 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=fa719891c8 + SUFFIX=64bit-fa719891c8 + [[ '' -eq 1 ]] + BOOTSTRAP_IMAGE_NAME=bootstrap + BOOTSTRAP_ARCHIVE_IMAGE_NAME=Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8 + HERMES_ARCHIVE_NAME=Pharo13.0-SNAPSHOT-hermesPackages-64bit-fa719891c8 + RPACKAGE_ARCHIVE_NAME=Pharo13.0-SNAPSHOT-rpackage-64bit-fa719891c8 + CORE_IMAGE_NAME=Pharo13.0-SNAPSHOT-core-64bit-fa719891c8 + COMPILER_IMAGE_NAME=Pharo13.0-SNAPSHOT-compiler-64bit-fa719891c8 + TRAITS_IMAGE_NAME=Pharo13.0-SNAPSHOT-traits-64bit-fa719891c8 + MC_BOOTSTRAP_IMAGE_NAME=Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa719891c8 + MC_IMAGE_NAME=Pharo13.0-SNAPSHOT-monticello-64bit-fa719891c8 + METACELLO_IMAGE_NAME=Pharo13.0-SNAPSHOT-metacello-64bit-fa719891c8 + PHARO_IMAGE_NAME=Pharo13.0-SNAPSHOT-64bit-fa719891c8 + 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-fa719891c8.image + cp bootstrap.image Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8.image + zip Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8.zip Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8.image adding: Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8.image (deflated 77%) + zip Pharo13.0-SNAPSHOT-hermesPackages-64bit-fa719891c8.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 67%) adding: OpalCompiler-Core.hermes (deflated 81%) adding: Random-Core.hermes (deflated 70%) adding: ReflectionMirrors-Primitives.hermes (deflated 80%) adding: SUnit-Core.hermes (deflated 81%) adding: SUnit-Tests.hermes (deflated 82%) adding: System-Hashing.hermes (deflated 71%) adding: System-Model.hermes (deflated 76%) adding: System-NumberPrinting.hermes (deflated 74%) adding: System-SourcesCondenser.hermes (deflated 73%) adding: System-Time.hermes (deflated 79%) adding: Traits.hermes (deflated 83%) + zip Pharo13.0-SNAPSHOT-rpackage-64bit-fa719891c8.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 Nov 25 06:50:11 PM UTC 2024 '[Compiler] Initializing Bootstraped Image' Mon Nov 25 06:50:11 PM UTC 2024 [Compiler] Initializing Bootstraped Image + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-fa719891c8.image Initializing Collections Initializing code model Initializing sources InitializingFFI Initializing Session Manager Initializing basic command line behaviors ++ date -u + echo Mon Nov 25 06:50:11 PM UTC 2024 '[Compiler] Adding more Kernel packages' Mon Nov 25 06:50:11 PM UTC 2024 [Compiler] Adding more Kernel packages + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-fa719891c8.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: #(#FileAttributeNotSupported #Unicode #Time #Duration #FileLocator #FileSystem #StartupPreferencesLoader #Date #DateAndTime) + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-fa719891c8.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: #(#FileAttributeNotSupported #Unicode #Time #Duration #FileLocator #FileSystem #StartupPreferencesLoader #Date #DateAndTime) SystemNotification: [Hermes] Reading Debugging-Core.hermes SystemNotification: [Hermes] Installing Debugging-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #Unicode #Time #Duration #FileLocator #FileSystem #StartupPreferencesLoader #Date #DateAndTime) SystemNotification: [Hermes] Reading System-Time.hermes SystemNotification: [Hermes] Installing System-Time.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Unicode) SystemNotification: [Hermes] Reading Multilingual-Encodings.hermes SystemNotification: [Hermes] Installing Multilingual-Encodings.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader) SystemNotification: [Hermes] Reading ReflectionMirrors-Primitives.hermes SystemNotification: [Hermes] Installing ReflectionMirrors-Primitives.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader) + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-fa719891c8.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-fa719891c8.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-fa719891c8.image --no-default-preferences perform --save SystemVersion setMajor:minor:patch:suffix:build:commitHash: 13 0 0 SNAPSHOT 357 fa719891c85eeac8bec8cf10e5491277b43d4d24 Pharo-13.0.0+SNAPSHOT.build.357.sha.fa719891c85eeac8bec8cf10e5491277b43d4d24 (64 Bit) + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-fa719891c8.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: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader) + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-fa719891c8.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: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader) SystemNotification: [Hermes] Reading AST-Core.hermes SystemNotification: [Hermes] Installing AST-Core.hermes SystemNotification: New Undeclared created... check dependencies: #(#Halt) SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #Halt #FileLocator #FileSystem #StartupPreferencesLoader) SystemNotification: [Hermes] Reading Collections-Arithmetic.hermes SystemNotification: [Hermes] Installing Collections-Arithmetic.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #Halt #FileLocator #FileSystem #StartupPreferencesLoader) SystemNotification: [Hermes] Reading ClassDefinitionPrinters.hermes SystemNotification: [Hermes] Installing ClassDefinitionPrinters.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #Halt #FileLocator #FileSystem #StartupPreferencesLoader) SystemNotification: [Hermes] Reading System-SourcesCondenser.hermes SystemNotification: [Hermes] Installing System-SourcesCondenser.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #Halt #FileLocator #FileSystem #StartupPreferencesLoader) SystemNotification: [Hermes] Reading System-NumberPrinting.hermes SystemNotification: [Hermes] Installing System-NumberPrinting.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #Halt #FileLocator #FileSystem #StartupPreferencesLoader) ++ date -u + echo Mon Nov 25 06:50:12 PM UTC 2024 '[Compiler] Initializing the packages in the Kernel' Mon Nov 25 06:50:12 PM UTC 2024 [Compiler] Initializing the packages in the Kernel + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-fa719891c8.image --no-default-preferences initializePackages --protocols=protocolsKernel.txt --packages --save ++ date -u + echo Mon Nov 25 06:50:12 PM UTC 2024 '[Compiler] Installing compiler through Hermes' Mon Nov 25 06:50:12 PM UTC 2024 [Compiler] Installing compiler through Hermes + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-fa719891c8.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: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader) SystemNotification: [Hermes] Reading OpalCompiler-Core.hermes SystemNotification: [Hermes] Installing OpalCompiler-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader) SystemNotification: [Hermes] Reading CodeImport.hermes SystemNotification: [Hermes] Installing CodeImport.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader) SystemNotification: [Hermes] Reading CodeImportCommandLineHandlers.hermes SystemNotification: [Hermes] Installing CodeImportCommandLineHandlers.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader) + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-fa719891c8.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-fa719891c8.image --no-default-preferences eval --save 'SystemEnvironment deprecatedAliases: { #SystemDictionary }.' SystemEnvironment + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-fa719891c8.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 Nov 25 06:50:13 PM UTC 2024 '[Compiler] Initializing Unicode' Mon Nov 25 06:50:13 PM UTC 2024 [Compiler] Initializing Unicode + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-fa719891c8.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-fa719891c8.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: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader) SystemNotification: [Hermes] Reading System-Hashing.hermes SystemNotification: [Hermes] Installing System-Hashing.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader) SystemNotification: [Hermes] Reading Network-UUID.hermes SystemNotification: [Hermes] Installing Network-UUID.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader) SystemNotification: [Hermes] Reading FileSystem-Core.hermes SystemNotification: [Hermes] Installing FileSystem-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader) SystemNotification: [Hermes] Reading FileSystem-Disk.hermes SystemNotification: [Hermes] Installing FileSystem-Disk.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader) + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-fa719891c8.image --no-default-preferences eval --save 'PharoBootstrapInitialization initializeFileSystem' Initializing File System PharoBootstrapInitialization + zip Pharo13.0-SNAPSHOT-compiler-64bit-fa719891c8.zip Pharo13.0-SNAPSHOT-compiler-64bit-fa719891c8.image adding: Pharo13.0-SNAPSHOT-compiler-64bit-fa719891c8.image (deflated 81%) ++ date -u + echo Mon Nov 25 06:50:15 PM UTC 2024 '[Compiler] Installing Traits through Hermes' Mon Nov 25 06:50:15 PM UTC 2024 [Compiler] Installing Traits through Hermes + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-fa719891c8.image --no-default-preferences save Pharo13.0-SNAPSHOT-traits-64bit-fa719891c8 + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-traits-64bit-fa719891c8.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-fa719891c8.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-fa719891c8.zip Pharo13.0-SNAPSHOT-traits-64bit-fa719891c8.image adding: Pharo13.0-SNAPSHOT-traits-64bit-fa719891c8.image (deflated 82%) ++ date -u + echo Mon Nov 25 06:50:16 PM UTC 2024 '[Core] Class and Package initialization' Mon Nov 25 06:50:16 PM UTC 2024 [Core] Class and Package initialization + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-traits-64bit-fa719891c8.image --no-default-preferences save Pharo13.0-SNAPSHOT-core-64bit-fa719891c8 + zip Pharo13.0-SNAPSHOT-core-64bit-fa719891c8.zip Pharo13.0-SNAPSHOT-core-64bit-fa719891c8.image adding: Pharo13.0-SNAPSHOT-core-64bit-fa719891c8.image (deflated 82%) ++ date -u + echo Mon Nov 25 06:50:16 PM UTC 2024 '[Monticello] Bootstrap Monticello Core and Local repositories' Mon Nov 25 06:50:16 PM UTC 2024 [Monticello] Bootstrap Monticello Core and Local repositories + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-core-64bit-fa719891c8.image --no-default-preferences save Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa719891c8 + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa719891c8.image --no-default-preferences st /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache/st-cache/Monticello.st --save --quit NewUndeclaredWarning: DeepCopier>>fixDependents (DependentsManager is Undeclared) NewUndeclaredWarning: RingChunkImporter>>classDefinition:with: (RGPackageDefinition is Undeclared) NewUndeclaredWarning: RingChunkImporter>>createClassNamed: (RGClassDefinition is Undeclared) NewUndeclaredWarning: RingChunkImporter>>createTraitNamed: (RGTraitDefinition is Undeclared) NewUndeclaredWarning: RingChunkImporter>>fromFileNamed: (RGPackageDefinition is Undeclared) NewUndeclaredWarning: RingChunkImporter>>initialize (RGPackageDefinition is Undeclared) NewUndeclaredWarning: RingChunkImporter>>traitDefinition:with: (RGPackageDefinition is Undeclared) NewUndeclaredWarning: RingChunkImporter>>visitMethodChunk: (RGMethodDefinition is Undeclared) NewUndeclaredWarning: RingChunkImporter>>visitMethodChunk: (RGMethodDefinition is Undeclared) NewUndeclaredWarning: RingChunkImporter>>visitMethodChunk: (RGMethodDefinition is Undeclared) NewUndeclaredWarning: AbsolutePath>>asZnUrl (ZnUrl is Undeclared) NewUndeclaredWarning: ZnMultiValueDictionary class>>defaultLimit (ZnMaximumNumberOfDictionaryEntries is Undeclared) NewUndeclaredWarning: ZnMultiValueDictionary>>checkLimitForKey: (ZnTooManyDictionaryEntries is Undeclared) NewUndeclaredWarning: FileSystemStore>>mimeTypesAt: (ZnMimeType is Undeclared) NewUndeclaredWarning: ZnResourceMetaUtils class>>queryKeyValueSafeSet (ZnCurrentOptions is Undeclared) NewUndeclaredWarning: ZnUrl>>performOperation:with: (ZnUrlOperation is Undeclared) NewUndeclaredWarning: SourceFileArray>>changeRecordsFrom:className:isMeta:do: (ChangeRecord is Undeclared) NewUndeclaredWarning: SourceFileArray>>changeRecordsFrom:className:isMeta:do: (ChangeRecord is Undeclared) NewUndeclaredWarning: Class>>asRingDefinition (RGClassDefinition is Undeclared) NewUndeclaredWarning: Class>>asRingDefinition (RGClassDefinition is Undeclared) NewUndeclaredWarning: Class>>asRingDefinition (RGClassDefinition is Undeclared) NewUndeclaredWarning: Class>>asRingDefinition (RGClassDefinition is Undeclared) NewUndeclaredWarning: Class>>asRingDefinition (RGClassDefinition is Undeclared) NewUndeclaredWarning: Class>>asRingDefinition (RGClassDefinition is Undeclared) NewUndeclaredWarning: Class>>asRingDefinition (RGClassDefinition is Undeclared) NewUndeclaredWarning: Class>>asRingDefinition (RGClassDefinition is Undeclared) NewUndeclaredWarning: Class>>asRingDefinition (RGClassDefinition is Undeclared) NewUndeclaredWarning: Class>>asRingDefinition (RGClassDefinition is Undeclared) NewUndeclaredWarning: Class>>asRingDefinition (RGClassDefinition is Undeclared) NewUndeclaredWarning: ChangeRecord>>createCommentDefinition (RGCommentDefinition is Undeclared) NewUndeclaredWarning: ChangeRecord>>createCommentDefinition (RGCommentDefinition is Undeclared) NewUndeclaredWarning: ChangeRecord>>createCommentDefinition (RGCommentDefinition is Undeclared) NewUndeclaredWarning: ChangeRecord>>createMethodDefinition (RGMethodDefinition is Undeclared) NewUndeclaredWarning: ChangeRecord>>createMethodDefinition (RGMethodDefinition is Undeclared) NewUndeclaredWarning: ChangeRecord>>createMethodDefinition (RGMethodDefinition is Undeclared) NewUndeclaredWarning: ChangeRecord>>createMethodDefinition (RGMethodDefinition is Undeclared) NewUndeclaredWarning: ChangeRecord>>createMethodDefinition (RGMethodDefinition is Undeclared) NewUndeclaredWarning: ChangeRecord>>createMethodDefinition (RGMethodDefinition is Undeclared) NewUndeclaredWarning: Trait>>asRingDefinition (RGTraitDefinition is Undeclared) NewUndeclaredWarning: Trait>>asRingDefinition (RGTraitDefinition is Undeclared) NewUndeclaredWarning: Trait>>asRingDefinition (RGTraitDefinition is Undeclared) NewUndeclaredWarning: Trait>>asRingDefinition (RGTraitDefinition is Undeclared) NewUndeclaredWarning: Trait>>asRingDefinition (RGTraitDefinition is Undeclared) NewUndeclaredWarning: Trait>>asRingDefinition (RGTraitDefinition is Undeclared) NewUndeclaredWarning: Trait>>asRingDefinition (RGTraitDefinition is Undeclared) NewUndeclaredWarning: Trait>>asRingDefinition (RGTraitDefinition is Undeclared) NewUndeclaredWarning: Package>>asRingDefinition (RGPackageDefinition is Undeclared) NewUndeclaredWarning: CompiledMethod>>asActiveRingDefinition (RGMethodDefinition is Undeclared) NewUndeclaredWarning: CompiledMethod>>asActiveRingDefinition (RGMethodDefinition is Undeclared) NewUndeclaredWarning: CompiledMethod>>asActiveRingDefinition (RGMethodDefinition is Undeclared) NewUndeclaredWarning: CompiledMethod>>asActiveRingDefinition (RGMethodDefinition is Undeclared) NewUndeclaredWarning: CompiledMethod>>asHistoricalRingDefinition (RGMethodDefinition is Undeclared) NewUndeclaredWarning: CompiledMethod>>asHistoricalRingDefinition (RGMethodDefinition is Undeclared) NewUndeclaredWarning: CompiledMethod>>asPassiveRingDefinition (RGMethodDefinition is Undeclared) NewUndeclaredWarning: CompiledMethod>>asPassiveRingDefinition (RGMethodDefinition is Undeclared) NewUndeclaredWarning: CompiledMethod>>asPassiveRingDefinition (RGMethodDefinition is Undeclared) NewUndeclaredWarning: CompiledMethod>>asPassiveRingDefinition (RGMethodDefinition is Undeclared) NewUndeclaredWarning: CompiledMethod>>asPassiveRingDefinition (RGMethodDefinition is Undeclared) NewUndeclaredWarning: CompiledMethod>>asPassiveRingDefinition (RGMethodDefinition is Undeclared) NewUndeclaredWarning: CompiledMethod>>asPassiveRingDefinition (RGMethodDefinition is Undeclared) NewUndeclaredWarning: CompiledMethod>>methodReference (RGMethodDefinition is Undeclared) NewUndeclaredWarning: CompiledMethod>>methodReference (RGMethodDefinition is Undeclared) NewUndeclaredWarning: RGMethodDefinition class>>className:selector:isMeta: (RGClassDefinition is Undeclared) NewUndeclaredWarning: RGMethodDefinition class>>className:selector:isMeta: (RGClassDefinition is Undeclared) NewUndeclaredWarning: RGClassDefinition>>withMetaclass (RGMetaclassDefinition is Undeclared) NewUndeclaredWarning: Job class>>current (CurrentJob is Undeclared) NewUndeclaredWarning: Job>>announceChange (JobChange is Undeclared) NewUndeclaredWarning: Job>>announceEnd (JobEnd is Undeclared) NewUndeclaredWarning: Job>>announceStart (JobStart is Undeclared) NewUndeclaredWarning: Job>>prepareForRunning (CurrentJob is Undeclared) NewUndeclaredWarning: Job>>run (CurrentJob is Undeclared) NewUndeclaredWarning: ZipConstants class>>initializeFixedTrees (ZipEncoderTree is Undeclared) NewUndeclaredWarning: ZipConstants class>>initializeFixedTrees (ZipEncoderNode is Undeclared) NewUndeclaredWarning: ZipConstants class>>initializeFixedTrees (ZipEncoderTree is Undeclared) NewUndeclaredWarning: ByteArray>>unzipped (GZipReadStream is Undeclared) NewUndeclaredWarning: ByteArray>>zipped (GZipWriteStream is Undeclared) NewUndeclaredWarning: ByteArray>>zipped (GZipWriteStream is Undeclared) NewUndeclaredWarning: ZipWriteStream>>flushBlock: (ZipEncoderTree is Undeclared) NewUndeclaredWarning: ZipWriteStream>>flushBlock: (ZipEncoderTree is Undeclared) NewUndeclaredWarning: ZipWriteStream>>flushBlock: (ZipEncoderTree is Undeclared) NewUndeclaredWarning: ZipWriteStream>>on: (ZipEncoder is Undeclared) NewUndeclaredWarning: PositionableStream>>asZLibReadStream (ZLibReadStream is Undeclared) NewUndeclaredWarning: ReadWriteStream>>isZipArchive (ZipArchive is Undeclared) NewUndeclaredWarning: InflateStream>>crcError: (CRCError is Undeclared) NewUndeclaredWarning: ZipArchive>>memberClass (ZipArchiveMember is Undeclared) NewUndeclaredWarning: ZipArchiveMember class>>newFromDirectory:localName: (ZipDirectoryMember is Undeclared) NewUndeclaredWarning: ZipArchiveMember class>>newFromFile: (ZipNewFileMember is Undeclared) NewUndeclaredWarning: ZipArchiveMember class>>newFromString:named: (ZipStringMember is Undeclared) NewUndeclaredWarning: ZipArchiveMember class>>newFromZipFile:named: (ZipFileMember is Undeclared) NewUndeclaredWarning: ZipArchiveMember>>asDirectory (ZipDirectoryMember is Undeclared) NewUndeclaredWarning: Class>>asClassDefinition (MCClassDefinition is Undeclared) NewUndeclaredWarning: Class>>asClassDefinition (MCClassDefinition is Undeclared) NewUndeclaredWarning: Class>>asClassDefinition (MCClassDefinition is Undeclared) NewUndeclaredWarning: Class>>asClassDefinition (MCClassDefinition is Undeclared) NewUndeclaredWarning: Class>>asClassDefinition (MCClassDefinition is Undeclared) NewUndeclaredWarning: Class>>asClassDefinition (MCClassDefinition is Undeclared) NewUndeclaredWarning: Class>>asClassDefinition (MCClassDefinition is Undeclared) NewUndeclaredWarning: Class>>asClassDefinition (MCClassDefinition is Undeclared) NewUndeclaredWarning: Class>>asClassDefinition (MCClassDefinition is Undeclared) NewUndeclaredWarning: Trait>>asClassDefinition (MCTraitDefinition is Undeclared) NewUndeclaredWarning: Trait>>asClassDefinition (MCTraitDefinition is Undeclared) NewUndeclaredWarning: Trait>>asClassDefinition (MCTraitDefinition is Undeclared) NewUndeclaredWarning: Trait>>asClassDefinition (MCTraitDefinition is Undeclared) NewUndeclaredWarning: Trait>>asClassDefinition (MCTraitDefinition is Undeclared) NewUndeclaredWarning: Package>>asMCOrganizationDefinition (MCOrganizationDefinition is Undeclared) NewUndeclaredWarning: RGMethodDefinition>>asMCMethodDefinition (MCMethodDefinition is Undeclared) NewUndeclaredWarning: RGMethodDefinition>>asMCMethodDefinition (MCMethodDefinition is Undeclared) NewUndeclaredWarning: RGMethodDefinition>>asMCMethodDefinitionFromActiveDefinition (MCMethodDefinition is Undeclared) NewUndeclaredWarning: RGMethodDefinition>>basicAsMCMethodDefinition (MCMethodDefinition is Undeclared) NewUndeclaredWarning: CompiledMethod>>asMCMethodDefinition (MCMethodDefinition is Undeclared) NewUndeclaredWarning: CompiledMethod>>asMCMethodDefinition (MCMethodDefinition is Undeclared) NewUndeclaredWarning: CompiledMethod>>basicAsMCMethodDefinition (MCMethodDefinition is Undeclared) NewUndeclaredWarning: MCClassDefinition>>classInstVarNames: (MCClassInstanceVariableDefinition is Undeclared) NewUndeclaredWarning: MCClassDefinition>>classVarNames: (MCClassVariableDefinition is Undeclared) NewUndeclaredWarning: MCClassDefinition>>instVarNames: (MCInstanceVariableDefinition is Undeclared) NewUndeclaredWarning: MCClassDefinition>>poolDictionaryNames: (MCPoolImportDefinition is Undeclared) NewUndeclaredWarning: MCAncestry>>commonAncestorsWith: (MCVersionSorter is Undeclared) NewUndeclaredWarning: MCAncestry>>commonAncestorsWith: (MCVersionSorter is Undeclared) NewUndeclaredWarning: MCLazyVersionInfo class>>install (MCWorkingAncestry is Undeclared) NewUndeclaredWarning: MCLazyVersionInfo class>>install (MCFileBasedRepository is Undeclared) NewUndeclaredWarning: MCLazyVersionInfo>>loadAncestorsAndStepChildren (MCRepositoryGroup is Undeclared) NewUndeclaredWarning: MCVersionInfo>>loadAncestorsAndStepChildren (MCRepositoryGroup is Undeclared) NewUndeclaredWarning: MCPackage>>hasWorkingCopy (MCWorkingCopy is Undeclared) NewUndeclaredWarning: MCPackage>>snapshot (MCSnapshot is Undeclared) NewUndeclaredWarning: MCPackage>>workingCopy (MCWorkingCopy is Undeclared) NewUndeclaredWarning: MCPackageLoader>>installSnapshot: (MCSnapshot is Undeclared) NewUndeclaredWarning: MCPackageLoader>>unloadPackage: (MCSnapshot is Undeclared) NewUndeclaredWarning: MCPatch>>initializeWithBase:target: (MCModification is Undeclared) NewUndeclaredWarning: MCPatch>>initializeWithBase:target: (MCAddition is Undeclared) NewUndeclaredWarning: MCPatch>>initializeWithBase:target: (MCRemoval is Undeclared) NewUndeclaredWarning: MCAddition>>inverse (MCRemoval is Undeclared) NewUndeclaredWarning: MCPatcher>>patchedSnapshot (MCSnapshot is Undeclared) NewUndeclaredWarning: MCStReader>>snapshot (MCSnapshot is Undeclared) NewUndeclaredWarning: MCMczReader>>extractDependencyFrom: (MCVersionDependency is Undeclared) NewUndeclaredWarning: MCMczReader>>extractInfoFrom: (MCWorkingCopy is Undeclared) NewUndeclaredWarning: MCMczReader>>loadDefinitions (MCDataStream is Undeclared) NewUndeclaredWarning: MCMczReader>>scanner (MCScanner is Undeclared) NewUndeclaredWarning: MCVersionReader class>>loadVersionFile: (MCDirectoryRepository is Undeclared) NewUndeclaredWarning: MCVersionReader>>basicVersion (MCVersion is Undeclared) NewUndeclaredWarning: MCVersionReader>>snapshot (MCSnapshot is Undeclared) NewUndeclaredWarning: MCDictionaryRepository>>sortedVersionInfos (MCVersionSorter is Undeclared) NewUndeclaredWarning: MCRepository class>>fromUrl: (MCRepositoryError is Undeclared) NewUndeclaredWarning: MCRepository>>error: (MCRepositoryError is Undeclared) NewUndeclaredWarning: MCThreeWayMerger class>>base:patch: (MCNoChangesException is Undeclared) NewUndeclaredWarning: MCVersion>>load (MCVersionLoader is Undeclared) NewUndeclaredWarning: MCVersion>>merge (MCVersionMerger is Undeclared) NewUndeclaredWarning: MCVersion>>writerClass (MCMczWriter is Undeclared) NewUndeclaredWarning: MCVersionLoader>>announceLoadStop: (MCVersionLoaderStopped is Undeclared) NewUndeclaredWarning: MCVersionLoader>>announceLoadStop: (MCVersionLoaderStopped is Undeclared) NewUndeclaredWarning: MCVersionLoader>>announceLoadStop: (MCVersionLoaderStopped is Undeclared) NewUndeclaredWarning: MCVersionLoader>>mergeVersions (MCVersionMerger is Undeclared) NewUndeclaredWarning: MCVersionLoader>>mergeVersions (MCVersionMerger is Undeclared) NewUndeclaredWarning: MCVersionLoader>>warnAboutLosingChangesTo:ifCancel:ifMerge: (MCMergeOrLoadWarning is Undeclared) NewUndeclaredWarning: MCVersionMerger>>resolveConflicts (MCNoChangesException is Undeclared) NewUndeclaredWarning: MCVersionMerger>>resolveConflicts (MCMergeResolutionRequest is Undeclared) NewUndeclaredWarning: MCMczWriter>>serializeInBinary: (MCDataStream is Undeclared) NewUndeclaredWarning: MCMczWriter>>serializeVersionInfo: (MCVersionInfoWriter is Undeclared) NewUndeclaredWarning: MCMczWriter>>snapshotWriterClass (MCStWriter is Undeclared) NewUndeclaredWarning: MonticelloBootstrap>>createWorkingCopies (MCWorkingCopy is Undeclared) NewUndeclaredWarning: MonticelloBootstrap>>loadPackageVersion: (MCMergeOrLoadWarning is Undeclared) + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa719891c8.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 System-CommandLine-tonel.1.mcz SystemNotification: Loading System-Finalization-tonel.1.mcz SystemNotification: Loading Kernel-BytecodeEncoders-tonel.1.mcz SystemNotification: Loading Math-Operations-Extensions-tonel.1.mcz SystemNotification: Loading Collections-Abstract-tonel.1.mcz SystemNotification: Loading Collections-Unordered-tonel.1.mcz SystemNotification: Loading System-CommandLineHandler-tonel.1.mcz Found an Association in Undeclared: StartupPreferencesLoader NewUndeclaredWarning: PharoCommandLineHandler>>changePreferences (StartupPreferencesLoader is Undeclared) SystemNotification: Loading System-Hashing-tonel.1.mcz SystemNotification: Loading PerformMessageCommandLineHandler-tonel.1.mcz SystemNotification: Loading Multilingual-Encodings-tonel.1.mcz SystemNotification: Loading ClassDefinitionPrinters-tonel.1.mcz SystemNotification: Loading FFI-Kernel-tonel.1.mcz SystemNotification: Loading Collections-Atomic-tonel.1.mcz SystemNotification: Loading Collections-Strings-tonel.1.mcz SystemNotification: Loading FileSystem-Path-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-Support-tonel.1.mcz SystemNotification: Loading Zinc-Character-Encoding-Core-tonel.1.mcz SystemNotification: Loading Collections-Native-tonel.1.mcz SystemNotification: Loading System-NumberPrinting-tonel.1.mcz SystemNotification: Loading CodeImportCommandLineHandlers-tonel.1.mcz SystemNotification: Loading FileSystem-Disk-tonel.1.mcz SystemNotification: Loading Collections-Support-tonel.1.mcz SystemNotification: Loading FileSystem-Core-tonel.1.mcz SystemNotification: Loading Traits-tonel.1.mcz SystemNotification: Loading CodeImport-tonel.1.mcz SystemNotification: Loading Zinc-Resource-Meta-Core-tonel.1.mcz SystemNotification: Loading Monticello-Model-tonel.1.mcz SystemNotification: Loading Debugging-Core-tonel.1.mcz SystemNotification: Loading Collections-Weak-tonel.1.mcz SystemNotification: Loading CodeImport-Traits-tonel.1.mcz SystemNotification: Loading Collections-Streams-tonel.1.mcz SystemNotification: Loading PharoBootstrap-Initialization-tonel.1.mcz SystemNotification: Loading System-Time-tonel.1.mcz SystemNotification: Loading Hermes-Extensions-tonel.1.mcz SystemNotification: Loading System-SessionManager-tonel.1.mcz SystemNotification: Loading Collections-Sequenceable-tonel.1.mcz An error happened while reading MCZ. We will fallback to another format. Short error stack: ReadStream(Object)>>doesNotUnderstand: #nextWordsInto: WideString class>>newFromStream: MCDataStream>>readWordLike MCDataStream>>next MCClassDefinition(Object)>>readDataFrom:size: MCDataStream>>readInstance MCDataStream>>next MCDataStream>>readArray MCDataStream>>next MCSnapshot(Object)>>readDataFrom:size: SystemNotification: Loading System-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 Collections-Arithmetic-tonel.1.mcz SystemNotification: Loading Collections-DoubleLinkedList-tonel.1.mcz SystemNotification: Loading System-SourcesCondenser-tonel.1.mcz SystemNotification: Loading Random-Core-tonel.1.mcz SystemNotification: Loading System-Changes-tonel.1.mcz SystemNotification: Loading UIManager-tonel.1.mcz SystemNotification: Loading Jobs-tonel.1.mcz SystemNotification: Loading Transcript-NonInteractive-tonel.1.mcz SystemNotification: Loading Compression-tonel.1.mcz SystemNotification: Loading Debugging-Utils-tonel.1.mcz SystemNotification: Loading Announcements-Core-tonel.1.mcz SystemNotification: Loading Network-UUID-tonel.1.mcz SystemNotification: Loading Collections-Stack-tonel.1.mcz SystemNotification: Loading Kernel-CodeModel-tonel.1.mcz An error happened while reading MCZ. We will fallback to another format. Short error stack: ReadStream(Object)>>doesNotUnderstand: #nextWordsInto: WideString class>>newFromStream: MCDataStream>>readWordLike MCDataStream>>next MCMethodDefinition(Object)>>readDataFrom:size: MCDataStream>>readInstance MCDataStream>>next MCDataStream>>readArray MCDataStream>>next MCSnapshot(Object)>>readDataFrom:size: SystemNotification: Loading System-Model-tonel.1.mcz SystemNotification: Loading InitializePackagesCommandLineHandler-tonel.1.mcz SystemNotification: Loading Ring-OldChunkImporter-tonel.1.mcz SystemNotification: Loading Ring-Definitions-Monticello-tonel.1.mcz SystemNotification: Loading Ring-Definitions-Core-tonel.1.mcz SystemNotification: Loading NumberParser-tonel.1.mcz SystemNotification: Loading ReflectionMirrors-Primitives-tonel.1.mcz SystemNotification: Loading OpalCompiler-Core-tonel.1.mcz SystemNotification: Loading Kernel-tonel.1.mcz SystemNotification: Loading System-BasicCommandLineHandler-tonel.1.mcz SystemNotification: Loading Files-tonel.1.mcz An error happened while reading MCZ. We will fallback to another format. Short error stack: ReadStream(Object)>>doesNotUnderstand: #nextWordsInto: WideString class>>newFromStream: MCDataStream>>readWordLike MCDataStream>>next MCClassDefinition(Object)>>readDataFrom:size: MCDataStream>>readInstance MCDataStream>>next MCDataStream>>readArray MCDataStream>>next MCSnapshot(Object)>>readDataFrom:size: SystemNotification: Loading System-Sources-tonel.1.mcz SystemNotification: Loading Kernel-Traits-tonel.1.mcz SystemNotification: Loading Collections-Abstract-Traits-tonel.1.mcz SystemNotification: Loading Hermes-tonel.1.mcz SystemNotification: Loading AST-Core-tonel.1.mcz SystemNotification: Loading Shift-ClassBuilder-tonel.1.mcz SystemNotification: Loading Monticello-tonel.1.mcz + zip Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa719891c8.zip Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa719891c8.changes Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa719891c8.image adding: Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa719891c8.changes (deflated 80%) adding: Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa719891c8.image (deflated 80%) ++ date -u + echo Mon Nov 25 06:50:35 PM UTC 2024 '[Monticello] Loading Networking Packages and Remote Repositories' Mon Nov 25 06:50:35 PM UTC 2024 [Monticello] Loading Networking Packages and Remote Repositories + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa719891c8.image --no-default-preferences save Pharo13.0-SNAPSHOT-monticello-64bit-fa719891c8 + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-monticello-64bit-fa719891c8.image --no-default-preferences st /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/02-monticello-bootstrap/02-bootstrapMonticelloRemote.st --save --quit SystemNotification: Loading Network-Kernel-tonel.1.mcz SystemNotification: Loading Network-MIME-tonel.1.mcz SystemNotification: Loading Network-Protocols-tonel.1.mcz SystemNotification: Loading MonticelloRemoteRepositories-tonel.1.mcz NewUndeclaredWarning: MCHttpRepository>>entityStreamContents: (ZnStreamingEntity is Undeclared) NewUndeclaredWarning: MCHttpRepository>>entityStreamContents: (ZnStreamingEntity is Undeclared) NewUndeclaredWarning: MCHttpRepository>>entityStreamContents: (ZnStreamingEntity is Undeclared) NewUndeclaredWarning: MCHttpRepository>>httpClient (ZnClient is Undeclared) NewUndeclaredWarning: MCHttpRepository>>httpClient (ZnClient is Undeclared) NewUndeclaredWarning: MCHttpRepository>>httpClient (ZnClient is Undeclared) NewUndeclaredWarning: MCHttpRepository>>httpClient (ZnClient is Undeclared) NewUndeclaredWarning: MCHttpRepository>>httpClient (ZnClient is Undeclared) NewUndeclaredWarning: MCHttpRepository>>writeStreamForFileNamed:do: (ZnHttpUnsuccessful is Undeclared) NewUndeclaredWarning: MCSmalltalkhubRepository>>includesFileNamed: (ZnHttpUnsuccessful is Undeclared) NewUndeclaredWarning: MCSqueaksourceRepository>>includesFileNamed: (ZnHttpUnsuccessful is Undeclared) SystemNotification: Loading Zinc-HTTP-tonel.1.mcz SystemNotification: Loading Zodiac-Core-tonel.1.mcz + zip Pharo13.0-SNAPSHOT-monticello-64bit-fa719891c8.zip Pharo13.0-SNAPSHOT-monticello-64bit-fa719891c8.changes Pharo13.0-SNAPSHOT-monticello-64bit-fa719891c8.image adding: Pharo13.0-SNAPSHOT-monticello-64bit-fa719891c8.changes (deflated 80%) adding: Pharo13.0-SNAPSHOT-monticello-64bit-fa719891c8.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-fa719891c8.image --no-default-preferences save Pharo13.0-SNAPSHOT-metacello-64bit-fa719891c8 + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-metacello-64bit-fa719891c8.image --no-default-preferences st /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/03-metacello-bootstrap/01-loadMetacello.st --save --quit SystemNotification: Loading ScriptingExtensions-tonel.1.mcz SystemNotification: Loading System-FileRegistry-tonel.1.mcz SystemNotification: Loading FileSystem-Memory-tonel.1.mcz SystemNotification: Loading StartupPreferences-tonel.1.mcz SystemNotification: Loading PragmaCollector-tonel.1.mcz SystemNotification: Loading System-FileRegistry-tonel.1.mcz SystemNotification: Loading MonticelloFileTree-Core-tonel.1.mcz NewUndeclaredWarning: MCFileTreeRepository>>repositoryProperties (STON is Undeclared) NewUndeclaredWarning: MCFileTreeAbstractReader>>packageProperties (STON is Undeclared) NewUndeclaredWarning: MCFileTreeStCypressReader>>addClassAndMethodDefinitionsFromEntry: (STON is Undeclared) NewUndeclaredWarning: MCFileTreeStCypressReader>>addClassAndMethodDefinitionsFromEntry: (STON is Undeclared) NewUndeclaredWarning: MCFileTreeStCypressReader>>addExtensionClassAndMethodDefinitionsFromEntry: (STON is Undeclared) NewUndeclaredWarning: MCFileTreeStCypressReader>>addExtensionClassAndMethodDefinitionsFromEntry: (STON is Undeclared) NewUndeclaredWarning: MCFileTreeStCypressReader>>addTraitAndMethodDefinitionsFromEntry: (STON is Undeclared) NewUndeclaredWarning: MCFileTreeStCypressReader>>addTraitAndMethodDefinitionsFromEntry: (STON is Undeclared) NewUndeclaredWarning: MCFileTreeStCypressWriter>>writeClassDefinition: (STON is Undeclared) NewUndeclaredWarning: MCFileTreeStCypressWriter>>writeExtensionClassDefinition: (STON is Undeclared) NewUndeclaredWarning: MCFileTreeStCypressWriter>>writeMethodProperties: (STON is Undeclared) NewUndeclaredWarning: MCFileTreeStCypressWriter>>writePropertiesFile (STON is Undeclared) NewUndeclaredWarning: MCFileTreeStCypressWriter>>writePropertiesFile (STON is Undeclared) NewUndeclaredWarning: MCFileTreeStCypressWriter>>writeTraitDefinition: (STON is Undeclared) SystemNotification: Loading MonticelloFileTree-FileSystem-Utilities-tonel.1.mcz SystemNotification: Loading Metacello-Base-tonel.1.mcz NewUndeclaredWarning: BaselineOf>>projectClass (MetacelloMCBaselineProject is Undeclared) NewUndeclaredWarning: BaselineOf>>versionNumberClass (MetacelloVersionNumber is Undeclared) NewUndeclaredWarning: ConfigurationOf>>newProjectWithRepositoryDescription: (MetacelloBaselineConstructor is Undeclared) NewUndeclaredWarning: ConfigurationOf>>projectClass (MetacelloProject is Undeclared) NewUndeclaredWarning: ConfigurationOf>>versionDoesNotExistError: (MetacelloSymbolicVersionDoesNotExistError is Undeclared) NewUndeclaredWarning: ConfigurationOf>>versionNumberClass (MetacelloSemanticVersionNumber is Undeclared) NewUndeclaredWarning: Metacello class>>image (MetacelloScriptImageExecutor is Undeclared) NewUndeclaredWarning: Metacello class>>registrations (MetacelloProjectRegistration is Undeclared) NewUndeclaredWarning: Metacello class>>registry (MetacelloScriptRegistryExecutor is Undeclared) NewUndeclaredWarning: Metacello class>>scriptExecutorClass (MetacelloScriptApiExecutor is Undeclared) NewUndeclaredWarning: Metacello>>onWarningLog (MetacelloNotification is Undeclared) NewUndeclaredWarning: Metacello>>scriptExecutorClass (MetacelloScriptApiExecutor is Undeclared) SystemNotification: Loading Metacello-Core-tonel.1.mcz SystemNotification: Loading STON-Core-tonel.1.mcz SystemNotification: Loading Metacello-GitBasedRepository-tonel.1.mcz SystemNotification: Loading Metacello-Gitlab-tonel.1.mcz SystemNotification: Loading Metacello-GitHub-tonel.1.mcz SystemNotification: Loading Metacello-Bitbucket-tonel.1.mcz SystemNotification: Loading MetacelloCommandLineHandler-Core-tonel.1.mcz + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-metacello-64bit-fa719891c8.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-fa719891c8.zip Pharo13.0-SNAPSHOT-metacello-64bit-fa719891c8.changes Pharo13.0-SNAPSHOT-metacello-64bit-fa719891c8.image adding: Pharo13.0-SNAPSHOT-metacello-64bit-fa719891c8.changes (deflated 81%) adding: Pharo13.0-SNAPSHOT-metacello-64bit-fa719891c8.image (deflated 79%) ++ date -u + echo Mon Nov 25 06:50:41 PM UTC 2024 '[Pharo] Reloading rest of packages' Mon Nov 25 06:50:41 PM UTC 2024 [Pharo] Reloading rest of packages + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-metacello-64bit-fa719891c8.image --no-default-preferences save Pharo13.0-SNAPSHOT-64bit-fa719891c8 + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-64bit-fa719891c8.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-fa719891c8.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-fa719891c8.image --no-default-preferences eval --save 'Metacello new baseline: '\''Pharo'\'';repository: '\''tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src'\'';onWarning: [ :e | Error signal: e messageText in: e signalerContext ]; load' MetacelloNotification: Loaded -> BaselineOfPharo --- unresolved MetacelloNotification: Loading baseline of BaselineOfPharo... MetacelloNotification: Project: BaseLibraries MetacelloNotification: Loaded -> BaselineOfBaseLibraries --- unresolved MetacelloNotification: Project: SUnitCore MetacelloNotification: Loaded -> BaselineOfSUnit --- unresolved MetacelloNotification: Project: Traits MetacelloNotification: Loaded -> BaselineOfTraits --- unresolved MetacelloNotification: Project: KernelTests MetacelloNotification: Loaded -> BaselineOfKernelTests --- unresolved MetacelloNotification: Project: Slot MetacelloNotification: Loaded -> BaselineOfSlot --- unresolved MetacelloNotification: Project: Beacon MetacelloNotification: Loaded -> BaselineOfBeacon --- unresolved MetacelloNotification: Project: SystemBenchmark MetacelloNotification: Loaded -> BaselineOfSystemBenchmark --- unresolved MetacelloNotification: Project: SUnit MetacelloNotification: Project: Clap MetacelloNotification: Loaded -> BaselineOfClap --- unresolved MetacelloNotification: Project: TaskIt MetacelloNotification: Loaded -> BaselineOfTaskIt --- unresolved MetacelloNotification: Project: ExternalProjectLoader MetacelloNotification: Loaded -> BaselineOfExternalProjectLoader --- unresolved MetacelloNotification: Project: IDE NewUndeclaredWarning: BaselineOfIDE>>loadExtraTools (IceRepository is Undeclared) NewUndeclaredWarning: BaselineOfIDE>>loadExtraTools (IceRepository is Undeclared) NewUndeclaredWarning: BaselineOfIDE>>postload:package: (EpMonitor is Undeclared) NewUndeclaredWarning: BaselineOfIDE>>postload:package: (ExternalChangesBrowser is Undeclared) NewUndeclaredWarning: BaselineOfIDE>>postload:package: (StFileSystemPresenter is Undeclared) NewUndeclaredWarning: BaselineOfIDE>>postload:package: (StFinderPresenter is Undeclared) NewUndeclaredWarning: BaselineOfIDE>>postload:package: (ProcessBrowser is Undeclared) NewUndeclaredWarning: BaselineOfIDE>>postload:package: (MorphicCoreUIManager is Undeclared) NewUndeclaredWarning: BaselineOfIDE>>postload:package: (MorphicCoreUIManager is Undeclared) NewUndeclaredWarning: BaselineOfIDE>>postload:package: (PolymorphSystemSettings is Undeclared) NewUndeclaredWarning: BaselineOfIDE>>postload:package: (Color is Undeclared) NewUndeclaredWarning: BaselineOfIDE>>postload:package: (SourceCodeFonts is Undeclared) NewUndeclaredWarning: BaselineOfIDE>>postload:package: (FreeTypeSystemSettings is Undeclared) NewUndeclaredWarning: BaselineOfIDE>>postload:package: (FreeTypeSettings is Undeclared) NewUndeclaredWarning: BaselineOfIDE>>postload:package: (FreeTypeSettings is Undeclared) NewUndeclaredWarning: BaselineOfIDE>>postload:package: (RealEstateAgent is Undeclared) NewUndeclaredWarning: BaselineOfIDE>>postload:package: (GrowlMorph is Undeclared) NewUndeclaredWarning: BaselineOfIDE>>postload:package: (ShortcutReminder is Undeclared) NewUndeclaredWarning: BaselineOfIDE>>postload:package: (KMRepository is Undeclared) NewUndeclaredWarning: BaselineOfIDE>>postload:package: (Morph is Undeclared) NewUndeclaredWarning: BaselineOfIDE>>postload:package: (KMShortcutHandler is Undeclared) NewUndeclaredWarning: BaselineOfIDE>>postload:package: (Color is Undeclared) NewUndeclaredWarning: BaselineOfIDE>>postload:package: (RubTextFieldArea is Undeclared) NewUndeclaredWarning: BaselineOfIDE>>postload:package: (SpRubFindReplaceService is Undeclared) NewUndeclaredWarning: BaselineOfIDE>>postload:package: (RubEditingArea is Undeclared) NewUndeclaredWarning: BaselineOfIDE>>postload:package: (SpRubFindReplaceService is Undeclared) NewUndeclaredWarning: BaselineOfIDE>>postload:package: (RubCharacterScanner is Undeclared) NewUndeclaredWarning: BaselineOfIDE>>postload:package: (RubAbstractTextArea is Undeclared) NewUndeclaredWarning: BaselineOfIDE>>postload:package: (SDL_Event is Undeclared) NewUndeclaredWarning: BaselineOfIDE>>postload:package: (HiRulerBuilderTest is Undeclared) NewUndeclaredWarning: BaselineOfIDE>>postload:package: (RubSmalltalkEditor is Undeclared) NewUndeclaredWarning: BaselineOfIDE>>postload:package: (CoCompletionEngine is Undeclared) MetacelloNotification: Loaded -> BaselineOfIDE --- unresolved MetacelloNotification: Project: BasicTools NewUndeclaredWarning: BaselineOfBasicTools>>postload:package: (CompletionSorter is Undeclared) NewUndeclaredWarning: BaselineOfBasicTools>>postload:package: (RubSmalltalkEditor is Undeclared) NewUndeclaredWarning: BaselineOfBasicTools>>postload:package: (CompletionEngine is Undeclared) MetacelloNotification: Loaded -> BaselineOfBasicTools --- unresolved MetacelloNotification: Project: SUnitCore MetacelloNotification: Project: Traits baseline MetacelloNotification: Project: UI NewUndeclaredWarning: BaselineOfUI>>postload:package: (PharoCommonTools is Undeclared) MetacelloNotification: Loaded -> BaselineOfUI --- unresolved MetacelloNotification: Project: Morphic NewUndeclaredWarning: BaselineOfMorphic>>cleanUpAfterMorphicInitialization (GradientFillStyle is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>cleanUpAfterMorphicInitialization (FreeTypeCache is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>cleanUpAfterMorphicInitialization (ImageMorph is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>cleanUpAfterMorphicInitialization (Form is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>cleanUpAfterMorphicInitialization (World is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>cleanUpAfterMorphicInitialization (ExternalDropHandler is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>cleanUpAfterMorphicInitialization (ScrollBarMorph is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>exportBitmapDejaVuSans (LogicalFontManager is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>loadBitmapDejaVuSans (TextConstants is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>loadBitmapDejaVuSans (TextConstants is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>loadBitmapDejaVuSans (TextConstants is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>loadBitmapDejaVuSans (TextConstants is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>loadBitmapFontFamily:sizes: (PNGReadWriter is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>loadBitmapFontFamily:sizes: (PNGReadWriter is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>loadBitmapFontFamily:sizes: (PNGReadWriter is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>loadBitmapFontFamily:sizes: (PNGReadWriter is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>loadBitmapFontFamily:sizes: (TextStyle is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>loadBitmapSourcePro (TextConstants is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>loadBitmapSourcePro (TextConstants is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (TextConstants is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (FLLargeIdentityHashedCollection is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (PNGReadWriter is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (BalloonMorph is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (Color is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (MorphicUIManager is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (MorphicUIManager is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (MorphicUIManager is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (PharoLightTheme is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (ScalingCanvas is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (GraphicFontSettings is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (MenubarMorph is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (PolymorphSystemSettings is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (PolymorphSystemSettings is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (PolymorphSystemSettings is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (Color is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (LogicalFontManager is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (FreeTypeFontProvider is Undeclared) NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (Bitmap is Undeclared) MetacelloNotification: Loaded -> BaselineOfMorphic --- unresolved MetacelloNotification: Project: MorphicCore NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (IdentityTransform is Undeclared) NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (RealEstateAgent is Undeclared) NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (WorldState is Undeclared) NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (Morph is Undeclared) NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (HandMorph is Undeclared) NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (AbstractWorldRenderer is Undeclared) NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (Cursor is Undeclared) NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (EventManager is Undeclared) NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (UserInputEvent is Undeclared) NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (WorldMorph is Undeclared) NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (WorldState is Undeclared) NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (HandMorph is Undeclared) NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (MorphicCoreUIManager is Undeclared) NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (ExternalDropHandler is Undeclared) NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (WorldMorph is Undeclared) NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (ExternalDropHandler is Undeclared) NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (PasteUpMorph is Undeclared) NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (DefaultExternalDropHandler is Undeclared) MetacelloNotification: Loaded -> BaselineOfMorphicCore --- unresolved MetacelloNotification: Project: Traits MetacelloNotification: Project: SUnit MetacelloNotification: Project: Traits baseline MetacelloNotification: Project: Display NewUndeclaredWarning: BaselineOfDisplay>>installBitmap (Bitmap is Undeclared) NewUndeclaredWarning: BaselineOfDisplay>>postload:package: (Cursor is Undeclared) NewUndeclaredWarning: BaselineOfDisplay>>postload:package: (Cursor is Undeclared) NewUndeclaredWarning: BaselineOfDisplay>>postload:package: (BitBlt is Undeclared) NewUndeclaredWarning: BaselineOfDisplay>>postload:package: (Form is Undeclared) NewUndeclaredWarning: BaselineOfDisplay>>postload:package: (Color is Undeclared) MetacelloNotification: Loaded -> BaselineOfDisplay --- unresolved MetacelloNotification: Project: UnifiedFFI MetacelloNotification: Loaded -> BaselineOfUnifiedFFI --- unresolved MetacelloNotification: Project: MenuRegistration MetacelloNotification: Loaded -> BaselineOfMenuRegistration --- unresolved MetacelloNotification: Project: Fuel MetacelloNotification: Loaded -> BaselineOfFuel --- unresolved MetacelloNotification: Project: FreeType MetacelloNotification: Loaded -> BaselineOfFreeType --- unresolved MetacelloNotification: Project: Keymapping MetacelloNotification: Loaded -> BaselineOfKeymapping --- unresolved MetacelloNotification: Project: NewValueHolder MetacelloNotification: Loaded -> BaselineOfNewValueHolder --- unresolved MetacelloNotification: Project: Commander2 MetacelloNotification: Loaded -> BaselineOfCommander2 --- unresolved MetacelloNotification: Project: SpecBase MetacelloNotification: Loaded -> BaselineOfSpec2 --- unresolved MetacelloNotification: Project: SpecCore MetacelloNotification: Loaded -> BaselineOfSpecCore --- unresolved MetacelloNotification: Project: Keymapping MetacelloNotification: Project: Reflectivity NewUndeclaredWarning: BaselineOfReflectivity>>postload:package: (RFReflectivityASTCacheStrategy is Undeclared) MetacelloNotification: Loaded -> BaselineOfReflectivity --- unresolved MetacelloNotification: Project: Instrumentation MetacelloNotification: Loaded -> BaselineOfInstrumentation --- unresolved MetacelloNotification: Project: DebugPoints MetacelloNotification: Loaded -> BaselineOfDebugPoints --- unresolved MetacelloNotification: Project: Reflectivity MetacelloNotification: Project: Instrumentation baseline MetacelloNotification: Project: Athens MetacelloNotification: Loaded -> BaselineOfAthens --- unresolved MetacelloNotification: Project: Display MetacelloNotification: Project: UnifiedFFI MetacelloNotification: Project: SUnit MetacelloNotification: Project: EnlumineurFormatter MetacelloNotification: Loaded -> BaselineOfEnlumineurFormatter --- unresolved MetacelloNotification: Project: Refactoring MetacelloNotification: Loaded -> BaselineOfRefactoring --- unresolved MetacelloNotification: Project: SpecRefactoring MetacelloNotification: Project: Athens MetacelloNotification: Project: Display baseline MetacelloNotification: Project: UnifiedFFI baseline MetacelloNotification: Project: Flashback MetacelloNotification: Loaded -> BaselineOfFlashback --- unresolved MetacelloNotification: Project: Shift MetacelloNotification: Loaded -> BaselineOfShift --- unresolved MetacelloNotification: Project: Traits MetacelloNotification: Project: Slot MetacelloNotification: Project: Clap MetacelloNotification: Project: SUnit MetacelloNotification: Project: EnlumineurFormatter MetacelloNotification: Project: Reflectivity MetacelloNotification: Project: Instrumentation baseline MetacelloNotification: Project: DebugPoints MetacelloNotification: Project: Reflectivity baseline MetacelloNotification: Project: Instrumentation baseline MetacelloNotification: Project: Refactoring MetacelloNotification: Project: Metacello MetacelloNotification: Loaded -> BaselineOfMetacello --- unresolved MetacelloNotification: Project: Shout MetacelloNotification: Loaded -> BaselineOfShout --- unresolved MetacelloNotification: Project: ReflectionMirrors MetacelloNotification: Loaded -> BaselineOfReflectionMirrors --- unresolved MetacelloNotification: Project: FuzzyMatcher MetacelloNotification: Loaded -> BaselineOfFuzzyMatcher --- unresolved MetacelloNotification: Project: QA MetacelloNotification: Loaded -> BaselineOfQA --- unresolved MetacelloNotification: Project: Manifest MetacelloNotification: Loaded -> BaselineOfManifest --- unresolved MetacelloNotification: Project: QualityAssistant MetacelloNotification: Loaded -> BaselineOfQualityAssistant --- unresolved MetacelloNotification: Project: DependencyAnalyzer MetacelloNotification: Loaded -> BaselineOfDependencyAnalyzer --- unresolved MetacelloNotification: Project: AIGraphAlgorithms MetacelloNotification: Loaded -> BaselineOfAIGraphAlgorithms --- unresolved MetacelloNotification: Project: Reflectivity MetacelloNotification: Project: Instrumentation baseline MetacelloNotification: Project: OSWindow MetacelloNotification: Loaded -> BaselineOfOSWindow --- unresolved MetacelloNotification: Project: EmergencyDebugger MetacelloNotification: Loaded -> BaselineOfEmergencyDebugger --- unresolved MetacelloNotification: Project: Epicea MetacelloNotification: Loaded -> BaselineOfEpicea --- unresolved MetacelloNotification: Project: Misc MetacelloNotification: Loaded -> BaselineOfMisc --- unresolved MetacelloNotification: Project: Fuel MetacelloNotification: Project: GeneralTests MetacelloNotification: Loaded -> BaselineOfGeneralTests --- unresolved MetacelloNotification: Project: Epicea MetacelloNotification: Project: FreeType MetacelloNotification: Project: Keymapping MetacelloNotification: Project: Zodiac MetacelloNotification: Loaded -> BaselineOfZodiac --- unresolved MetacelloNotification: Project: SortFunctions MetacelloNotification: Loaded -> BaselineOfSortFunctions --- unresolved MetacelloNotification: Project: Equals MetacelloNotification: Loaded -> BaselineOfEquals --- unresolved MetacelloNotification: Project: NewValueHolder MetacelloNotification: Project: ReferenceFinder MetacelloNotification: Loaded -> BaselineOfReferenceFinder --- unresolved MetacelloNotification: Project: ClassParser MetacelloNotification: Loaded -> BaselineOfClassParser --- unresolved MetacelloNotification: Project: Calypso MetacelloNotification: Loaded -> BaselineOfCalypso --- unresolved MetacelloNotification: Project: ClassAnnotation MetacelloNotification: Loaded -> BaselineOfClassAnnotation --- unresolved MetacelloNotification: Project: ClassAnnotationTests MetacelloNotification: Project: Commander MetacelloNotification: Loaded -> BaselineOfCommander --- unresolved MetacelloNotification: Project: ClassAnnotation MetacelloNotification: Project: ClassAnnotationTests MetacelloNotification: Project: SystemCommands MetacelloNotification: Loaded -> BaselineOfSystemCommands --- unresolved MetacelloNotification: Project: Commander MetacelloNotification: Project: ClassAnnotation baseline MetacelloNotification: Project: ClassAnnotationTests baseline MetacelloNotification: Project: CalypsoNavigationModel MetacelloNotification: Loaded -> BaselineOfCalypsoNavigationModel --- unresolved MetacelloNotification: Project: Ring MetacelloNotification: Loaded -> BaselineOfRing --- unresolved MetacelloNotification: Project: HeuristicCompletion MetacelloNotification: Loaded -> BaselineOfHeuristicCompletion --- unresolved MetacelloNotification: Project: DependencyAnalyzer MetacelloNotification: Project: AIGraphAlgorithms baseline MetacelloNotification: Project: SpecCode MetacelloNotification: Project: SpecCore baseline MetacelloNotification: Project: SpecCoreCode MetacelloNotification: Project: NewTools MetacelloNotification: Loaded -> BaselineOfNewTools --- unresolved MetacelloNotification: Project: Sindarin MetacelloNotification: Loaded -> BaselineOfSindarin --- unresolved MetacelloNotification: Project: ColorPicker MetacelloNotification: Loaded -> BaselineOfColorPicker --- unresolved MetacelloNotification: Project: Roassal MetacelloNotification: Loaded -> BaselineOfRoassal --- unresolved MetacelloNotification: Project: Geometry MetacelloNotification: Loaded -> BaselineOfGeometry --- unresolved MetacelloNotification: Project: NumericScales MetacelloNotification: Loaded -> BaselineOfNumericScales --- unresolved MetacelloNotification: Project: RoassalLayouts MetacelloNotification: Loaded -> BaselineOfRoassalLayouts --- unresolved MetacelloNotification: Project: RTree MetacelloNotification: Loaded -> BaselineOfRTree --- unresolved MetacelloNotification: Project: DrTests NewUndeclaredWarning: BaselineOfDrTests>>postload:package: (DrTests is Undeclared) MetacelloNotification: Loaded -> BaselineOfDrTests --- unresolved MetacelloNotification: Project: Microdown MetacelloNotification: Loaded -> BaselineOfMicrodown --- unresolved MetacelloNotification: Project: WelcomeBrowser MetacelloNotification: Loaded -> BaselineOfWelcomeBrowser --- unresolved MetacelloNotification: Project: Microdown MetacelloNotification: Project: Roassal MetacelloNotification: Project: Geometry baseline MetacelloNotification: Project: NumericScales baseline MetacelloNotification: Project: RoassalLayouts baseline MetacelloNotification: Project: RTree baseline MetacelloNotification: Project: ThreadedFFI MetacelloNotification: Loaded -> BaselineOfThreadedFFI --- unresolved MetacelloNotification: Project: Calypso MetacelloNotification: Project: ClassAnnotation baseline MetacelloNotification: Project: Commander baseline MetacelloNotification: Project: ClassAnnotation baseline MetacelloNotification: Project: ClassAnnotationTests baseline MetacelloNotification: Project: SystemCommands baseline MetacelloNotification: Project: Commander baseline MetacelloNotification: Project: ClassAnnotation baseline MetacelloNotification: Project: ClassAnnotationTests baseline MetacelloNotification: Project: CalypsoNavigationModel baseline MetacelloNotification: Loaded -> Traits --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> SUnit-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> SUnit-Core-Traits --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> SUnit-Visitor --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> CodeImport-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Collections-Abstract-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Collections-Atomic-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Collections-Native-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Collections-Sequenceable-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Collections-Stack-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Collections-Streams-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Collections-Strings-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Collections-Support-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Collections-Unordered-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Collections-Weak-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Collections-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Kernel-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Kernel-Extended-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-Time-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: SelfEvaluatingObjectTest>>testObjects (Color is Undeclared) MetacelloNotification: Loaded -> Kernel-Tests-WithCompiler --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Announcements-Core-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Compression-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: FileReferenceTest>>testSymbolicLink (LibC is Undeclared) NewUndeclaredWarning: FileReferenceTest>>testSymbolicLinkTargetPath (LibC is Undeclared) NewUndeclaredWarning: UnixResolverTest>>testGetTempFromTMPDIR (OSEnvironment is Undeclared) NewUndeclaredWarning: DeleteVisitorTest>>testSymbolicLink (LibC is Undeclared) NewUndeclaredWarning: WindowsResolverTest>>testResolveTempPathFromTMP (OSEnvironment is Undeclared) MetacelloNotification: Loaded -> FileSystem-Core-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> FileSystem-Disk-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> FileSystem-Tests-Attributes --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Files-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Jobs-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: ASTCodeSnippetTest>>testMonticello (MCMockClassE is Undeclared) NewUndeclaredWarning: ASTCodeSnippetTest>>testMonticello (MCMockClassE is Undeclared) NewUndeclaredWarning: ASTCodeSnippetTest>>testMonticello (MCMockClassE is Undeclared) NewUndeclaredWarning: ASTCodeSnippetTest>>testMonticello (MCMockClassE is Undeclared) NewUndeclaredWarning: ASTCodeSnippetTest>>testMonticello (MCMockClassE is Undeclared) NewUndeclaredWarning: ASTCodeSnippetTest>>testMonticello (MCMockClassE is Undeclared) NewUndeclaredWarning: ASTCodeSnippetTest>>testMonticello (MCMockClassE is Undeclared) NewUndeclaredWarning: ASTMethodNodeTest>>testIsPrimitive (Bitmap is Undeclared) NewUndeclaredWarning: ASTMethodNodeTest>>testPrimitiveIsPrimitive (Bitmap is Undeclared) NewUndeclaredWarning: ASTCodeSnippet class>>styleAll (Text is Undeclared) NewUndeclaredWarning: ASTCodeSnippet>>definitionRefactoring (RBReplaceSubtreeTransformation is Undeclared) NewUndeclaredWarning: ASTCodeSnippet>>textWithNode:message:at: (TextBackgroundColor is Undeclared) NewUndeclaredWarning: ASTCodeSnippet>>textWithNode:message:at: (Color is Undeclared) NewUndeclaredWarning: ASTCodeSnippet>>textWithNode:message:at: (TextBackgroundColor is Undeclared) NewUndeclaredWarning: ASTCodeSnippet>>textWithNode:message:at: (Color is Undeclared) MetacelloNotification: Loaded -> AST-Core-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleBlockArgument (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleBlockExternal (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleBlockExternal2 (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleBlockExternalArg (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleBlockExternalNested (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleBlockInternal (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleBlockNested (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleEmptyMethod (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleIfFalse (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleIfFalseIfTrue (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleIfIfNotNilReturnNil (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleIfNotNilArg (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleIfTrue (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleIfTrueIfFalse (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleMethodTempInNestedBlock (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleMethodWithOptimizedBlocksA (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleNestedBlockScoping (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleNewArray (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExamplePushArray (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleReturn1 (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleReturn1plus2 (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleSelf (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleSimpleBlock (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleSimpleBlockArgument1 (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleSimpleBlockArgument2 (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleSimpleBlockArgument3 (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleSimpleBlockArgument4 (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleSimpleBlockArgument5 (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleSimpleBlockEmpty (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleSimpleBlockLocal (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleSimpleBlockLocalIf (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleSimpleBlockLocalNested (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleSimpleBlockLocalWhile (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleSimpleBlockNested (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleSimpleBlockReturn (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleSimpleBlockiVar (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleSuper (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleThisContext (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleToDoArgument (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleToDoArgumentNotInlined (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleToDoInsideTemp (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleToDoInsideTempNotInlined (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleToDoOutsideTemp (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleToDoOutsideTempNotInlined (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleToDoValue (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleWhileModificationAfterNotInlined (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleWhileModificationBefore (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleWhileModificationBeforeNotInlined (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleWhileWithTemp (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleWhileWithTempNotInlined (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleiVar (FBIRBytecodeDecompiler is Undeclared) NewUndeclaredWarning: OCCodeReparatorTest>>testdefineClass (OCCodeReparator is Undeclared) NewUndeclaredWarning: OCCodeReparatorTest>>testdefineClass (OCCodeReparator is Undeclared) NewUndeclaredWarning: OCCodeReparatorTest>>testdefineTrait (OCCodeReparator is Undeclared) NewUndeclaredWarning: OCCodeReparatorTest>>testdefineTrait (OCCodeReparator is Undeclared) MetacelloNotification: Loaded -> OpalCompiler-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Random-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: RGClassDefinitionTest>>testAsClassDefinition2 (MOPTestClassC is Undeclared) NewUndeclaredWarning: RGClassDefinitionTest>>testAsClassDefinitionSourceDefinition (MOPTestClassC is Undeclared) NewUndeclaredWarning: RGClassDefinitionTest>>testAsClassDefinitionSourceDefinition (MOPTestClassC is Undeclared) NewUndeclaredWarning: RGClassDefinitionTest>>testAsClassDefinitionSourceDefinition (MOPTestClassC is Undeclared) NewUndeclaredWarning: RGClassDefinitionTest>>testWithPoolDictionaries (Text is Undeclared) MetacelloNotification: Loaded -> Ring-Definitions-Core-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Ring-Definitions-Tests-Containers --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: EventManagerTest>>classToBeTested (EventManager is Undeclared) NewUndeclaredWarning: EventManagerTest>>setUp (EventManager is Undeclared) MetacelloNotification: Loaded -> System-Object Events-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: OSEnvironmentTest>>testEnvironmentFor (OSEnvironment is Undeclared) MetacelloNotification: Loaded -> System-OSEnvironments-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Zinc-Character-Encoding-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: Win32EnvironmentTest>>testExistingEnvironmentVariableLongerThanBufferShouldReturnValue (OSEnvironment is Undeclared) NewUndeclaredWarning: Win32EnvironmentTest>>testExistingEnvironmentVariableLongerThanBufferShouldReturnValue (OSEnvironment is Undeclared) NewUndeclaredWarning: Win32EnvironmentTest>>testExistingEnvironmentVariableShouldReturnValue (OSEnvironment is Undeclared) NewUndeclaredWarning: Win32EnvironmentTest>>testExistingEnvironmentVariableShouldReturnValue (OSEnvironment is Undeclared) NewUndeclaredWarning: Win32EnvironmentTest>>testNonExistingEnvironmentVariableShouldGenerateException (OSEnvironment is Undeclared) NewUndeclaredWarning: WinPlatformTest>>testGetTempPathFromTMP (OSEnvironment is Undeclared) NewUndeclaredWarning: WinPlatformTest>>testGetTempPathFromTMP (OSEnvironment is Undeclared) NewUndeclaredWarning: WinPlatformTest>>testGetTempPathFromTMP (OSEnvironment is Undeclared) NewUndeclaredWarning: WinPlatformTest>>testGetTempPathFromTMP (OSEnvironment is Undeclared) MetacelloNotification: Loaded -> System-Platforms-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-Finalization-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: FontTest>>testDisplay (TextStyle is Undeclared) NewUndeclaredWarning: FontTest>>testDisplay (TextFontReference is Undeclared) NewUndeclaredWarning: FontTest>>testDisplay (Form is Undeclared) NewUndeclaredWarning: FontTest>>testDisplay (Form is Undeclared) NewUndeclaredWarning: FontTest>>testDisplay (Color is Undeclared) NewUndeclaredWarning: FontTest>>testDisplay (Color is Undeclared) NewUndeclaredWarning: FontTest>>testParagraph (Paragraph is Undeclared) NewUndeclaredWarning: FontTest>>testParagraph (TextStyle is Undeclared) NewUndeclaredWarning: TextColorTest>>testColor (TextColor is Undeclared) NewUndeclaredWarning: TextColorTest>>testColor (Color is Undeclared) NewUndeclaredWarning: TextColorTest>>testColor (Color is Undeclared) NewUndeclaredWarning: TextColorTest>>testColor (Color is Undeclared) NewUndeclaredWarning: TextColorTest>>testColor (Color is Undeclared) NewUndeclaredWarning: TextColorTest>>testColor (Color is Undeclared) NewUndeclaredWarning: TextColorTest>>testColor (Color is Undeclared) NewUndeclaredWarning: TextColorTest>>testDominates (TextColor is Undeclared) NewUndeclaredWarning: TextColorTest>>testDominates (TextColor is Undeclared) NewUndeclaredWarning: TextColorTest>>testDominates (TextColor is Undeclared) NewUndeclaredWarning: TextColorTest>>testDominates (TextColor is Undeclared) NewUndeclaredWarning: TextColorTest>>testDominates (TextColor is Undeclared) NewUndeclaredWarning: TextColorTest>>testDominates (TextEmphasis is Undeclared) NewUndeclaredWarning: TextColorTest>>testDominates (TextColor is Undeclared) NewUndeclaredWarning: TextColorTest>>testDominates (TextFontChange is Undeclared) NewUndeclaredWarning: TextColorTest>>testDominates (TextColor is Undeclared) NewUndeclaredWarning: TextColorTest>>testDominates (TextColor is Undeclared) NewUndeclaredWarning: TextColorTest>>testDominates (Color is Undeclared) NewUndeclaredWarning: TextColorTest>>testDominates (TextEmphasis is Undeclared) NewUndeclaredWarning: TextColorTest>>testDominates (Color is Undeclared) NewUndeclaredWarning: TextIndentTest>>testAmount (TextIndent is Undeclared) NewUndeclaredWarning: TextIndentTest>>testDominates (TextIndent is Undeclared) NewUndeclaredWarning: TextIndentTest>>testDominates (TextIndent is Undeclared) NewUndeclaredWarning: TextIndentTest>>testDominates (TextIndent is Undeclared) NewUndeclaredWarning: TextIndentTest>>testDominates (TextEmphasis is Undeclared) NewUndeclaredWarning: TextIndentTest>>testDominates (TextIndent is Undeclared) NewUndeclaredWarning: TextIndentTest>>testDominates (TextFontChange is Undeclared) NewUndeclaredWarning: TextIndentTest>>testTabs (TextIndent is Undeclared) NewUndeclaredWarning: TextLineEndingsTest>>testDecoratedTextConversionCrLF (TextColor is Undeclared) NewUndeclaredWarning: TextLineEndingsTest>>testDecoratedTextConversionCrLF (TextColor is Undeclared) NewUndeclaredWarning: TextLineEndingsTest>>testDecoratedTextConversionCrLF (TextEmphasis is Undeclared) NewUndeclaredWarning: TextLineEndingsTest>>testDecoratedTextConversionJustLF (TextColor is Undeclared) NewUndeclaredWarning: TextLineEndingsTest>>testDecoratedTextConversionJustLF (TextColor is Undeclared) NewUndeclaredWarning: TextLineEndingsTest>>testDecoratedTextConversionJustLF (TextEmphasis is Undeclared) NewUndeclaredWarning: TextLineEndingsTest>>testDecoratedTextConversionNoLF (TextColor is Undeclared) NewUndeclaredWarning: TextLineEndingsTest>>testDecoratedTextConversionNoLF (TextColor is Undeclared) NewUndeclaredWarning: TextLineEndingsTest>>testDecoratedTextConversionNoLF (TextEmphasis is Undeclared) NewUndeclaredWarning: TextStreamTest>>setUp (TextStream is Undeclared) NewUndeclaredWarning: TextStreamTest>>setUp (Text is Undeclared) NewUndeclaredWarning: TextStreamTest>>testAddStringToTextStream (TextStream is Undeclared) NewUndeclaredWarning: TextStreamTest>>testAddStringToTextStream (Text is Undeclared) NewUndeclaredWarning: TextStreamTest>>testApplyAttributeBeginningAt (TextEmphasis is Undeclared) NewUndeclaredWarning: TextStreamTest>>testWithAttributeDo (TextEmphasis is Undeclared) NewUndeclaredWarning: TextStreamTest>>testWithAttributeDo (TextEmphasis is Undeclared) NewUndeclaredWarning: TextStreamTest>>testWithAttributesDo (TextEmphasis is Undeclared) NewUndeclaredWarning: TextStreamTest>>testWithAttributesDo (TextColor is Undeclared) NewUndeclaredWarning: TextStreamTest>>testWithAttributesDo (Color is Undeclared) NewUndeclaredWarning: TextTest>>example1: (TextStream is Undeclared) NewUndeclaredWarning: TextTest>>example1: (TextStream is Undeclared) NewUndeclaredWarning: TextTest>>example1: (TextStream is Undeclared) NewUndeclaredWarning: TextTest>>example1: (TextStream is Undeclared) NewUndeclaredWarning: TextTest>>example1: (Text is Undeclared) NewUndeclaredWarning: TextTest>>example1: (Text is Undeclared) NewUndeclaredWarning: TextTest>>example1: (Text is Undeclared) NewUndeclaredWarning: TextTest>>example1: (Text is Undeclared) NewUndeclaredWarning: TextTest>>example2 (TextStream is Undeclared) NewUndeclaredWarning: TextTest>>example2 (TextStream is Undeclared) NewUndeclaredWarning: TextTest>>example2 (TextStream is Undeclared) NewUndeclaredWarning: TextTest>>example2 (TextStream is Undeclared) NewUndeclaredWarning: TextTest>>example2 (Text is Undeclared) NewUndeclaredWarning: TextTest>>example2 (Text is Undeclared) NewUndeclaredWarning: TextTest>>example2 (Text is Undeclared) NewUndeclaredWarning: TextTest>>example2 (Text is Undeclared) NewUndeclaredWarning: TextTest>>setUp (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>setUp (TextColor is Undeclared) NewUndeclaredWarning: TextTest>>setUp (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>setUp (TextColor is Undeclared) NewUndeclaredWarning: TextTest>>testAddAttributeFromTo (TextColor is Undeclared) NewUndeclaredWarning: TextTest>>testAddAttributeFromTo (TextColor is Undeclared) NewUndeclaredWarning: TextTest>>testAdjacentRunsWithIdentitcalAttributes (TextStream is Undeclared) NewUndeclaredWarning: TextTest>>testAdjacentRunsWithIdentitcalAttributes (Text is Undeclared) NewUndeclaredWarning: TextTest>>testAdjacentRunsWithIdentitcalAttributes (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testAdjacentRunsWithIdentitcalAttributes (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testAppend (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testAppend (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testAppend (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testAppend (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testAppend (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testAppend (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testLineCount (Text is Undeclared) NewUndeclaredWarning: TextTest>>testPrepend (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testPrepend (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testPrepend (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testPrepend (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testPrepend (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testPrepend (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testRangeOfStartingAt (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testRangeOfStartingAt (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testRangeOfStartingAt (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testRangeOfStartingAt (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testRangeOfStartingAt (TextColor is Undeclared) NewUndeclaredWarning: TextTest>>testRangeOfStartingAt (TextColor is Undeclared) NewUndeclaredWarning: TextTest>>testRangeOfStartingAt (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testRangeOfStartingAt (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testRangeOfStartingAt (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testRemoveAttribute (Text is Undeclared) NewUndeclaredWarning: TextTest>>testRemoveAttribute (TextColor is Undeclared) NewUndeclaredWarning: TextTest>>testRemoveAttribute (TextColor is Undeclared) NewUndeclaredWarning: TextTest>>testRemoveAttribute (Text is Undeclared) NewUndeclaredWarning: TextTest>>testRemoveAttribute (TextColor is Undeclared) NewUndeclaredWarning: TextTest>>testRemoveAttribute (TextColor is Undeclared) NewUndeclaredWarning: TextTest>>testReplaceFromToWith (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testRuns (TextColor is Undeclared) NewUndeclaredWarning: TextTest>>testRuns (TextColor is Undeclared) NewUndeclaredWarning: TextTest>>testRuns (TextColor is Undeclared) NewUndeclaredWarning: TextTest>>testSettingRunsOfWrongSize (TextColor is Undeclared) NewUndeclaredWarning: TextTest>>testTextEmphasisRangeDetection1 (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testTextEmphasisRangeDetection1 (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testTextEmphasisRangeDetection2 (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testTextEmphasisRangeDetection2 (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testTextEmphasisRangeDetection2 (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testTextEmphasisRangeDetection3 (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testTextEmphasisRangeDetection3 (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testTextEmphasisRangeDetection3 (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testTextEmphasisRangeDetection4 (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testTextEmphasisRangeDetection4 (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testTextEmphasisRangeDetection4 (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testUnembellished (TextEmphasis is Undeclared) NewUndeclaredWarning: TextTest>>testUnembellished (TextFontChange is Undeclared) NewUndeclaredWarning: TextAlignmentTest>>setUp (TextAlignment is Undeclared) NewUndeclaredWarning: TextAlignmentTest>>setUp (TextAlignment is Undeclared) NewUndeclaredWarning: TextAlignmentTest>>setUp (TextAlignment is Undeclared) NewUndeclaredWarning: TextAlignmentTest>>setUp (TextAlignment is Undeclared) NewUndeclaredWarning: TextAlignmentTest>>testAlignment (TextAlignment is Undeclared) NewUndeclaredWarning: TextAlignmentTest>>testAlignment (TextConstants is Undeclared) NewUndeclaredWarning: TextAlignmentTest>>testAlignment (TextAlignment is Undeclared) NewUndeclaredWarning: TextAlignmentTest>>testAlignment (TextConstants is Undeclared) NewUndeclaredWarning: TextAlignmentTest>>testAlignment (TextAlignment is Undeclared) NewUndeclaredWarning: TextAlignmentTest>>testAlignment (TextConstants is Undeclared) NewUndeclaredWarning: TextAlignmentTest>>testAlignment (TextAlignment is Undeclared) NewUndeclaredWarning: TextAlignmentTest>>testAlignment (TextConstants is Undeclared) NewUndeclaredWarning: TextAlignmentTest>>testAlignment (TextAlignment is Undeclared) NewUndeclaredWarning: TextAlignmentTest>>testAlignment (TextConstants is Undeclared) NewUndeclaredWarning: TextAlignmentTest>>testAlignment (TextConstants is Undeclared) NewUndeclaredWarning: TextAlignmentTest>>testDominates (TextAlignment is Undeclared) NewUndeclaredWarning: TextAlignmentTest>>testDominates (TextAlignment is Undeclared) NewUndeclaredWarning: TextAlignmentTest>>testDominates (TextAlignment is Undeclared) NewUndeclaredWarning: TextAlignmentTest>>testDominates (TextAlignment is Undeclared) NewUndeclaredWarning: TextAlignmentTest>>testDominates (TextAlignment is Undeclared) NewUndeclaredWarning: TextAlignmentTest>>testDominates (TextEmphasis is Undeclared) NewUndeclaredWarning: TextAlignmentTest>>testDominates (TextAlignment is Undeclared) NewUndeclaredWarning: TextAlignmentTest>>testDominates (TextFontChange is Undeclared) NewUndeclaredWarning: TextAlignmentTest>>testDominates (TextAlignment is Undeclared) NewUndeclaredWarning: TextAlignmentTest>>testDominates (TextAlignment is Undeclared) NewUndeclaredWarning: TextAlignmentTest>>testDominates (TextAlignment is Undeclared) NewUndeclaredWarning: TextAlignmentTest>>testDominates (TextEmphasis is Undeclared) NewUndeclaredWarning: TextAlignmentTest>>testDominates (TextAlignment is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>setUp (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>setUp (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>setUp (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>setUp (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>setUp (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>setUp (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testAdd (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testAdd (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testBold (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testDominatedByCmd0 (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testDominates (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testDominates (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testDominates (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testDominates (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testDominates (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testDominates (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testDominates (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testDominates (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testEmphasisCode (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testEmphasisCode (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testEmphasisCode (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testEmphasisCode (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testEmphasisCode (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testEmphasisCode (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testEmphasisCode (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testEmphasisCode (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testEmphasisCode (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testEmphasisCode (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testEmphasisCode (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testFromCode (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testItalic (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testNarrow (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testNormal (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testRemove (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testRemove (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testRemove (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testRemove (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testSet (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testSet (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testSet (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testStruckOut (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testUnderlined (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testValue (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testValue (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testValue (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testValue (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testValue (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testValue (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testValue (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testValue (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testValue (TextEmphasis is Undeclared) NewUndeclaredWarning: TextEmphasisTest>>testValue (TextEmphasis is Undeclared) NewUndeclaredWarning: TextFontChangeTest>>setUp (TextFontChange is Undeclared) NewUndeclaredWarning: TextFontChangeTest>>setUp (TextFontChange is Undeclared) NewUndeclaredWarning: TextFontChangeTest>>setUp (TextFontChange is Undeclared) NewUndeclaredWarning: TextFontChangeTest>>setUp (TextFontChange is Undeclared) NewUndeclaredWarning: TextFontChangeTest>>setUp (TextFontChange is Undeclared) NewUndeclaredWarning: TextFontChangeTest>>setUp (TextFontChange is Undeclared) NewUndeclaredWarning: TextFontChangeTest>>testEquality (TextFontChange is Undeclared) NewUndeclaredWarning: TextFontChangeTest>>testEquality (TextFontChange is Undeclared) NewUndeclaredWarning: TextFontChangeTest>>testEquality (TextFontChange is Undeclared) NewUndeclaredWarning: TextFontChangeTest>>testEquality (TextFontChange is Undeclared) NewUndeclaredWarning: TextFontChangeTest>>testEquality (TextFontChange is Undeclared) NewUndeclaredWarning: TextFontChangeTest>>testEquality (TextFontChange is Undeclared) NewUndeclaredWarning: TextFontChangeTest>>testEquality (TextFontChange is Undeclared) NewUndeclaredWarning: TextFontChangeTest>>testEquality (TextFontChange is Undeclared) NewUndeclaredWarning: TextFontChangeTest>>testEquality (TextFontChange is Undeclared) NewUndeclaredWarning: TextFontChangeTest>>testEquality (TextFontChange is Undeclared) NewUndeclaredWarning: TextFontChangeTest>>testEquality (TextFontChange is Undeclared) NewUndeclaredWarning: TextFontChangeTest>>testEquality (TextFontChange is Undeclared) NewUndeclaredWarning: TextFontChangeTest>>testHash (TextFontChange is Undeclared) NewUndeclaredWarning: TextFontReferenceTest>>setUp (TextFontReference is Undeclared) NewUndeclaredWarning: TextFontReferenceTest>>setUp (StrikeFont is Undeclared) NewUndeclaredWarning: TextFontReferenceTest>>testFont (LogicalFont is Undeclared) NewUndeclaredWarning: TextFontReferenceTest>>testFont (TextFontReference is Undeclared) NewUndeclaredWarning: TextKernTest>>setUp (TextKern is Undeclared) MetacelloNotification: Loaded -> Text-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> VariablesLibrary --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: MemoryLogger class>>writeFilename (LibC is Undeclared) MetacelloNotification: Loaded -> Beacon-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Beacon-Core-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-Benchmark --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-Benchmark-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Clap-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Clap-CommandLine --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> TaskIt --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> TaskIt-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ExternalProjectLoader --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: DebugSession>>implement:inClass:forContext: (MethodClassifier is Undeclared) MetacelloNotification: Loaded -> Debugger-Model --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Debugger-Oups --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() SystemNotification: Starting preload action MetacelloNotification: Loaded -> Kernel-Traits --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Collections-Abstract-Traits --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> CodeImport-Traits --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> SUnit-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> SUnit-MockObjects --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> JenkinsTools-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: HDLintReport class>>runClasses:named: (RBBrowserEnvironment is Undeclared) NewUndeclaredWarning: HDLintReport class>>runPackage: (RBBrowserEnvironment is Undeclared) NewUndeclaredWarning: HDLintReport>>initializeOn: (RBCompositeLintRule is Undeclared) NewUndeclaredWarning: HDLintReport>>initializeOn: (RBBasicLintRule is Undeclared) NewUndeclaredWarning: HDLintReport>>run (RBSmalllintChecker is Undeclared) NewUndeclaredWarning: HDLintReport>>run (RBCompositeLintRule is Undeclared) MetacelloNotification: Loaded -> JenkinsTools-ExtraReports --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Colors --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: DisplayMedium>>fillShape:fillColor:at: (BitBlt is Undeclared) NewUndeclaredWarning: DisplayMedium>>fillShape:fillColor:at: (Bitmap is Undeclared) NewUndeclaredWarning: DisplayMedium>>initializeHighLights (Bitmap is Undeclared) NewUndeclaredWarning: DisplayMedium>>initializeHighLights (Bitmap is Undeclared) NewUndeclaredWarning: DisplayMedium>>initializeHighLights (Bitmap is Undeclared) NewUndeclaredWarning: DisplayMedium>>initializeHighLights (Bitmap is Undeclared) NewUndeclaredWarning: DisplayMedium>>initializeHighLights (Bitmap is Undeclared) NewUndeclaredWarning: DisplayMedium>>initializeHighLights (Bitmap is Undeclared) NewUndeclaredWarning: ColorForm>>colormapIfNeededForDepth: (Bitmap is Undeclared) NewUndeclaredWarning: ColorForm>>copy: (BitBlt is Undeclared) NewUndeclaredWarning: ColorForm>>maskingMap (Bitmap is Undeclared) NewUndeclaredWarning: ColorForm>>pixelValueAt: (BitBlt is Undeclared) NewUndeclaredWarning: ColorForm>>pixelValueAt: (BitBlt is Undeclared) NewUndeclaredWarning: Form class>>dotOfSize: (BitBlt is Undeclared) NewUndeclaredWarning: Form class>>dotOfSize: (BitBlt is Undeclared) NewUndeclaredWarning: Form class>>dotOfSize: (BitBlt is Undeclared) NewUndeclaredWarning: Form class>>dotOfSize: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>asFormOfDepth: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>asFormOfDepth: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>asGrayScale (Bitmap is Undeclared) NewUndeclaredWarning: Form>>asGrayScale (BitBlt is Undeclared) NewUndeclaredWarning: Form>>asGrayScale (BitBlt is Undeclared) NewUndeclaredWarning: Form>>asGrayScale (BitBlt is Undeclared) NewUndeclaredWarning: Form>>asGrayScale (Bitmap is Undeclared) NewUndeclaredWarning: Form>>asGrayScale (BitBlt is Undeclared) NewUndeclaredWarning: Form>>asGrayScale (BitBlt is Undeclared) NewUndeclaredWarning: Form>>asGrayScale (BitBlt is Undeclared) NewUndeclaredWarning: Form>>asGrayScale (BitBlt is Undeclared) NewUndeclaredWarning: Form>>asGrayScale (BitBlt is Undeclared) NewUndeclaredWarning: Form>>asGrayScale (BitBlt is Undeclared) NewUndeclaredWarning: Form>>balancedPatternFor:depth: (Bitmap is Undeclared) NewUndeclaredWarning: Form>>balancedPatternFor:depth: (Bitmap is Undeclared) NewUndeclaredWarning: Form>>border:width:rule:fillColor: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>border:width:rule:fillColor: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>colorReduced (Bitmap is Undeclared) NewUndeclaredWarning: Form>>copy:from:in:rule: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>copyBits:at:translucent: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>copyBits:from:at:clippingBox:rule:fillColor: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>copyBits:from:at:clippingBox:rule:fillColor:map: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>copyBits:from:at:colorMap: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>copyWithColorsReducedTo: (Bitmap is Undeclared) NewUndeclaredWarning: Form>>displayResourceFormOn: (WarpBlt is Undeclared) NewUndeclaredWarning: Form>>displayResourceFormOn: (WarpBlt is Undeclared) NewUndeclaredWarning: Form>>displayResourceFormOn: (WarpBlt is Undeclared) NewUndeclaredWarning: Form>>displayResourceFormOn: (WarpBlt is Undeclared) NewUndeclaredWarning: Form>>displayScaledOn: (WarpBlt is Undeclared) NewUndeclaredWarning: Form>>displayScaledOn: (WarpBlt is Undeclared) NewUndeclaredWarning: Form>>displayScaledOn: (WarpBlt is Undeclared) NewUndeclaredWarning: Form>>displayScaledOn: (WarpBlt is Undeclared) NewUndeclaredWarning: Form>>drawLine:from:to:clippingBox:rule:fillColor: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>eraseShape: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>eraseShape: (Bitmap is Undeclared) NewUndeclaredWarning: Form>>fill:rule:fillColor: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>fillAlpha: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>fillAlpha: (Bitmap is Undeclared) NewUndeclaredWarning: Form>>fillFromXYColorBlock: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>findShapeAroundSeedBlock: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>fixAlpha (BitBlt is Undeclared) NewUndeclaredWarning: Form>>flipBy:centerAt: (WarpBlt is Undeclared) NewUndeclaredWarning: Form>>flipBy:centerAt: (WarpBlt is Undeclared) NewUndeclaredWarning: Form>>flipBy:centerAt: (WarpBlt is Undeclared) NewUndeclaredWarning: Form>>flipBy:centerAt: (WarpBlt is Undeclared) NewUndeclaredWarning: Form>>flipHorizontally (Bitmap is Undeclared) NewUndeclaredWarning: Form>>hibernate (Bitmap is Undeclared) NewUndeclaredWarning: Form>>magnify:by:smoothing: (WarpBlt is Undeclared) NewUndeclaredWarning: Form>>magnify:by:smoothing: (WarpBlt is Undeclared) NewUndeclaredWarning: Form>>magnify:by:smoothing: (WarpBlt is Undeclared) NewUndeclaredWarning: Form>>magnify:by:smoothing: (WarpBlt is Undeclared) NewUndeclaredWarning: Form>>magnify:by:smoothing: (WarpBlt is Undeclared) NewUndeclaredWarning: Form>>magnifyBy:smoothing: (WarpBlt is Undeclared) NewUndeclaredWarning: Form>>magnifyBy:smoothing: (WarpBlt is Undeclared) NewUndeclaredWarning: Form>>magnifyBy:smoothing: (WarpBlt is Undeclared) NewUndeclaredWarning: Form>>magnifyBy:smoothing: (WarpBlt is Undeclared) NewUndeclaredWarning: Form>>magnifyBy:smoothing: (WarpBlt is Undeclared) NewUndeclaredWarning: Form>>mapColor:to: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>mapColor:to: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>mapColor:to: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>mapColor:to: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>mapColor:to: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>mapColor:to: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>mapColors:to: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>mapColors:to: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>mapColors:to: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>mapColors:to: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>mapColors:to: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>mapColors:to: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>newColorMap (Bitmap is Undeclared) NewUndeclaredWarning: Form>>paintBits:at:translucent: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>pixelCompare:with:at: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>pixelCompare:with:at: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>pixelCompare:with:at: (Bitmap is Undeclared) NewUndeclaredWarning: Form>>pixelValueAt: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>pixelValueAt:put: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>primCountBits (BitBlt is Undeclared) NewUndeclaredWarning: Form>>primCountBits (BitBlt is Undeclared) NewUndeclaredWarning: Form>>primCountBits (BitBlt is Undeclared) NewUndeclaredWarning: Form>>primCountBits (BitBlt is Undeclared) NewUndeclaredWarning: Form>>primCountBits (Bitmap is Undeclared) NewUndeclaredWarning: Form>>privateFloodFillValue: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>privateFloodFillValue: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>readBitsFrom: (Bitmap is Undeclared) NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (Bitmap is Undeclared) NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (Bitmap is Undeclared) NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (Bitmap is Undeclared) NewUndeclaredWarning: Form>>replaceColor:withColor: (Bitmap is Undeclared) NewUndeclaredWarning: Form>>replaceColor:withColor: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>replaceColor:withColor: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>replaceColor:withColor: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>replaceColor:withColor: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>replaceColor:withColor: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>replaceColor:withColor: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>rotateBy:centerAt: (WarpBlt is Undeclared) NewUndeclaredWarning: Form>>rotateBy:centerAt: (WarpBlt is Undeclared) NewUndeclaredWarning: Form>>rotateBy:centerAt: (WarpBlt is Undeclared) NewUndeclaredWarning: Form>>rotateBy:centerAt: (WarpBlt is Undeclared) NewUndeclaredWarning: Form>>rotateBy:magnify:smoothing: (WarpBlt is Undeclared) NewUndeclaredWarning: Form>>rotateBy:magnify:smoothing: (WarpBlt is Undeclared) NewUndeclaredWarning: Form>>rotateBy:magnify:smoothing: (WarpBlt is Undeclared) NewUndeclaredWarning: Form>>rotateBy:magnify:smoothing: (WarpBlt is Undeclared) NewUndeclaredWarning: Form>>setExtent:depth: (Bitmap is Undeclared) NewUndeclaredWarning: Form>>smear:distance: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>tallyPixelValues (Bitmap is Undeclared) NewUndeclaredWarning: Form>>tallyPixelValuesInRect:into: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>tallyPixelValuesInRect:into: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>tallyPixelValuesInRect:into: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>tallyPixelValuesInRect:into: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>tallyPixelValuesInRect:into: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>tallyPixelValuesInRect:into: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>unhibernate (Bitmap is Undeclared) NewUndeclaredWarning: Form>>unhibernate (Bitmap is Undeclared) NewUndeclaredWarning: Form>>unhibernate (Bitmap is Undeclared) NewUndeclaredWarning: Form>>xTallyPixelValue:orNot: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>xTallyPixelValue:orNot: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>xTallyPixelValue:orNot: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>xTallyPixelValue:orNot: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>xTallyPixelValue:orNot: (Bitmap is Undeclared) NewUndeclaredWarning: Form>>yTallyPixelValue:orNot: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>yTallyPixelValue:orNot: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>yTallyPixelValue:orNot: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>yTallyPixelValue:orNot: (BitBlt is Undeclared) NewUndeclaredWarning: Form>>yTallyPixelValue:orNot: (Bitmap is Undeclared) NewUndeclaredWarning: InfiniteForm>>displayOn:at:clippingBox:rule:fillColor: (BitBlt is Undeclared) MetacelloNotification: Loaded -> Graphics-Display Objects --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Graphics-Primitives --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Graphics-Transformations --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: FFILibraryFinder>>ldLibraryPaths (OSEnvironment is Undeclared) NewUndeclaredWarning: FFIWindowsLibraryFinder>>knownPaths (OSEnvironment is Undeclared) MetacelloNotification: Loaded -> UnifiedFFI --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: FFICalloutMethodBuilderTest>>builder (TFCalloutAPI is Undeclared) NewUndeclaredWarning: FFICalloutMethodBuilderTest>>builder (TFCalloutAPI is Undeclared) NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testAllAtomicTypesCall (TFDerivedType is Undeclared) NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testAllAtomicTypesCall (TFBasicType is Undeclared) NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testAllAtomicTypesCall (TFBasicType is Undeclared) NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testAllAtomicTypesCall (TFBasicType is Undeclared) NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testAllAtomicTypesCall (TFBasicType is Undeclared) NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testAllAtomicTypesCall (TFBasicType is Undeclared) NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testAllAtomicTypesCall (TFBasicType is Undeclared) NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testAllAtomicTypesCall (TFBasicType is Undeclared) NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testAllAtomicTypesCall (TFBasicType is Undeclared) NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testAllAtomicTypesCall (TFBasicType is Undeclared) NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testAllAtomicTypesCall (TFBasicType is Undeclared) NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testAllAtomicTypesCall (TFBasicType is Undeclared) NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testAllAtomicTypesCall (TFBasicType is Undeclared) NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallCreateObject (TFBasicType is Undeclared) NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallCreateObject (TFBasicType is Undeclared) NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallReturningEnumeration (TFBasicType is Undeclared) NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallSimple (TFBasicType is Undeclared) NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallSimple (TFBasicType is Undeclared) NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallWithConstant (TFBasicType is Undeclared) NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallWithConstant (TFBasicType is Undeclared) NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallWithConstant (TFBasicType is Undeclared) NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallWithObject (TFBasicType is Undeclared) NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallWithObject (TFBasicType is Undeclared) NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallWithPointer (TFBasicType is Undeclared) NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallWithPointer (TFBasicType is Undeclared) NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallWithPointerPointer (TFBasicType is Undeclared) NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallWithPointerPointer (TFBasicType is Undeclared) NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallWithSelf (TFBasicType is Undeclared) NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallWithSelf (TFBasicType is Undeclared) NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallWithSelf (TFBasicType is Undeclared) MetacelloNotification: Loaded -> UnifiedFFI-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> UnifiedFFI-Legacy --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-OSEnvironments --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-Object Events --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-Caching --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-Utilities --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: ScalingCanvas class>>example (MenuMorph is Undeclared) NewUndeclaredWarning: ScalingCanvas class>>exampleDrawString (LogicalFont is Undeclared) NewUndeclaredWarning: ScalingCanvas class>>exampleImageMorph1 (Morph is Undeclared) NewUndeclaredWarning: ScalingCanvas class>>exampleImageMorph1 (Morph is Undeclared) NewUndeclaredWarning: ScalingCanvas class>>exampleImageMorph1 (Morph is Undeclared) NewUndeclaredWarning: ScalingCanvas class>>exampleImageMorph1 (Morph is Undeclared) NewUndeclaredWarning: ScalingCanvas class>>exampleImageMorph1 (Morph is Undeclared) NewUndeclaredWarning: ScalingCanvas class>>exampleImageMorph1 (ImageMorph is Undeclared) NewUndeclaredWarning: ScalingCanvas class>>exampleImageMorph1 (ImageMorph is Undeclared) NewUndeclaredWarning: ScalingCanvas class>>exampleImageMorph1 (ImageMorph is Undeclared) NewUndeclaredWarning: ScalingCanvas class>>exampleImageMorph1 (ImageMorph is Undeclared) NewUndeclaredWarning: ScalingCanvas class>>exampleImageMorph2 (FormCanvas is Undeclared) NewUndeclaredWarning: ScalingCanvas class>>exampleImageMorph2 (FormCanvas is Undeclared) NewUndeclaredWarning: ScalingCanvas class>>exampleImageMorph2 (ImageMorph is Undeclared) NewUndeclaredWarning: ScalingCanvas class>>exampleImageMorph3 (FormCanvas is Undeclared) NewUndeclaredWarning: ScalingCanvas class>>exampleImageMorph3 (FormCanvas is Undeclared) NewUndeclaredWarning: ScalingCanvas class>>exampleImageMorph3 (ImageMorph is Undeclared) NewUndeclaredWarning: ScalingCanvas class>>exampleRubScrolledTextMorph (RubScrolledTextMorph is Undeclared) NewUndeclaredWarning: ScalingCanvas class>>exampleRubScrolledTextMorph (RubScrolledTextMorph is Undeclared) NewUndeclaredWarning: ScalingCanvas class>>exampleRubScrolledTextMorph (RubScrolledTextMorph is Undeclared) NewUndeclaredWarning: ScalingCanvas class>>exampleRubScrolledTextMorph (RubScrolledTextMorph is Undeclared) NewUndeclaredWarning: ScalingCanvas class>>exampleRubScrolledTextMorph (RubScrolledTextMorph is Undeclared) NewUndeclaredWarning: ScalingCanvas class>>exampleRubScrolledTextMorph (RubScrolledTextModel is Undeclared) NewUndeclaredWarning: ScalingCanvas class>>exampleRubScrolledTextMorph (RubScrolledTextModel is Undeclared) NewUndeclaredWarning: ScalingCanvas>>applyClippingTo:during: (FreeTypeSettings is Undeclared) NewUndeclaredWarning: ScalingCanvas>>applyClippingTo:during: (FormCanvas is Undeclared) MetacelloNotification: Loaded -> Graphics-Canvas --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: FormCanvas>>drawString:from:to:at:font:color: (TextStyle is Undeclared) NewUndeclaredWarning: FormCanvas>>drawString:from:to:in:font:color:scale: (TextStyle is Undeclared) NewUndeclaredWarning: FormCanvas>>drawString:from:to:in:font:color:underline:underlineColor:strikethrough:strikethroughColor:scale: (TextStyle is Undeclared) MetacelloNotification: Loaded -> FormCanvas-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Tool-Registry --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: AbstractFont class>>initialize (TextStyle is Undeclared) NewUndeclaredWarning: AbstractFont>>pixelSize (TextStyle is Undeclared) NewUndeclaredWarning: AbstractFont>>textStyle (TextStyle is Undeclared) NewUndeclaredWarning: AbstractFont>>textStyle (TextStyle is Undeclared) MetacelloNotification: Loaded -> Fonts-Abstract --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Text-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: KeyboardEvent>>asKeyCombination (KMKeyCombination is Undeclared) MetacelloNotification: Loaded -> Morphic-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: MenuRegistrationExample class>>quitSession (MorphicUIManager is Undeclared) MetacelloNotification: Loaded -> MenuRegistration --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Fuel-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: TabExample>>freshListTab (SpListPresenter is Undeclared) NewUndeclaredWarning: TabExample>>freshListTab (SpListPresenter is Undeclared) NewUndeclaredWarning: TabExample>>freshListTab (SpListPresenter is Undeclared) NewUndeclaredWarning: TabExample>>freshListTab (SpListPresenter is Undeclared) NewUndeclaredWarning: TabExample>>initialize (SpListPresenter is Undeclared) NewUndeclaredWarning: UITheme>>chooseDirectoryIn:title:path: (StFileSystemModel is Undeclared) NewUndeclaredWarning: UITheme>>chooseExistingFileReferenceIn:title:extensions:path:preview: (StCustomExtensionsFilter is Undeclared) NewUndeclaredWarning: UITheme>>chooseExistingFileReferenceIn:title:extensions:path:preview: (StFileSystemModel is Undeclared) NewUndeclaredWarning: UITheme>>chooseFileIn:title:extensions:path:preview: (StCustomExtensionsFilter is Undeclared) NewUndeclaredWarning: UITheme>>chooseFileIn:title:extensions:path:preview: (StFileSystemModel is Undeclared) NewUndeclaredWarning: UITheme>>chooseForSaveFileReferenceIn:title:extensions:path:preview: (StCustomExtensionsFilter is Undeclared) NewUndeclaredWarning: UITheme>>chooseForSaveFileReferenceIn:title:extensions:path:preview: (StFileSystemModel is Undeclared) NewUndeclaredWarning: UITheme>>chooseFullFileNameIn:title:patterns:path:preview: (StFileSystemModel is Undeclared) NewUndeclaredWarning: WidgetExample class>>exampleBasicControls (SpListPresenter is Undeclared) NewUndeclaredWarning: WidgetExample class>>exampleBasicControls (SpListPresenter is Undeclared) NewUndeclaredWarning: WidgetExample class>>exampleBasicControls (SpListPresenter is Undeclared) NewUndeclaredWarning: WidgetExample class>>exampleBasicControls (SpListPresenter is Undeclared) NewUndeclaredWarning: WidgetExample class>>exampleBasicControls (SpListPresenter is Undeclared) NewUndeclaredWarning: WidgetExample class>>exampleBasicControls (SpListPresenter is Undeclared) NewUndeclaredWarning: WidgetExample class>>exampleBasicControls (SpListPresenter is Undeclared) NewUndeclaredWarning: WidgetExample class>>exampleBasicControls (SpListPresenter is Undeclared) NewUndeclaredWarning: WidgetExample class>>exampleBasicControls (SpListPresenter is Undeclared) NewUndeclaredWarning: WidgetExample class>>exampleBasicControls (SpListPresenter is Undeclared) NewUndeclaredWarning: WidgetExample class>>exampleOtherControls (SpListPresenter is Undeclared) NewUndeclaredWarning: WidgetExample class>>exampleOtherControls (SpListPresenter is Undeclared) NewUndeclaredWarning: WidgetExample class>>exampleOtherControls (SpListPresenter is Undeclared) NewUndeclaredWarning: WidgetExample class>>exampleOtherControls (SpListPresenter is Undeclared) NewUndeclaredWarning: FreeTypeFontProvider>>getWindowsFontFolderPath (TFSameThreadRunner is Undeclared) NewUndeclaredWarning: KMRepository class>>reset (KMPragmaKeymapBuilder is Undeclared) NewUndeclaredWarning: RubParagraph>>displayTextOnAthensCanvas:in: (AthensDisplayScanner is Undeclared) NewUndeclaredWarning: RubSmalltalkEditor>>selectedSelector (CNSelectorExtractor is Undeclared) MetacelloNotification: Loaded -> System-Localization --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> FreeType --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> FreeType-Graphics --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> FreeType-Morphic --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> EmbeddedFreeType --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> FileSystem-Zip --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Fonts-Infrastructure --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Graphics-Files --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Graphics-Fonts --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Graphics-Shapes --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Growl --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Keymapping-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Keymapping-KeyCombinations --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Transcript-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Native-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Regex-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Morphic-Base --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Morphic-Examples --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Morphic-Widgets-Basic --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Morphic-Widgets-ColorPicker --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Morphic-Widgets-Extra --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Morphic-Widgets-List --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Morphic-Widgets-Pluggable --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Morphic-Widgets-PolyTabs --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Morphic-Widgets-Scrolling --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Morphic-Widgets-Tabs --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Morphic-Widgets-Taskbar --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Morphic-Widgets-Menubar --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Morphic-Widgets-Tree --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Morphic-Widgets-Windows --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Morphic-Widgets-FastTable --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Morphic-Widgets-Taskbar-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Rubric --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> NewValueHolder-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Polymorph-Widgets --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> DarkBlueTheme --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Images-Animated --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Settings-Graphics --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Settings-Polymorph --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Settings-System --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-History --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-Installers --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-Settings-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-Settings-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Formatter-Settings --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Text-Diff --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Text-Edition --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Text-Scanning --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Morphic-Widgets-TickList --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-Identification --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Tool-Base --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() SystemNotification: Starting postload action starting... UIThemeRegistry bitmap fonts loaded UIManager changed:NonInteractiveUIManager MetacelloNotification: Loaded -> Commander2 --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Commander2-UI --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Commander2-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Commander2-UI-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: SpExecutableLayout class>>addDocumentSectionHierarchy: (SpDocumentHierarchyBuilder is Undeclared) NewUndeclaredWarning: SpExecutableLayout class>>addDocumentSectionHierarchy: (SpDocumentHierarchyBuilder is Undeclared) NewUndeclaredWarning: SpExecutableLayout class>>addDocumentSectionHierarchy: (SpDocumentHierarchyBuilder is Undeclared) NewUndeclaredWarning: SpExecutableLayout class>>addDocumentSectionHierarchy: (SpDocumentHierarchyBuilder is Undeclared) MetacelloNotification: Loaded -> Spec2-Layout --- github://pharo-spec/Spec:Pharo13/src(a2dc177) NewUndeclaredWarning: SpTActionContainer>>actionsWith: (SpActionGroup is Undeclared) NewUndeclaredWarning: SpPresenter>>actionsWith: (SpActionGroup is Undeclared) NewUndeclaredWarning: SpTActionContainer>>addActionGroupWith: (SpActionGroup is Undeclared) NewUndeclaredWarning: SpPresenter>>addActionGroupWith: (SpActionGroup is Undeclared) NewUndeclaredWarning: SpTActionContainer>>ensureActions (SpActionGroup is Undeclared) NewUndeclaredWarning: SpTActionContainer>>ensureActions (SpActionGroup is Undeclared) NewUndeclaredWarning: SpPresenter>>ensureActions (SpActionGroup is Undeclared) NewUndeclaredWarning: SpPresenter>>ensureActions (SpActionGroup is Undeclared) NewUndeclaredWarning: SpTActionContainer>>ensureInternalActions (SpActionGroup is Undeclared) NewUndeclaredWarning: SpTActionContainer>>ensureInternalActions (SpActionGroup is Undeclared) NewUndeclaredWarning: SpPresenter>>ensureInternalActions (SpActionGroup is Undeclared) NewUndeclaredWarning: SpPresenter>>ensureInternalActions (SpActionGroup is Undeclared) NewUndeclaredWarning: SpNotificationCenter>>updateIfNecessary (SpNotificationCenterPresenter is Undeclared) NewUndeclaredWarning: SpAbstractTextPresenter>>whenResetDo: (SpCancelChangesCommand is Undeclared) NewUndeclaredWarning: SpTextInputFieldPresenter>>whenSubmitDo: (SpAcceptChangesCommand is Undeclared) NewUndeclaredWarning: SpTextPresenter class>>textEditionCommandsGroupWith: (SpTextEditionCommand is Undeclared) NewUndeclaredWarning: SpTextPresenter class>>textSearchCommandsGroupWith: (SpTextSearchCommand is Undeclared) NewUndeclaredWarning: SpTextPresenter>>editionCommandsGroup (SpRecursiveContextSetter is Undeclared) NewUndeclaredWarning: SpTextPresenter>>whenSubmitDo: (SpAcceptChangesCommand is Undeclared) NewUndeclaredWarning: SpLinkPresenter>>url: (WebBrowser is Undeclared) NewUndeclaredWarning: SpMenuPresenter>>fillWith: (SpActionMenuPresenterBuilder is Undeclared) NewUndeclaredWarning: SpMenuPresenter>>fillWith: (SpActionMenuPresenterBuilder is Undeclared) NewUndeclaredWarning: SpMillerPaginatorPresenter>>newPaginator (SpPaginatorPresenter is Undeclared) MetacelloNotification: Loaded -> Spec2-Core --- github://pharo-spec/Spec:Pharo13/src(a2dc177) MetacelloNotification: Loaded -> Spec2-Dialogs --- github://pharo-spec/Spec:Pharo13/src(a2dc177) MetacelloNotification: Loaded -> Spec2-Dialogs-Tests --- github://pharo-spec/Spec:Pharo13/src(a2dc177) MetacelloNotification: Loaded -> Spec2-CommandLine --- github://pharo-spec/Spec:Pharo13/src(a2dc177) MetacelloNotification: Loaded -> Spec2-Commands --- github://pharo-spec/Spec:Pharo13/src(a2dc177) MetacelloNotification: Loaded -> Spec2-Transmission --- github://pharo-spec/Spec:Pharo13/src(a2dc177) MetacelloNotification: Loaded -> Spec2-Interactions --- github://pharo-spec/Spec:Pharo13/src(a2dc177) MetacelloNotification: Loaded -> Spec2-Commander2 --- github://pharo-spec/Spec:Pharo13/src(a2dc177) MetacelloNotification: Loaded -> Spec2-ListView --- github://pharo-spec/Spec:Pharo13/src(a2dc177) NewUndeclaredWarning: SpOptionListPresenter class>>example (SpOptionListExample is Undeclared) MetacelloNotification: Loaded -> Spec2-CommonWidgets --- github://pharo-spec/Spec:Pharo13/src(a2dc177) MetacelloNotification: Loaded -> Spec2-Adapters-Stub --- github://pharo-spec/Spec:Pharo13/src(a2dc177) MetacelloNotification: Loaded -> Spec2-Commander2-Tests --- github://pharo-spec/Spec:Pharo13/src(a2dc177) 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(a2dc177) MetacelloNotification: Loaded -> Spec2-Tests --- github://pharo-spec/Spec:Pharo13/src(a2dc177) MetacelloNotification: Loaded -> Spec2-ListView-Tests --- github://pharo-spec/Spec:Pharo13/src(a2dc177) NewUndeclaredWarning: SpAthensMorph>>surface (AthensCairoSurface is Undeclared) NewUndeclaredWarning: SpApplication>>defaultConfigurationForMorphic (SpMorphicConfiguration is Undeclared) NewUndeclaredWarning: SpMorphicDiffAdapter>>buildWidget (DiffMorph is Undeclared) NewUndeclaredWarning: SpMorphicDiffAdapter>>buildWidget (DiffMorph is Undeclared) NewUndeclaredWarning: SpMorphicDiffAdapter>>buildWidget (DiffMorph is Undeclared) NewUndeclaredWarning: SpMorphicDiffAdapter>>buildWidget (DiffMorph is Undeclared) NewUndeclaredWarning: SpMorphicDiffAdapter>>buildWidget (DiffMorph is Undeclared) NewUndeclaredWarning: SpMorphicDiffAdapter>>buildWidget (DiffMorph is Undeclared) NewUndeclaredWarning: SpMorphicDiffAdapter>>buildWidget (DiffMorph is Undeclared) NewUndeclaredWarning: SpMorphicDiffAdapter>>buildWidget (DiffMorph is Undeclared) NewUndeclaredWarning: SpMorphicDiffAdapter>>buildWidget (DiffMorph is Undeclared) NewUndeclaredWarning: SpMorphicDiffUnifiedAdapter>>buildWidget (StUnifiedDiffChangesMorph is Undeclared) NewUndeclaredWarning: SpMorphicDiffUnifiedAdapter>>buildWidget (StUnifiedDiffChangesMorph is Undeclared) NewUndeclaredWarning: SpMorphicDiffUnifiedAdapter>>buildWidget (StUnifiedDiffChangesMorph is Undeclared) NewUndeclaredWarning: SpMorphicDiffUnifiedAdapter>>buildWidget (StUnifiedDiffChangesMorph is Undeclared) NewUndeclaredWarning: SpMorphicDiffUnifiedAdapter>>buildWidget (StUnifiedDiffChangesMorph is Undeclared) NewUndeclaredWarning: SpMorphicDiffUnifiedAdapter>>buildWidget (StUnifiedDiffChangesMorph is Undeclared) NewUndeclaredWarning: SpMorphicDiffUnifiedAdapter>>buildWidget (StUnifiedDiffChangesMorph is Undeclared) NewUndeclaredWarning: SpMorphicDiffUnifiedAdapter>>buildWidget (StUnifiedDiffChangesMorph is Undeclared) NewUndeclaredWarning: SpMorphicDiffUnifiedAdapter>>buildWidget (StUnifiedDiffChangesMorph is Undeclared) MetacelloNotification: Loaded -> Spec2-Adapters-Morphic --- github://pharo-spec/Spec:Pharo13/src(a2dc177) MetacelloNotification: Loaded -> Spec2-Adapters-Morphic-ListView --- github://pharo-spec/Spec:Pharo13/src(a2dc177) MetacelloNotification: Loaded -> Spec2-Morphic --- github://pharo-spec/Spec:Pharo13/src(a2dc177) MetacelloNotification: Loaded -> Spec2-Morphic-Examples --- github://pharo-spec/Spec:Pharo13/src(a2dc177) NewUndeclaredWarning: SpAthensAdapterTest>>testPresentersBlockReceivesAthensCanvas (AthensCanvas is Undeclared) MetacelloNotification: Loaded -> Spec2-Backend-Tests --- github://pharo-spec/Spec:Pharo13/src(a2dc177) MetacelloNotification: Loaded -> Spec2-Morphic-Backend-Tests --- github://pharo-spec/Spec:Pharo13/src(a2dc177) MetacelloNotification: Loaded -> Spec2-Adapters-Morphic-Tests --- github://pharo-spec/Spec:Pharo13/src(a2dc177) MetacelloNotification: Loaded -> Spec2-Morphic-Tests --- github://pharo-spec/Spec:Pharo13/src(a2dc177) MetacelloNotification: Loaded -> Spec2-Microdown --- github://pharo-spec/Spec:Pharo13/src(a2dc177) MetacelloNotification: Loaded -> StartupPreferences --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Transcript-Tool --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Morphic-Widgets-Tree --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: KMDescriptionPresenter>>shortcutActivationCmdInstances (CmdShortcutActivation is Undeclared) NewUndeclaredWarning: KMDescriptionPresenter>>shortcutActivationCmdInstances (CmdShortcutActivation is Undeclared) NewUndeclaredWarning: KMDescriptionPresenter>>updateCodePresenter: (SpTextPresenterDecorator is Undeclared) NewUndeclaredWarning: KMDescriptionPresenter>>updateCodePresenter: (SpTextPresenterDecorator is Undeclared) NewUndeclaredWarning: KMDescriptionPresenter>>updateCodePresenter: (SpTextPresenterDecorator is Undeclared) MetacelloNotification: Loaded -> Keymapping-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Keymapping-KeyCombinations --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Keymapping-Pragmas --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Keymapping-Settings --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Keymapping-Tools-Spec --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> WebBrowser-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Instrumentation --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: Breakpoint>>requestConditionBlock (CmdCommandAborted is Undeclared) MetacelloNotification: Loaded -> Reflectivity --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> DebugPoints --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> DebugPoints-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Athens-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Athens-Cairo --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> SUnit-Support-UITesting --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Coverage --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> SUnit-UI --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> EnlumineurFormatter --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Refactoring-Environment --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Refactoring-Changes --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: ReMethodsDontReferToInstVarsCondition class>>strategyChoiceClass (RePushUpInstanceVariableChoice is Undeclared) NewUndeclaredWarning: ReMethodsDontReferToLocalSharedVarsCondition class>>strategyChoiceClass (RePushUpSharedVariableChoice is Undeclared) NewUndeclaredWarning: RBChildrenToSiblingsRefactoring>>createSubclassResponsibilityFor:in: (RBAddMethodTransformation is Undeclared) NewUndeclaredWarning: RBChildrenToSiblingsRefactoring>>pushUp:in: (RBAddMethodTransformation is Undeclared) NewUndeclaredWarning: RBChildrenToSiblingsRefactoring>>pushUpMethodsFrom: (RBRemoveMethodTransformation is Undeclared) NewUndeclaredWarning: RBDeprecateClassRefactoring>>addMethod:to:in: (RBAddMethodTransformation is Undeclared) NewUndeclaredWarning: RBDeprecateClassRefactoring>>removeMethod:from: (RBRemoveMethodTransformation is Undeclared) NewUndeclaredWarning: RBMakeClassAbstractTransformation>>privateTransform (RBAddMethodTransformation is Undeclared) NewUndeclaredWarning: ReCopyClassRefactoring>>copyMethods:of:in: (RBAddMethodTransformation is Undeclared) NewUndeclaredWarning: ReCopyClassRefactoring>>copyMethodsOf:in: (RBAddMethodTransformation is Undeclared) NewUndeclaredWarning: ReGenerateEqualHashTransformation>>compileEqual (RBAddMethodTransformation is Undeclared) NewUndeclaredWarning: ReGenerateEqualHashTransformation>>compileHash (RBAddMethodTransformation is Undeclared) NewUndeclaredWarning: ReGeneratePrintOnTransformation>>privateTransform (RBAddMethodTransformation is Undeclared) NewUndeclaredWarning: RBAddMethodRefactoring>>sourceCode:in:withProtocol: (RBAddMethodTransformation is Undeclared) NewUndeclaredWarning: RBChangeMethodNameRefactoring>>removeRenamedImplementors (RBRemoveMethodTransformation is Undeclared) NewUndeclaredWarning: RBExtractSetUpMethodRefactoring>>privateTransform (RBAddMethodTransformation is Undeclared) NewUndeclaredWarning: RBMoveMethodToClassRefactoring>>privateTransform (RBRemoveMethodTransformation is Undeclared) NewUndeclaredWarning: RBMoveMethodToClassRefactoring>>privateTransform (RBAddMethodTransformation is Undeclared) NewUndeclaredWarning: RBMoveMethodToClassSideRefactoring>>addMethod:to:toProtocol: (RBAddMethodTransformation is Undeclared) NewUndeclaredWarning: RBMoveMethodToClassSideRefactoring>>removeMethod:from: (RBRemoveMethodTransformation is Undeclared) NewUndeclaredWarning: RBPushDownMethodRefactoring>>privateTransform (RBRemoveMethodTransformation is Undeclared) NewUndeclaredWarning: RBPushDownMethodRefactoring>>pushDown: (RBAddMethodTransformation is Undeclared) NewUndeclaredWarning: RBRemoveMethodRefactoring>>selector:from: (RBRemoveMethodTransformation is Undeclared) NewUndeclaredWarning: RePullUpMethodRefactoring>>copyDownMethod: (RBAddMethodTransformation is Undeclared) NewUndeclaredWarning: RePullUpMethodRefactoring>>pullUp: (RBAddMethodTransformation is Undeclared) NewUndeclaredWarning: RePullUpMethodRefactoring>>removeDuplicatesOf: (RBRemoveMethodTransformation is Undeclared) NewUndeclaredWarning: RePullUpMethodRefactoring>>removePulledUpMethods (RBRemoveMethodTransformation is Undeclared) NewUndeclaredWarning: RBPrettyPrintCodeTransformation>>privateTransform (RBAddMethodTransformation is Undeclared) NewUndeclaredWarning: RBClassRegexRefactoring>>copyFrom:to: (RBAddMethodTransformation is Undeclared) NewUndeclaredWarning: RBProtocolRegexTransformation>>privateTransform (RBAddMethodTransformation is Undeclared) NewUndeclaredWarning: RBSourceRegexTransformation>>privateTransform (RBRemoveMethodTransformation is Undeclared) NewUndeclaredWarning: RBSourceRegexTransformation>>privateTransform (RBAddMethodTransformation is Undeclared) NewUndeclaredWarning: RBRenameInstanceVariableRefactoring>>removeOldAccessors (RBRemoveMethodTransformation is Undeclared) NewUndeclaredWarning: RBRenameInstanceVariableRefactoring>>renameAccessorsReferences (RBAddMethodTransformation is Undeclared) NewUndeclaredWarning: RBCreateLazyAccessorsForVariableTransformation>>defineGetterMethod (RBAddMethodTransformation is Undeclared) NewUndeclaredWarning: ReCreateAccessorsForVariableTransformation>>defineGetterMethod (RBAddMethodTransformation is Undeclared) NewUndeclaredWarning: ReCreateAccessorsForVariableTransformation>>defineSetterMethod (RBAddMethodTransformation is Undeclared) NewUndeclaredWarning: ReRemoveUnusedTemporaryVariableRefactoring>>privateTransform (RBRemoveTemporaryVariableTransformation is Undeclared) MetacelloNotification: Loaded -> Refactoring-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: ReCompositeExtractMethodRefactoring>>buildTransformations (EquivalentTreeChecker is Undeclared) NewUndeclaredWarning: ReCompositeExtractMethodRefactoring>>buildTransformations (EquivalentTreeChecker is Undeclared) NewUndeclaredWarning: ReCompositeExtractMethodRefactoring>>buildTransformations (EquivalentTreeChecker is Undeclared) MetacelloNotification: Loaded -> Refactoring-Transformations --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: StMethodNameEditorPresenter>>addArgument (CmdCommandAborted is Undeclared) NewUndeclaredWarning: StMethodNameEditorPresenter>>addArgument (CmdCommandAborted is Undeclared) NewUndeclaredWarning: StMethodNameEditorPresenter>>addArgumentAfter: (CmdCommandAborted is Undeclared) NewUndeclaredWarning: StMethodNameEditorPresenter>>addArgumentAfter: (CmdCommandAborted is Undeclared) NewUndeclaredWarning: StMethodNameEditorPresenter>>renameArgument: (CmdCommandAborted is Undeclared) NewUndeclaredWarning: StMethodNameEditorPresenter>>renameArgument: (CmdCommandAborted is Undeclared) NewUndeclaredWarning: StRefactoringPreviewPresenter>>globalActiveScope (ScopesManager is Undeclared) NewUndeclaredWarning: StRefactoringPreviewPresenter>>updateGlobalActiveScope (ScopesManager is Undeclared) NewUndeclaredWarning: ReOverrideMethod>>browse (StMessageBrowser is Undeclared) NewUndeclaredWarning: ReInteractionDriver>>application (StPharoApplication is Undeclared) NewUndeclaredWarning: RePullUpMethodDriver>>browseOverrides (StMessageBrowser is Undeclared) NewUndeclaredWarning: RePullUpMethodDriver>>browseSuperSendsSent (StMessageBrowser is Undeclared) NewUndeclaredWarning: RePushDownMethodDriver>>browseSubclassesSuperSends (StMessageBrowser is Undeclared) NewUndeclaredWarning: ReRemoveClassDriver>>browseReferences (StMessageBrowser is Undeclared) NewUndeclaredWarning: ReRemoveInstanceVariablesDriver>>browseInstanceVariableReferences (StMessageBrowser is Undeclared) NewUndeclaredWarning: ReRemoveMethodDriver>>browseSenders (StMessageBrowser is Undeclared) NewUndeclaredWarning: ReRemoveSharedVariablesDriver>>browseSharedVariableReferences (StMessageBrowser is Undeclared) NewUndeclaredWarning: ReRenameMethodDriver>>browseOverrides (StMessageBrowser is Undeclared) MetacelloNotification: Loaded -> Refactoring-UI --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Spec2-Transformations --- github://pharo-spec/Spec:Pharo13/src(a2dc177) NewUndeclaredWarning: NECSymbolEntry>>methodSourceDescription:method: (SHRBTextStyler is Undeclared) NewUndeclaredWarning: NECMenuMorph class>>convertToSHSymbol: (SHRBTextStyler is Undeclared) NewUndeclaredWarning: NECMenuMorph class>>selectColorFor: (SHRBTextStyler is Undeclared) NewUndeclaredWarning: NECMenuMorph class>>selectFontFor: (SHRBTextStyler is Undeclared) MetacelloNotification: Loaded -> Tool-ExternalBrowser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Tool-ProcessBrowser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Tool-Profilers --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> NECompletion --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> NECompletion-Morphic --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> NECompletion-Preferences --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Metacello-FileTree --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Metacello-Cypress --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> CodeExport --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-Sources-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Kernel-CodeModel-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Monticello-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> MonticelloGUI-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Network-Mail --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Network-Mail-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ProfStef-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> StartupPreferences --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Monticello-BackwardCompatibility --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> MonticelloFileServices --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Tools-CodeNavigation --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Tool-Diff --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> MonticelloGUI --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Tool-ImageCleaner --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Tools --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Tool-MorphicProfiler --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Athens-Core-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Athens-Text --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Athens-Balloon --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Athens-Morphic --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Athens-Examples --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Athens-Cairo-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Flashback-Decompiler --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Flashback-Decompiler-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Shift-ClassBuilder --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: ShClassInstallerTest>>testBuildingClassesWithSlotsClassifiesItsMethods (BooleanSlot is Undeclared) NewUndeclaredWarning: ShClassInstallerTest>>testDuplicateClassError (BooleanSlot is Undeclared) NewUndeclaredWarning: ShClassInstallerTest>>testDuplicateClassPreserveMethods (BooleanSlot is Undeclared) NewUndeclaredWarning: ShClassInstallerTest>>testDuplicateClassPreserveSlots (BooleanSlot is Undeclared) NewUndeclaredWarning: ShClassInstallerTest>>testDuplicateClassPreserveSlots (BooleanSlot is Undeclared) MetacelloNotification: Loaded -> Shift-ClassBuilder-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: TraitFluidClassDefinitionPrinterTest>>testExpandedClySubclassWithTraitsOfClassWithTraits (ClySubclassWithTraitsOfClassWithTraits is Undeclared) NewUndeclaredWarning: TraitFluidClassDefinitionPrinterTest>>testExpandedEpTEventVisitorClassTrait (EpTEventVisitor is Undeclared) NewUndeclaredWarning: TraitFluidClassDefinitionPrinterTest>>testExpandedEpTEventVisitorTrait (EpTEventVisitor is Undeclared) NewUndeclaredWarning: TraitFluidClassDefinitionPrinterTest>>testTEventVisitorClassTrait (EpTEventVisitor is Undeclared) NewUndeclaredWarning: TraitLegacyPharoClassDefinitionPrinterTest>>testTEventVisitorClassTrait (EpTEventVisitor is Undeclared) NewUndeclaredWarning: TraitOldPharoClassDefinitionPrinterTest>>testTEventVisitorClassTrait (EpTEventVisitor is Undeclared) NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionHasCorrectString (PropertySlot is Undeclared) NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionHasCorrectString (PropertySlot is Undeclared) NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionHasCorrectString (PropertySlot is Undeclared) NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionHasCorrectString (PropertySlot is Undeclared) NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionOfNormalClassWithSlots (PropertySlot is Undeclared) NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionOfNormalClassWithSlots (PropertySlot is Undeclared) NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionOfNormalClassWithSlots (PropertySlot is Undeclared) NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionOfTraitUsingTraitWithSlots (PropertySlot is Undeclared) NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionOfTraitUsingTraitWithSlots (PropertySlot is Undeclared) NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionOfTraitUsingTraitWithSlots (PropertySlot is Undeclared) NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionOfTraitUsingTraitWithSlots (PropertySlot is Undeclared) NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionOfTraitUsingTraitWithSlots (PropertySlot is Undeclared) NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionOfTraitWithSlots (PropertySlot is Undeclared) NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionOfTraitWithSlots (PropertySlot is Undeclared) NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionOfTraitWithSlots (PropertySlot is Undeclared) NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionOfTraitedClassWithSlots (PropertySlot is Undeclared) NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionOfTraitedClassWithSlots (PropertySlot is Undeclared) NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionOfTraitedClassWithSlots (PropertySlot is Undeclared) NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionOfTraitedClassWithSlots (PropertySlot is Undeclared) NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionOfTraitedClassWithSlots (PropertySlot is Undeclared) NewUndeclaredWarning: TraitMCDefinitionsTest>>testEqualityOfTraitDefinitionWithDifferentSlotTypes (PropertySlot is Undeclared) MetacelloNotification: Loaded -> Traits-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Slot-Examples --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Slot-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> VariablesLibrary-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Clap-Commands-Pharo --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Clap-Examples --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Clap-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> SUnit-Visitor-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> SUnit-MockObjects-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> SUnit-Support-UITesting-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Coverage-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> EnlumineurFormatter-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Reflectivity-Tools --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: BreakpointTest>>testObjectCentricAPI (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testObjectCentricAPI (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testObjectCentricASTAPI (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testObjectCentricASTAPI (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testObjectCentricASTAPI (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testObjectCentricBreakpoint (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testObjectCentricBreakpoint (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testObjectCentricBreakpoint (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testObjectCentricObjectAPI (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testObjectCentricObjectAPI (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testOnceBreakpointDisableAfterHit (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testUninstallFromGarbageCollectedInstance (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testUninstallFromGarbageCollectedInstance (ReflectivityExamples is Undeclared) NewUndeclaredWarning: ExecutionCounterTest>>setUp (ReflectivityExamples is Undeclared) NewUndeclaredWarning: ExecutionCounterTest>>setUp (ReflectivityExamples is Undeclared) NewUndeclaredWarning: ExecutionCounterTest>>testCounting (ReflectivityExamples is Undeclared) NewUndeclaredWarning: ExecutionCounterTest>>testCountingAfterReset (ReflectivityExamples is Undeclared) NewUndeclaredWarning: ExecutionCounterTest>>testCountingAfterReset (ReflectivityExamples is Undeclared) NewUndeclaredWarning: ExecutionCounterTest>>testMultipleCounters (ReflectivityExamples is Undeclared) NewUndeclaredWarning: ExecutionCounterTest>>testReseting (ReflectivityExamples is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>nodesForV1InVariableBreakpointMockSubclass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>nodesForV1InVariableBreakpointMockSubclass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>nodesForV2InVariableBreakpointMockSubclass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>nodesForV2InVariableBreakpointMockSubclass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>nodesForV2InVariableBreakpointMockSubclass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>nodesForV2InVariableBreakpointMockSubclass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>nodesForV2InVariableBreakpointMockSubclass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>setUp (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>setUp (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testAccessStrategy (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testAllSlotNamesFor (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testInstall (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testIsInstalled (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testNewForClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testNewForClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testRemove (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testRemove (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testRemoveFromMethod (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testRemoveFromMethod (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariableInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariableReadsInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariableWritesInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesInObject (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesReadsInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesReadsInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesReadsInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesReadsInObject (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesWritesInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesWritesInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesWritesInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesWritesInObject (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: WatchTest>>testAddSameWatchSameNode (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testAddWatch (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testAddWatchSameNode (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testDeleteAllHistory (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testDeleteAllHistory (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testDeleteAllHistory (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testDeleteAllHistory (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testDeleteHistory (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testDeleteHistory (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testDeleteHistory (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testDeleteHistoryFromNode (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testDeleteHistoryFromNode (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testDeleteHistoryFromNode (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testSaveOneValue (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testSaveOneValue (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testSaveValues (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testSaveValues (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testSaveValues (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testSendMessage (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testSendMessage (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testSendMessage (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testStopRecording (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testStopRecording (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testTimestamp (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testTimestamp (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testWatchTwice (ReflectivityExamples is Undeclared) MetacelloNotification: Loaded -> Reflectivity-Tools-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Reflectivity-Examples --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Reflectivity-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: RBSharedPoolForTestData2>>reference (RBRemoveClassRefactoringTest is Undeclared) MetacelloNotification: Loaded -> Refactoring-DataForTesting --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Refactoring-UI-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Refactoring-Core-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Refactoring-Changes-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Refactoring-Critics-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Refactoring-Environment-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Refactoring-Transformations-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Math-Operations-Extensions-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Network-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Network-Mail-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Rubric-SpecFindReplaceDialog --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> OpalCompiler-UI --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Metacello-TestsCore --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Metacello-TestsMCCore --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Metacello-TestsReference --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Metacello-Gitlab-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> MonticelloGUI-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Shout --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: SHStylePresenter>>textStylerClass (SpMorphicCodeTextStyler is Undeclared) MetacelloNotification: Loaded -> Shout-UI --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Rubric-Styling --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Shout-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ReflectionMirrors-Primitives-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> FuzzyMatcher --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> FuzzyMatcher-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: NautilusRefactoring>>handleMethodNameRequest: (CmdCommandAborted is Undeclared) MetacelloNotification: Loaded -> NautilusRefactoring --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: ClassTestCase>>testMethodsOfTheClassShouldNotBeRepeatedInItsSuperclasses (ReEquivalentSuperclassMethodsRule is Undeclared) NewUndeclaredWarning: ClassTestCase>>testTraitExplicitRequirementMethodsMustBeImplementedInTheClassOrInASuperclass (ReExplicitRequirementMethodsRule is Undeclared) MetacelloNotification: Loaded -> Refactoring-Critics --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: ClassTestCase>>assertValidLintRule: (ReSmalllintChecker is Undeclared) MetacelloNotification: Loaded -> Manifest-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Manifest-Resources-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: SmalllintManifestCheckerTest>>setUp (ReCodeCruftLeftInMethodsRule is Undeclared) NewUndeclaredWarning: SmalllintManifestCheckerTest>>setUp (ReCodeCruftLeftInMethodsRule is Undeclared) NewUndeclaredWarning: SmalllintManifestCheckerTest>>setUp (ReTemporaryNeitherReadNorWrittenRule is Undeclared) NewUndeclaredWarning: SmalllintManifestCheckerTest>>setUp (ReTemporaryNeitherReadNorWrittenRule is Undeclared) NewUndeclaredWarning: SmalllintManifestCheckerTest>>setUp (ReSmalllintChecker is Undeclared) NewUndeclaredWarning: SmalllintManifestCheckerTest>>setUp (ReRuleManager is Undeclared) NewUndeclaredWarning: SmalllintManifestCheckerTest>>testCriticsOf (ReTemporaryNeitherReadNorWrittenRule is Undeclared) NewUndeclaredWarning: SmalllintManifestCheckerTest>>testIsFalsePositive (ReCodeCruftLeftInMethodsRule is Undeclared) NewUndeclaredWarning: SmalllintManifestCheckerTest>>testIsFalsePositive (ReCodeCruftLeftInMethodsRule is Undeclared) NewUndeclaredWarning: SmalllintManifestCheckerTest>>testIsToDo (ReTemporaryNeitherReadNorWrittenRule is Undeclared) NewUndeclaredWarning: SmalllintManifestCheckerTest>>testIsToDo (ReTemporaryNeitherReadNorWrittenRule is Undeclared) NewUndeclaredWarning: SmalllintManifestCheckerTest>>testToDoOf (ReTemporaryNeitherReadNorWrittenRule is Undeclared) NewUndeclaredWarning: SmalllintManifestCheckerTest>>testToDoOf (ReTemporaryNeitherReadNorWrittenRule is Undeclared) MetacelloNotification: Loaded -> Manifest-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Renraku --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: ReCompactSourceCodeRuleTest>>testCriticizeFinalDotIsEnabledByDefault (ReCompactSourceCodeRule is Undeclared) NewUndeclaredWarning: ReNoPrintStringInPrintOnRuleTest>>testBasicCheck (ReNoPrintStringInPrintOnRule is Undeclared) NewUndeclaredWarning: ReNoPrintStringInPrintOnRuleTest>>testBasicCheck (ReNoPrintStringInPrintOnRule is Undeclared) NewUndeclaredWarning: ReNoPrintStringInPrintOnRuleTest>>testRule (ReNoPrintStringInPrintOnRule is Undeclared) NewUndeclaredWarning: RenrakuTest>>testAsClassRuleTransformation (ReAsClassRule is Undeclared) NewUndeclaredWarning: RenrakuTest>>testNoClassComment (ReNoClassCommentRule is Undeclared) NewUndeclaredWarning: RenrakuTest>>testNoClassComment (ReNoClassCommentRule is Undeclared) NewUndeclaredWarning: RenrakuTest>>testUnclassifiedMethod (ReUnclassifiedMethodsRule is Undeclared) NewUndeclaredWarning: RenrakuTest>>testUnclassifiedMethod (ReUnclassifiedMethodsRule is Undeclared) NewUndeclaredWarning: ASTCodeSnippetTest>>testCritiques (ReDeadBlockRule is Undeclared) MetacelloNotification: Loaded -> Renraku-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> AI-Algorithms-Graph-Components --- github://pharo-ai/graph-algorithms:v1.2.7/src(c0bd677) MetacelloNotification: Loaded -> AI-Algorithms-Graph --- github://pharo-ai/graph-algorithms:v1.2.7/src(c0bd677) NewUndeclaredWarning: AIGraphNonWeightedFixtureStructure>>buildGraphCanvas (RSCanvas is Undeclared) NewUndeclaredWarning: AIGraphNonWeightedFixtureStructure>>buildGraphCanvas (RSDraggable is Undeclared) NewUndeclaredWarning: AIGraphNonWeightedFixtureStructure>>buildGraphCanvas (RSCanvasController is Undeclared) NewUndeclaredWarning: AIGraphNonWeightedFixtureStructure>>buildGraphCanvas (RSLineBuilder is Undeclared) NewUndeclaredWarning: AIGraphNonWeightedFixtureStructure>>buildGraphCanvas (RSLineBuilder is Undeclared) NewUndeclaredWarning: AIGraphNonWeightedFixtureStructure>>buildGraphCanvas (RSLineBuilder is Undeclared) NewUndeclaredWarning: AIGraphNonWeightedFixtureStructure>>buildGraphCanvas (RSLineBuilder is Undeclared) NewUndeclaredWarning: AIGraphNonWeightedFixtureStructure>>buildGraphCanvas (RSCircleLayout is Undeclared) NewUndeclaredWarning: AIGraphTestFixtureStructure>>inspectGraph (SpRoassal3InspectorPresenter is Undeclared) NewUndeclaredWarning: AIGraphTestFixtureStructure>>inspectGraph (SpRoassal3InspectorPresenter is Undeclared) NewUndeclaredWarning: AIGraphTestFixtureStructure>>nodesAsRoassalShapes (RSComposite is Undeclared) NewUndeclaredWarning: AIGraphTestFixtureStructure>>nodesAsRoassalShapes (RSLabel is Undeclared) NewUndeclaredWarning: AIGraphTestFixtureStructure>>nodesAsRoassalShapes (RSLabel is Undeclared) NewUndeclaredWarning: AIGraphTestFixtureStructure>>nodesAsRoassalShapes (RSLabel is Undeclared) NewUndeclaredWarning: AIGraphTestFixtureStructure>>nodesAsRoassalShapes (RSCircle is Undeclared) NewUndeclaredWarning: AIGraphTestFixtureStructure>>nodesAsRoassalShapes (RSCircle is Undeclared) NewUndeclaredWarning: AIGraphTestFixtureStructure>>nodesAsRoassalShapes (RSCircle is Undeclared) NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSCanvas is Undeclared) NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSDraggable is Undeclared) NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSCanvasController is Undeclared) NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSShapeFactory is Undeclared) NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSBorderAttachPoint is Undeclared) NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSBorderAttachPoint is Undeclared) NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSLine is Undeclared) NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSLine is Undeclared) NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSLine is Undeclared) NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSLine is Undeclared) NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSLine is Undeclared) NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSLine is Undeclared) NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSLine is Undeclared) NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSLabeled is Undeclared) NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSForceBasedLayout is Undeclared) NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSForceBasedLayout is Undeclared) MetacelloNotification: Loaded -> AI-Algorithms-Graph-Tests --- github://pharo-ai/graph-algorithms:v1.2.7/src(c0bd677) MetacelloNotification: Loaded -> Tool-DependencyAnalyser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: DACycleDetectionTreePresenter class>>onPackagesNamed: (StPharoApplication is Undeclared) NewUndeclaredWarning: DACycleDetectionTreePresenter class>>onPackagesNamed: (StPharoApplication is Undeclared) NewUndeclaredWarning: DADependencyTreePresenter class>>onPackagesNamed: (StPharoApplication is Undeclared) NewUndeclaredWarning: DADependencyTreePresenter class>>onPackagesNamed: (StPharoApplication is Undeclared) MetacelloNotification: Loaded -> Tool-DependencyAnalyser-UI --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: DAMessageSendAnalyzerTest>>testSystemPackageIsAnsweredWithLoadedPackage (DASomeClass is Undeclared) MetacelloNotification: Loaded -> Tool-DependencyAnalyser-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Tool-DependencyAnalyser-Tests-Data --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> General-Rules --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: ReShouldSendSuperInitializeAsFirstMessageTest>>testRuleViolated (ReShouldSendSuperInitializeAsFirstMessage is Undeclared) NewUndeclaredWarning: ReShouldSendSuperInitializeAsFirstMessageTest>>testRuleViolatedWithTemps (ReShouldSendSuperInitializeAsFirstMessage is Undeclared) MetacelloNotification: Loaded -> General-Rules-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: PharoBootstrapRule>>bootstrapPackages (BaselineOfPharoBootstrap is Undeclared) MetacelloNotification: Loaded -> Specific-Rules --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Specific-Rules-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> SUnit-Rules --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> SUnit-Rules-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: ReleaseTest>>knownProcesses (OSSDL2Driver is Undeclared) NewUndeclaredWarning: ReleaseTest>>knownProcesses (TFCallbackQueue is Undeclared) MetacelloNotification: Loaded -> ReleaseTests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> NautilusRefactoring-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> OSWindow-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> OSWindow-SDL2 --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> OSWindow-SDL2-Examples --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> OSWindow-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> EmergencyDebugger --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> EmergencyDebugger-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Ombu --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Epicea --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Hiedra --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Hiedra-Examples --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> EpiceaBrowsers --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> PharoDocComment --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> STON-Text support --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-CommandLine-TextSupport --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Files-Prompt --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Fuel-Core-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Debugging-Utils-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> NumberParser-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Kernel-CodeModel-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Monticello-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-Installers-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> MonticelloMocks --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> FormCanvas-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Collections-DoubleLinkedList-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Collections-Arithmetic-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> MetacelloCommandLineHandler-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Debugger-Model-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Debugger-Oups-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> EmbeddedFreeType-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Ombu-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Epicea-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Hiedra-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> EpiceaBrowsers-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> FileSystem-Memory-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Fonts-Infrastructure-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Graphics-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Morphic-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Morphic-Widgets-FastTable-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> NECompletion-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ProfStef-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: RxMatcherTest>>testEscapedLineEndings (ClyRegexPattern is Undeclared) NewUndeclaredWarning: RxMatcherTest>>testEscapedLineEndings (ClyRegexPattern is Undeclared) NewUndeclaredWarning: RxMatcherTest>>testEscapedLineEndings (ClyRegexPattern is Undeclared) NewUndeclaredWarning: RxMatcherTest>>testLineEndings (ClyRegexPattern is Undeclared) NewUndeclaredWarning: RxMatcherTest>>testLineEndings (ClyRegexPattern is Undeclared) NewUndeclaredWarning: RxMatcherTest>>testLineEndings (ClyRegexPattern is Undeclared) MetacelloNotification: Loaded -> Regex-Core-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Ring-Definitions-Monticello-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Rubric-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ScriptingExtensions-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> STON-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-Caching-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-Utilities-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-Hashing-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-History-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-Localization-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-SessionManager-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-Settings-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-Support-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Text-Diff-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Tool-ExternalBrowser-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Tool-Profilers-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Tool-ImageCleaner-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Tools-CodeNavigation-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Tools-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Zinc-Resource-Meta-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Zinc-HTTP-Examples --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Zinc-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-Identification-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: SystemDependenciesTest>>metacelloPackageNames (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>metacelloPackageNames (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>metacelloPackageNames (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>metacelloPackageNames (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>metacelloPackageNames (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>metacelloPackageNames (BaselineOfMonticello is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>metacelloPackageNames (BaselineOfMonticello is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalCompilerDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalCompilerDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalCompilerDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalCompilerDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalFileSystemDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalFileSystemDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalFileSystemDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalFileSystemDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalFileSystemDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalKernelDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalKernelDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalKernelDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalLocalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalLocalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalLocalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalLocalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalLocalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalLocalMonticelloDependencies (BaselineOfMonticello is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalMonticelloDependencies (BaselineOfMonticello is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalMonticelloDependencies (BaselineOfMonticello is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalSUnitKernelDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalSUnitKernelDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalSUnitKernelDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalSUnitKernelDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalSUnitKernelDependencies (BaselineOfPharoBootstrap is Undeclared) NewUndeclaredWarning: SystemDependenciesTest>>testExternalSUnitKernelDependencies (BaselineOfPharoBootstrap is Undeclared) MetacelloNotification: Loaded -> System-Dependencies-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-BasicCommandLineHandler-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Transcript-NonInteractive-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> PharoDocComment-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> FreeType --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> FreeType-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Keymapping-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Keymapping-KeyCombinations --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Keymapping-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Zinc-Zodiac-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Zodiac-Extra --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Zodiac-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> SortFunctions-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> SortFunctions-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Equals --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Equals-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> NewValueHolder-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> NewValueHolder-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> STON-Extensions --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> BaselineOfPharoBootstrap --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> BaselineOfMonticello --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> BaselineOfMetacello --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ReferenceFinder-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ClassParser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ClassParser-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> UndefinedClasses --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> UndefinedClasses-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ClassAnnotation --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ClassAnnotation-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Commander-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Commander-Core-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Commander-Activators-Shortcut --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Commander-Activators-ContextMenu --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Commander-Activators-DragAndDrop --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Commander-Activators-WorldMenu --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Commander-Activators-Mouse --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Commander-Activators-TextView --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Commander-Spec2-Compatibility --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: TRefactoringCommandSupport>>setUpModelFromContext: (ScopesManager is Undeclared) NewUndeclaredWarning: SycCmCommand>>setUpModelFromContext: (ScopesManager is Undeclared) MetacelloNotification: Loaded -> SystemCommands-RefactoringSupport --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: SycClassCommand>>setUpModelFromContext: (ScopesManager is Undeclared) NewUndeclaredWarning: SycAddNewProtocolCommand>>prepareFullExecutionInContext: (StProtocolNameChooserPresenter is Undeclared) NewUndeclaredWarning: SycAddClassesScopeCommand>>execute (ScopesManager is Undeclared) NewUndeclaredWarning: SycAddClassesScopeCommand>>execute (ScopesManager is Undeclared) NewUndeclaredWarning: SycAddClassesScopeCommand>>execute (ScopesPresenter is Undeclared) NewUndeclaredWarning: SycAddHierarchyScopeCommand>>execute (ScopesManager is Undeclared) NewUndeclaredWarning: SycAddHierarchyScopeCommand>>execute (ScopesPresenter is Undeclared) NewUndeclaredWarning: SycOpenExtraInClassMenuCommand class>>browserContextMenuActivation (ClyClass is Undeclared) NewUndeclaredWarning: SycOpenScopesInClassMenuCommand class>>browserContextMenuActivation (ClyClass is Undeclared) MetacelloNotification: Loaded -> SystemCommands-ClassCommands --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: SycChangeMessageSignatureCommand>>setUpModelFromContext: (ScopesManager is Undeclared) MetacelloNotification: Loaded -> SystemCommands-MessageCommands --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> SystemCommands-MessageCommands-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: SycMethodCommand>>setUpModelFromContext: (ScopesManager is Undeclared) NewUndeclaredWarning: SycMethodRepackagingCommand>>newProtocolFor: (StProtocolNameChooserPresenter is Undeclared) NewUndeclaredWarning: SycRemoveMethodCommand class>>methodMenuActivation (ClyMethod is Undeclared) NewUndeclaredWarning: SycRemoveMethodCommand class>>methodShortcutActivation (ClyMethod is Undeclared) NewUndeclaredWarning: SycOpenExtraInMethodMenuCommand class>>methodContextMenuActivation (ClyMethod is Undeclared) NewUndeclaredWarning: SycClassifyMthCommand>>prepareFullExecution (StProtocolNameChooserPresenter is Undeclared) MetacelloNotification: Loaded -> SystemCommands-MethodCommands --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: SycConvertTempToinstVarCommandTest>>testCanExecuteOnArgumentNode (ClySourceCodeContext is Undeclared) NewUndeclaredWarning: SycConvertTempToinstVarCommandTest>>testCanExecuteOnArgumentNode (SycConvertTempToInstVarCommand is Undeclared) NewUndeclaredWarning: SycConvertTempToinstVarCommandTest>>testCanExecuteOnTemporaryNode (ClySourceCodeContext is Undeclared) NewUndeclaredWarning: SycConvertTempToinstVarCommandTest>>testCanExecuteOnTemporaryNode (SycConvertTempToInstVarCommand is Undeclared) NewUndeclaredWarning: SycInlineTempCommandTest>>testCanExecuteOnArgumentNode (ClySourceCodeContext is Undeclared) NewUndeclaredWarning: SycInlineTempCommandTest>>testCanExecuteOnArgumentNode (SycInlineTempCommand is Undeclared) NewUndeclaredWarning: SycInlineTempCommandTest>>testCanExecuteOnTemporaryNode (ClySourceCodeContext is Undeclared) NewUndeclaredWarning: SycInlineTempCommandTest>>testCanExecuteOnTemporaryNode (SycInlineTempCommand is Undeclared) NewUndeclaredWarning: SycRenameArgOrTempCommandTest>>testCanExecuteOnArgumentNode (ClySourceCodeContext is Undeclared) NewUndeclaredWarning: SycRenameArgOrTempCommandTest>>testCanExecuteOnArgumentNode (SycRenameArgOrTempCommand is Undeclared) NewUndeclaredWarning: SycRenameArgOrTempCommandTest>>testCanExecuteOnTemporaryNode (ClySourceCodeContext is Undeclared) NewUndeclaredWarning: SycRenameArgOrTempCommandTest>>testCanExecuteOnTemporaryNode (SycRenameArgOrTempCommand is Undeclared) MetacelloNotification: Loaded -> SystemCommands-MethodCommands-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: SycAddPackagesScopeCommand>>execute (ScopesManager is Undeclared) NewUndeclaredWarning: SycAddPackagesScopeCommand>>execute (ScopesManager is Undeclared) NewUndeclaredWarning: SycAddPackagesScopeCommand>>execute (ScopesPresenter is Undeclared) NewUndeclaredWarning: SycRemovePackageCommand>>applyResultInContext: (ClyNavigationEnvironment is Undeclared) MetacelloNotification: Loaded -> SystemCommands-PackageCommands --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> SystemCommands-PackageCommands-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: SycSourceCodeRefactoringCommand>>setUpModelFromContext: (ScopesManager is Undeclared) NewUndeclaredWarning: SycExtractMethodAndOccurrencesCommand class>>methodEditorShortcutActivation (ClySourceCodeContext is Undeclared) NewUndeclaredWarning: SycExtractMethodCommand class>>methodEditorShortcutActivation (ClySourceCodeContext is Undeclared) NewUndeclaredWarning: SycExtractMethodCommand>>setUpModelFromContext: (ScopesManager is Undeclared) NewUndeclaredWarning: SycRunTestCommand class>>methodEditorShorcutActivation (ClyTextEditorContext is Undeclared) MetacelloNotification: Loaded -> SystemCommands-SourceCodeCommands --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: SycGenerateVariableAccessorsWithLazyInitializationCommand class>>fullBrowserMenuActivation (ClyFullBrowserVariableContext is Undeclared) NewUndeclaredWarning: SycMergeVariableCommand>>prepareFullExecutionInContext: (StBrowserSearchPresenter is Undeclared) NewUndeclaredWarning: SycMergeVariableCommand>>prepareFullExecutionInContext: (ClyAllInstanceVariablesQuery is Undeclared) NewUndeclaredWarning: SycMergeVariableCommand>>prepareFullExecutionInContext: (ClyClassScope is Undeclared) NewUndeclaredWarning: SycProtectVariableCommand class>>sourceCodeMenuActivation (ClySourceCodeContext is Undeclared) NewUndeclaredWarning: SycPushDownVariableCommand class>>sourceCodeMenuActivation (ClySourceCodeContext is Undeclared) NewUndeclaredWarning: SycPushUpVariableCommand class>>sourceCodeMenuActivation (ClySourceCodeContext is Undeclared) NewUndeclaredWarning: SycRemoveVariablesCommand class>>sourceCodeMenuActivation (ClySourceCodeContext is Undeclared) MetacelloNotification: Loaded -> SystemCommands-VariableCommands --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> SystemCommands-RefactoringSupport-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-NavigationModel --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-NavigationModel-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemQueries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemQueries-Tests-PExtendedByP5 --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemQueries-Tests-P5WithTags --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemQueries-Tests-PWithSingleClass --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemQueries-Tests-PExtendedByP1 --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemQueries-Tests-P1WithHierarchy --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemQueries-Tests-P2WithSubclassFromP1 --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemQueries-Tests-P3WithSubclassFromP2 --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Traits-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Traits-Queries-Tests-PWithTraits --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Traits-Queries-Tests-PExtendingTrait --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemQueries-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Traits-Queries-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Critic-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Critic-Queries-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Deprecation-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Deprecation-Queries-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-FileOut-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-InheritanceAnalysis-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-InheritanceAnalysis-Queries-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Reflectivity-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Reflectivity-Queries-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-SUnit-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-SUnit-Queries-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Undeclared-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared) NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared) MetacelloNotification: Loaded -> Calypso-SystemPlugins-Undeclared-Queries-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-FFI-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-FFI-Queries-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Flags-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Flags-Queries-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-ClassScripts-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: ClyTextEditor>>printIt (SpCodePopoverPrintPresenter is Undeclared) MetacelloNotification: Loaded -> Calypso-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: ClyBrowserContextAbstractTest>>allClyContextBut: (ClyFullBrowserPackageContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>allClyContextBut: (ClyFullBrowserClassGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>allClyContextBut: (ClyFullBrowserMethodContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>allClyContextBut: (ClyFullBrowserMethodGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>allClyContextBut: (ClyFullBrowserVariableContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>classContext (ClyFullBrowserClassContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>classContext (ClyFullBrowserClassContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>classContext (ClyFullBrowserClassContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>classGroupContext (ClyFullBrowserClassGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>classGroupContext (ClyFullBrowserClassGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>classGroupContext (ClyFullBrowserClassGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>differentClassGroupContext (ClyFullBrowserMorph is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>differentClassGroupContext (ClyFullBrowserClassGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>differentClassGroupContext (ClyFullBrowserClassGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>differentClassGroupContext (ClyFullBrowserClassGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>methodContext (ClyFullBrowserMethodContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>methodContext (ClyFullBrowserMethodContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>methodGroupContext (ClyFullBrowserMethodGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>methodGroupContext (ClyFullBrowserMethodGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>openBrowserWithPackageAndClassGroupOnlySelected (ClyFullBrowserMorph is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>openBrowserWithPackageOnlySelected (ClyFullBrowserMorph is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>packageContext (ClyFullBrowserPackageContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>packageContext (ClyFullBrowserPackageContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>packageContext (ClyFullBrowserPackageContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>setUp (ClyFullBrowserMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCommentToolIsNotValidWhenNotAClassContext (ClyRichTextClassCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCommentToolIsNotValidWhenNotAClassContext (ClyFullBrowserClassContext is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCommentToolIsNotValidWhenReferencingDifferentClass (ClyRichTextClassCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCommentToolIsValidWhenReferencingSameClass (ClyRichTextClassCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCreationToolIsNotValidWhenNotAPackageOrClassGroupContext (ClyClassCreationToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCreationToolIsNotValidWhenNotAPackageOrClassGroupContext (ClyFullBrowserPackageContext is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCreationToolIsNotValidWhenNotAPackageOrClassGroupContext (ClyFullBrowserClassGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCreationToolIsNotValidWhenReferencingDifferentClassGroup (ClyClassCreationToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCreationToolIsNotValidWhenReferencingDifferentPackage (ClyClassCreationToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCreationToolIsValidWhenClassGroupContext (ClyClassCreationToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCreationToolIsValidWhenPackageContext (ClyClassCreationToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassDefinitionToolIsNotValidWhenNotAClassContext (ClyClassDefinitionEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassDefinitionToolIsNotValidWhenNotAClassContext (ClyFullBrowserClassContext is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassDefinitionToolIsNotValidWhenReferencingDifferentClass (ClyClassDefinitionEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassDefinitionToolIsValidWhenClassContext (ClyClassDefinitionEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testMethodEditorToolIsNotValidWhenNotAMethodContext (ClyMethodCodeEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testMethodEditorToolIsNotValidWhenNotAMethodContext (ClyFullBrowserMethodContext is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testMethodEditorToolIsNotValidWhenReferencingDifferentMethod (ClyMethodCodeEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testMethodEditorToolIsValidWhenReferencingSameMethod (ClyMethodCodeEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageCommentToolIsNotValidWhenNotAPackageOrClassGroupContext (ClyPackageRichTextCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageCommentToolIsNotValidWhenNotAPackageOrClassGroupContext (ClyFullBrowserPackageContext is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageCommentToolIsNotValidWhenNotAPackageOrClassGroupContext (ClyFullBrowserClassGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageCommentToolIsNotValidWhenReferencingDifferentPackage (ClyPackageRichTextCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageCommentToolIsValidWhenClassGroupContext (ClyPackageRichTextCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageCommentToolIsValidWhenReferencingDifferentClassGroup (ClyPackageRichTextCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageCommmentToolIsValidWhenPackageContext (ClyPackageRichTextCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageSelectionAfterPackageCreation (ClyFullBrowserMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageSelectionAfterPackageCreation (ClyClassCreationToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testSetUpToolIsNotValidWhenNotAClassContext (ClyTestSetUpEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testSetUpToolIsNotValidWhenNotAClassContext (ClyFullBrowserClassContext is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testSetUpToolIsNotValidWhenReferencingDifferentClass (ClyTestSetUpEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testSetUpToolIsValidWhenReferencingSameClass (ClyTestSetUpEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testWindowLabelIsUpdatedAfterPackageRemoval (ClyFullBrowserMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testWindowLabelIsUpdatedAfterPackageRemoval (ClyClassCreationToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testWindowLabelSetAfterPackageCreation (ClyFullBrowserMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testWindowLabelSetAfterPackageCreation (ClyClassCreationToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testDoesNotRecycleToolWhenNotValidInContext (ClyRichTextClassCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testRecycleToolWhenValidInContext (ClyRichTextClassCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testRecycleToolWhenValidInContext (ClyRichTextClassCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testTargetedToolsWhenManyContext (ClyMethodCodeEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testTargetedToolsWhenManyContext (ClyClassDefinitionEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testTargetedToolsWhenManyContext (ClyRichTextClassCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testTargetedToolsWhenManyContext (ClyTestSetUpEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testTargetedToolsWhenOneContext (ClyMethodCodeEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testToolsToInstall (ClyMethodCodeEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testToolsToKeepWhenManyContext (ClyMethodCodeEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testToolsToKeepWhenManyContext (ClyClassDefinitionEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testToolsToKeepWhenManyContext (ClyRichTextClassCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testToolsToKeepWhenManyContext (ClyTestSetUpEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testToolsToKeepWhenOneContext (ClyMethodCodeEditorToolMorph is Undeclared) NewUndeclaredWarning: NavigationInteractionTest>>testBrowseClassViaImplementorActuallyBrowseTheClass (ClyFullBrowserMorph is Undeclared) NewUndeclaredWarning: NavigationInteractionTest>>testBrowseMethodViaImplementorActuallyBrowseTheClass (ClyFullBrowserMorph is Undeclared) NewUndeclaredWarning: NavigationInteractionTest>>testSenderOnClassViaSenderActuallyBrowseSenders (ClyFullBrowserMorph is Undeclared) MetacelloNotification: Loaded -> Calypso-Browser-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: ClyMethodEditorToolMorph>>chooseClassForNewMethodIfNone: (StBrowserSearchPresenter is Undeclared) NewUndeclaredWarning: ClyClassSideLinkTableDecorator class>>decorateMainTableCell:inContext: (ClySwitchToClassSideCommand is Undeclared) NewUndeclaredWarning: ClyClassSideLinkTableDecorator class>>methodDecorationStrategy (ClyFullBrowserMethodContext is Undeclared) NewUndeclaredWarning: ClySystemBrowserContext>>requestSingleClass: (StBrowserSearchPresenter is Undeclared) NewUndeclaredWarning: ClySystemBrowserContext>>requestSingleClass:from: (StBrowserSearchPresenter is Undeclared) NewUndeclaredWarning: ClySystemBrowserContext>>requestSinglePackage: (StBrowserSearchPresenter is Undeclared) NewUndeclaredWarning: ClySuperclassVisibilityLevel>>decorateMethodGroupTableCell:of: (ClyMethodVisibilityMorph is Undeclared) NewUndeclaredWarning: ClyProtocolEditorMorph>>requestProtocol (StProtocolNameChooserPresenter is Undeclared) NewUndeclaredWarning: SycMergeVariableCommand class>>fullBrowserMenuActivation (ClyFullBrowserVariableContext is Undeclared) NewUndeclaredWarning: ClyFullVisibilityLevel>>decorateMethodGroupTableCell:of: (ClyMethodVisibilityMorph is Undeclared) MetacelloNotification: Loaded -> Calypso-SystemTools-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-DependencyAnalyser-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-ClassScripts-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Flags-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-FFI-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Undeclared-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-MethodDiffTool --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: ClyConvertMethodGroupToProtocolCommand>>prepareFullExecutionInContext: (StProtocolNameChooserPresenter is Undeclared) NewUndeclaredWarning: ClyRenameProtocolCommand>>prepareFullExecutionInContext: (StProtocolNameChooserPresenter is Undeclared) NewUndeclaredWarning: ClyFindMethodInBrowserCommand>>prepareFullExecutionInContext: (StBrowserSearchPresenter is Undeclared) NewUndeclaredWarning: ClySwitchToScopedModeCommand>>prepareFullExecutionInContext: (StBrowserSearchPresenter is Undeclared) NewUndeclaredWarning: ClyFullBrowserMorph>>allNavigationScopes (ScopesManager is Undeclared) MetacelloNotification: Loaded -> Calypso-SystemTools-FullBrowser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: ClyRunTestsFromMethodDataSourceCommand class>>queryBrowserToolbarActivation (ClyQueryBrowserContext is Undeclared) MetacelloNotification: Loaded -> Calypso-SystemPlugins-SUnit-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-InheritanceAnalysis-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Deprecation-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: ClyOpenCriticBrowserCommand>>execute (StCritiqueRuleSelectorPresenter is Undeclared) MetacelloNotification: Loaded -> Calypso-SystemPlugins-Critic-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Traits-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemTools-FullBrowser-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: ClyQueryBrowserMorph>>extraScopesOfSelectedItems (ScopesManager is Undeclared) MetacelloNotification: Loaded -> Calypso-SystemTools-QueryBrowser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Reflectivity-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Reflectivity-Browser-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-DebugPoints-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemTools-QueryBrowser-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemTools-OldToolCompatibillity --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: RGEnvironment>>compileANewClassFrom:notifying:startingFrom: (RGChunkImporter is Undeclared) MetacelloNotification: Loaded -> Ring-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: RGEnvironment>>writeIntoFileTree: (IceMetadatalessFileTreeWriter is Undeclared) MetacelloNotification: Loaded -> Ring-Monticello --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Ring-ChunkImporter --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Ring-Core-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Ring-Monticello-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Ring-ChunkImporter-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Ring-TraitsSupport --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Ring-RuntimeSupport --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-Ring --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> HeuristicCompletion-Model --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> HeuristicCompletion-Morphic --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> HeuristicCompletion-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Tool-DependencyAnalyser-UI-Tab --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: SpCodePresenter class>>codeSelectionActionCommandsGroupWith: (SpCodeSelectionCommand is Undeclared) MetacelloNotification: Loaded -> Spec2-Code --- github://pharo-spec/Spec:Pharo13/src(a2dc177) MetacelloNotification: Loaded -> Spec2-Code-Commands --- github://pharo-spec/Spec:Pharo13/src(a2dc177) MetacelloNotification: Loaded -> Spec2-Code-Diff --- github://pharo-spec/Spec:Pharo13/src(a2dc177) MetacelloNotification: Loaded -> Spec2-Code-Diff-Tests --- github://pharo-spec/Spec:Pharo13/src(a2dc177) MetacelloNotification: Loaded -> Spec2-Code-Tests --- github://pharo-spec/Spec:Pharo13/src(a2dc177) MetacelloNotification: Loaded -> Spec2-Code-Morphic --- github://pharo-spec/Spec:Pharo13/src(a2dc177) MetacelloNotification: Loaded -> Spec2-Code-Diff-Morphic --- github://pharo-spec/Spec:Pharo13/src(a2dc177) MetacelloNotification: Loaded -> Spec2-Code-Backend-Tests --- github://pharo-spec/Spec:Pharo13/src(a2dc177) MetacelloNotification: Loaded -> Sindarin --- github://pharo-spec/ScriptableDebugger:Pharo13/src(c31f95c) MetacelloNotification: Loaded -> Sindarin-Tests --- github://pharo-spec/ScriptableDebugger:Pharo13/src(c31f95c) MetacelloNotification: Loaded -> Athens-SVG-PathConverter --- unresolved MetacelloNotification: Loaded -> Geometry --- github://pharo-contributions/Geometry:master/src(5e18270) MetacelloNotification: Loaded -> Geometry-Tests --- github://pharo-contributions/Geometry:master/src(5e18270) MetacelloNotification: Loaded -> NumericInterpolator --- github://pharo-graphics/NumericScales:v1.03/src(b3540fe) MetacelloNotification: Loaded -> NumericNoise --- github://pharo-graphics/NumericScales:v1.03/src(b3540fe) MetacelloNotification: Loaded -> NumericInterpolator-Tests --- github://pharo-graphics/NumericScales:v1.03/src(b3540fe) NewUndeclaredWarning: RSTWalkBasedRegularTreeLayout>>initialize:associationEdges: (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSTWalkBasedRegularTreeLayout>>initialize:associationEdges: (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAbstractFlowLayout>>doExecute: (RSMockShape is Undeclared) NewUndeclaredWarning: RSVerticalCellLayout>>doExecute: (RSMockShape is Undeclared) NewUndeclaredWarning: RSClusteringLayout>>getClusterFor: (RSGroup is Undeclared) NewUndeclaredWarning: RSLayout>>initialize (RSLayoutTranslator is Undeclared) NewUndeclaredWarning: RSAbstractGraphLayout>>rootNodesFromCycles: (RSDSMGraph is Undeclared) NewUndeclaredWarning: RSSugiyamaLayout>>addDummyNodes (RSIdentityMatrix is Undeclared) NewUndeclaredWarning: RSSugiyamaLayout>>addDummyNodes (RSDummyNode is Undeclared) NewUndeclaredWarning: RSForceBasedLayout>>newMockElementFor: (RSMockShape is Undeclared) NewUndeclaredWarning: RSForceBasedLayout>>newMockElementFor: (RSMockShape is Undeclared) NewUndeclaredWarning: RSForceBasedLayout>>newMockElementFor: (RSMockShape is Undeclared) NewUndeclaredWarning: RSForceBasedLayout>>newMockElementFor: (RSMockShape is Undeclared) NewUndeclaredWarning: RSForceBasedLayout>>newMockLineFor: (RSMockLine is Undeclared) NewUndeclaredWarning: RSForceBasedLayout>>newMockLineFor: (RSMockLine is Undeclared) NewUndeclaredWarning: RSForceBasedLayout>>newMockLineFor: (RSMockLine is Undeclared) NewUndeclaredWarning: RSForceBasedLayout>>newMockLineFor: (RSMockLine is Undeclared) NewUndeclaredWarning: RSForceBasedLayout>>newMockLineFor: (RSMockLine is Undeclared) NewUndeclaredWarning: RSForceBasedLayout>>newMockLineFor: (RSMockLine is Undeclared) NewUndeclaredWarning: RSForceBasedLayout>>stepNodeRepulsion (RSQuadTreeForce is Undeclared) MetacelloNotification: Loaded -> Roassal-Layouts --- github://pharo-graphics/RoassalLayouts:v1.01/src(0620675) NewUndeclaredWarning: RSAlignmentTest>>testCenter (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testCenter (RSGroup is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testFromBottom (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testFromBottom (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testFromLeft (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testFromLeft (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testFromLeftWithAFixShape (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testFromLeftWithAFixShape (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testFromLeftWithFixedShape (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testFromLeftWithFixedShape (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testFromLeftWithFixedShape (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testFromRight (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testFromRight (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testFromTop (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testFromTop (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testFromTopWithAFixShape (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testFromTopWithAFixShape (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSAlignmentTest>>testHasElement (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSLayoutBuilderTest>>testSelectNoneLayout (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testBasic (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testBasic (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testBasic (RSLayoutLineBuilder is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testBasic2 (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testBasic2 (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testBasic2 (RSLayoutLineBuilder is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testBasic3 (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testBasic3 (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testBasic3 (RSLayoutLineBuilder is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testCycles (RSLayoutLineBuilder is Undeclared) NewUndeclaredWarning: RSClusteringLayoutTest>>testCycles (RSLayoutLineBuilder is Undeclared) NewUndeclaredWarning: RSGridLayoutTest>>testLineItemsCountForASingleLineOfShapes (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSGridLayoutTest>>testLineItemsCountForASingleLineOfShapes (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSHorizontalTreeLayoutTest>>testCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSHorizontalTreeLayoutTest>>testCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSHorizontalTreeLayoutTest>>testCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSHorizontalTreeLayoutTest>>testCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSHorizontalTreeLayoutTest>>testCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSHorizontalTreeLayoutTest>>testCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSHorizontalTreeLayoutTest>>testCycles (RSLayoutLineBuilder is Undeclared) NewUndeclaredWarning: RSHorizontalTreeLayoutTest>>testCycles (RSLayoutLineBuilder is Undeclared) NewUndeclaredWarning: RSLayoutTest>>setUp (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSLayoutTest>>setUp (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSLayoutTest>>setUp (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSLayoutTest>>setUp (RSLayoutLineBuilder is Undeclared) NewUndeclaredWarning: RSSugiyamaLayoutTest>>testOnCycle (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSSugiyamaLayoutTest>>testOnCycle (RSLayoutLineBuilder is Undeclared) NewUndeclaredWarning: RSSugiyamaLayoutTest>>testOnCycle (RSLayoutLineBuilder is Undeclared) NewUndeclaredWarning: RSSugiyamaLayoutTest>>testOnCycle (RSLayoutLineBuilder is Undeclared) NewUndeclaredWarning: RSTreeLayoutTest>>computeTreeWithCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSTreeLayoutTest>>computeTreeWithCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSTreeLayoutTest>>computeTreeWithCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSTreeLayoutTest>>computeTreeWithCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSTreeLayoutTest>>computeTreeWithCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSTreeLayoutTest>>computeTreeWithCycles (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSTreeLayoutTest>>computeTreeWithCycles (RSLayoutLineBuilder is Undeclared) NewUndeclaredWarning: RSTreeLayoutTest>>computeTreeWithCycles (RSLayoutLineBuilder is Undeclared) NewUndeclaredWarning: RSLocationTest>>setUp (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSLocationTest>>setUp (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSLocationTest>>setUp (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSLocationTest>>setUp (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSLocationTest>>setUp (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSLocationTest>>testInComposite (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSLocationTest>>testInComposite (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSLocationTest>>testInComposite2 (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSLocationTest>>testInComposite2 (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSResizeTest>>setUp (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSResizeTest>>setUp (RSLayoutNode is Undeclared) NewUndeclaredWarning: RSResizeTest>>setUp (RSLayoutNode is Undeclared) MetacelloNotification: Loaded -> Roassal-Layouts-Tests --- github://pharo-graphics/RoassalLayouts:v1.01/src(0620675) NewUndeclaredWarning: RSGroup class>>example1 (RSLabel is Undeclared) NewUndeclaredWarning: RSGroup class>>example1 (RSEllipse is Undeclared) NewUndeclaredWarning: RSGroup class>>example1 (RSCanvas is Undeclared) NewUndeclaredWarning: RSGroup class>>example1 (RSCanvasController is Undeclared) MetacelloNotification: Loaded -> Roassal-Layouts-Util --- github://pharo-graphics/RoassalLayouts:v1.01/src(0620675) NewUndeclaredWarning: RTAbstractCollection class>>exampleList (StInspectorPresenter is Undeclared) NewUndeclaredWarning: RTAbstractCollection class>>exampleRTree (StInspectorPresenter is Undeclared) MetacelloNotification: Loaded -> RTree --- github://pharo-graphics/RTree:v1.01/src(987b92d) MetacelloNotification: Loaded -> RTree-Tests --- github://pharo-graphics/RTree:v1.01/src(987b92d) NewUndeclaredWarning: RSTAnnounceable>>click (RSMouseClick is Undeclared) NewUndeclaredWarning: RSTAnnounceable>>click (RSMouseClick is Undeclared) NewUndeclaredWarning: RSTAnnounceable>>click (RSMouseClick is Undeclared) NewUndeclaredWarning: RSTAnnounceable>>leftClick (RSMouseLeftClick is Undeclared) NewUndeclaredWarning: RSTAnnounceable>>leftClick (RSMouseLeftClick is Undeclared) NewUndeclaredWarning: RSTAnnounceable>>leftClick (RSMouseLeftClick is Undeclared) NewUndeclaredWarning: RSTAnnounceable>>shiftLeftClick (RSMouseLeftClick is Undeclared) NewUndeclaredWarning: RSTAnnounceable>>shiftLeftClick (RSMouseLeftClick is Undeclared) NewUndeclaredWarning: RSTAnnounceable>>shiftLeftClick (RSMouseLeftClick is Undeclared) NewUndeclaredWarning: RSTAnnounceable>>shiftLeftClick (RSMouseLeftClick is Undeclared) NewUndeclaredWarning: RSTContainer>>newBezier (RSBezier is Undeclared) NewUndeclaredWarning: RSCanvas>>newBezier (RSBezier is Undeclared) NewUndeclaredWarning: RSTContainer>>newBox (RSBox is Undeclared) NewUndeclaredWarning: RSCanvas>>newBox (RSBox is Undeclared) NewUndeclaredWarning: RSTContainer>>newCircle (RSCircle is Undeclared) NewUndeclaredWarning: RSCanvas>>newCircle (RSCircle is Undeclared) NewUndeclaredWarning: RSTContainer>>newEllipse (RSEllipse is Undeclared) NewUndeclaredWarning: RSCanvas>>newEllipse (RSEllipse is Undeclared) NewUndeclaredWarning: RSTContainer>>newLabel (RSLabel is Undeclared) NewUndeclaredWarning: RSCanvas>>newLabel (RSLabel is Undeclared) NewUndeclaredWarning: RSTContainer>>newLine (RSLine is Undeclared) NewUndeclaredWarning: RSCanvas>>newLine (RSLine is Undeclared) NewUndeclaredWarning: RSTContainer>>newPolygon (RSPolygon is Undeclared) NewUndeclaredWarning: RSCanvas>>newPolygon (RSPolygon is Undeclared) NewUndeclaredWarning: RSTContainer>>newPolyline (RSPolyline is Undeclared) NewUndeclaredWarning: RSCanvas>>newPolyline (RSPolyline is Undeclared) NewUndeclaredWarning: RSTContainer>>newSVGPath (RSSVGPath is Undeclared) NewUndeclaredWarning: RSCanvas>>newSVGPath (RSSVGPath is Undeclared) NewUndeclaredWarning: RSTPositionable>>translateTo: (RSPositionChangedEvent is Undeclared) NewUndeclaredWarning: RSTPositionable>>translateTo: (RSPositionChangedEvent is Undeclared) NewUndeclaredWarning: RSTPositionable>>translateTo: (RSPositionChangedEvent is Undeclared) NewUndeclaredWarning: RSShape>>translateTo: (RSPositionChangedEvent is Undeclared) NewUndeclaredWarning: RSShape>>translateTo: (RSPositionChangedEvent is Undeclared) NewUndeclaredWarning: RSShape>>translateTo: (RSPositionChangedEvent is Undeclared) NewUndeclaredWarning: RSCamera class>>example (StInspectorPresenter is Undeclared) NewUndeclaredWarning: RSCamera>>scale: (RSScaleChangedEvent is Undeclared) NewUndeclaredWarning: RSCamera>>scale: (RSScaleChangedEvent is Undeclared) NewUndeclaredWarning: RSCamera>>scale: (RSScaleChangedEvent is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventKeyDown: (RSKeyDown is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventKeyUp: (RSKeyUp is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseClick: (RSMouseClick is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseClick: (RSMouseLeftClick is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseClick: (RSMouseRightClick is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseDoubleClick: (RSMouseDoubleClick is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseDoubleClick: (RSMouseDoubleLeftClick is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseDoubleClick: (RSMouseDoubleRightClick is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseDragEnd: (RSMouseDragEnd is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseDragStart: (RSMouseDragStart is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseDragStart: (RSMouseLeftDragStart is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseDragStart: (RSMouseRightDragStart is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseDragStart: (RSMouseMiddleDragStart is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseDragStart: (RSMouseDragging is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseDragging: (RSMouseDragging is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseEnter: (RSMouseEnter is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseLeave: (RSMouseLeave is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseMove: (RSMouseMove is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseOver: (RSMouseLeave is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseOver: (RSMouseEnter is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseUp: (RSMouseUp is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseUp: (RSMouseUpLeft is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseUp: (RSMouseUpRight is Undeclared) NewUndeclaredWarning: RSEventProcessor>>eventMouseWheel: (RSMouseWheelEvent is Undeclared) NewUndeclaredWarning: RSEventsMonitor class>>example (RSMouseClick is Undeclared) NewUndeclaredWarning: RSCanvas>>announcementClasses (RSCanvasEvent is Undeclared) NewUndeclaredWarning: RSCanvas>>announcementClasses (RSShapeEvent is Undeclared) NewUndeclaredWarning: RSCanvas>>notifyExtentChanged: (RSExtentChangedEvent is Undeclared) NewUndeclaredWarning: RSCanvas>>notifyExtentChanged: (RSExtentChangedEvent is Undeclared) NewUndeclaredWarning: RSCanvas>>notifyExtentChanged: (RSExtentChangedEvent is Undeclared) NewUndeclaredWarning: RSCanvas>>removeShape: (RSShapeRemovedEvent is Undeclared) NewUndeclaredWarning: RSCanvas>>removeShape: (RSShapeRemovedEvent is Undeclared) NewUndeclaredWarning: RSCanvas>>removeShape: (RSShapeRemovedEvent is Undeclared) NewUndeclaredWarning: RSObjectWithProperty class>>exampleCanvas (StInspectorPresenter is Undeclared) NewUndeclaredWarning: RSObjectWithProperty class>>exampleShapeBox (RSBox is Undeclared) NewUndeclaredWarning: RSObjectWithProperty class>>exampleShapeBox (StInspectorPresenter is Undeclared) NewUndeclaredWarning: RSObjectWithProperty>>click (RSMouseClick is Undeclared) NewUndeclaredWarning: RSObjectWithProperty>>click (RSMouseClick is Undeclared) NewUndeclaredWarning: RSObjectWithProperty>>click (RSMouseClick is Undeclared) NewUndeclaredWarning: RSShape class>>exampleBox (RSBox is Undeclared) NewUndeclaredWarning: RSShape class>>exampleBox (StInspectorPresenter is Undeclared) NewUndeclaredWarning: RSShape class>>exampleLabel (RSLabel is Undeclared) NewUndeclaredWarning: RSShape class>>exampleLabel (StInspectorPresenter is Undeclared) NewUndeclaredWarning: RSShape class>>exampleLine (RSLine is Undeclared) NewUndeclaredWarning: RSShape class>>exampleLine (StInspectorPresenter is Undeclared) NewUndeclaredWarning: RSShape>>addedIn: (RSShapeAddedEvent is Undeclared) NewUndeclaredWarning: RSShape>>announcementClasses (RSShapeEvent is Undeclared) NewUndeclaredWarning: RSShape>>borderDo: (RSBorder is Undeclared) NewUndeclaredWarning: RSShape>>withBorder (RSBorder is Undeclared) NewUndeclaredWarning: RSAthensMorph>>themeChanged (RSThemeChangedEvent is Undeclared) MetacelloNotification: Loaded -> Roassal --- github://pharo-graphics/Roassal:v1.06f/src(613f15c) MetacelloNotification: Loaded -> Roassal-Event --- github://pharo-graphics/Roassal:v1.06f/src(613f15c) NewUndeclaredWarning: RSAdjacencyMatrixBuilder>>renderIn: (RSBox is Undeclared) NewUndeclaredWarning: RSAdjacencyMatrixBuilder>>renderIn: (RSPopup is Undeclared) NewUndeclaredWarning: RSCircleVennDiagram>>renderIn: (RSCanvasController is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createBoundingBoxIn: (RSBox is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createBoundingBoxIn: (RSBox is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createBoundingBoxIn: (RSBox is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createBoundingBoxIn: (RSBox is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createBoundingBoxIn: (RSBox is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createBoundingBoxIn: (RSBorder is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createBoundingBoxIn: (RSBorder is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createBoundingBoxIn: (RSBorder is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createDataPointAt:at:value: (RSCircle is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createDataPointAt:at:value: (RSCircle is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createDataPointAt:at:value: (RSCircle is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createDataPointAt:at:value: (RSCircle is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createDataPointAt:at:value: (RSCircle is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createInteractionsIn: (RSHighlightable is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createInteractionsIn: (RSPopup is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createInteractionsIn: (RSPopup is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createLabelFor: (RSLabel is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createLabelFor: (RSLabel is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createLabelFor: (RSLabel is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createLabelFor: (RSLabel is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createLegendIn: (RSLegend is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createTickLineStart:end: (RSLine is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createTickLineStart:end: (RSLine is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createTickLineStart:end: (RSLine is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createTickLineStart:end: (RSLine is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createTickLineStart:end: (RSLine is Undeclared) NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>defaultContainer (RSCanvasController is Undeclared) NewUndeclaredWarning: RSPunchCardBuilder>>defaultContainer (RSCanvasController is Undeclared) NewUndeclaredWarning: RSPunchCardBuilder>>labelFor: (RSLabel is Undeclared) NewUndeclaredWarning: RSPunchCardBuilder>>labelFor: (RSLabel is Undeclared) NewUndeclaredWarning: RSPunchCardBuilder>>labelFor: (RSLabel is Undeclared) NewUndeclaredWarning: RSPunchCardBuilder>>renderDots: (RSEllipse is Undeclared) NewUndeclaredWarning: RSMultilineLabelBuilder>>initialize (RSLabel is Undeclared) MetacelloNotification: Loaded -> Roassal-Builders --- github://pharo-graphics/Roassal:v1.06f/src(613f15c) NewUndeclaredWarning: RSComposite>>newPolygon (RSPolygon is Undeclared) NewUndeclaredWarning: RSComposite>>newLabel (RSLabel is Undeclared) NewUndeclaredWarning: RSComposite>>newSVGPath (RSSVGPath is Undeclared) MetacelloNotification: Loaded -> Roassal-Shapes --- github://pharo-graphics/Roassal:v1.06f/src(613f15c) MetacelloNotification: Loaded -> Roassal-Animation --- github://pharo-graphics/Roassal:v1.06f/src(613f15c) NewUndeclaredWarning: RSCanvasController>>renderLegendOn: (RSLegend is Undeclared) NewUndeclaredWarning: RSCanvasController>>renderLegendOn: (RSLegend is Undeclared) MetacelloNotification: Loaded -> Roassal-Interaction --- github://pharo-graphics/Roassal:v1.06f/src(613f15c) MetacelloNotification: Loaded -> Roassal-Colors --- github://pharo-graphics/Roassal:v1.06f/src(613f15c) MetacelloNotification: Loaded -> Roassal-Legend --- github://pharo-graphics/Roassal:v1.06f/src(613f15c) MetacelloNotification: Loaded -> Roassal-UML --- github://pharo-graphics/Roassal:v1.06f/src(613f15c) MetacelloNotification: Loaded -> Roassal-Sunburst --- github://pharo-graphics/Roassal:v1.06f/src(613f15c) MetacelloNotification: Loaded -> Roassal-FlameGraph --- github://pharo-graphics/Roassal:v1.06f/src(613f15c) MetacelloNotification: Loaded -> Roassal-Pie --- github://pharo-graphics/Roassal:v1.06f/src(613f15c) MetacelloNotification: Loaded -> Roassal-Inspector --- github://pharo-graphics/Roassal:v1.06f/src(613f15c) MetacelloNotification: Loaded -> Roassal-Chart --- github://pharo-graphics/Roassal:v1.06f/src(613f15c) MetacelloNotification: Loaded -> Roassal-DSM --- github://pharo-graphics/Roassal:v1.06f/src(613f15c) MetacelloNotification: Loaded -> Roassal-Menu --- github://pharo-graphics/Roassal:v1.06f/src(613f15c) MetacelloNotification: Loaded -> Roassal-Spec --- github://pharo-graphics/Roassal:v1.06f/src(613f15c) MetacelloNotification: Loaded -> Roassal-Spec-Morphic --- github://pharo-graphics/Roassal:v1.06f/src(613f15c) MetacelloNotification: Loaded -> Roassal-BaselineMap --- github://pharo-graphics/Roassal:v1.06f/src(613f15c) MetacelloNotification: Loaded -> Roassal-SVG --- github://pharo-graphics/Roassal:v1.06f/src(613f15c) MetacelloNotification: Loaded -> Roassal-Class-Examples --- github://pharo-graphics/Roassal:v1.06f/src(613f15c) MetacelloNotification: Loaded -> Roassal-Mondrian --- github://pharo-graphics/Roassal:v1.06f/src(613f15c) NewUndeclaredWarning: RTNilNode class>>example (StInspectorPresenter is Undeclared) NewUndeclaredWarning: RTNode class>>example (StInspectorPresenter is Undeclared) NewUndeclaredWarning: RTNode class>>exampleAdd (StInspectorPresenter is Undeclared) MetacelloNotification: Loaded -> Roassal-Global-Tests --- github://pharo-graphics/Roassal:v1.06f/src(613f15c) MetacelloNotification: Loaded -> Roassal-Animation-Tests --- github://pharo-graphics/Roassal:v1.06f/src(613f15c) MetacelloNotification: Loaded -> Roassal-Shapes-Tests --- github://pharo-graphics/Roassal:v1.06f/src(613f15c) MetacelloNotification: Loaded -> Roassal-Interaction-Tests --- github://pharo-graphics/Roassal:v1.06f/src(613f15c) MetacelloNotification: Loaded -> Roassal-Chart-Tests --- github://pharo-graphics/Roassal:v1.06f/src(613f15c) MetacelloNotification: Loaded -> Roassal-UML-Tests --- github://pharo-graphics/Roassal:v1.06f/src(613f15c) NewUndeclaredWarning: RoassalSpecTest>>testTakeKeyboardFocus (StPlayground is Undeclared) MetacelloNotification: Loaded -> Roassal-Spec-Tests --- github://pharo-graphics/Roassal:v1.06f/src(613f15c) MetacelloNotification: Loaded -> Roassal-Inspector-Tests --- github://pharo-graphics/Roassal:v1.06f/src(613f15c) MetacelloNotification: Loaded -> Roassal-BaselineMap-Tests --- github://pharo-graphics/Roassal:v1.06f/src(613f15c) MetacelloNotification: Loaded -> Roassal-SVG-Tests --- github://pharo-graphics/Roassal:v1.06f/src(613f15c) MetacelloNotification: Loaded -> ColorPicker --- github://pharo-spec/ColorPicker:master/src(c4d6e2f) MetacelloNotification: Loaded -> ColorPicker-Tests --- github://pharo-spec/ColorPicker:master/src(c4d6e2f) MetacelloNotification: Loaded -> NewTools-Core --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-Core-Tests --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-Morphic --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) NewUndeclaredWarning: Dictionary>>inspectionItems: (StObjectPrinter is Undeclared) NewUndeclaredWarning: Dictionary>>inspectionItems: (StObjectPrinter is Undeclared) NewUndeclaredWarning: Dictionary>>inspectionItems: (StInspectorAssociationNode is Undeclared) NewUndeclaredWarning: Object>>asInspectorModel (StInspectorModel is Undeclared) NewUndeclaredWarning: Object>>defaultObjectInspectorClass (StObjectInspectorPresenter is Undeclared) NewUndeclaredWarning: Object>>inspectionMeta (StMetaBrowserPresenter is Undeclared) NewUndeclaredWarning: Object>>inspectorNodes (StNodeCollector is Undeclared) NewUndeclaredWarning: Object>>stDisplayString (StObjectPrinter is Undeclared) NewUndeclaredWarning: Object>>stDisplayStringFull (StObjectPrinter is Undeclared) NewUndeclaredWarning: Bag>>inspectionItems: (StObjectPrinter is Undeclared) NewUndeclaredWarning: Bag>>inspectionItems: (StObjectPrinter is Undeclared) NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: OrderedDictionary>>inspectionItems: (StObjectPrinter is Undeclared) NewUndeclaredWarning: OrderedDictionary>>inspectionItems: (StObjectPrinter is Undeclared) NewUndeclaredWarning: OrderedDictionary>>inspectionItems: (StInspectorAssociationNode is Undeclared) NewUndeclaredWarning: String>>inspectionEncoding: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: String>>inspectionEncoding: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: String>>inspectionEncoding: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: SymbolicBytecode>>inspectionSource (SpTextPresenterDecorator is Undeclared) NewUndeclaredWarning: SymbolicBytecode>>inspectionSource (SpTextPresenterDecorator is Undeclared) NewUndeclaredWarning: Character>>inspectCharacterIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Character>>inspectCharacterIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Character>>inspectCharacterIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Character>>inspectCharacterIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: CompiledCode>>inspectBytes: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: CompiledCode>>inspectBytes: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: CompiledCode>>inspectBytes: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: CompiledCode>>inspectBytes: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: CompiledCode>>inspectBytes: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: CompiledCode>>inspectorNodes (StInspectorDynamicNode is Undeclared) NewUndeclaredWarning: CompiledCode>>inspectorNodes (StInspectorDynamicNode is Undeclared) NewUndeclaredWarning: CompiledCode>>inspectorNodes (StInspectorDynamicNode is Undeclared) NewUndeclaredWarning: ASTProgramNode>>inspectionSource (SpTextPresenterDecorator is Undeclared) NewUndeclaredWarning: ASTProgramNode>>inspectionSource (SpTextPresenterDecorator is Undeclared) NewUndeclaredWarning: ByteArray>>inspectBytes: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: ByteArray>>inspectBytes: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: ByteArray>>inspectBytes: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: ByteArray>>inspectBytes: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: ByteArray>>inspectBytes: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: ByteArray>>inspectBytes: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: ByteArray>>inspectBytes: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: ByteArray>>inspectBytes: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: ByteArray>>inspectBytes: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: ProtoObject>>allInspectorNodes (StInspectorSelfNode is Undeclared) NewUndeclaredWarning: ProtoObject>>inspectionContexts (StInspectionCollector is Undeclared) NewUndeclaredWarning: ProtoObject>>inspectionRaw (StRawInspectionPresenter is Undeclared) NewUndeclaredWarning: ProtoObject>>inspectorNodes (StNodeCollector is Undeclared) NewUndeclaredWarning: Integer>>inspectIntegerIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Integer>>inspectIntegerIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Integer>>inspectIntegerIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Integer>>inspectIntegerIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Integer>>inspectIntegerIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Date>>inspectDateIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Date>>inspectDateIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Date>>inspectDateIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Date>>inspectDateIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Date>>inspectDateIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Date>>inspectDateIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Date>>inspectDateIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Date>>inspectDateIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Date>>inspectDateIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Date>>inspectDateIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Duration>>inspectDurationIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Duration>>inspectDurationIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Duration>>inspectDurationIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Duration>>inspectDurationIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Duration>>inspectDurationIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Duration>>inspectDurationIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Duration>>inspectDurationIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Duration>>inspectDurationIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Float>>inspectFloatIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Float>>inspectFloatIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Float>>inspectFloatIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Float>>inspectFloatIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Float>>inspectFloatIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: SmallDictionary>>inspectionItems: (StObjectPrinter is Undeclared) NewUndeclaredWarning: SmallDictionary>>inspectionItems: (StObjectPrinter is Undeclared) NewUndeclaredWarning: SmallDictionary>>inspectionItems: (StInspectorAssociationNode is Undeclared) NewUndeclaredWarning: Time>>inspectTimeIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Time>>inspectTimeIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Time>>inspectTimeIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Time>>inspectTimeIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Time>>inspectTimeIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Time>>inspectTimeIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Time>>inspectTimeIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Time>>inspectTimeIn: (StSimpleInspectorBuilder is Undeclared) NewUndeclaredWarning: Package>>overwiew (StInspectorAssociationNode is Undeclared) NewUndeclaredWarning: Pragma>>inspectionSourceCodeMethod (SpTextPresenterDecorator is Undeclared) NewUndeclaredWarning: Pragma>>inspectionSourceCodeMethod (SpTextPresenterDecorator is Undeclared) NewUndeclaredWarning: Collection>>inspectionItems: (StObjectPrinter is Undeclared) NewUndeclaredWarning: CompiledBlock>>inspectionSource (SpTextPresenterDecorator is Undeclared) MetacelloNotification: Loaded -> NewTools-Inspector-Extensions --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-Inspector --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-Inspector-Tests --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) 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(2bd96ef) MetacelloNotification: Loaded -> NewTools-Debugger-Extensions --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-Debugger-Morphic --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-Playground --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-Playground-Tests --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-SystemReporter --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) 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(2bd96ef) NewUndeclaredWarning: StSpotter>>openFinder (StFinderPresenter is Undeclared) MetacelloNotification: Loaded -> NewTools-Spotter --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-Spotter-Extensions --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-Spotter-Processors-Tests --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-Spotter-Tests --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-Morphic-Spotter --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-FileBrowser --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-FileBrowser-Tests --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-FontChooser --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-FontChooser-Tests --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-SpTextPresenterDecorators --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) NewUndeclaredWarning: StDebugger>>initializeBreakpointInspector (StDebuggerBreakpointInspection is Undeclared) MetacelloNotification: Loaded -> NewTools-Debugger --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-Debugger-Tests --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) NewUndeclaredWarning: StMessageListPresenter>>defaultScopes (ScopesManager is Undeclared) MetacelloNotification: Loaded -> NewTools-MethodBrowsers --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-Debugger-Breakpoints-Tools --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-DebugPointsBrowser --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-DebugPointsBrowser-Tests --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-ObjectCentricDebugPoints --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-ObjectCentricBreakpoints --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-Sindarin-Commands --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-Sindarin-Commands-Tests --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-Sindarin-Tools --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-CodeCritiques --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-CodeCritiques-Tests --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-Debugger-Fuel --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-Debugger-Fuel-Tests --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-RewriterTools-Backend --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-RewriterTools --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-RewriterTools-Backend-Tests --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-RewriterTools-Tests --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-ProfilerUI --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) 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(2bd96ef) MetacelloNotification: Loaded -> NewTools-Scopes-Editor --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) 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(2bd96ef) MetacelloNotification: Loaded -> NewTools-Scopes-Resources-A-Tests --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-Scopes-Resources-B-Tests --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-Scopes-Resources-C-Tests --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) NewUndeclaredWarning: StFinderExampleSearch>>previewPresenter (MicrodownPresenter is Undeclared) MetacelloNotification: Loaded -> NewTools-Finder --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-Finder-Tests --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-SettingsBrowser --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-SettingsBrowser-Tests --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) MetacelloNotification: Loaded -> NewTools-Utils --- github://pharo-spec/NewTools:Pharo13/src(2bd96ef) NewUndeclaredWarning: DTCoveragePluginPresenter>>connectPresenters (DTTestLeafNode is Undeclared) NewUndeclaredWarning: CompiledMethod>>asResultForDrTest (DTTestLeafNode is Undeclared) MetacelloNotification: Loaded -> DrTests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> DrTests-TestsRunner --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> DrTests-TestCoverage --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> DrTests-TestsProfiling --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> DrTests-TestsProfiling-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> DrTests-TestCoverage-Tests-Mocks --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> DrTests-TestCoverage-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> DrTests-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> DrTests-CommentsToTests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> DrTests-CommentsToTests-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> RottenTestsFinder --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> RottenTestsFinder-FakeTests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> RottenTestsFinder-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> DrTests-RottenGreenTestsFinder --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: Microdown class>>asRichText: (MicRichTextComposer is Undeclared) MetacelloNotification: Loaded -> Microdown --- github://pillar-markup/Microdown:Pharo13/src(fe3e09c) MetacelloNotification: Loaded -> Microdown-Tests --- github://pillar-markup/Microdown:Pharo13/src(fe3e09c) MetacelloNotification: Loaded -> Microdown-BrowserExtensions --- github://pillar-markup/Microdown:Pharo13/src(fe3e09c) MetacelloNotification: Loaded -> Microdown-RichTextComposer --- github://pillar-markup/Microdown:Pharo13/src(fe3e09c) MetacelloNotification: Loaded -> BeautifulComments --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: StWelcomeTopicMicrodownPresenter>>initializePresenters (MicrodownPresenter is Undeclared) MetacelloNotification: Loaded -> NewTools-WelcomeBrowser --- github://pharo-spec/NewTools-WelcomeBrowser:main/src(c126ba0) MetacelloNotification: Loaded -> IconPacks --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: TFFIBackend>>calloutAPIClass (TFCalloutAPI is Undeclared) MetacelloNotification: Loaded -> ThreadedFFI --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ThreadedFFI-Graphics-Extensions --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ThreadedFFI-UFFI --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ThreadedFFI-UFFI-Overrides --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ThreadedFFI-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ThreadedFFI-UFFI-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Kernel-ExtraUtils --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> BaselineOfIceberg --- unresolved MetacelloNotification: Loading baseline of BaselineOfIceberg... MetacelloNotification: Project: Tonel MetacelloNotification: Project: LibGit MetacelloNotification: Loaded -> BaselineOfLibGit --- unresolved MetacelloNotification: Loaded -> MonticelloTonel-Core --- github://pharo-vcs/tonel:Pharo12(2c82875) MetacelloNotification: Loaded -> MonticelloTonel-FileSystem --- github://pharo-vcs/tonel:Pharo12(2c82875) MetacelloNotification: Loaded -> LibGit-Core --- github://pharo-vcs/libgit2-pharo-bindings:Pharo13(904eaa7) MetacelloNotification: Loaded -> LibGit-FileSystem --- github://pharo-vcs/libgit2-pharo-bindings:Pharo13(904eaa7) NewUndeclaredWarning: MCGitBasedNetworkRepository>>createIcebergRepositoryFor: (IceRepositoryCreator is Undeclared) NewUndeclaredWarning: MCGitBasedNetworkRepository>>createIcebergRepositoryFor: (IceRepositoryCreator is Undeclared) NewUndeclaredWarning: MCGitBasedNetworkRepository>>createIcebergRepositoryFor: (IceRepositoryCreator is Undeclared) NewUndeclaredWarning: MCGitBasedNetworkRepository>>createIcebergRepositoryFor: (IceRepositoryCreator is Undeclared) NewUndeclaredWarning: MCGitBasedNetworkRepository>>createIcebergRepositoryFor: (IceRepositoryCreator is Undeclared) NewUndeclaredWarning: MCGitBasedNetworkRepository>>getOrCreateIcebergRepository (IceGitRemote is Undeclared) NewUndeclaredWarning: IceProxyMCVersionInfo>>findVersionInfo (IceGitRemote is Undeclared) NewUndeclaredWarning: IceBasicProject>>backwardsCompatibleFormat (TIceRepositoryWriter is Undeclared) NewUndeclaredWarning: IceCommitish>>properties (IceRepositoryProperties is Undeclared) NewUndeclaredWarning: IceCredentialsProvider class>>defaultForRemoteUrl: (IceGitRemote is Undeclared) NewUndeclaredWarning: IceDiff>>buildForAllFiles (IceGitChange is Undeclared) NewUndeclaredWarning: IceIndex>>updateIndex: (IceIndexUpdateVisitor is Undeclared) NewUndeclaredWarning: IceIndex>>updateIndex: (IceIndexUpdateVisitor is Undeclared) NewUndeclaredWarning: IceRemote>>remoteBranchNamed: (IceBranchNotFound is Undeclared) NewUndeclaredWarning: IceRemote>>remoteBranchNamed: (IceBranchNotFound is Undeclared) NewUndeclaredWarning: IceRepository>>branchNamed: (IceBranchNotFound is Undeclared) NewUndeclaredWarning: IceRepository>>branchNamed: (IceBranchNotFound is Undeclared) NewUndeclaredWarning: IceRepository>>remoteBranchNamed: (IceBranchNotFound is Undeclared) NewUndeclaredWarning: IceRepository>>remoteBranchNamed: (IceBranchNotFound is Undeclared) NewUndeclaredWarning: IceWorkingCopyPatcherVisitor>>visitPackage: (IceMCSnapshotPatchVisitor is Undeclared) NewUndeclaredWarning: IceWorkingCopyPatcherVisitor>>visitPackage: (IceMCSnapshotPatchVisitor is Undeclared) NewUndeclaredWarning: Iceberg class>>bootstrapWithCommitId:packageList: (IceLibgitRepository is Undeclared) NewUndeclaredWarning: Iceberg class>>mcRepositoryFor: (IceMetacelloRepositoryType is Undeclared) NewUndeclaredWarning: IceMetacelloDuplicatedNotification>>existingProjectRegistration (IceLibgitRepository is Undeclared) MetacelloNotification: Loaded -> Iceberg --- github://pharo-vcs/iceberg:Pharo13(f68d6a9) 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(f68d6a9) 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(f68d6a9) MetacelloNotification: Loaded -> Iceberg-Plugin --- github://pharo-vcs/iceberg:Pharo13(f68d6a9) 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(f68d6a9) 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(f68d6a9) 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(f68d6a9) MetacelloNotification: Loaded -> Iceberg-Plugin-Metacello --- github://pharo-vcs/iceberg:Pharo13(f68d6a9) MetacelloNotification: Loaded -> Iceberg-Libgit --- github://pharo-vcs/iceberg:Pharo13(f68d6a9) MetacelloNotification: Loaded -> Iceberg-Libgit-Filetree --- github://pharo-vcs/iceberg:Pharo13(f68d6a9) MetacelloNotification: Loaded -> Iceberg-Libgit-Tonel --- github://pharo-vcs/iceberg:Pharo13(f68d6a9) MetacelloNotification: ...finished baseline Using authentification for Github API I got an error while cloning: There was an authentication error while trying to execute the operation: . This happens usually because you didn't provide a valid set of credentials. You may fix this problem in different ways: 1. adding your keys to ssh-agent, executing ssh-add ~/.ssh/id_rsa in your command line. 2. adding your keys in settings (open settings browser search for "Use custom SSH keys" and add your public and private keys). 3. using HTTPS instead SSH (Just use an url in the form HTTPS://etc.git). I will try to clone the HTTPS variant. MetacelloNotification: Loaded -> BaselineOfNewToolsDocumentBrowser --- unresolved MetacelloNotification: Loading baseline of BaselineOfNewToolsDocumentBrowser... MetacelloNotification: Project: Microdown I got an error while cloning: There was an authentication error while trying to execute the operation: . This happens usually because you didn't provide a valid set of credentials. You may fix this problem in different ways: 1. adding your keys to ssh-agent, executing ssh-add ~/.ssh/id_rsa in your command line. 2. adding your keys in settings (open settings browser search for "Use custom SSH keys" and add your public and private keys). 3. using HTTPS instead SSH (Just use an url in the form HTTPS://etc.git). I will try to clone the HTTPS variant. MetacelloNotification: REGISTRATION OF INCOMPATABLE PROJECTS: BaselineOfMicrodown [baseline] REPLACED BY BaselineOfMicrodown [baseline] from github://pillar-markup/Microdown:Pharo13/src MetacelloNotification: Project: Iceberg MetacelloNotification: Project: Tonel I got an error while cloning: There was an authentication error while trying to execute the operation: . This happens usually because you didn't provide a valid set of credentials. You may fix this problem in different ways: 1. adding your keys to ssh-agent, executing ssh-add ~/.ssh/id_rsa in your command line. 2. adding your keys in settings (open settings browser search for "Use custom SSH keys" and add your public and private keys). 3. using HTTPS instead SSH (Just use an url in the form HTTPS://etc.git). I will try to clone the HTTPS variant. MetacelloNotification: REGISTRATION OF INCOMPATABLE PROJECTS: BaselineOfTonel [baseline] REPLACED BY BaselineOfTonel [baseline] from github://pharo-vcs/tonel:Pharo13 MetacelloNotification: Project: LibGit MetacelloNotification: REGISTRATION OF INCOMPATABLE PROJECTS: BaselineOfLibGit [baseline] REPLACED BY BaselineOfLibGit [baseline] from github://pharo-vcs/libgit2-pharo-bindings:Pharo13 MetacelloNotification: REGISTRATION OF INCOMPATABLE PROJECTS: BaselineOfIceberg [baseline] REPLACED BY BaselineOfIceberg [baseline] from github://pharo-vcs/iceberg:Pharo13 MetacelloNotification: Loaded -> Microdown --- https://github.com/pillar-markup/Microdown.git[Pharo13](fe3e09cbaa682cae0c2f0531acfeb5a1cd5b027d) MetacelloNotification: Loaded -> Microdown-RichTextComposer --- https://github.com/pillar-markup/Microdown.git[Pharo13](fe3e09cbaa682cae0c2f0531acfeb5a1cd5b027d) MetacelloNotification: Loaded -> MonticelloTonel-Core --- https://github.com/pharo-vcs/tonel.git[Pharo13](e1dfa3fa6ad7aa69f0393e92929e5c2843919c16) MetacelloNotification: Loaded -> MonticelloTonel-FileSystem --- https://github.com/pharo-vcs/tonel.git[Pharo13](e1dfa3fa6ad7aa69f0393e92929e5c2843919c16) MetacelloNotification: Loaded -> MonticelloTonel-Tests-Mocks --- https://github.com/pharo-vcs/tonel.git[Pharo13](e1dfa3fa6ad7aa69f0393e92929e5c2843919c16) MetacelloNotification: Loaded -> MonticelloTonel-Tests --- https://github.com/pharo-vcs/tonel.git[Pharo13](e1dfa3fa6ad7aa69f0393e92929e5c2843919c16) MetacelloNotification: Loaded -> LibGit-Core --- github://pharo-vcs/libgit2-pharo-bindings:Pharo13(904eaa7) MetacelloNotification: Loaded -> LibGit-FileSystem --- github://pharo-vcs/libgit2-pharo-bindings:Pharo13(904eaa7) MetacelloNotification: Loaded -> Iceberg --- github://pharo-vcs/iceberg:Pharo13(f68d6a9) MetacelloNotification: Loaded -> Iceberg-Metacello-Integration --- github://pharo-vcs/iceberg:Pharo13(f68d6a9) MetacelloNotification: Loaded -> Iceberg-TipUI --- github://pharo-vcs/iceberg:Pharo13(f68d6a9) MetacelloNotification: Loaded -> Iceberg-Plugin --- github://pharo-vcs/iceberg:Pharo13(f68d6a9) MetacelloNotification: Loaded -> Iceberg-Plugin-Migration --- github://pharo-vcs/iceberg:Pharo13(f68d6a9) MetacelloNotification: Loaded -> Iceberg-Plugin-Pharo --- github://pharo-vcs/iceberg:Pharo13(f68d6a9) MetacelloNotification: Loaded -> Iceberg-Plugin-GitHub --- github://pharo-vcs/iceberg:Pharo13(f68d6a9) MetacelloNotification: Loaded -> Iceberg-Plugin-Metacello --- github://pharo-vcs/iceberg:Pharo13(f68d6a9) MetacelloNotification: Loaded -> Iceberg-Libgit --- github://pharo-vcs/iceberg:Pharo13(f68d6a9) MetacelloNotification: Loaded -> Iceberg-Libgit-Filetree --- github://pharo-vcs/iceberg:Pharo13(f68d6a9) MetacelloNotification: Loaded -> Iceberg-Libgit-Tonel --- github://pharo-vcs/iceberg:Pharo13(f68d6a9) MetacelloNotification: Loaded -> Microdown-RichTextPresenter --- https://github.com/pharo-spec/NewTools-DocumentBrowser.git[Pharo13](1c2fad2c80a015182431d228d8b3fdf339d0ab31) MetacelloNotification: Loaded -> Microdown-RichTextPresenter-Tests --- https://github.com/pharo-spec/NewTools-DocumentBrowser.git[Pharo13](1c2fad2c80a015182431d228d8b3fdf339d0ab31) MetacelloNotification: Loaded -> NewTools-DocumentBrowser --- https://github.com/pharo-spec/NewTools-DocumentBrowser.git[Pharo13](1c2fad2c80a015182431d228d8b3fdf339d0ab31) MetacelloNotification: Loaded -> NewTools-DocumentBrowser-Tests --- https://github.com/pharo-spec/NewTools-DocumentBrowser.git[Pharo13](1c2fad2c80a015182431d228d8b3fdf339d0ab31) MetacelloNotification: Loaded -> NewTools-DocumentBrowser-GitHubResource --- https://github.com/pharo-spec/NewTools-DocumentBrowser.git[Pharo13](1c2fad2c80a015182431d228d8b3fdf339d0ab31) MetacelloNotification: Loaded -> NewTools-DocumentBrowser-GitHubResource-Tests --- https://github.com/pharo-spec/NewTools-DocumentBrowser.git[Pharo13](1c2fad2c80a015182431d228d8b3fdf339d0ab31) MetacelloNotification: ...finished baseline MetacelloNotification: Loaded -> Calypso-SystemPlugins-Monticello-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Deprecated13 --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() Removing credential. MetacelloNotification: ...finished baseline BaselineOfPharo [baseline] from tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-64bit-fa719891c8.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-fa719891c8.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-fa719891c8.image --no-default-preferences eval --save 'MCCacheRepository uniqueInstance enable. FFIMethodRegistry resetAll. PharoSourcesCondenser condenseNewSources. Smalltalk garbageCollect' 18460464 + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-64bit-fa719891c8.image --no-default-preferences clean --release + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-64bit-fa719891c8.image --no-default-preferences eval --save 'SystemBuildInfo current initializeForRelease' a SystemBuildInfo + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-64bit-fa719891c8.image --no-default-preferences save Pharo + echo 130 + rm -f Pharo13.0-64bit-fa71989.sources.bak Pharo13.0-SNAPSHOT-64bit-fa719891c8.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-fa719891c8.zip Pharo13.0-SNAPSHOT-64bit-fa719891c8.changes Pharo13.0-SNAPSHOT-64bit-fa719891c8.image Pharo13.0-64bit-fa71989.sources pharo.version adding: Pharo13.0-SNAPSHOT-64bit-fa719891c8.changes (deflated 76%) adding: Pharo13.0-SNAPSHOT-64bit-fa719891c8.image (deflated 72%) adding: Pharo13.0-64bit-fa71989.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=357 bash ../../bootstrap/scripts/prepare_for_upload.sh 64 + ARCH=64 +++ dirname ../../bootstrap/scripts/prepare_for_upload.sh ++ cd ../../bootstrap/scripts ++ pwd -P + SCRIPTS=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts + . /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/envversion.sh ++ find . -name 'Pharo*.zip' ++ head -n 1 ++ cut -d/ -f 2 ++ cut -d- -f 1-2 + PHARO_NAME_PREFIX=Pharo13.0-SNAPSHOT ++ find . -name 'Pharo13.0-SNAPSHOT-64bit*.zip' ++ head -n 1 ++ cut -d - -f 4 ++ cut -d. -f 1 + HASH=fa719891c8 + FULL_IMAGE_NAME=Pharo13.0-SNAPSHOT-64bit-fa719891c8.zip + MINIMAL_IMAGE_NAME=Pharo13.0-SNAPSHOT-metacello-64bit-fa719891c8.zip + BUILD_NUMBER=357 ++ 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-fa719891c8.zip latest-64.zip + cp Pharo13.0-SNAPSHOT-metacello-64bit-fa719891c8.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-fa719891c8.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\f\a\7\1\9\8\9\1\c\8\.\z\i\p ]] + mv Pharo13.0-SNAPSHOT-64bit-fa719891c8.zip Pharo13.0-SNAPSHOT.build.357.sha.fa719891c8.arch.64bit.zip + for f in ${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip + BITNESS=64bit + [[ Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\f\a\7\1\9\8\9\1\c\8\.\z\i\p ]] ++ echo Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8.zip ++ cut -d - -f 3 + IMAGE_KIND=bootstrap + mv Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8.zip Pharo13.0-SNAPSHOT-bootstrap.build.357.sha.fa719891c8.arch.64bit.zip + for f in ${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip + BITNESS=64bit + [[ Pharo13.0-SNAPSHOT-compiler-64bit-fa719891c8.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\f\a\7\1\9\8\9\1\c\8\.\z\i\p ]] ++ echo Pharo13.0-SNAPSHOT-compiler-64bit-fa719891c8.zip ++ cut -d - -f 3 + IMAGE_KIND=compiler + mv Pharo13.0-SNAPSHOT-compiler-64bit-fa719891c8.zip Pharo13.0-SNAPSHOT-compiler.build.357.sha.fa719891c8.arch.64bit.zip + for f in ${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip + BITNESS=64bit + [[ Pharo13.0-SNAPSHOT-core-64bit-fa719891c8.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\f\a\7\1\9\8\9\1\c\8\.\z\i\p ]] ++ echo Pharo13.0-SNAPSHOT-core-64bit-fa719891c8.zip ++ cut -d - -f 3 + IMAGE_KIND=core + mv Pharo13.0-SNAPSHOT-core-64bit-fa719891c8.zip Pharo13.0-SNAPSHOT-core.build.357.sha.fa719891c8.arch.64bit.zip + for f in ${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip + BITNESS=64bit + [[ Pharo13.0-SNAPSHOT-hermesPackages-64bit-fa719891c8.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\f\a\7\1\9\8\9\1\c\8\.\z\i\p ]] ++ echo Pharo13.0-SNAPSHOT-hermesPackages-64bit-fa719891c8.zip ++ cut -d - -f 3 + IMAGE_KIND=hermesPackages + mv Pharo13.0-SNAPSHOT-hermesPackages-64bit-fa719891c8.zip Pharo13.0-SNAPSHOT-hermesPackages.build.357.sha.fa719891c8.arch.64bit.zip + for f in ${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip + BITNESS=64bit + [[ Pharo13.0-SNAPSHOT-metacello-64bit-fa719891c8.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\f\a\7\1\9\8\9\1\c\8\.\z\i\p ]] ++ echo Pharo13.0-SNAPSHOT-metacello-64bit-fa719891c8.zip ++ cut -d - -f 3 + IMAGE_KIND=metacello + mv Pharo13.0-SNAPSHOT-metacello-64bit-fa719891c8.zip Pharo13.0-SNAPSHOT-metacello.build.357.sha.fa719891c8.arch.64bit.zip + for f in ${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip + BITNESS=64bit + [[ Pharo13.0-SNAPSHOT-monticello-64bit-fa719891c8.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\f\a\7\1\9\8\9\1\c\8\.\z\i\p ]] ++ echo Pharo13.0-SNAPSHOT-monticello-64bit-fa719891c8.zip ++ cut -d - -f 3 + IMAGE_KIND=monticello + mv Pharo13.0-SNAPSHOT-monticello-64bit-fa719891c8.zip Pharo13.0-SNAPSHOT-monticello.build.357.sha.fa719891c8.arch.64bit.zip + for f in ${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip + BITNESS=64bit + [[ Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa719891c8.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\f\a\7\1\9\8\9\1\c\8\.\z\i\p ]] ++ echo Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa719891c8.zip ++ cut -d - -f 3 + IMAGE_KIND=monticello_bootstrap + mv Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa719891c8.zip Pharo13.0-SNAPSHOT-monticello_bootstrap.build.357.sha.fa719891c8.arch.64bit.zip + for f in ${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip + BITNESS=64bit + [[ Pharo13.0-SNAPSHOT-rpackage-64bit-fa719891c8.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\f\a\7\1\9\8\9\1\c\8\.\z\i\p ]] ++ echo Pharo13.0-SNAPSHOT-rpackage-64bit-fa719891c8.zip ++ cut -d - -f 3 + IMAGE_KIND=rpackage + mv Pharo13.0-SNAPSHOT-rpackage-64bit-fa719891c8.zip Pharo13.0-SNAPSHOT-rpackage.build.357.sha.fa719891c8.arch.64bit.zip + for f in ${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip + BITNESS=64bit + [[ Pharo13.0-SNAPSHOT-traits-64bit-fa719891c8.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\f\a\7\1\9\8\9\1\c\8\.\z\i\p ]] ++ echo Pharo13.0-SNAPSHOT-traits-64bit-fa719891c8.zip ++ cut -d - -f 3 + IMAGE_KIND=traits + mv Pharo13.0-SNAPSHOT-traits-64bit-fa719891c8.zip Pharo13.0-SNAPSHOT-traits.build.357.sha.fa719891c8.arch.64bit.zip [Pipeline] sshagent [ssh-agent] Using credentials pharo-ci $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-XXXXXX7Weps1/agent.1839494 SSH_AGENT_PID=1839496 Running ssh-add (command line suppressed) Identity added: /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache@tmp/private_key_5190122566026746053.key (/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache@tmp/private_key_5190122566026746053.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + bash ../../bootstrap/scripts/upload_to_files.pharo.org.sh +++ dirname ../../bootstrap/scripts/upload_to_files.pharo.org.sh ++ cd ../../bootstrap/scripts ++ pwd -P + SCRIPTS=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts + . /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/envversion.sh ++ find . -name 'Pharo*-bootstrap*.zip' ++ head -n 1 ++ cut -d/ -f 2 ++ cut -d- -f 1-2 + PHARO_NAME_PREFIX=Pharo13.0-SNAPSHOT ++ git describe --long --tags --first-parent ++ cut -c 2- ++ cut -d- -f 1 ++ cut -d. -f 1-2 ++ sed 's/\.//' + PHARO_SHORT_VERSION=130 + PACKAGED_VERSIONS='latest*.zip' ++ is_release_build ++ set -f +++ git tag --list --points-at HEAD +++ grep -E '^v[0-9]+\.[0-9]+.[0-9]+(\-[a-zA-Z0-9_]+)?$' ++ local versionTag= ++ set +f ++ '[' '' == '' ']' ++ echo 0 + '[' 0 == 1 ']' + destDir=/appli/files.pharo.org/image/130/ + echo 'Uploading Images to pharo.files.org//appli/files.pharo.org/image/130/' Uploading Images to pharo.files.org//appli/files.pharo.org/image/130/ + scp -o StrictHostKeyChecking=no -v latest-64.zip latest-minimal-64.zip Pharo13.0-SNAPSHOT.build.357.sha.fa719891c8.arch.64bit.zip Pharo13.0-SNAPSHOT-metacello.build.357.sha.fa719891c8.arch.64bit.zip pharo-ci@files.pharo.org:image/130/ Executing: program /usr/bin/ssh host files.pharo.org, user pharo-ci, command sftp OpenSSH_9.2p1 Debian-2+deb12u3, OpenSSL 3.0.14 4 Jun 2024 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files debug1: /etc/ssh/ssh_config line 21: Applying options for * debug1: Connecting to files.pharo.org [193.49.213.186] port 22. debug1: Connection established. debug1: identity file /builds/.ssh/id_rsa type -1 debug1: identity file /builds/.ssh/id_rsa-cert type -1 debug1: identity file /builds/.ssh/id_ecdsa type -1 debug1: identity file /builds/.ssh/id_ecdsa-cert type -1 debug1: identity file /builds/.ssh/id_ecdsa_sk type -1 debug1: identity file /builds/.ssh/id_ecdsa_sk-cert type -1 debug1: identity file /builds/.ssh/id_ed25519 type -1 debug1: identity file /builds/.ssh/id_ed25519-cert type -1 debug1: identity file /builds/.ssh/id_ed25519_sk type -1 debug1: identity file /builds/.ssh/id_ed25519_sk-cert type -1 debug1: identity file /builds/.ssh/id_xmss type -1 debug1: identity file /builds/.ssh/id_xmss-cert type -1 debug1: identity file /builds/.ssh/id_dsa type -1 debug1: identity file /builds/.ssh/id_dsa-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_9.2p1 Debian-2+deb12u3 debug1: Remote protocol version 2.0, remote software version OpenSSH_9.2p1 Debian-2+deb12u3 debug1: compat_banner: match: OpenSSH_9.2p1 Debian-2+deb12u3 pat OpenSSH* compat 0x04000000 debug1: Authenticating to files.pharo.org:22 as 'pharo-ci' debug1: load_hostkeys: fopen /builds/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: algorithm: sntrup761x25519-sha512@openssh.com debug1: kex: host key algorithm: ssh-ed25519 debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: compression: none debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: compression: none debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug1: SSH2_MSG_KEX_ECDH_REPLY received debug1: Server host key: ssh-ed25519 SHA256:naEwreVLP+CxR7VQFe08W9SGXwJjdwN9VEMrcOBCyHs debug1: load_hostkeys: fopen /builds/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: Host 'files.pharo.org' is known and matches the ED25519 host key. debug1: Found key in /builds/.ssh/known_hosts:2 debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 debug1: rekey out after 134217728 blocks debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: ssh_packet_read_poll2: resetting read seqnr 3 debug1: SSH2_MSG_NEWKEYS received debug1: rekey in after 134217728 blocks debug1: get_agent_identities: bound agent to hostkey debug1: get_agent_identities: agent returned 1 keys debug1: Will attempt key: /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache@tmp/private_key_5190122566026746053.key RSA SHA256:SKhKytJpWbe1jr9zUP2TLu7Q3sHoBAyNCW7n7eTIHek agent debug1: Will attempt key: /builds/.ssh/id_rsa debug1: Will attempt key: /builds/.ssh/id_ecdsa debug1: Will attempt key: /builds/.ssh/id_ecdsa_sk debug1: Will attempt key: /builds/.ssh/id_ed25519 debug1: Will attempt key: /builds/.ssh/id_ed25519_sk debug1: Will attempt key: /builds/.ssh/id_xmss debug1: Will attempt key: /builds/.ssh/id_dsa debug1: SSH2_MSG_EXT_INFO received debug1: kex_input_ext_info: server-sig-algs= debug1: kex_input_ext_info: publickey-hostbound@openssh.com=<0> debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey debug1: Next authentication method: publickey debug1: Offering public key: /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache@tmp/private_key_5190122566026746053.key RSA SHA256:SKhKytJpWbe1jr9zUP2TLu7Q3sHoBAyNCW7n7eTIHek agent debug1: Server accepts key: /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache@tmp/private_key_5190122566026746053.key RSA SHA256:SKhKytJpWbe1jr9zUP2TLu7Q3sHoBAyNCW7n7eTIHek agent Authenticated to files.pharo.org ([193.49.213.186]:22) using "publickey". debug1: channel 0: new session [client-session] (inactive timeout: 0) debug1: Requesting no-more-sessions@openssh.com debug1: Entering interactive session. debug1: pledge: filesystem debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0 debug1: client_input_hostkeys: searching /builds/.ssh/known_hosts for files.pharo.org / (none) debug1: client_input_hostkeys: searching /builds/.ssh/known_hosts2 for files.pharo.org / (none) debug1: client_input_hostkeys: hostkeys file /builds/.ssh/known_hosts2 does not exist debug1: client_input_hostkeys: no new or deprecated keys from server debug1: Remote: /etc/ssh/keys_local/pharo-ci:2: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding debug1: Remote: /etc/ssh/keys_local/pharo-ci:2: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding debug1: Sending environment. debug1: channel 0: setting env LANG = "en_US.UTF-8" debug1: Sending subsystem: sftp debug1: pledge: fork scp: debug1: truncating at 22924844 scp: debug1: truncating at 3099559 scp: debug1: truncating at 22924844 scp: debug1: truncating at 3099559 debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 debug1: channel 0: free: client-session, nchannels 1 Transferred: sent 52094392, received 26740 bytes, in 0.9 seconds Bytes per second: sent 55052235.1, received 28258.3 debug1: Exit status 0 [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1839496 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] sh + ls -la total 124 drwxr-xr-x 10 ci ci 4096 Nov 25 19:41 . drwxr-xr-x 4 ci ci 4096 Nov 25 19:40 .. drwxr-xr-x 3 ci ci 4096 Nov 25 19:41 bootstrap drwxr-xr-x 5 ci ci 4096 Nov 25 19:54 build -rw-r--r-- 1 ci ci 766 Nov 25 19:41 CODE_OF_CONDUCT.md -rw-r--r-- 1 ci ci 1413 Nov 25 19:41 CONTRIBUTING.md drwxr-xr-x 12 ci ci 4096 Nov 25 19:41 doc drwxr-xr-x 8 ci ci 4096 Nov 25 19:41 .git -rw-r--r-- 1 ci ci 264 Nov 25 19:41 .gitattributes drwxr-xr-x 3 ci ci 4096 Nov 25 19:41 .github -rw-r--r-- 1 ci ci 237 Nov 25 19:41 .gitignore -rw-r--r-- 1 ci ci 9210 Nov 25 19:41 Jenkinsfile -rw-r--r-- 1 ci ci 4220 Nov 25 19:41 LICENSE -rw-r--r-- 1 ci ci 51 Nov 25 19:41 .project -rw-r--r-- 1 ci ci 5453 Nov 25 19:41 README.md drwxr-xr-x 4 ci ci 4096 Nov 25 19:41 resources drwxr-xr-x 3 ci ci 4096 Nov 25 19:41 scripts drwxr-xr-x 600 ci ci 32768 Nov 25 19:41 src -rw-r--r-- 1 ci ci 5 Nov 25 19:41 VERSION [Pipeline] fileExists [Pipeline] fileExists [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // node [Pipeline] parallel [Pipeline] { (Branch: unix-64) [Pipeline] { (Branch: osx-64) [Pipeline] { (Branch: windows-64) [Pipeline] node [Pipeline] node [Pipeline] node Running on gilda (Linux + docker) in /builds/workspace/uest_and_branch_Pipeline_Pharo13 Running on lse-mac-mini in /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13 Running on rodro (Windows) in D:\builds\workspace\uest_and_branch_Pipeline_Pharo13 [Pipeline] { [Pipeline] { [Pipeline] stage [Pipeline] { (Tests-unix-64) [Pipeline] stage [Pipeline] { (Tests-osx-64) [Pipeline] { [Pipeline] timeout Timeout set to expire in 35 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 35 min [Pipeline] { [Pipeline] stage [Pipeline] { (Tests-windows-64) [Pipeline] timeout Timeout set to expire in 35 min [Pipeline] { [Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [Pipeline] cleanWs [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [Pipeline] cleanWs [WS-CLEANUP] done [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [Pipeline] dir Running in /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64 [WS-CLEANUP] done [Pipeline] { [Pipeline] dir Running in /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64 [Pipeline] { [Pipeline] dir Running in D:\builds\workspace\uest_and_branch_Pipeline_Pharo13\Tests-windows-64 [Pipeline] { [Pipeline] unstash [Pipeline] unstash [Pipeline] unstash [Pipeline] sh [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-64bit-fa71989.sources /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-core-64bit-fa719891c8.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-traits-64bit-fa719891c8.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-fa719891c8.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-fa719891c8.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-metacello-64bit-fa719891c8.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-compiler-64bit-fa719891c8.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello-64bit-fa719891c8.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-bootstrap-64bit-fa719891c8.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-fa719891c8.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa719891c8.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-core-64bit-fa719891c8.zip + TEST_NAME_PREFIX=Pharo13.0-SNAPSHOT ++ echo Pharo13.0-SNAPSHOT ++ cut -d. -f 1 ++ cut -d- -f 1 ++ cut -c6- + TEST_VM_VERSION=130 + TEST_VM_KIND=vm + /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts/getPharoVM.sh 130 vm 64 + '[' 3 -lt 1 ']' + export PHARO=130 + PHARO=130 + export VM=vm + VM=vm + export ARCHITECTURE=64 + ARCHITECTURE=64 + export RETRY_REMAINING=3 + RETRY_REMAINING=3 + wget --quiet -O - get.pharo.org/64/vm130 + bash Downloading the latest pharoVM: http://files.pharo.org/get-files/130/pharo-vm-Darwin-arm64-stable.zip + bash -c bootstrap/scripts/runTests.sh 64 Tests-unix-64 +++ dirname bootstrap/scripts/runTests.sh ++ cd bootstrap/scripts ++ pwd -P + SCRIPTS=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts + . /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts/envvars.sh ++ '[' -z x ']' ++ '[' -z ']' ++ echo 'BOOTSTRAP_ARCH not specified, defaulting to 64' BOOTSTRAP_ARCH not specified, defaulting to 64 ++ export BOOTSTRAP_ARCH=64 ++ BOOTSTRAP_ARCH=64 ++ '[' -z ']' ++++ dirname /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts/envvars.sh +++ cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts/../.. +++ pwd -P ++ export BOOTSTRAP_REPOSITORY=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64 ++ BOOTSTRAP_REPOSITORY=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64 +++ pwd -P ++ ROOT_DIR=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build ++ '[' -z ']' ++ BOOTSTRAP_CACHE=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache ++ export BOOTSTRAP_CACHE ++ '[' -z ']' ++ BOOTSTRAP_DOWNLOADS=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-downloads ++ export BOOTSTRAP_DOWNLOADS ++ '[' -z ']' ++ VM='/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-downloads/vmtarget/pharo --headless' ++ VM_BOOTSTRAP='/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-downloads/vmBootstrap/pharo --headless' ++ IMAGE_FLAGS=--no-default-preferences ++++ dirname /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts/envvars.sh +++ cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts +++ pwd -P ++ . /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts/envversion.sh + CACHE=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache + find /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-64bit-fa71989.sources /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-compiler-64bit-fa719891c8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-metacello-64bit-fa719891c8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-fa719891c8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello-64bit-fa719891c8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-traits-64bit-fa719891c8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-fa719891c8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-fa719891c8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa719891c8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-core-64bit-fa719891c8.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-compiler-64bit-fa719891c8.zip + TEST_NAME_PREFIX=Pharo13.0-SNAPSHOT ++ echo Pharo13.0-SNAPSHOT ++ cut -d. -f 1 ++ cut -d- -f 1 ++ cut -c6- + TEST_VM_VERSION=130 + TEST_VM_KIND=vm + /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts/getPharoVM.sh 130 vm 64 + '[' 3 -lt 1 ']' + export PHARO=130 + PHARO=130 + export VM=vm + VM=vm + export ARCHITECTURE=64 + ARCHITECTURE=64 + export RETRY_REMAINING=3 + RETRY_REMAINING=3 + wget --quiet -O - get.pharo.org/64/vm130 + bash Downloading the latest pharoVM: http://files.pharo.org/get-files/130/pharo-vm-Linux-x86_64-stable.zip [Pipeline] bat 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-fa719891c8.zip + unzip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-fa719891c8.zip Archive: /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-fa719891c8.zip inflating: Pharo13.0-SNAPSHOT-64bit-fa719891c8.changes inflating: Pharo13.0-SNAPSHOT-64bit-fa719891c8.image evref@EVREF-RODRO D:\builds\workspace\uest_and_branch_Pipeline_Pharo13\Tests-windows-64>bash -c 'bootstrap/scripts/runTests.sh 64 Tests-windows-64' +++ dirname bootstrap/scripts/runTests.sh inflating: Pharo13.0-64bit-fa71989.sources extracting: pharo.version ++ find . -name Pharo13.0-SNAPSHOT-64bit-fa719891c8.image + IMAGE_FILE=./Pharo13.0-SNAPSHOT-64bit-fa719891c8.image ++ find . -name Pharo13.0-SNAPSHOT-64bit-fa719891c8.changes + CHANGES_FILE=./Pharo13.0-SNAPSHOT-64bit-fa719891c8.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-fa71989.sources . ++ cd bootstrap/scripts ++ pwd -P + SCRIPTS=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/bootstrap/scripts + . /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/bootstrap/scripts/envvars.sh ++ '[' -z x ']' ++ '[' -z ']' ++ echo 'BOOTSTRAP_ARCH not specified, defaulting to 64' BOOTSTRAP_ARCH not specified, defaulting to 64 ++ export BOOTSTRAP_ARCH=64 ++ BOOTSTRAP_ARCH=64 ++ '[' -z ']' ++++ dirname /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/bootstrap/scripts/envvars.sh +++ cd /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/bootstrap/scripts/../.. +++ pwd -P ++ export BOOTSTRAP_REPOSITORY=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64 ++ BOOTSTRAP_REPOSITORY=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64 +++ pwd -P ++ ROOT_DIR=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build ++ '[' -z ']' ++ BOOTSTRAP_CACHE=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache ++ export BOOTSTRAP_CACHE ++ '[' -z ']' ++ BOOTSTRAP_DOWNLOADS=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-downloads ++ export BOOTSTRAP_DOWNLOADS ++ '[' -z ']' ++ VM='/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-downloads/vmtarget/pharo --headless' ++ VM_BOOTSTRAP='/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-downloads/vmBootstrap/pharo --headless' ++ IMAGE_FLAGS=--no-default-preferences ++++ dirname /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/bootstrap/scripts/envvars.sh +++ cd /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/bootstrap/scripts +++ pwd -P ++ . /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/bootstrap/scripts/envversion.sh + CACHE=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache + find /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo10.0-64bit-9a68076.sources /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-64bit-fa71989.sources /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-fa719891c8.zip /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8.zip /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-compiler-64bit-fa719891c8.zip /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-core-64bit-fa719891c8.zip /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-fa719891c8.zip /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-metacello-64bit-fa719891c8.zip /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello-64bit-fa719891c8.zip /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa719891c8.zip /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-fa719891c8.zip /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-traits-64bit-fa719891c8.zip ++ cut -d- -f 1-2 +++ find /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache -name 'Pharo*.zip' +++ head -n 1 ++ basename /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-fa719891c8.zip + TEST_NAME_PREFIX=Pharo13.0-SNAPSHOT ++ echo Pharo13.0-SNAPSHOT ++ cut -d. -f 1 ++ cut -d- -f 1 + mv ./Pharo13.0-SNAPSHOT-64bit-fa719891c8.image Pharo.image + mv ./Pharo13.0-SNAPSHOT-64bit-fa719891c8.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 '.*' ++ cut -c6- + TEST_VM_VERSION=130 + TEST_VM_KIND=vm + /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/bootstrap/scripts/getPharoVM.sh 130 vm 64 + '[' 3 -lt 1 ']' + export PHARO=130 + PHARO=130 + export VM=vm + VM=vm + export ARCHITECTURE=64 + ARCHITECTURE=64 + export RETRY_REMAINING=3 + RETRY_REMAINING=3 + wget --quiet -O - get.pharo.org/64/vm130 + bash Downloading the latest pharoVM: http://files.pharo.org/get-files/130/pharo-vm-Windows-x86_64-stable.zip Running tests in 768 Packages Beginning to run tests of NewTools-SpTextPresenterDecorators with random seed 178479581 Finished to run tests of NewTools-SpTextPresenterDecorators in 30 milliseconds 357 microseconds Beginning to run tests of SUnit-Rules-Tests with random seed 577362683 Finished to run tests of SUnit-Rules-Tests in 175 milliseconds 681 microseconds Beginning to run tests of Tool-Profilers-Tests with random seed 200528813 pharo-vm/PharoConsole.exe Creating starter scripts pharo and pharo-ui + '[' 0 -eq 0 ']' + echo 'VM downloaded' VM downloaded ++ find /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache -name 'Pharo13.0-SNAPSHOT-64bit-*.zip' + IMAGE_ARCHIVE=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-fa719891c8.zip + unzip /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-fa719891c8.zip Archive: /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-fa719891c8.zip inflating: Pharo13.0-SNAPSHOT-64bit-fa719891c8.changes inflating: Pharo13.0-SNAPSHOT-64bit-fa719891c8.image inflating: Pharo13.0-64bit-fa71989.sources extracting: pharo.version ++ find . -name Pharo13.0-SNAPSHOT-64bit-fa719891c8.image + IMAGE_FILE=./Pharo13.0-SNAPSHOT-64bit-fa719891c8.image 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-fa719891c8.zip + unzip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-fa719891c8.zip Archive: /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-fa719891c8.zip inflating: Pharo13.0-SNAPSHOT-64bit-fa719891c8.changes inflating: Pharo13.0-SNAPSHOT-64bit-fa719891c8.image ++ find . -name Pharo13.0-SNAPSHOT-64bit-fa719891c8.changes + CHANGES_FILE=./Pharo13.0-SNAPSHOT-64bit-fa719891c8.changes + cp /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo10.0-64bit-9a68076.sources /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-64bit-fa71989.sources . + mv ./Pharo13.0-SNAPSHOT-64bit-fa719891c8.image Pharo.image + mv ./Pharo13.0-SNAPSHOT-64bit-fa719891c8.changes Pharo.changes + export PHARO_CI_TESTING_ENVIRONMENT=1 + PHARO_CI_TESTING_ENVIRONMENT=1 + ./pharo Pharo.image test --junit-xml-output --stage-name=Tests-windows-64 '.*' Finished to run tests of Tool-Profilers-Tests in 1 second 405 milliseconds 378 microseconds Beginning to run tests of NewTools-Inspector-Tests with random seed 739735082 inflating: Pharo13.0-64bit-fa71989.sources [ERROR] 2024-11-25 19:54:46.000 sqMakeMemoryNotExecutableFromTo (extracted/vm/src/win/sqWin32SpurAlloc.c:226):VirtualProtect(x,y,PAGE_EXECUTE_READWRITE): No error extracting: pharo.version ++ find . -name Pharo13.0-SNAPSHOT-64bit-fa719891c8.image + IMAGE_FILE=./Pharo13.0-SNAPSHOT-64bit-fa719891c8.image ++ find . -name Pharo13.0-SNAPSHOT-64bit-fa719891c8.changes + CHANGES_FILE=./Pharo13.0-SNAPSHOT-64bit-fa719891c8.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-fa71989.sources . Finished to run tests of NewTools-Inspector-Tests in 544 milliseconds 129 microseconds DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details Beginning to run tests of Roassal-Chart-Tests with random seed 1048873805 + mv ./Pharo13.0-SNAPSHOT-64bit-fa719891c8.image Pharo.image + mv ./Pharo13.0-SNAPSHOT-64bit-fa719891c8.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 768 Packages Beginning to run tests of NewTools-SpTextPresenterDecorators with random seed 1024797353 DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details Running tests in 768 Packages Beginning to run tests of NewTools-SpTextPresenterDecorators with random seed 91427061 Finished to run tests of NewTools-SpTextPresenterDecorators in 62 milliseconds 39 microseconds Beginning to run tests of SUnit-Rules-Tests with random seed 485106407 DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details Finished to run tests of NewTools-SpTextPresenterDecorators in 201 milliseconds Beginning to run tests of SUnit-Rules-Tests with random seed 140598206 Finished to run tests of SUnit-Rules-Tests in 337 milliseconds 374 microseconds Beginning to run tests of Tool-Profilers-Tests with random seed 1037146170 Finished to run tests of Roassal-Chart-Tests in 963 milliseconds 884 microseconds Beginning to run tests of Collections-Abstract-Tests with random seed 918789906 Finished to run tests of Collections-Abstract-Tests in 4 milliseconds 367 microseconds Beginning to run tests of ReleaseTests with random seed 686239511 Finished to run tests of SUnit-Rules-Tests in 540 milliseconds Beginning to run tests of Tool-Profilers-Tests with random seed 339289565 Finished to run tests of Tool-Profilers-Tests in 1 second 218 milliseconds 248 microseconds Beginning to run tests of NewTools-Inspector-Tests with random seed 1033826299 Finished to run tests of Tool-Profilers-Tests in 1 second 228 milliseconds Beginning to run tests of NewTools-Inspector-Tests with random seed 251442088 Finished to run tests of NewTools-Inspector-Tests in 592 milliseconds 499 microseconds DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details Beginning to run tests of Roassal-Chart-Tests with random seed 860665933 DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details Finished to run tests of NewTools-Inspector-Tests in 708 milliseconds DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details Beginning to run tests of Roassal-Chart-Tests with random seed 279821932 DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details Finished to run tests of Roassal-Chart-Tests in 954 milliseconds 846 microseconds Beginning to run tests of Collections-Abstract-Tests with random seed 310222602 Finished to run tests of Collections-Abstract-Tests in 4 milliseconds 8 microseconds Beginning to run tests of ReleaseTests with random seed 954281743 DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details Finished to run tests of Roassal-Chart-Tests in 1 second 512 milliseconds Beginning to run tests of Collections-Abstract-Tests with random seed 616720477 Finished to run tests of Collections-Abstract-Tests in 58 milliseconds Beginning to run tests of ReleaseTests with random seed 280434838 NewUndeclaredWarning: ReleaseTest>>methodForTest (undeclaredStubInstVar1 is Undeclared) Finished to run tests of ReleaseTests in 50 seconds 88 milliseconds 409 microseconds Beginning to run tests of MetacelloCommandLineHandler-Tests with random seed 1009734335 Finished to run tests of MetacelloCommandLineHandler-Tests in 3 milliseconds 679 microseconds Beginning to run tests of NautilusRefactoring-Tests with random seed 703279812 Finished to run tests of NautilusRefactoring-Tests in 1 millisecond 351 microseconds Beginning to run tests of NumericInterpolator-Tests with random seed 726700742 Finished to run tests of NumericInterpolator-Tests in 20 milliseconds 855 microseconds Beginning to run tests of Refactoring-UI-Tests with random seed 556458714 Finished to run tests of Refactoring-UI-Tests in 698 milliseconds 778 microseconds Beginning to run tests of System-Dependencies-Tests with random seed 664443286 Finished to run tests of System-Dependencies-Tests in 4 seconds 123 milliseconds 966 microseconds Beginning to run tests of HeuristicCompletion-Tests with random seed 706245299 NewUndeclaredWarning: ReleaseTest>>methodForTest (undeclaredStubInstVar1 is Undeclared) Finished to run tests of ReleaseTests in 53 seconds 493 milliseconds 212 microseconds Beginning to run tests of MetacelloCommandLineHandler-Tests with random seed 992216836 Finished to run tests of MetacelloCommandLineHandler-Tests in 4 milliseconds 88 microseconds Beginning to run tests of NautilusRefactoring-Tests with random seed 222930699 Finished to run tests of NautilusRefactoring-Tests in 1 millisecond 493 microseconds Beginning to run tests of NumericInterpolator-Tests with random seed 92718859 Finished to run tests of NumericInterpolator-Tests in 19 milliseconds 485 microseconds Beginning to run tests of Refactoring-UI-Tests with random seed 1030125346 Finished to run tests of Refactoring-UI-Tests in 651 milliseconds 161 microseconds Beginning to run tests of System-Dependencies-Tests with random seed 38154668 NewUndeclaredWarning: ReleaseTest>>methodForTest (undeclaredStubInstVar1 is Undeclared) Finished to run tests of ReleaseTests in 54 seconds 493 milliseconds Beginning to run tests of MetacelloCommandLineHandler-Tests with random seed 97715573 Finished to run tests of MetacelloCommandLineHandler-Tests in 44 milliseconds Beginning to run tests of NautilusRefactoring-Tests with random seed 490251682 Finished to run tests of NautilusRefactoring-Tests in 26 milliseconds Beginning to run tests of NumericInterpolator-Tests with random seed 776226237 Finished to run tests of NumericInterpolator-Tests in 95 milliseconds Beginning to run tests of Refactoring-UI-Tests with random seed 293763613 Finished to run tests of Refactoring-UI-Tests in 713 milliseconds Beginning to run tests of System-Dependencies-Tests with random seed 536787175 Finished to run tests of System-Dependencies-Tests in 4 seconds 735 milliseconds 715 microseconds Beginning to run tests of HeuristicCompletion-Tests with random seed 592773420 Finished to run tests of System-Dependencies-Tests in 4 seconds 984 milliseconds Beginning to run tests of HeuristicCompletion-Tests with random seed 760985441 13 15 9 11 9 10 4 8 10 8 9 3 8 10 8 9 3 6 8 6 7 1 6 8 6 7 1 27 26 18 28 27 18 27 27 28 19 17 7 27 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 2 18 Finished to run tests of HeuristicCompletion-Tests in 14 seconds 2 milliseconds 19 microseconds Beginning to run tests of Kernel-CodeModel-Tests with random seed 857434218 ExtensionPointsOwningPackageNotification: An extension protocol points the package "XXXXX" while the class containing the method is already in this package. The creation of this protocol will be aborted. ExtensionPointsOwningPackageNotification: An extension protocol points the package "XXXXX" while the class containing the method is already in this package. The creation of this protocol will be aborted. NewUndeclaredWarning: TestClassOther>>nonexistingMethodName4 (class1 is Undeclared) NewUndeclaredWarning: TestClass1>>m (TestClass2 is Undeclared) NewUndeclaredWarning: TestClass1>>m (TestClass2 is Undeclared) NewUndeclaredWarning: TestClass1>>m (TestClass2 is Undeclared) Finished to run tests of Kernel-CodeModel-Tests in 724 milliseconds 73 microseconds Beginning to run tests of Collections-Native-Tests with random seed 986146621 Finished to run tests of Collections-Native-Tests in 159 milliseconds 323 microseconds Beginning to run tests of ClassAnnotation-Tests with random seed 770958560 Finished to run tests of ClassAnnotation-Tests in 544 milliseconds 340 microseconds Beginning to run tests of Calypso-SystemTools-QueryBrowser-Tests with random seed 74856705 Finished to run tests of Calypso-SystemTools-QueryBrowser-Tests in 532 milliseconds 236 microseconds Beginning to run tests of SortFunctions-Tests with random seed 987523860 Finished to run tests of SortFunctions-Tests in 3 milliseconds 297 microseconds Beginning to run tests of NewTools-Finder-Tests with random seed 739312409 13 15 9 11 9 10 4 8 10 8 9 3 8 10 8 9 3 6 8 6 7 1 6 8 6 7 1 27 26 18 28 27 18 27 27 28 19 17 7 27 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 2 18 Finished to run tests of HeuristicCompletion-Tests in 11 seconds 274 milliseconds 204 microseconds Beginning to run tests of Kernel-CodeModel-Tests with random seed 170085691 ExtensionPointsOwningPackageNotification: An extension protocol points the package "XXXXX" while the class containing the method is already in this package. The creation of this protocol will be aborted. ExtensionPointsOwningPackageNotification: An extension protocol points the package "XXXXX" while the class containing the method is already in this package. The creation of this protocol will be aborted. NewUndeclaredWarning: TestClassOther>>nonexistingMethodName4 (class1 is Undeclared) NewUndeclaredWarning: TestClass1>>m (TestClass2 is Undeclared) NewUndeclaredWarning: TestClass1>>m (TestClass2 is Undeclared) NewUndeclaredWarning: TestClass1>>m (TestClass2 is Undeclared) Finished to run tests of Kernel-CodeModel-Tests in 794 milliseconds 824 microseconds Beginning to run tests of Collections-Native-Tests with random seed 400599896 Finished to run tests of Collections-Native-Tests in 194 milliseconds 948 microseconds Beginning to run tests of ClassAnnotation-Tests with random seed 369033500 Finished to run tests of NewTools-Finder-Tests in 3 seconds 79 milliseconds 998 microseconds Beginning to run tests of System-OSEnvironments-Tests with random seed 884498209 Finished to run tests of System-OSEnvironments-Tests in 9 milliseconds 982 microseconds Beginning to run tests of System-Settings-Tests with random seed 55952427 Finished to run tests of ClassAnnotation-Tests in 684 milliseconds 274 microseconds Beginning to run tests of Calypso-SystemTools-QueryBrowser-Tests with random seed 276178888 Finished to run tests of System-Settings-Tests in 676 milliseconds 919 microseconds Beginning to run tests of UndefinedClasses-Tests with random seed 737083858 Finished to run tests of UndefinedClasses-Tests in 25 milliseconds 76 microseconds Beginning to run tests of Microdown-RichTextPresenter-Tests with random seed 762937835 Finished to run tests of Calypso-SystemTools-QueryBrowser-Tests in 525 milliseconds 756 microseconds Beginning to run tests of SortFunctions-Tests with random seed 613250519 Finished to run tests of SortFunctions-Tests in 8 milliseconds 598 microseconds Beginning to run tests of NewTools-Finder-Tests with random seed 635182561 Finished to run tests of Microdown-RichTextPresenter-Tests in 642 milliseconds 334 microseconds Beginning to run tests of Zinc-HTTP-Examples with random seed 507177325 Finished to run tests of Zinc-HTTP-Examples in 483 milliseconds 954 microseconds Beginning to run tests of Collections-Weak-Tests with random seed 45711188 13 15 9 11 9 10 4 8 10 8 9 3 8 10 8 9 3 6 8 6 7 1 6 8 6 7 1 27 26 18 28 27 18 27 27 28 19 17 7 27 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 2 18 Finished to run tests of HeuristicCompletion-Tests in 12 seconds 292 milliseconds Beginning to run tests of Kernel-CodeModel-Tests with random seed 1013514090 ExtensionPointsOwningPackageNotification: An extension protocol points the package "XXXXX" while the class containing the method is already in this package. The creation of this protocol will be aborted. ExtensionPointsOwningPackageNotification: An extension protocol points the package "XXXXX" while the class containing the method is already in this package. The creation of this protocol will be aborted. Finished to run tests of NewTools-Finder-Tests in 3 seconds 313 milliseconds 804 microseconds Beginning to run tests of System-OSEnvironments-Tests with random seed 69914068 Finished to run tests of System-OSEnvironments-Tests in 11 milliseconds 278 microseconds Beginning to run tests of System-Settings-Tests with random seed 299144927 Finished to run tests of Collections-Weak-Tests in 2 seconds 421 milliseconds 339 microseconds Beginning to run tests of Metacello-TestsReference with random seed 540335313 Finished to run tests of Metacello-TestsReference in 3 milliseconds 859 microseconds Beginning to run tests of Roassal-Global-Tests with random seed 778219476 Finished to run tests of System-Settings-Tests in 436 milliseconds 659 microseconds Beginning to run tests of UndefinedClasses-Tests with random seed 501583764 Finished to run tests of UndefinedClasses-Tests in 23 milliseconds 815 microseconds Beginning to run tests of Microdown-RichTextPresenter-Tests with random seed 774246317 Finished to run tests of Microdown-RichTextPresenter-Tests in 498 milliseconds 28 microseconds Beginning to run tests of Zinc-HTTP-Examples with random seed 609266336 DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details NewUndeclaredWarning: TestClassOther>>nonexistingMethodName4 (class1 is Undeclared) NewUndeclaredWarning: TestClass1>>m (TestClass2 is Undeclared) NewUndeclaredWarning: TestClass1>>m (TestClass2 is Undeclared) NewUndeclaredWarning: TestClass1>>m (TestClass2 is Undeclared) Finished to run tests of Kernel-CodeModel-Tests in 3 seconds 647 milliseconds Beginning to run tests of Collections-Native-Tests with random seed 365704618 Finished to run tests of Zinc-HTTP-Examples in 536 milliseconds 18 microseconds Beginning to run tests of Collections-Weak-Tests with random seed 933902520 Finished to run tests of Collections-Native-Tests in 901 milliseconds Beginning to run tests of ClassAnnotation-Tests with random seed 525328945 Finished to run tests of Roassal-Global-Tests in 2 seconds 682 milliseconds 564 microseconds Beginning to run tests of Roassal-Inspector-Tests with random seed 815483729 Finished to run tests of Roassal-Inspector-Tests in 47 milliseconds 949 microseconds Beginning to run tests of CodeImport-Tests with random seed 845050752 Finished to run tests of CodeImport-Tests in 33 milliseconds 227 microseconds Beginning to run tests of Tool-DependencyAnalyser-Tests with random seed 648434595 Finished to run tests of ClassAnnotation-Tests in 744 milliseconds Beginning to run tests of Calypso-SystemTools-QueryBrowser-Tests with random seed 153534745 Finished to run tests of Calypso-SystemTools-QueryBrowser-Tests in 560 milliseconds Beginning to run tests of SortFunctions-Tests with random seed 72193866 Finished to run tests of SortFunctions-Tests in 49 milliseconds Beginning to run tests of NewTools-Finder-Tests with random seed 845479805 Finished to run tests of Tool-DependencyAnalyser-Tests in 963 milliseconds 581 microseconds Beginning to run tests of System-Identification-Tests with random seed 215250022 Finished to run tests of System-Identification-Tests in 64 milliseconds 205 microseconds Beginning to run tests of Spec2-Code-Diff-Tests with random seed 420986791 Finished to run tests of Spec2-Code-Diff-Tests in 1 millisecond 296 microseconds Beginning to run tests of Monticello-Tests with random seed 634533802 Finished to run tests of Monticello-Tests in 971 milliseconds 202 microseconds Beginning to run tests of SystemCommands-MethodCommands-Tests with random seed 644585588 Finished to run tests of SystemCommands-MethodCommands-Tests in 2 milliseconds 204 microseconds Beginning to run tests of EpiceaBrowsers-Tests with random seed 910839926 Finished to run tests of Collections-Weak-Tests in 2 seconds 967 milliseconds 925 microseconds Beginning to run tests of Metacello-TestsReference with random seed 531949399 Finished to run tests of Metacello-TestsReference in 4 milliseconds 687 microseconds Beginning to run tests of Roassal-Global-Tests with random seed 929385563 DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details Finished to run tests of EpiceaBrowsers-Tests in 1 second 347 milliseconds 339 microseconds Beginning to run tests of Refactoring-DataForTesting with random seed 844840124 Finished to run tests of Refactoring-DataForTesting in 2 milliseconds 461 microseconds Beginning to run tests of Commander2-Tests with random seed 522696639 Finished to run tests of Commander2-Tests in 2 milliseconds 881 microseconds Beginning to run tests of Ring-Core-Tests with random seed 136564673 Finished to run tests of Ring-Core-Tests in 541 milliseconds 315 microseconds Beginning to run tests of DrTests-TestCoverage-Tests with random seed 670786016 Finished to run tests of DrTests-TestCoverage-Tests in 76 milliseconds 126 microseconds Beginning to run tests of Zinc-Character-Encoding-Tests with random seed 604805165 Finished to run tests of Zinc-Character-Encoding-Tests in 117 milliseconds 600 microseconds Beginning to run tests of Shift-ClassBuilder-Tests with random seed 239209379 Finished to run tests of NewTools-Finder-Tests in 3 seconds 324 milliseconds Beginning to run tests of System-OSEnvironments-Tests with random seed 381764474 Finished to run tests of System-OSEnvironments-Tests in 50 milliseconds Beginning to run tests of System-Settings-Tests with random seed 268042413 Finished to run tests of Roassal-Global-Tests in 2 seconds 633 milliseconds 837 microseconds Beginning to run tests of Roassal-Inspector-Tests with random seed 839864745 Finished to run tests of Roassal-Inspector-Tests in 56 milliseconds 466 microseconds Beginning to run tests of CodeImport-Tests with random seed 556098273 Finished to run tests of CodeImport-Tests in 37 milliseconds 440 microseconds Beginning to run tests of Tool-DependencyAnalyser-Tests with random seed 40321798 Finished to run tests of System-Settings-Tests in 505 milliseconds Beginning to run tests of UndefinedClasses-Tests with random seed 761453992 Finished to run tests of Shift-ClassBuilder-Tests in 774 milliseconds 956 microseconds Beginning to run tests of DrTests-TestCoverage-Tests-Mocks with random seed 615489195 Finished to run tests of DrTests-TestCoverage-Tests-Mocks in 1 millisecond 118 microseconds Beginning to run tests of NewTools-Debugger-Breakpoints-Tools with random seed 1028566699 Finished to run tests of NewTools-Debugger-Breakpoints-Tools in 298 milliseconds 94 microseconds Beginning to run tests of Kernel-Tests with random seed 676632536 Finished to run tests of UndefinedClasses-Tests in 157 milliseconds Beginning to run tests of Microdown-RichTextPresenter-Tests with random seed 257383494 Finished to run tests of Tool-DependencyAnalyser-Tests in 1 second 21 milliseconds 208 microseconds Beginning to run tests of System-Identification-Tests with random seed 163009540 Finished to run tests of System-Identification-Tests in 53 milliseconds 49 microseconds Beginning to run tests of Spec2-Code-Diff-Tests with random seed 690962234 Finished to run tests of Spec2-Code-Diff-Tests in 1 millisecond 985 microseconds Beginning to run tests of Monticello-Tests with random seed 191178558 Finished to run tests of Microdown-RichTextPresenter-Tests in 604 milliseconds Beginning to run tests of Zinc-HTTP-Examples with random seed 543319716 Finished to run tests of Monticello-Tests in 902 milliseconds 675 microseconds Beginning to run tests of SystemCommands-MethodCommands-Tests with random seed 920107461 Finished to run tests of SystemCommands-MethodCommands-Tests in 3 milliseconds 194 microseconds Beginning to run tests of EpiceaBrowsers-Tests with random seed 785629641 Finished to run tests of EpiceaBrowsers-Tests in 1 second 335 milliseconds 422 microseconds Beginning to run tests of Refactoring-DataForTesting with random seed 149407489 Finished to run tests of Refactoring-DataForTesting in 2 milliseconds 82 microseconds Beginning to run tests of Commander2-Tests with random seed 509715459 Finished to run tests of Commander2-Tests in 2 milliseconds 963 microseconds Beginning to run tests of Ring-Core-Tests with random seed 425548808 Finished to run tests of Ring-Core-Tests in 672 milliseconds 253 microseconds Beginning to run tests of DrTests-TestCoverage-Tests with random seed 188676777 Finished to run tests of DrTests-TestCoverage-Tests in 100 milliseconds 425 microseconds Beginning to run tests of Zinc-Character-Encoding-Tests with random seed 327987981 Finished to run tests of Zinc-Character-Encoding-Tests in 99 milliseconds 447 microseconds Beginning to run tests of Shift-ClassBuilder-Tests with random seed 453122161 DeprecationPerformedNotification: Automatic deprecation caller rewrite: The method ExampleForDeprecationTest>>#deprecatedMessageWithTransform called from ExampleForDeprecationTest>>#sendsDeprecatedMessageWithTransform has been deprecated. This method is part of the DeprecationTest. Finished to run tests of Shift-ClassBuilder-Tests in 951 milliseconds 942 microseconds Beginning to run tests of DrTests-TestCoverage-Tests-Mocks with random seed 413264938 Finished to run tests of DrTests-TestCoverage-Tests-Mocks in 997 microseconds Beginning to run tests of NewTools-Debugger-Breakpoints-Tools with random seed 501791788 Finished to run tests of NewTools-Debugger-Breakpoints-Tools in 379 milliseconds 845 microseconds Beginning to run tests of Kernel-Tests with random seed 702424999 [ERROR] 2024-11-25 19:56:19.000 growOldSpaceByAtLeastcallingOperation (Replacement/generated/64/vm/src/gcc3x-cointerp.c:51834):Required space is bigger than the headroom while primitiveGrowMemoryByAtLeast - requested by the image. Could not allocate Finished to run tests of Zinc-HTTP-Examples in 5 seconds 511 milliseconds Beginning to run tests of Collections-Weak-Tests with random seed 689318957 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 40 milliseconds 486 microseconds Beginning to run tests of EmergencyDebugger-Tests with random seed 967707483 Finished to run tests of EmergencyDebugger-Tests in 322 milliseconds 80 microseconds Beginning to run tests of Calypso-SystemPlugins-Deprecation-Queries-Tests with random seed 421360541 Finished to run tests of Calypso-SystemPlugins-Deprecation-Queries-Tests in 5 milliseconds 275 microseconds Beginning to run tests of EnlumineurFormatter-Tests with random seed 661922725 Finished to run tests of EnlumineurFormatter-Tests in 90 milliseconds 52 microseconds Beginning to run tests of Morphic-Tests with random seed 333484287 Finished to run tests of Morphic-Tests in 1 second 872 milliseconds 846 microseconds Beginning to run tests of Roassal-Animation-Tests with random seed 1064161361 DeprecationPerformedNotification: Automatic deprecation caller rewrite: The method ExampleForDeprecationTest>>#deprecatedMessageWithTransform called from ExampleForDeprecationTest>>#sendsDeprecatedMessageWithTransform has been deprecated. This method is part of the DeprecationTest. Finished to run tests of Collections-Weak-Tests in 4 seconds 350 milliseconds Beginning to run tests of Metacello-TestsReference with random seed 622232622 Finished to run tests of Metacello-TestsReference in 28 milliseconds Beginning to run tests of Roassal-Global-Tests with random seed 895305548 Finished to run tests of Roassal-Animation-Tests in 1 second 546 milliseconds 262 microseconds Beginning to run tests of Commander2-UI-Tests with random seed 152138076 Finished to run tests of Commander2-UI-Tests in 1 millisecond 353 microseconds Beginning to run tests of Collections-Unordered-Tests with random seed 176798044 [ERROR] 2024-11-25 19:56:25.000 growOldSpaceByAtLeastcallingOperation (Replacement/generated/64/vm/src/gcc3x-cointerp.c:51834):Required space is bigger than the headroom while primitiveGrowMemoryByAtLeast - requested by the image. Could not allocate DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details Finished to run tests of Collections-Unordered-Tests in 655 milliseconds 555 microseconds Beginning to run tests of Refactoring-Environment-Tests with random seed 456283120 DeprecationPerformedNotification: The method Semaphore>>#wait: called from SemaphoreTest>>#testWaitTimeDuration has been deprecated. Use #waitTimeoutMilliseconds: instead DeprecationPerformedNotification: The method Semaphore>>#wait: called from SemaphoreTest>>#testWaitTimeDuration has been deprecated. Use #waitTimeoutMilliseconds: instead DeprecationPerformedNotification: The method Semaphore>>#wait:onCompletion:onTimeout: called from SemaphoreTest>>#testWaitTimeDurationWithCompletionAndTimeoutBlocks has been deprecated. Use #waitTimeoutMilliseconds:onCompletion:onTimeout: instead DeprecationPerformedNotification: The method Semaphore>>#wait:onCompletion:onTimeout: called from SemaphoreTest>>#testWaitTimeDurationWithCompletionAndTimeoutBlocks has been deprecated. Use #waitTimeoutMilliseconds:onCompletion:onTimeout: instead Finished to run tests of Kernel-Tests in 8 seconds 379 milliseconds 931 microseconds Beginning to run tests of EmergencyDebugger-Tests with random seed 682614374 Finished to run tests of Roassal-Global-Tests in 2 seconds 895 milliseconds Beginning to run tests of Roassal-Inspector-Tests with random seed 315622299 Finished to run tests of Roassal-Inspector-Tests in 85 milliseconds Beginning to run tests of CodeImport-Tests with random seed 673041394 Finished to run tests of EmergencyDebugger-Tests in 436 milliseconds 643 microseconds Beginning to run tests of Calypso-SystemPlugins-Deprecation-Queries-Tests with random seed 828031772 Finished to run tests of Calypso-SystemPlugins-Deprecation-Queries-Tests in 5 milliseconds 390 microseconds Beginning to run tests of EnlumineurFormatter-Tests with random seed 614658850 Finished to run tests of EnlumineurFormatter-Tests in 117 milliseconds 26 microseconds Beginning to run tests of Morphic-Tests with random seed 778807449 Finished to run tests of CodeImport-Tests in 430 milliseconds Beginning to run tests of Tool-DependencyAnalyser-Tests with random seed 15444383 Finished to run tests of Tool-DependencyAnalyser-Tests in 1 second 189 milliseconds Beginning to run tests of System-Identification-Tests with random seed 537125190 Finished to run tests of System-Identification-Tests in 521 milliseconds Beginning to run tests of Spec2-Code-Diff-Tests with random seed 216066128 Finished to run tests of Spec2-Code-Diff-Tests in 31 milliseconds Beginning to run tests of Monticello-Tests with random seed 298127473 Finished to run tests of Morphic-Tests in 2 seconds 59 milliseconds 622 microseconds Beginning to run tests of Roassal-Animation-Tests with random seed 539685031 Finished to run tests of Roassal-Animation-Tests in 1 second 537 milliseconds 414 microseconds Beginning to run tests of Commander2-UI-Tests with random seed 66135465 Finished to run tests of Commander2-UI-Tests in 1 millisecond 355 microseconds Beginning to run tests of Collections-Unordered-Tests with random seed 249081259 Finished to run tests of Collections-Unordered-Tests in 777 milliseconds 98 microseconds Beginning to run tests of Refactoring-Environment-Tests with random seed 620579001 Finished to run tests of Monticello-Tests in 2 seconds 667 milliseconds Beginning to run tests of SystemCommands-MethodCommands-Tests with random seed 719529437 Finished to run tests of SystemCommands-MethodCommands-Tests in 33 milliseconds Beginning to run tests of EpiceaBrowsers-Tests with random seed 1006923262 Finished to run tests of EpiceaBrowsers-Tests in 4 seconds 730 milliseconds Beginning to run tests of Refactoring-DataForTesting with random seed 1060476537 Finished to run tests of Refactoring-DataForTesting in 35 milliseconds Beginning to run tests of Commander2-Tests with random seed 596637085 Finished to run tests of Commander2-Tests in 54 milliseconds Beginning to run tests of Ring-Core-Tests with random seed 193383891 Finished to run tests of Ring-Core-Tests in 1 second 4 milliseconds Beginning to run tests of DrTests-TestCoverage-Tests with random seed 889721536 Finished to run tests of DrTests-TestCoverage-Tests in 149 milliseconds Beginning to run tests of Zinc-Character-Encoding-Tests with random seed 49618262 Finished to run tests of Zinc-Character-Encoding-Tests in 268 milliseconds Beginning to run tests of Shift-ClassBuilder-Tests with random seed 980590436 Finished to run tests of Shift-ClassBuilder-Tests in 2 seconds 96 milliseconds Beginning to run tests of DrTests-TestCoverage-Tests-Mocks with random seed 688269205 Finished to run tests of DrTests-TestCoverage-Tests-Mocks in 24 milliseconds Beginning to run tests of NewTools-Debugger-Breakpoints-Tools with random seed 32798637 Finished to run tests of NewTools-Debugger-Breakpoints-Tools in 2 seconds 220 milliseconds Beginning to run tests of Kernel-Tests with random seed 743433307 DeprecationPerformedNotification: Automatic deprecation caller rewrite: The method ExampleForDeprecationTest>>#deprecatedMessageWithTransform called from ExampleForDeprecationTest>>#sendsDeprecatedMessageWithTransform has been deprecated. This method is part of the DeprecationTest. [ERROR] 2024-11-25 19:56:49.000 growOldSpaceByAtLeastcallingOperation (nt/generated/64/vm/src/gcc3x-cointerp.c:51834):Required space is bigger than the headroom while primitiveGrowMemoryByAtLeast - requested by the image. Could not allocate DeprecationPerformedNotification: The method Semaphore>>#wait: called from SemaphoreTest>>#testWaitTimeDuration has been deprecated. Use #waitTimeoutMilliseconds: instead DeprecationPerformedNotification: The method Semaphore>>#wait: called from SemaphoreTest>>#testWaitTimeDuration has been deprecated. Use #waitTimeoutMilliseconds: instead DeprecationPerformedNotification: The method Semaphore>>#wait:onCompletion:onTimeout: called from SemaphoreTest>>#testWaitTimeDurationWithCompletionAndTimeoutBlocks has been deprecated. Use #waitTimeoutMilliseconds:onCompletion:onTimeout: instead DeprecationPerformedNotification: The method Semaphore>>#wait:onCompletion:onTimeout: called from SemaphoreTest>>#testWaitTimeDurationWithCompletionAndTimeoutBlocks has been deprecated. Use #waitTimeoutMilliseconds:onCompletion:onTimeout: instead Finished to run tests of Kernel-Tests in 8 seconds 389 milliseconds Beginning to run tests of EmergencyDebugger-Tests with random seed 845764132 Finished to run tests of EmergencyDebugger-Tests in 711 milliseconds Beginning to run tests of Calypso-SystemPlugins-Deprecation-Queries-Tests with random seed 281861102 Finished to run tests of Calypso-SystemPlugins-Deprecation-Queries-Tests in 70 milliseconds Beginning to run tests of EnlumineurFormatter-Tests with random seed 28411958 Finished to run tests of EnlumineurFormatter-Tests in 504 milliseconds Beginning to run tests of Morphic-Tests with random seed 826610990 Finished to run tests of Morphic-Tests in 2 seconds 206 milliseconds Beginning to run tests of Roassal-Animation-Tests with random seed 722329296 Finished to run tests of Roassal-Animation-Tests in 1 second 665 milliseconds Beginning to run tests of Commander2-UI-Tests with random seed 753721682 Finished to run tests of Commander2-UI-Tests in 23 milliseconds Beginning to run tests of Collections-Unordered-Tests with random seed 774101351 Finished to run tests of Refactoring-Environment-Tests in 27 seconds 221 milliseconds 263 microseconds Beginning to run tests of Spec2-Adapters-Morphic-Tests with random seed 816251975 Finished to run tests of Spec2-Adapters-Morphic-Tests in 72 milliseconds 94 microseconds Beginning to run tests of Geometry-Tests with random seed 624104591 Finished to run tests of Geometry-Tests in 27 milliseconds 533 microseconds Beginning to run tests of Microdown-Tests with random seed 496186539 Finished to run tests of Microdown-Tests in 1 second 955 milliseconds 718 microseconds Beginning to run tests of Collections-Sequenceable-Tests with random seed 590008145 Finished to run tests of Collections-Sequenceable-Tests in 514 milliseconds 887 microseconds Beginning to run tests of Sindarin-Tests with random seed 874712408 Finished to run tests of Sindarin-Tests in 815 milliseconds 471 microseconds Beginning to run tests of System-Benchmark-Tests with random seed 870722441 Finished to run tests of System-Benchmark-Tests in 2 milliseconds 621 microseconds Beginning to run tests of NewTools-FontChooser with random seed 855306380 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 257 milliseconds 517 microseconds Beginning to run tests of NewTools-Spotter-Processors-Tests with random seed 627341966 Finished to run tests of Refactoring-Environment-Tests in 23 seconds 742 milliseconds 84 microseconds Beginning to run tests of Spec2-Adapters-Morphic-Tests with random seed 958500214 Finished to run tests of Spec2-Adapters-Morphic-Tests in 80 milliseconds 724 microseconds Beginning to run tests of Geometry-Tests with random seed 555875785 Finished to run tests of Geometry-Tests in 32 milliseconds 239 microseconds Beginning to run tests of Microdown-Tests with random seed 370597354 Finished to run tests of Microdown-Tests in 1 second 486 milliseconds 985 microseconds Beginning to run tests of Collections-Sequenceable-Tests with random seed 259685564 Finished to run tests of Collections-Sequenceable-Tests in 617 milliseconds 421 microseconds Beginning to run tests of Sindarin-Tests with random seed 15974697 Finished to run tests of Sindarin-Tests in 773 milliseconds 220 microseconds Beginning to run tests of System-Benchmark-Tests with random seed 116373807 Finished to run tests of System-Benchmark-Tests in 1 millisecond 422 microseconds Beginning to run tests of NewTools-FontChooser with random seed 681429553 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 202 milliseconds 532 microseconds Beginning to run tests of NewTools-Spotter-Processors-Tests with random seed 268458491 Finished to run tests of Collections-Unordered-Tests in 2 seconds 747 milliseconds Beginning to run tests of Refactoring-Environment-Tests with random seed 315178022 Finished to run tests of NewTools-Spotter-Processors-Tests in 22 seconds 408 milliseconds 801 microseconds Beginning to run tests of Transcript-NonInteractive-Tests with random seed 359174422 Pharo writing to the standard error Pharo writing to the standard output Finished to run tests of Transcript-NonInteractive-Tests in 2 milliseconds 715 microseconds Beginning to run tests of ThreadedFFI-UFFI-Tests with random seed 64772379 Finished to run tests of ThreadedFFI-UFFI-Tests in 5 seconds 811 milliseconds 556 microseconds Beginning to run tests of Roassal-UML-Tests with random seed 889969617 Finished to run tests of Roassal-UML-Tests in 32 milliseconds 584 microseconds Beginning to run tests of ClassParser-Tests with random seed 80830706 Finished to run tests of ClassParser-Tests in 243 milliseconds 513 microseconds Beginning to run tests of Roassal-Mondrian with random seed 436453607 Finished to run tests of Roassal-Mondrian in 9 milliseconds 13 microseconds Beginning to run tests of FileSystem-Core-Tests with random seed 865161457 Finished to run tests of FileSystem-Core-Tests in 70 milliseconds 977 microseconds Beginning to run tests of NewTools-RewriterTools-Tests with random seed 311128378 Finished to run tests of NewTools-RewriterTools-Tests in 177 milliseconds 828 microseconds Beginning to run tests of BeautifulComments with random seed 1018526444 Finished to run tests of BeautifulComments in 29 milliseconds 619 microseconds Beginning to run tests of NewTools-Scopes-Tests with random seed 194936330 Finished to run tests of NewTools-Scopes-Tests in 139 milliseconds 17 microseconds Beginning to run tests of System-Finalization-Tests with random seed 1072248468 Finished to run tests of System-Finalization-Tests in 473 milliseconds 102 microseconds Beginning to run tests of Slot-Tests with random seed 227864429 Finished to run tests of Refactoring-Environment-Tests in 24 seconds 169 milliseconds Beginning to run tests of Spec2-Adapters-Morphic-Tests with random seed 209651345 Finished to run tests of Spec2-Adapters-Morphic-Tests in 139 milliseconds Beginning to run tests of Geometry-Tests with random seed 859805470 Finished to run tests of Geometry-Tests in 257 milliseconds Beginning to run tests of Microdown-Tests with random seed 825586720 Finished to run tests of Microdown-Tests in 1 second 980 milliseconds Beginning to run tests of Collections-Sequenceable-Tests with random seed 639513821 Finished to run tests of Collections-Sequenceable-Tests in 2 seconds 528 milliseconds Beginning to run tests of Sindarin-Tests with random seed 638906049 Finished to run tests of Sindarin-Tests in 857 milliseconds Beginning to run tests of System-Benchmark-Tests with random seed 140140827 Finished to run tests of System-Benchmark-Tests in 29 milliseconds Beginning to run tests of NewTools-FontChooser with random seed 360583737 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 234 milliseconds Beginning to run tests of NewTools-Spotter-Processors-Tests with random seed 378649891 Finished to run tests of NewTools-Spotter-Processors-Tests in 28 seconds 67 milliseconds 238 microseconds Beginning to run tests of Transcript-NonInteractive-Tests with random seed 94056609 Pharo writing to the standard error Pharo writing to the standard output Finished to run tests of Transcript-NonInteractive-Tests in 2 milliseconds 333 microseconds Beginning to run tests of ThreadedFFI-UFFI-Tests with random seed 262944931 Finished to run tests of Slot-Tests in 5 seconds 999 milliseconds 450 microseconds Beginning to run tests of Calypso-SystemPlugins-InheritanceAnalysis-Queries-Tests with random seed 105766111 Finished to run tests of Calypso-SystemPlugins-InheritanceAnalysis-Queries-Tests in 178 milliseconds 815 microseconds Beginning to run tests of System-Installers-Tests with random seed 1010356113 Finished to run tests of System-Installers-Tests in 147 milliseconds 898 microseconds Beginning to run tests of VariablesLibrary-Tests with random seed 664954408 Finished to run tests of VariablesLibrary-Tests in 202 milliseconds 517 microseconds Beginning to run tests of System-History-Tests with random seed 205772529 Finished to run tests of System-History-Tests in 2 milliseconds 763 microseconds Beginning to run tests of DebugPoints-Tests with random seed 773383670 Finished to run tests of DebugPoints-Tests in 285 milliseconds 569 microseconds Beginning to run tests of SystemCommands-RefactoringSupport-Tests with random seed 27230227 Finished to run tests of SystemCommands-RefactoringSupport-Tests in 27 milliseconds 422 microseconds Beginning to run tests of Calypso-SystemPlugins-Flags-Queries-Tests with random seed 503877679 Finished to run tests of Calypso-SystemPlugins-Flags-Queries-Tests in 6 milliseconds 326 microseconds Beginning to run tests of TaskIt-Tests with random seed 869808951 Finished to run tests of ThreadedFFI-UFFI-Tests in 5 seconds 775 milliseconds 941 microseconds Beginning to run tests of Roassal-UML-Tests with random seed 268495412 Finished to run tests of Roassal-UML-Tests in 24 milliseconds 399 microseconds Beginning to run tests of ClassParser-Tests with random seed 497881421 Finished to run tests of ClassParser-Tests in 258 milliseconds 528 microseconds Beginning to run tests of Roassal-Mondrian with random seed 518986578 Finished to run tests of Roassal-Mondrian in 11 milliseconds 729 microseconds Beginning to run tests of FileSystem-Core-Tests with random seed 970034014 Finished to run tests of FileSystem-Core-Tests in 72 milliseconds 932 microseconds Beginning to run tests of NewTools-RewriterTools-Tests with random seed 229796778 Finished to run tests of NewTools-RewriterTools-Tests in 180 milliseconds 654 microseconds Beginning to run tests of BeautifulComments with random seed 434807647 Finished to run tests of BeautifulComments in 16 milliseconds 857 microseconds Beginning to run tests of NewTools-Scopes-Tests with random seed 65757296 Finished to run tests of NewTools-Scopes-Tests in 118 milliseconds 350 microseconds Beginning to run tests of System-Finalization-Tests with random seed 331458790 Finished to run tests of System-Finalization-Tests in 655 milliseconds 489 microseconds Beginning to run tests of Slot-Tests with random seed 439432309 Finished to run tests of Slot-Tests in 6 seconds 987 milliseconds 142 microseconds Beginning to run tests of Calypso-SystemPlugins-InheritanceAnalysis-Queries-Tests with random seed 153668034 Finished to run tests of Calypso-SystemPlugins-InheritanceAnalysis-Queries-Tests in 226 milliseconds 107 microseconds Beginning to run tests of System-Installers-Tests with random seed 821950630 Finished to run tests of System-Installers-Tests in 145 milliseconds 378 microseconds Beginning to run tests of VariablesLibrary-Tests with random seed 140399416 Finished to run tests of VariablesLibrary-Tests in 258 milliseconds 219 microseconds Beginning to run tests of System-History-Tests with random seed 749599034 Finished to run tests of System-History-Tests in 2 milliseconds 995 microseconds Beginning to run tests of DebugPoints-Tests with random seed 488284734 Finished to run tests of DebugPoints-Tests in 283 milliseconds 946 microseconds Beginning to run tests of SystemCommands-RefactoringSupport-Tests with random seed 436379226 Finished to run tests of SystemCommands-RefactoringSupport-Tests in 22 milliseconds 611 microseconds Beginning to run tests of Calypso-SystemPlugins-Flags-Queries-Tests with random seed 93286001 Finished to run tests of Calypso-SystemPlugins-Flags-Queries-Tests in 6 milliseconds 97 microseconds Beginning to run tests of TaskIt-Tests with random seed 739253623 Finished to run tests of TaskIt-Tests in 19 seconds 938 milliseconds 561 microseconds Beginning to run tests of Kernel-Tests-WithCompiler with random seed 874102298 Finished to run tests of Kernel-Tests-WithCompiler in 28 milliseconds 198 microseconds Beginning to run tests of NewTools-FileBrowser-Tests with random seed 72377654 Finished to run tests of NewTools-Spotter-Processors-Tests in 26 seconds 529 milliseconds Beginning to run tests of Transcript-NonInteractive-Tests with random seed 767886023 Pharo writing to the standard error Pharo writing to the standard output Finished to run tests of Transcript-NonInteractive-Tests in 51 milliseconds Beginning to run tests of ThreadedFFI-UFFI-Tests with random seed 434637562 Finished to run tests of NewTools-FileBrowser-Tests in 6 seconds 544 milliseconds 127 microseconds Beginning to run tests of System-BasicCommandLineHandler-Tests with random seed 111548872 Finished to run tests of System-BasicCommandLineHandler-Tests in 47 milliseconds 321 microseconds Beginning to run tests of Calypso-SystemPlugins-Traits-Queries-Tests with random seed 878017016 Finished to run tests of Calypso-SystemPlugins-Traits-Queries-Tests in 20 milliseconds 172 microseconds Beginning to run tests of Rubric-Tests with random seed 442664972 -999 0 1 2 3 4 5 6 7 8 9 10 11 12 999 2 2 2 3 4 3 4 0 4 11 12 24 26 1 26 0 4 11 12 24 26 1 26 999 Finished to run tests of Rubric-Tests in 120 milliseconds 65 microseconds Beginning to run tests of Graphics-Tests with random seed 1045287044 Finished to run tests of ThreadedFFI-UFFI-Tests in 3 seconds 228 milliseconds Beginning to run tests of Roassal-UML-Tests with random seed 249246105 Finished to run tests of Roassal-UML-Tests in 50 milliseconds Beginning to run tests of ClassParser-Tests with random seed 664228556 Finished to run tests of ClassParser-Tests in 749 milliseconds Beginning to run tests of Roassal-Mondrian with random seed 395581882 Finished to run tests of Roassal-Mondrian in 36 milliseconds Beginning to run tests of FileSystem-Core-Tests with random seed 328706526 Finished to run tests of FileSystem-Core-Tests in 381 milliseconds Beginning to run tests of NewTools-RewriterTools-Tests with random seed 114732126 Finished to run tests of NewTools-RewriterTools-Tests in 254 milliseconds Beginning to run tests of BeautifulComments with random seed 879316061 Finished to run tests of BeautifulComments in 46 milliseconds Beginning to run tests of NewTools-Scopes-Tests with random seed 955705229 Finished to run tests of NewTools-Scopes-Tests in 177 milliseconds Beginning to run tests of System-Finalization-Tests with random seed 712699454 Finished to run tests of Graphics-Tests in 1 second 827 milliseconds 660 microseconds Beginning to run tests of NewValueHolder-Tests with random seed 136129194 Finished to run tests of NewValueHolder-Tests in 2 milliseconds 324 microseconds Beginning to run tests of Calypso-SystemPlugins-FFI-Queries-Tests with random seed 475239085 Finished to run tests of Calypso-SystemPlugins-FFI-Queries-Tests in 7 milliseconds 7 microseconds Beginning to run tests of Roassal-Interaction-Tests with random seed 510118324 Finished to run tests of Roassal-Interaction-Tests in 108 milliseconds 940 microseconds Beginning to run tests of NewTools-Debugger-Fuel-Tests with random seed 391586594 Finished to run tests of NewTools-Debugger-Fuel-Tests in 21 milliseconds 327 microseconds Beginning to run tests of NewTools-Core-Tests with random seed 335436599 Finished to run tests of System-Finalization-Tests in 762 milliseconds Beginning to run tests of Slot-Tests with random seed 825708600 Finished to run tests of NewTools-Core-Tests in 396 milliseconds 530 microseconds Beginning to run tests of OpalCompiler-Tests with random seed 1047403459 Finished to run tests of OpalCompiler-Tests in 688 milliseconds 794 microseconds Beginning to run tests of Spec2-Morphic-Backend-Tests with random seed 689388665 Finished to run tests of Spec2-Morphic-Backend-Tests in 855 milliseconds 265 microseconds Beginning to run tests of Collections-Streams-Tests with random seed 286980563 Finished to run tests of Collections-Streams-Tests in 176 milliseconds 1 microsecond Beginning to run tests of Collections-DoubleLinkedList-Tests with random seed 645456005 Finished to run tests of Collections-DoubleLinkedList-Tests in 2 milliseconds 376 microseconds Beginning to run tests of Network-Mail-Tests with random seed 280372103 Finished to run tests of Network-Mail-Tests in 5 milliseconds 611 microseconds Finished to run tests of TaskIt-Tests in 21 seconds 673 milliseconds 879 microseconds Beginning to run tests of Kernel-Tests-WithCompiler with random seed 918971172 Finished to run tests of Kernel-Tests-WithCompiler in 43 milliseconds 422 microseconds Beginning to run tests of NewTools-FileBrowser-Tests with random seed 1071325264 Beginning to run tests of PharoDocComment-Tests with random seed 902221964 Finished to run tests of PharoDocComment-Tests in 495 milliseconds 125 microseconds Beginning to run tests of Coverage-Tests with random seed 498686076 Finished to run tests of Coverage-Tests in 250 milliseconds 921 microseconds Beginning to run tests of NewTools-CodeCritiques-Tests with random seed 342688118 Finished to run tests of NewTools-CodeCritiques-Tests in 817 milliseconds 878 microseconds Beginning to run tests of Zinc-Zodiac-Tests with random seed 46056616 Finished to run tests of Slot-Tests in 7 seconds 518 milliseconds Beginning to run tests of Calypso-SystemPlugins-InheritanceAnalysis-Queries-Tests with random seed 696952473 Finished to run tests of Calypso-SystemPlugins-InheritanceAnalysis-Queries-Tests in 422 milliseconds Beginning to run tests of System-Installers-Tests with random seed 435402816 Finished to run tests of System-Installers-Tests in 518 milliseconds Beginning to run tests of VariablesLibrary-Tests with random seed 664949318 Finished to run tests of VariablesLibrary-Tests in 391 milliseconds Beginning to run tests of System-History-Tests with random seed 706651599 Finished to run tests of System-History-Tests in 53 milliseconds Beginning to run tests of DebugPoints-Tests with random seed 557586181 Finished to run tests of NewTools-FileBrowser-Tests in 7 seconds 29 milliseconds 553 microseconds Beginning to run tests of System-BasicCommandLineHandler-Tests with random seed 1045305032 Finished to run tests of System-BasicCommandLineHandler-Tests in 60 milliseconds 825 microseconds Beginning to run tests of Calypso-SystemPlugins-Traits-Queries-Tests with random seed 53769989 Finished to run tests of Calypso-SystemPlugins-Traits-Queries-Tests in 22 milliseconds 891 microseconds Beginning to run tests of Rubric-Tests with random seed 256042779 -999 0 1 2 3 4 5 6 7 8 9 10 11 12 999 2 2 2 3 4 3 4 0 4 11 12 24 26 1 26 0 4 11 12 24 26 1 26 999 Finished to run tests of Rubric-Tests in 133 milliseconds 793 microseconds Beginning to run tests of Graphics-Tests with random seed 704389027 Finished to run tests of DebugPoints-Tests in 1 second 462 milliseconds Beginning to run tests of SystemCommands-RefactoringSupport-Tests with random seed 650050493 Finished to run tests of SystemCommands-RefactoringSupport-Tests in 115 milliseconds Beginning to run tests of Calypso-SystemPlugins-Flags-Queries-Tests with random seed 906291762 Finished to run tests of Calypso-SystemPlugins-Flags-Queries-Tests in 72 milliseconds Beginning to run tests of TaskIt-Tests with random seed 1028260218 Finished to run tests of Graphics-Tests in 2 seconds 272 milliseconds 72 microseconds Beginning to run tests of NewValueHolder-Tests with random seed 308047748 Finished to run tests of NewValueHolder-Tests in 2 milliseconds 78 microseconds Beginning to run tests of Calypso-SystemPlugins-FFI-Queries-Tests with random seed 1051789190 Finished to run tests of Calypso-SystemPlugins-FFI-Queries-Tests in 4 milliseconds 812 microseconds Beginning to run tests of Roassal-Interaction-Tests with random seed 761087114 Finished to run tests of Roassal-Interaction-Tests in 134 milliseconds 157 microseconds Beginning to run tests of NewTools-Debugger-Fuel-Tests with random seed 748434962 Finished to run tests of NewTools-Debugger-Fuel-Tests in 18 milliseconds 7 microseconds Beginning to run tests of NewTools-Core-Tests with random seed 345423397 Finished to run tests of NewTools-Core-Tests in 445 milliseconds 188 microseconds Beginning to run tests of OpalCompiler-Tests with random seed 1024801251 Finished to run tests of OpalCompiler-Tests in 805 milliseconds 401 microseconds Beginning to run tests of Spec2-Morphic-Backend-Tests with random seed 494429454 Finished to run tests of Zinc-Zodiac-Tests in 7 seconds 277 milliseconds 128 microseconds Beginning to run tests of System-Support-Tests with random seed 723585558 Finished to run tests of System-Support-Tests in 1 second 552 milliseconds 821 microseconds Beginning to run tests of System-Caching-Tests with random seed 639481899 Finished to run tests of Spec2-Morphic-Backend-Tests in 788 milliseconds 364 microseconds Beginning to run tests of Collections-Streams-Tests with random seed 926373155 Finished to run tests of Collections-Streams-Tests in 210 milliseconds 265 microseconds Beginning to run tests of Collections-DoubleLinkedList-Tests with random seed 611833590 Finished to run tests of Collections-DoubleLinkedList-Tests in 4 milliseconds 196 microseconds Beginning to run tests of Network-Mail-Tests with random seed 527742458 Finished to run tests of Network-Mail-Tests in 5 milliseconds 119 microseconds Beginning to run tests of PharoDocComment-Tests with random seed 946592000 Finished to run tests of System-Caching-Tests in 2 seconds 270 milliseconds 890 microseconds Beginning to run tests of SystemCommands-MessageCommands-Tests with random seed 64635657 Finished to run tests of SystemCommands-MessageCommands-Tests in 8 milliseconds 396 microseconds Beginning to run tests of Reflectivity-Tools-Tests with random seed 722866196 Finished to run tests of Reflectivity-Tools-Tests in 596 milliseconds 525 microseconds Beginning to run tests of System-Hashing-Tests with random seed 1008965225 Finished to run tests of PharoDocComment-Tests in 588 milliseconds 601 microseconds Beginning to run tests of Coverage-Tests with random seed 629899363 Finished to run tests of Coverage-Tests in 270 milliseconds 196 microseconds Beginning to run tests of NewTools-CodeCritiques-Tests with random seed 1072478578 Finished to run tests of System-Hashing-Tests in 651 milliseconds 186 microseconds Beginning to run tests of Calypso-Browser-Tests with random seed 1016014069 Finished to run tests of NewTools-CodeCritiques-Tests in 850 milliseconds 66 microseconds Beginning to run tests of Zinc-Zodiac-Tests with random seed 400850117 Finished to run tests of Calypso-Browser-Tests in 7 seconds 33 milliseconds 7 microseconds Beginning to run tests of NewTools-Spotter-Tests with random seed 500056942 Finished to run tests of NewTools-Spotter-Tests in 651 milliseconds 581 microseconds Beginning to run tests of Kernel-Extended-Tests with random seed 964103674 somethingsomethingFinished to run tests of Kernel-Extended-Tests in 1 second 93 milliseconds 786 microseconds Beginning to run tests of SystemCommands-PackageCommands-Tests with random seed 698207041 Finished to run tests of SystemCommands-PackageCommands-Tests in 2 milliseconds 368 microseconds Beginning to run tests of Spec2-Code-Backend-Tests with random seed 828422980 Finished to run tests of Zinc-Zodiac-Tests in 7 seconds 877 milliseconds 928 microseconds Beginning to run tests of System-Support-Tests with random seed 315233420 Finished to run tests of Spec2-Code-Backend-Tests in 2 seconds 103 milliseconds 900 microseconds Beginning to run tests of Refactoring-Changes-Tests with random seed 238489725 Finished to run tests of System-Support-Tests in 2 seconds 239 milliseconds 883 microseconds Beginning to run tests of System-Caching-Tests with random seed 226849871 NewUndeclaredWarning: RBRefactoringChangeMock (SharedVar is Undeclared) Finished to run tests of Refactoring-Changes-Tests in 164 milliseconds 884 microseconds Beginning to run tests of Random-Tests with random seed 898042656 Finished to run tests of Random-Tests in 359 milliseconds 557 microseconds Beginning to run tests of OSWindow-Tests with random seed 133847689 Finished to run tests of OSWindow-Tests in 1 millisecond 92 microseconds Beginning to run tests of UnifiedFFI-Tests with random seed 548059785 Finished to run tests of UnifiedFFI-Tests in 258 milliseconds 989 microseconds Beginning to run tests of Spec2-ListView-Tests with random seed 6043278 Finished to run tests of Spec2-ListView-Tests in 110 milliseconds 206 microseconds Beginning to run tests of Epicea-Tests with random seed 961863165 Finished to run tests of Epicea-Tests in 441 milliseconds 779 microseconds Beginning to run tests of NewTools-Debugger-Morphic with random seed 528603064 Finished to run tests of NewTools-Debugger-Morphic in 914 microseconds Beginning to run tests of Refactoring-Transformations-Tests with random seed 356923320 Finished to run tests of System-Caching-Tests in 2 seconds 324 milliseconds 90 microseconds Beginning to run tests of SystemCommands-MessageCommands-Tests with random seed 39124323 Finished to run tests of SystemCommands-MessageCommands-Tests in 3 milliseconds 185 microseconds Beginning to run tests of Reflectivity-Tools-Tests with random seed 338237031 Finished to run tests of Reflectivity-Tools-Tests in 1 second 139 milliseconds 398 microseconds Beginning to run tests of System-Hashing-Tests with random seed 838193626 Finished to run tests of System-Hashing-Tests in 1 second 116 milliseconds 260 microseconds Beginning to run tests of Calypso-Browser-Tests with random seed 218581560 Finished to run tests of TaskIt-Tests in 23 seconds 186 milliseconds Beginning to run tests of Kernel-Tests-WithCompiler with random seed 800610061 Finished to run tests of Kernel-Tests-WithCompiler in 189 milliseconds Beginning to run tests of NewTools-FileBrowser-Tests with random seed 852970701 Finished to run tests of Calypso-Browser-Tests in 7 seconds 482 milliseconds 761 microseconds Beginning to run tests of NewTools-Spotter-Tests with random seed 258584436 Finished to run tests of NewTools-Spotter-Tests in 666 milliseconds 959 microseconds Beginning to run tests of Kernel-Extended-Tests with random seed 797708560 somethingsomethingFinished to run tests of Kernel-Extended-Tests in 1 second 151 milliseconds 426 microseconds Beginning to run tests of SystemCommands-PackageCommands-Tests with random seed 332735888 Finished to run tests of SystemCommands-PackageCommands-Tests in 1 millisecond 239 microseconds Beginning to run tests of Spec2-Code-Backend-Tests with random seed 816420242 Finished to run tests of Spec2-Code-Backend-Tests in 1 second 983 milliseconds 713 microseconds Beginning to run tests of Refactoring-Changes-Tests with random seed 280165714 Finished to run tests of NewTools-FileBrowser-Tests in 9 seconds 210 milliseconds Beginning to run tests of System-BasicCommandLineHandler-Tests with random seed 313452746 Finished to run tests of System-BasicCommandLineHandler-Tests in 125 milliseconds Beginning to run tests of Calypso-SystemPlugins-Traits-Queries-Tests with random seed 470026568 Finished to run tests of Calypso-SystemPlugins-Traits-Queries-Tests in 182 milliseconds Beginning to run tests of Rubric-Tests with random seed 238655999 -999 0 1 2 3 4 5 6 7 8 9 10 11 12 999 2 2 2 3 4 3 4 0 4 11 12 24 26 1 26 0 4 11 12 24 26 1 26 999 Finished to run tests of Rubric-Tests in 299 milliseconds Beginning to run tests of Graphics-Tests with random seed 299451435 NewUndeclaredWarning: RBRefactoringChangeMock (SharedVar is Undeclared) Finished to run tests of Refactoring-Changes-Tests in 221 milliseconds 444 microseconds Beginning to run tests of Random-Tests with random seed 1019549487 Finished to run tests of Random-Tests in 455 milliseconds 480 microseconds Beginning to run tests of OSWindow-Tests with random seed 222307576 Finished to run tests of OSWindow-Tests in 3 milliseconds 337 microseconds Beginning to run tests of UnifiedFFI-Tests with random seed 503071996 Finished to run tests of UnifiedFFI-Tests in 335 milliseconds 36 microseconds Beginning to run tests of Spec2-ListView-Tests with random seed 341975628 Finished to run tests of Spec2-ListView-Tests in 96 milliseconds 7 microseconds Beginning to run tests of Epicea-Tests with random seed 679473836 Finished to run tests of Epicea-Tests in 486 milliseconds 342 microseconds Beginning to run tests of NewTools-Debugger-Morphic with random seed 530647188 Finished to run tests of NewTools-Debugger-Morphic in 6 milliseconds 123 microseconds Beginning to run tests of Refactoring-Transformations-Tests with random seed 349481114 Finished to run tests of Graphics-Tests in 2 seconds 521 milliseconds Beginning to run tests of NewValueHolder-Tests with random seed 528307718 Finished to run tests of NewValueHolder-Tests in 38 milliseconds Beginning to run tests of Calypso-SystemPlugins-FFI-Queries-Tests with random seed 190283309 Finished to run tests of Calypso-SystemPlugins-FFI-Queries-Tests in 68 milliseconds Beginning to run tests of Roassal-Interaction-Tests with random seed 1045142895 Finished to run tests of Roassal-Interaction-Tests in 240 milliseconds Beginning to run tests of NewTools-Debugger-Fuel-Tests with random seed 434925922 Finished to run tests of NewTools-Debugger-Fuel-Tests in 71 milliseconds Beginning to run tests of NewTools-Core-Tests with random seed 586361514 Finished to run tests of NewTools-Core-Tests in 466 milliseconds Beginning to run tests of OpalCompiler-Tests with random seed 123719806 Finished to run tests of OpalCompiler-Tests in 3 seconds 143 milliseconds Beginning to run tests of Spec2-Morphic-Backend-Tests with random seed 260674764 Finished to run tests of Spec2-Morphic-Backend-Tests in 845 milliseconds Beginning to run tests of Collections-Streams-Tests with random seed 832948253 Finished to run tests of Collections-Streams-Tests in 346 milliseconds Beginning to run tests of Collections-DoubleLinkedList-Tests with random seed 407906935 Finished to run tests of Collections-DoubleLinkedList-Tests in 52 milliseconds Beginning to run tests of Network-Mail-Tests with random seed 639560109 Finished to run tests of Network-Mail-Tests in 56 milliseconds Finished to run tests of Refactoring-Transformations-Tests in 21 seconds 228 milliseconds 504 microseconds Beginning to run tests of Traits-Tests with random seed 87617705 Beginning to run tests of PharoDocComment-Tests with random seed 245242595 SystemNotification: T2 SystemNotification: TD SystemNotification: T3 SystemNotification: T9 SystemNotification: TC SystemNotification: T1 SystemNotification: T4 SystemNotification: T10 SystemNotification: T5 SystemNotification: T12 SystemNotification: TB SystemNotification: TA SystemNotification: T6 SystemNotification: T11 SystemNotification: C1 SystemNotification: C2 SystemNotification: C9 SystemNotification: C10 SystemNotification: C11 SystemNotification: CA SystemNotification: CB SystemNotification: T6 Finished to run tests of PharoDocComment-Tests in 1 second 824 milliseconds Beginning to run tests of Coverage-Tests with random seed 891394236 Finished to run tests of Coverage-Tests in 314 milliseconds Beginning to run tests of NewTools-CodeCritiques-Tests with random seed 118036983 Finished to run tests of NewTools-CodeCritiques-Tests in 855 milliseconds Beginning to run tests of Zinc-Zodiac-Tests with random seed 461704785 NewUndeclaredWarning: T1>>aMethod: (aMethod is Undeclared) NewUndeclaredWarning: T2>>aMethod: (aMethod is Undeclared) NewUndeclaredWarning: T1 classTrait>>aMethod: (aMethod is Undeclared) NewUndeclaredWarning: T2 classTrait>>aMethod: (aMethod is Undeclared) DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C2>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from TempClass>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m1 has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m2 has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details Finished to run tests of Zinc-Zodiac-Tests in 5 seconds 995 milliseconds Beginning to run tests of System-Support-Tests with random seed 130897083 Finished to run tests of System-Support-Tests in 1 second 864 milliseconds Beginning to run tests of System-Caching-Tests with random seed 732200709 Finished to run tests of Traits-Tests in 14 seconds 8 milliseconds 1 microsecond Beginning to run tests of Morphic-Widgets-FastTable-Tests with random seed 550287716 Finished to run tests of Morphic-Widgets-FastTable-Tests in 41 milliseconds 717 microseconds Beginning to run tests of Ring-ChunkImporter-Tests with random seed 552620429 Finished to run tests of Ring-ChunkImporter-Tests in 27 milliseconds 812 microseconds Beginning to run tests of ProfStef-Tests with random seed 986241707 Finished to run tests of ProfStef-Tests in 127 milliseconds 2 microseconds Beginning to run tests of Compression-Tests with random seed 206265129 Finished to run tests of System-Caching-Tests in 2 seconds 320 milliseconds Beginning to run tests of SystemCommands-MessageCommands-Tests with random seed 697955863 Finished to run tests of SystemCommands-MessageCommands-Tests in 12 milliseconds Beginning to run tests of Reflectivity-Tools-Tests with random seed 682489123 Finished to run tests of Compression-Tests in 2 seconds 541 milliseconds 615 microseconds Beginning to run tests of SUnit-Core with random seed 1021417755 Finished to run tests of SUnit-Core in 4 milliseconds 73 microseconds Beginning to run tests of DrTests-Tests with random seed 492835104 Finished to run tests of DrTests-Tests in 261 milliseconds 23 microseconds Beginning to run tests of Debugger-Model-Tests with random seed 851103013 Finished to run tests of Reflectivity-Tools-Tests in 1 second 663 milliseconds Beginning to run tests of System-Hashing-Tests with random seed 309325732 Finished to run tests of Debugger-Model-Tests in 706 milliseconds 742 microseconds Beginning to run tests of Spec2-Backend-Tests with random seed 12496105 Finished to run tests of System-Hashing-Tests in 992 milliseconds Beginning to run tests of Calypso-Browser-Tests with random seed 658666373 Finished to run tests of Refactoring-Transformations-Tests in 22 seconds 752 milliseconds 447 microseconds Beginning to run tests of Traits-Tests with random seed 259934590 SystemNotification: TD SystemNotification: TC SystemNotification: T1 SystemNotification: T2 SystemNotification: T4 SystemNotification: T10 SystemNotification: TB SystemNotification: T5 SystemNotification: T12 SystemNotification: TA SystemNotification: T6 SystemNotification: T11 SystemNotification: T3 SystemNotification: T9 SystemNotification: C1 SystemNotification: C9 SystemNotification: CA SystemNotification: C2 SystemNotification: C10 SystemNotification: C11 SystemNotification: CB SystemNotification: T6 Finished to run tests of Calypso-Browser-Tests in 7 seconds 444 milliseconds Beginning to run tests of NewTools-Spotter-Tests with random seed 313515160 Finished to run tests of NewTools-Spotter-Tests in 732 milliseconds Beginning to run tests of Kernel-Extended-Tests with random seed 925651066 somethingsomethingFinished to run tests of Kernel-Extended-Tests in 1 second 981 milliseconds Beginning to run tests of SystemCommands-PackageCommands-Tests with random seed 468650807 Finished to run tests of SystemCommands-PackageCommands-Tests in 26 milliseconds Beginning to run tests of Spec2-Code-Backend-Tests with random seed 197221202 NewUndeclaredWarning: T1>>aMethod: (aMethod is Undeclared) NewUndeclaredWarning: T2>>aMethod: (aMethod is Undeclared) NewUndeclaredWarning: T1 classTrait>>aMethod: (aMethod is Undeclared) NewUndeclaredWarning: T2 classTrait>>aMethod: (aMethod is Undeclared) DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C2>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from TempClass>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details Finished to run tests of Spec2-Code-Backend-Tests in 2 seconds 189 milliseconds Beginning to run tests of Refactoring-Changes-Tests with random seed 309494752 DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details NewUndeclaredWarning: RBRefactoringChangeMock (SharedVar is Undeclared) DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details Finished to run tests of Refactoring-Changes-Tests in 320 milliseconds Beginning to run tests of Random-Tests with random seed 324120865 DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m1 has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m2 has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details Finished to run tests of Random-Tests in 508 milliseconds Beginning to run tests of OSWindow-Tests with random seed 88172319 Finished to run tests of OSWindow-Tests in 29 milliseconds Beginning to run tests of UnifiedFFI-Tests with random seed 264210234 Finished to run tests of UnifiedFFI-Tests in 440 milliseconds Beginning to run tests of Spec2-ListView-Tests with random seed 1000692979 Finished to run tests of Spec2-ListView-Tests in 152 milliseconds Beginning to run tests of Epicea-Tests with random seed 77270412 Finished to run tests of Epicea-Tests in 2 seconds 107 milliseconds Beginning to run tests of NewTools-Debugger-Morphic with random seed 419536587 Finished to run tests of NewTools-Debugger-Morphic in 24 milliseconds Beginning to run tests of Refactoring-Transformations-Tests with random seed 619593443 Finished to run tests of Traits-Tests in 17 seconds 251 milliseconds 180 microseconds Beginning to run tests of Morphic-Widgets-FastTable-Tests with random seed 314576098 Finished to run tests of Morphic-Widgets-FastTable-Tests in 40 milliseconds 844 microseconds Beginning to run tests of Ring-ChunkImporter-Tests with random seed 849420 Finished to run tests of Ring-ChunkImporter-Tests in 30 milliseconds 400 microseconds Beginning to run tests of ProfStef-Tests with random seed 280827435 Finished to run tests of ProfStef-Tests in 136 milliseconds 658 microseconds Beginning to run tests of Compression-Tests with random seed 327521717 Finished to run tests of Compression-Tests in 2 seconds 698 milliseconds 808 microseconds Beginning to run tests of SUnit-Core with random seed 231639874 Finished to run tests of SUnit-Core in 623 microseconds Beginning to run tests of DrTests-Tests with random seed 65815362 Finished to run tests of DrTests-Tests in 305 milliseconds 43 microseconds Beginning to run tests of Debugger-Model-Tests with random seed 399663476 Finished to run tests of Debugger-Model-Tests in 642 milliseconds 228 microseconds Beginning to run tests of Spec2-Backend-Tests with random seed 275324151 Finished to run tests of Refactoring-Transformations-Tests in 23 seconds 18 milliseconds Beginning to run tests of Traits-Tests with random seed 547000530 SystemNotification: T9 SystemNotification: TD SystemNotification: TC SystemNotification: T1 SystemNotification: T2 SystemNotification: T4 SystemNotification: T10 SystemNotification: TB SystemNotification: T5 SystemNotification: T12 SystemNotification: T6 SystemNotification: TA SystemNotification: T11 SystemNotification: T3 SystemNotification: C9 SystemNotification: CA SystemNotification: C10 SystemNotification: C11 SystemNotification: CB SystemNotification: C1 SystemNotification: C2 SystemNotification: T6 Finished to run tests of Spec2-Backend-Tests in 49 seconds 760 milliseconds 635 microseconds Beginning to run tests of SUnit-Support-UITesting-Tests with random seed 421357648 Finished to run tests of SUnit-Support-UITesting-Tests in 5 milliseconds 724 microseconds Beginning to run tests of Calypso-SystemPlugins-Reflectivity-Queries-Tests with random seed 695100247 Finished to run tests of Calypso-SystemPlugins-Reflectivity-Queries-Tests in 79 milliseconds 955 microseconds Beginning to run tests of Collections-Atomic-Tests with random seed 539351208 Finished to run tests of Collections-Atomic-Tests in 5 milliseconds 287 microseconds Beginning to run tests of Renraku-Tests with random seed 980337581 Finished to run tests of Renraku-Tests in 2 seconds 436 milliseconds 220 microseconds Beginning to run tests of NewTools-RewriterTools-Backend-Tests with random seed 195400242 Finished to run tests of NewTools-RewriterTools-Backend-Tests in 3 milliseconds 588 microseconds Beginning to run tests of Network-Tests with random seed 382738741 Finished to run tests of Network-Tests in 7 seconds 640 milliseconds 985 microseconds Beginning to run tests of Ring-Monticello-Tests with random seed 122129167 Finished to run tests of Ring-Monticello-Tests in 56 milliseconds 151 microseconds Beginning to run tests of NewTools-DebugPointsBrowser-Tests with random seed 641434440 Finished to run tests of NewTools-DebugPointsBrowser-Tests in 338 milliseconds 469 microseconds Beginning to run tests of NewTools-Sindarin-Commands-Tests with random seed 239336347 Finished to run tests of NewTools-Sindarin-Commands-Tests in 32 milliseconds 51 microseconds Beginning to run tests of System-Time-Tests with random seed 223948987 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 266 milliseconds 169 microseconds Beginning to run tests of MonticelloTonel-Tests with random seed 471561855 Finished to run tests of MonticelloTonel-Tests in 165 milliseconds 428 microseconds Beginning to run tests of ThreadedFFI-Tests with random seed 5347879 Returning an object but pool is fullFinished to run tests of ThreadedFFI-Tests in 59 milliseconds 262 microseconds Beginning to run tests of AST-Core-Tests with random seed 909611619 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: 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) 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) DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C2>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from TempClass>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details Finished to run tests of Spec2-Backend-Tests in 44 seconds 874 milliseconds 839 microseconds Beginning to run tests of SUnit-Support-UITesting-Tests with random seed 237874246 Finished to run tests of SUnit-Support-UITesting-Tests in 2 milliseconds 737 microseconds Beginning to run tests of Calypso-SystemPlugins-Reflectivity-Queries-Tests with random seed 707938122 Finished to run tests of Calypso-SystemPlugins-Reflectivity-Queries-Tests in 84 milliseconds 368 microseconds Beginning to run tests of Collections-Atomic-Tests with random seed 544280479 Finished to run tests of Collections-Atomic-Tests in 5 milliseconds 474 microseconds Beginning to run tests of Renraku-Tests with random seed 988019876 Finished to run tests of Renraku-Tests in 2 seconds 31 milliseconds 546 microseconds Beginning to run tests of NewTools-RewriterTools-Backend-Tests with random seed 202413205 Finished to run tests of NewTools-RewriterTools-Backend-Tests in 3 milliseconds 171 microseconds Beginning to run tests of Network-Tests with random seed 985212825 DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details Finished to run tests of AST-Core-Tests in 4 seconds 667 milliseconds 795 microseconds Beginning to run tests of System-Sources-Tests with random seed 368015537 Finished to run tests of System-Sources-Tests in 41 milliseconds 386 microseconds Beginning to run tests of FuzzyMatcher-Tests with random seed 333274073 Finished to run tests of FuzzyMatcher-Tests in 2 milliseconds 592 microseconds Beginning to run tests of RottenTestsFinder-Tests with random seed 62360540 Finished to run tests of RottenTestsFinder-Tests in 283 milliseconds 469 microseconds Beginning to run tests of Keymapping-Tests with random seed 80423416 Finished to run tests of Keymapping-Tests in 17 milliseconds 714 microseconds Beginning to run tests of SUnit-Tests with random seed 256630028 DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m1 has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m2 has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details Finished to run tests of SUnit-Tests in 4 seconds 55 milliseconds 129 microseconds Beginning to run tests of Roassal-Spec-Tests with random seed 65225446 Finished to run tests of Roassal-Spec-Tests in 95 milliseconds 870 microseconds Beginning to run tests of MonticelloGUI-Tests with random seed 134616392 Finished to run tests of MonticelloGUI-Tests in 216 milliseconds 986 microseconds Beginning to run tests of Calypso-SystemTools-FullBrowser-Tests with random seed 583993119 Finished to run tests of Calypso-SystemTools-FullBrowser-Tests in 635 milliseconds 177 microseconds Beginning to run tests of Spec2-Dialogs-Tests with random seed 643337628 Finished to run tests of Spec2-Dialogs-Tests in 598 milliseconds 69 microseconds Beginning to run tests of Text-Diff-Tests with random seed 175079669 Finished to run tests of Text-Diff-Tests in 2 milliseconds 936 microseconds Beginning to run tests of Commander-Core-Tests with random seed 1064929527 Finished to run tests of Commander-Core-Tests in 1 millisecond 645 microseconds Beginning to run tests of Jobs-Tests with random seed 1030514938 Finished to run tests of Jobs-Tests in 3 milliseconds 505 microseconds Beginning to run tests of EmbeddedFreeType-Tests with random seed 314006524 Finished to run tests of EmbeddedFreeType-Tests in 2 milliseconds 537 microseconds Beginning to run tests of SUnit-Visitor-Tests with random seed 50461695 Finished to run tests of SUnit-Visitor-Tests in 3 milliseconds 287 microseconds Beginning to run tests of Zinc-Resource-Meta-Tests with random seed 294601476 Finished to run tests of Zinc-Resource-Meta-Tests in 129 milliseconds 717 microseconds Beginning to run tests of SUnit-MockObjects-Tests with random seed 805053317 Finished to run tests of SUnit-MockObjects-Tests in 4 milliseconds 377 microseconds Beginning to run tests of NewTools-FontChooser-Tests with random seed 172458122 Finished to run tests of NewTools-FontChooser-Tests in 1 millisecond 86 microseconds Beginning to run tests of Roassal-Shapes-Tests with random seed 137063309 Finished to run tests of Roassal-Shapes-Tests in 122 milliseconds 329 microseconds Beginning to run tests of Shout-Tests with random seed 126781959 Finished to run tests of Shout-Tests in 27 milliseconds 681 microseconds Beginning to run tests of ColorPicker-Tests with random seed 364026403 Finished to run tests of ColorPicker-Tests in 96 milliseconds 895 microseconds Beginning to run tests of Announcements-Core-Tests with random seed 177523077 Finished to run tests of Announcements-Core-Tests in 553 milliseconds 814 microseconds Beginning to run tests of RTree-Tests with random seed 27604912 Finished to run tests of RTree-Tests in 7 milliseconds 691 microseconds Beginning to run tests of Ombu-Tests with random seed 210544568 Finished to run tests of Ombu-Tests in 185 milliseconds 985 microseconds Beginning to run tests of FreeType-Tests with random seed 816335986 Finished to run tests of Network-Tests in 8 seconds 43 milliseconds 8 microseconds Beginning to run tests of Ring-Monticello-Tests with random seed 974556934 Finished to run tests of Ring-Monticello-Tests in 87 milliseconds 487 microseconds Beginning to run tests of NewTools-DebugPointsBrowser-Tests with random seed 324241245 Finished to run tests of NewTools-DebugPointsBrowser-Tests in 595 milliseconds 868 microseconds Beginning to run tests of NewTools-Sindarin-Commands-Tests with random seed 391992754 Finished to run tests of NewTools-Sindarin-Commands-Tests in 64 milliseconds 377 microseconds Beginning to run tests of System-Time-Tests with random seed 894463477 Finished to run tests of Traits-Tests in 36 seconds 143 milliseconds Beginning to run tests of Morphic-Widgets-FastTable-Tests with random seed 343069954 Finished to run tests of Morphic-Widgets-FastTable-Tests in 124 milliseconds Beginning to run tests of Ring-ChunkImporter-Tests with random seed 726830464 Finished to run tests of Ring-ChunkImporter-Tests in 98 milliseconds Beginning to run tests of ProfStef-Tests with random seed 743378659 Finished to run tests of ProfStef-Tests in 205 milliseconds Beginning to run tests of Compression-Tests with random seed 159814066 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 406 milliseconds 287 microseconds Beginning to run tests of MonticelloTonel-Tests with random seed 424870982 Finished to run tests of MonticelloTonel-Tests in 268 milliseconds 451 microseconds Beginning to run tests of ThreadedFFI-Tests with random seed 294433876 Returning an object but pool is fullFinished to run tests of ThreadedFFI-Tests in 107 milliseconds 953 microseconds Beginning to run tests of AST-Core-Tests with random seed 589479104 NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared) NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared) Finished to run tests of FreeType-Tests in 4 seconds 852 milliseconds 563 microseconds Beginning to run tests of Calypso-SystemPlugins-SUnit-Queries-Tests with random seed 846795623 Finished to run tests of Calypso-SystemPlugins-SUnit-Queries-Tests in 10 milliseconds 183 microseconds Beginning to run tests of Debugger-Oups-Tests with random seed 501362803 Running: testCreationFromException from OupsDebugRequestTest Running: testDebugSession from OupsDebugRequestTest Running: testDefaultProcess from OupsDebugRequestTest Running: testNewNotAllowed from OupsDebugRequestTest Running: testNoPreDebugActionsBeforeComputation from OupsDebugRequestTest Running: testNullExceptionForNamed from OupsDebugRequestTest Running: testPreDebugActionForDebugItMethod from OupsDebugRequestTest Running: testHandled from OupsDebuggerSelectionStrategyTest Running: testDebuggers from OupsDebuggerSelectorTest Running: testFirstUsableDebuggerForSession from OupsDebuggerSelectorTest Running: testHandlesDebuggerErrors from OupsDebuggerSelectorTest Running: testNextDebugger from OupsDebuggerSelectorTest Running: testNextDebuggerForDebuggerFailure from OupsDebuggerSelectorTest Running: testNextDebuggerForSession from OupsDebuggerSelectorTest Running: testNoDebuggerForSession from OupsDebuggerSelectorTestI am an Oups NULL debugging exception [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]  Running: testNoNextDebugger from OupsDebuggerSelectorTest Running: testOpenDebuggerError from OupsDebuggerSelectorTest Running: testOpenDebuggerForSession from OupsDebuggerSelectorTest Running: testOpenDebuggerWithErrorForSession from OupsDebuggerSelectorTest Running: testTryOpenWith from OupsDebuggerSelectorTest Running: testTryOpenWithSignalsError from OupsDebuggerSelectorTest Running: testAvailableDebuggers from OupsDebuggerSystemTest Running: testEnsureExceptionIn from OupsDebuggerSystemTest Running: testHandleDebugRequest from OupsDebuggerSystemTest Running: testHandleWarningDebugRequest from OupsDebuggerSystemTest Running: testPreDebugActionExecuted from OupsDebuggerSystemTest Running: testError from OupsSingleDebuggerSelectorTest Running: testErrorWhenOpeningDebugger from OupsSingleDebuggerSelectorTestError [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ] I am an Oups NULL debugging exception [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]  Running: testHandled from OupsSingleDebuggerSelectorTestError [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ] I am an Oups NULL debugging exception [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]  Running: testNextDebugger from OupsSingleDebuggerSelectorTest Running: testOpenDebuggerForSession from OupsSingleDebuggerSelectorTest Finished to run tests of Debugger-Oups-Tests in 23 milliseconds 922 microseconds Beginning to run tests of STON-Tests with random seed 426553482 Finished to run tests of Compression-Tests in 4 seconds 299 milliseconds Beginning to run tests of SUnit-Core with random seed 314566780 Finished to run tests of SUnit-Core in 20 milliseconds Beginning to run tests of DrTests-Tests with random seed 52797587 Finished to run tests of DrTests-Tests in 384 milliseconds Beginning to run tests of Debugger-Model-Tests with random seed 161063187 Finished to run tests of STON-Tests in 978 milliseconds 307 microseconds Beginning to run tests of FileSystem-Memory-Tests with random seed 226486111 NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared) NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared) NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (b is Undeclared) NewUndeclaredWarning: MCMockClassE>>foo (b is Undeclared) Finished to run tests of Debugger-Model-Tests in 859 milliseconds Beginning to run tests of Spec2-Backend-Tests with random seed 216686445 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 FileSystem-Memory-Tests in 2 seconds 507 milliseconds 171 microseconds Beginning to run tests of Files-Tests with random seed 242453802 Finished to run tests of AST-Core-Tests in 4 seconds 693 milliseconds 271 microseconds Beginning to run tests of System-Sources-Tests with random seed 1048295470 Finished to run tests of System-Sources-Tests in 63 milliseconds 323 microseconds Beginning to run tests of FuzzyMatcher-Tests with random seed 463798381 Finished to run tests of FuzzyMatcher-Tests in 1 millisecond 574 microseconds Beginning to run tests of RottenTestsFinder-Tests with random seed 737013871 Finished to run tests of RottenTestsFinder-Tests in 358 milliseconds 455 microseconds Beginning to run tests of Keymapping-Tests with random seed 141619413 Finished to run tests of Keymapping-Tests in 21 milliseconds 933 microseconds Beginning to run tests of SUnit-Tests with random seed 201556972 Finished to run tests of Files-Tests in 3 seconds 432 milliseconds 928 microseconds Beginning to run tests of Calypso-SystemPlugins-Undeclared-Queries-Tests with random seed 215123605 Finished to run tests of Calypso-SystemPlugins-Undeclared-Queries-Tests in 4 milliseconds 390 microseconds Beginning to run tests of DrTests-CommentsToTests-Tests with random seed 555880090 Finished to run tests of DrTests-CommentsToTests-Tests in 7 milliseconds 535 microseconds Beginning to run tests of Regex-Core-Tests with random seed 640781729 Finished to run tests of Regex-Core-Tests in 29 milliseconds 652 microseconds Beginning to run tests of Spec2-Code-Tests with random seed 4234687 Finished to run tests of Spec2-Code-Tests in 1 second 689 milliseconds 656 microseconds Beginning to run tests of Collections-Tests with random seed 657478232 Finished to run tests of Collections-Tests in 2 milliseconds 208 microseconds Beginning to run tests of NewTools-Playground-Tests with random seed 532689243 Finished to run tests of SUnit-Tests in 4 seconds 47 milliseconds 149 microseconds Beginning to run tests of Roassal-Spec-Tests with random seed 490740671 Finished to run tests of Roassal-Spec-Tests in 184 milliseconds 269 microseconds Beginning to run tests of MonticelloGUI-Tests with random seed 1061497465 Finished to run tests of NewTools-Playground-Tests in 567 milliseconds 601 microseconds Beginning to run tests of Spec2-Tests with random seed 965050260 Finished to run tests of MonticelloGUI-Tests in 307 milliseconds 589 microseconds Beginning to run tests of Calypso-SystemTools-FullBrowser-Tests with random seed 155451054 Finished to run tests of Calypso-SystemTools-FullBrowser-Tests in 895 milliseconds 829 microseconds Beginning to run tests of Spec2-Dialogs-Tests with random seed 100301359 Finished to run tests of Spec2-Dialogs-Tests in 542 milliseconds 906 microseconds Beginning to run tests of Text-Diff-Tests with random seed 825675856 Finished to run tests of Text-Diff-Tests in 4 milliseconds 478 microseconds Beginning to run tests of Commander-Core-Tests with random seed 751736916 Finished to run tests of Commander-Core-Tests in 2 milliseconds 908 microseconds Beginning to run tests of Jobs-Tests with random seed 759773273 Finished to run tests of Jobs-Tests in 4 milliseconds 865 microseconds Beginning to run tests of EmbeddedFreeType-Tests with random seed 678847325 Finished to run tests of EmbeddedFreeType-Tests in 2 milliseconds 311 microseconds Beginning to run tests of SUnit-Visitor-Tests with random seed 141476705 Finished to run tests of SUnit-Visitor-Tests in 2 milliseconds 46 microseconds Beginning to run tests of Zinc-Resource-Meta-Tests with random seed 507809891 Finished to run tests of Zinc-Resource-Meta-Tests in 193 milliseconds 297 microseconds Beginning to run tests of SUnit-MockObjects-Tests with random seed 148189484 Finished to run tests of SUnit-MockObjects-Tests in 5 milliseconds 29 microseconds Beginning to run tests of NewTools-FontChooser-Tests with random seed 466250288 Finished to run tests of NewTools-FontChooser-Tests in 943 microseconds Beginning to run tests of Roassal-Shapes-Tests with random seed 686438706 Finished to run tests of Roassal-Shapes-Tests in 239 milliseconds 239 microseconds Beginning to run tests of Shout-Tests with random seed 831268386 Finished to run tests of Shout-Tests in 59 milliseconds 154 microseconds Beginning to run tests of ColorPicker-Tests with random seed 515552865 Finished to run tests of ColorPicker-Tests in 185 milliseconds 101 microseconds Beginning to run tests of Announcements-Core-Tests with random seed 308382745 Finished to run tests of Announcements-Core-Tests in 1 second 266 milliseconds 407 microseconds Beginning to run tests of RTree-Tests with random seed 939584269 Finished to run tests of RTree-Tests in 18 milliseconds 280 microseconds Beginning to run tests of Ombu-Tests with random seed 5831456 Finished to run tests of Ombu-Tests in 320 milliseconds 100 microseconds Beginning to run tests of FreeType-Tests with random seed 435688034 Finished to run tests of Spec2-Tests in 10 seconds 461 milliseconds 557 microseconds Beginning to run tests of System-Utilities-Tests with random seed 940086389 Finished to run tests of System-Utilities-Tests in 5 milliseconds 587 microseconds Beginning to run tests of Tool-ExternalBrowser-Tests with random seed 499406714 Finished to run tests of Tool-ExternalBrowser-Tests in 94 milliseconds 557 microseconds Beginning to run tests of Hiedra-Tests with random seed 566665178 Finished to run tests of Hiedra-Tests in 64 milliseconds 243 microseconds Beginning to run tests of Zodiac-Tests with random seed 51799323 Finished to run tests of Zodiac-Tests in 234 milliseconds 321 microseconds Beginning to run tests of Roassal-BaselineMap-Tests with random seed 557392135 Finished to run tests of Roassal-BaselineMap-Tests in 34 milliseconds 225 microseconds Beginning to run tests of Metacello-TestsCore with random seed 273572138 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 25 milliseconds 50 microseconds Beginning to run tests of System-Platforms-Tests with random seed 710281795 Finished to run tests of System-Platforms-Tests in 2 milliseconds 605 microseconds Beginning to run tests of Athens-Cairo-Tests with random seed 191648069 2024-11-25 20:00:51.248 Pharo[34409:12361681] XType: Using static font registry. Finished to run tests of Athens-Cairo-Tests in 15 milliseconds 950 microseconds Beginning to run tests of Spec2-Morphic-Tests with random seed 361951828 Finished to run tests of Spec2-Morphic-Tests in 2 seconds 757 milliseconds 722 microseconds Beginning to run tests of System-Localization-Tests with random seed 809449756 Finished to run tests of System-Localization-Tests in 4 milliseconds 859 microseconds Beginning to run tests of Calypso-SystemPlugins-Reflectivity-Browser-Tests with random seed 928533025 Finished to run tests of Calypso-SystemPlugins-Reflectivity-Browser-Tests in 142 milliseconds 557 microseconds Beginning to run tests of Morphic-Widgets-Taskbar-Tests with random seed 895826353 Finished to run tests of Morphic-Widgets-Taskbar-Tests in 19 milliseconds 151 microseconds Beginning to run tests of AI-Algorithms-Graph-Tests with random seed 1050714565 Finished to run tests of AI-Algorithms-Graph-Tests in 18 milliseconds 270 microseconds Beginning to run tests of Manifest-Tests with random seed 835441366 Finished to run tests of FreeType-Tests in 9 seconds 428 milliseconds 8 microseconds Beginning to run tests of Calypso-SystemPlugins-SUnit-Queries-Tests with random seed 945690934 Finished to run tests of Calypso-SystemPlugins-SUnit-Queries-Tests in 11 milliseconds 407 microseconds Beginning to run tests of Debugger-Oups-Tests with random seed 902959683 Running: testCreationFromException from OupsDebugRequestTest Running: testDebugSession from OupsDebugRequestTest Running: testDefaultProcess from OupsDebugRequestTest Running: testNewNotAllowed from OupsDebugRequestTest Running: testNoPreDebugActionsBeforeComputation from OupsDebugRequestTest Running: testNullExceptionForNamed from OupsDebugRequestTest Running: testPreDebugActionForDebugItMethod from OupsDebugRequestTest Running: testHandled from OupsDebuggerSelectionStrategyTest Running: testDebuggers from OupsDebuggerSelectorTest Running: testFirstUsableDebuggerForSession from OupsDebuggerSelectorTest Running: testHandlesDebuggerErrors from OupsDebuggerSelectorTest Running: testNextDebugger from OupsDebuggerSelectorTest Running: testNextDebuggerForDebuggerFailure from OupsDebuggerSelectorTest Running: testNextDebuggerForSession from OupsDebuggerSelectorTest Running: testNoDebuggerForSession from OupsDebuggerSelectorTestI am an Oups NULL debugging exception [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]  Running: testNoNextDebugger from OupsDebuggerSelectorTest Running: testOpenDebuggerError from OupsDebuggerSelectorTest Running: testOpenDebuggerForSession from OupsDebuggerSelectorTest Running: testOpenDebuggerWithErrorForSession from OupsDebuggerSelectorTest Running: testTryOpenWith from OupsDebuggerSelectorTest Running: testTryOpenWithSignalsError from OupsDebuggerSelectorTest Running: testAvailableDebuggers from OupsDebuggerSystemTest Running: testEnsureExceptionIn from OupsDebuggerSystemTest Running: testHandleDebugRequest from OupsDebuggerSystemTest Running: testHandleWarningDebugRequest from OupsDebuggerSystemTest Running: testPreDebugActionExecuted from OupsDebuggerSystemTest Running: testError from OupsSingleDebuggerSelectorTest Running: testErrorWhenOpeningDebugger from OupsSingleDebuggerSelectorTestError [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ] I am an Oups NULL debugging exception [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]  Running: testHandled from OupsSingleDebuggerSelectorTestError [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ] I am an Oups NULL debugging exception [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]  Running: testNextDebugger from OupsSingleDebuggerSelectorTest Running: testOpenDebuggerForSession from OupsSingleDebuggerSelectorTest Finished to run tests of Debugger-Oups-Tests in 34 milliseconds 468 microseconds Beginning to run tests of STON-Tests with random seed 334795366 Finished to run tests of Manifest-Tests in 987 milliseconds 218 microseconds Beginning to run tests of Calypso-SystemQueries-Tests with random seed 1048468914 Finished to run tests of STON-Tests in 1 second 306 milliseconds 140 microseconds Beginning to run tests of FileSystem-Memory-Tests with random seed 40184962 Finished to run tests of Calypso-SystemQueries-Tests in 966 milliseconds 574 microseconds Beginning to run tests of Clap-Tests with random seed 956752253 Finished to run tests of Clap-Tests in 13 milliseconds 872 microseconds Beginning to run tests of Refactoring-Core-Tests with random seed 676182412 Finished to run tests of FileSystem-Memory-Tests in 2 seconds 440 milliseconds 675 microseconds Beginning to run tests of Files-Tests with random seed 54044174 Finished to run tests of Refactoring-Core-Tests in 1 second 940 milliseconds 808 microseconds Beginning to run tests of System-SessionManager-Tests with random seed 651063842 Finished to run tests of System-SessionManager-Tests in 4 milliseconds 353 microseconds Beginning to run tests of Tool-ImageCleaner-Tests with random seed 981717543 Finished to run tests of Tool-ImageCleaner-Tests in 1 millisecond 187 microseconds Beginning to run tests of FileSystem-Disk-Tests with random seed 450671145 Finished to run tests of FileSystem-Disk-Tests in 2 seconds 122 milliseconds 663 microseconds Beginning to run tests of NewTools-SettingsBrowser-Tests with random seed 517028212 Finished to run tests of NewTools-SettingsBrowser-Tests in 1 second 961 milliseconds 218 microseconds Beginning to run tests of Beacon-Core-Tests with random seed 580364573 Finished to run tests of Beacon-Core-Tests in 2 milliseconds 73 microseconds Beginning to run tests of Collections-Stack-Tests with random seed 224061727 Finished to run tests of Collections-Stack-Tests in 1 millisecond 569 microseconds Beginning to run tests of Ring-Definitions-Monticello-Tests with random seed 158658850 Finished to run tests of Ring-Definitions-Monticello-Tests in 5 milliseconds 548 microseconds Beginning to run tests of Equals-Tests with random seed 1027533351 Finished to run tests of Equals-Tests in 25 milliseconds 308 microseconds Beginning to run tests of Collections-Strings-Tests with random seed 693322304 Finished to run tests of Collections-Strings-Tests in 659 milliseconds 616 microseconds Beginning to run tests of Roassal-Layouts-Tests with random seed 196801753 Finished to run tests of Roassal-Layouts-Tests in 23 milliseconds 664 microseconds Beginning to run tests of Kernel-ExtraUtils with random seed 229563634 Finished to run tests of Kernel-ExtraUtils in 5 milliseconds 937 microseconds Beginning to run tests of System-Object Events-Tests with random seed 77049079 Finished to run tests of System-Object Events-Tests in 44 milliseconds 715 microseconds Beginning to run tests of Metacello-TestsMCCore with random seed 144975652 MetacelloNotification: testFileTreeRepository: /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/temp/repo Finished to run tests of Metacello-TestsMCCore in 15 milliseconds 102 microseconds Beginning to run tests of FileSystem-Tests-Attributes with random seed 221820723 Finished to run tests of FileSystem-Tests-Attributes in 10 milliseconds 868 microseconds Beginning to run tests of Zinc-Tests with random seed 25394240 Finished to run tests of Files-Tests in 4 seconds 840 milliseconds 483 microseconds Beginning to run tests of Calypso-SystemPlugins-Undeclared-Queries-Tests with random seed 278331638 Finished to run tests of Calypso-SystemPlugins-Undeclared-Queries-Tests in 5 milliseconds 180 microseconds Beginning to run tests of DrTests-CommentsToTests-Tests with random seed 279988476 Finished to run tests of DrTests-CommentsToTests-Tests in 8 milliseconds 290 microseconds Beginning to run tests of Regex-Core-Tests with random seed 498409477 Finished to run tests of Regex-Core-Tests in 35 milliseconds 323 microseconds Beginning to run tests of Spec2-Code-Tests with random seed 716222504 Finished to run tests of Spec2-Code-Tests in 1 second 461 milliseconds 649 microseconds Beginning to run tests of Collections-Tests with random seed 875570656 Finished to run tests of Collections-Tests in 3 milliseconds 746 microseconds Beginning to run tests of NewTools-Playground-Tests with random seed 1073450724 Finished to run tests of NewTools-Playground-Tests in 615 milliseconds 759 microseconds Beginning to run tests of Spec2-Tests with random seed 304773963 Finished to run tests of Zinc-Tests in 9 seconds 688 milliseconds 336 microseconds Beginning to run tests of Athens-Core-Tests with random seed 494691609 Finished to run tests of Athens-Core-Tests in 5 milliseconds 66 microseconds Beginning to run tests of NewTools-DocumentBrowser-GitHubResource-Tests with random seed 111621406 Finished to run tests of Spec2-Tests in 9 seconds 461 milliseconds 623 microseconds Beginning to run tests of System-Utilities-Tests with random seed 884145479 Finished to run tests of System-Utilities-Tests in 7 milliseconds 838 microseconds Beginning to run tests of Tool-ExternalBrowser-Tests with random seed 170954319 Finished to run tests of Tool-ExternalBrowser-Tests in 106 milliseconds 183 microseconds Beginning to run tests of Hiedra-Tests with random seed 26465977 Finished to run tests of Hiedra-Tests in 65 milliseconds 61 microseconds Beginning to run tests of Zodiac-Tests with random seed 925351676 Finished to run tests of NewTools-DocumentBrowser-GitHubResource-Tests in 2 seconds 384 milliseconds 512 microseconds Beginning to run tests of NumberParser-Tests with random seed 94857072 Finished to run tests of NumberParser-Tests in 94 milliseconds 532 microseconds Beginning to run tests of Specific-Rules-Tests with random seed 625425615 Finished to run tests of Specific-Rules-Tests in 3 milliseconds 302 microseconds Beginning to run tests of Ring-Definitions-Tests-Containers with random seed 468694994 Finished to run tests of Ring-Definitions-Tests-Containers in 2 milliseconds 3 microseconds Beginning to run tests of Fonts-Infrastructure-Tests with random seed 8373460 Finished to run tests of Fonts-Infrastructure-Tests in 1 millisecond 53 microseconds Beginning to run tests of Flashback-Decompiler-Tests with random seed 645735639 1 1 2 2 Finished to run tests of Flashback-Decompiler-Tests in 212 milliseconds 820 microseconds Beginning to run tests of Tools-Tests with random seed 155356332 Finished to run tests of Tools-Tests in 110 milliseconds 457 microseconds Beginning to run tests of ReferenceFinder-Core with random seed 88165914 Level 1 with 1 objects to search Level 2 with 1 objects to search Level 3 with 1 objects to searchFinished to run tests of ReferenceFinder-Core in 942 microseconds Beginning to run tests of Metacello-Gitlab-Tests with random seed 557100570 Finished to run tests of Metacello-Gitlab-Tests in 1 millisecond 125 microseconds Beginning to run tests of Tools-CodeNavigation-Tests with random seed 924147229 Finished to run tests of Tools-CodeNavigation-Tests in 13 milliseconds 304 microseconds Beginning to run tests of Debugging-Utils-Tests with random seed 793974313 Finished to run tests of Debugging-Utils-Tests in 231 milliseconds 961 microseconds Beginning to run tests of FormCanvas-Tests with random seed 385499666 Finished to run tests of FormCanvas-Tests in 2 milliseconds 461 microseconds Beginning to run tests of Ring-Definitions-Core-Tests with random seed 88572181 Finished to run tests of Ring-Definitions-Core-Tests in 35 milliseconds 661 microseconds Beginning to run tests of NECompletion-Tests with random seed 109482554 9 11 9 10 4 8 10 8 9 3 8 10 8 9 3 6 8 6 7 1 6 8 6 7 1 27 26 18 28 27 18 27 27 28 19 17 7 27 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 2 18 Finished to run tests of NECompletion-Tests in 155 milliseconds 461 microseconds Beginning to run tests of NewTools-Debugger-Tests with random seed 468947414 NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) Finished to run tests of Spec2-Backend-Tests in 43 seconds 984 milliseconds Beginning to run tests of SUnit-Support-UITesting-Tests with random seed 521319235 Finished to run tests of SUnit-Support-UITesting-Tests in 44 milliseconds Beginning to run tests of Calypso-SystemPlugins-Reflectivity-Queries-Tests with random seed 1015352176 Finished to run tests of Calypso-SystemPlugins-Reflectivity-Queries-Tests in 632 milliseconds Beginning to run tests of Collections-Atomic-Tests with random seed 56649194 Finished to run tests of Collections-Atomic-Tests in 62 milliseconds Beginning to run tests of Renraku-Tests with random seed 964509481 Finished to run tests of Renraku-Tests in 4 seconds 630 milliseconds Beginning to run tests of NewTools-RewriterTools-Backend-Tests with random seed 337106499 Finished to run tests of NewTools-RewriterTools-Backend-Tests in 32 milliseconds Beginning to run tests of Network-Tests with random seed 210056548 Finished to run tests of Zodiac-Tests in 8 seconds 596 milliseconds 444 microseconds Beginning to run tests of Roassal-BaselineMap-Tests with random seed 261002128 Finished to run tests of Roassal-BaselineMap-Tests in 57 milliseconds 140 microseconds Beginning to run tests of Metacello-TestsCore with random seed 594105291 MetacelloNotification: Recording baseline of BaselineOfTestToLock1... MetacelloNotification: Project: TestToLock2 MetacelloNotification: ...finished baseline MetacelloNotification: Recording baseline of BaselineOfTestToLock1... MetacelloNotification: Project: TestToLock2 MetacelloNotification: Project is locked, skipping. MetacelloNotification: ...finished baseline Finished to run tests of Metacello-TestsCore in 39 milliseconds 663 microseconds Beginning to run tests of System-Platforms-Tests with random seed 1033613555 Finished to run tests of System-Platforms-Tests in 4 milliseconds 942 microseconds Beginning to run tests of Athens-Cairo-Tests with random seed 28902393 Fontconfig error: Cannot load default config file Finished to run tests of Athens-Cairo-Tests in 25 milliseconds 275 microseconds Beginning to run tests of Spec2-Morphic-Tests with random seed 756755220 Finished to run tests of NewTools-Debugger-Tests in 8 seconds 405 milliseconds 238 microseconds Beginning to run tests of Text-Tests with random seed 836359084 Finished to run tests of Text-Tests in 11 milliseconds 42 microseconds Beginning to run tests of Calypso-SystemPlugins-Critic-Queries-Tests with random seed 681192377 Finished to run tests of Calypso-SystemPlugins-Critic-Queries-Tests in 151 milliseconds 21 microseconds Beginning to run tests of Roassal-SVG-Tests with random seed 11110479 Finished to run tests of Roassal-SVG-Tests in 7 milliseconds 553 microseconds Beginning to run tests of ReflectionMirrors-Primitives-Tests with random seed 643119191 Finished to run tests of ReflectionMirrors-Primitives-Tests in 5 milliseconds 454 microseconds Beginning to run tests of General-Rules-Tests with random seed 153461596 Finished to run tests of Spec2-Morphic-Tests in 2 seconds 695 milliseconds 651 microseconds Beginning to run tests of System-Localization-Tests with random seed 1039244957 Finished to run tests of System-Localization-Tests in 4 milliseconds 788 microseconds Beginning to run tests of Calypso-SystemPlugins-Reflectivity-Browser-Tests with random seed 713846179 Finished to run tests of Calypso-SystemPlugins-Reflectivity-Browser-Tests in 209 milliseconds 560 microseconds Beginning to run tests of Morphic-Widgets-Taskbar-Tests with random seed 725321587 Finished to run tests of Morphic-Widgets-Taskbar-Tests in 21 milliseconds 605 microseconds Beginning to run tests of AI-Algorithms-Graph-Tests with random seed 223571850 Finished to run tests of AI-Algorithms-Graph-Tests in 20 milliseconds 730 microseconds Beginning to run tests of Manifest-Tests with random seed 113618079 Finished to run tests of Manifest-Tests in 892 milliseconds 81 microseconds Beginning to run tests of Calypso-SystemQueries-Tests with random seed 964487963 NewUndeclaredWarning: ReStringConcatenationRuleTest>>method (string is Undeclared) NewUndeclaredWarning: ReStringConcatenationRuleTest>>method (string is Undeclared) Finished to run tests of General-Rules-Tests in 2 seconds 410 milliseconds 396 microseconds Beginning to run tests of Collections-Arithmetic-Tests with random seed 988338890 Finished to run tests of Collections-Arithmetic-Tests in 2 milliseconds 707 microseconds Beginning to run tests of Spec2-Commander2-Tests with random seed 464239053 Finished to run tests of Spec2-Commander2-Tests in 5 milliseconds 882 microseconds Beginning to run tests of NewTools-DocumentBrowser-Tests with random seed 878531282 Finished to run tests of NewTools-DocumentBrowser-Tests in 37 milliseconds 374 microseconds Beginning to run tests of DrTests-TestsProfiling-Tests with random seed 207375095 Finished to run tests of DrTests-TestsProfiling-Tests in 2 milliseconds 595 microseconds Beginning to run tests of Math-Operations-Extensions-Tests with random seed 247149050 Finished to run tests of Math-Operations-Extensions-Tests in 890 microseconds Beginning to run tests of Calypso-NavigationModel-Tests with random seed 247620092 Finished to run tests of Calypso-SystemQueries-Tests in 995 milliseconds 169 microseconds Beginning to run tests of Clap-Tests with random seed 627531524 Finished to run tests of Clap-Tests in 13 milliseconds 160 microseconds Beginning to run tests of Refactoring-Core-Tests with random seed 495818515 Finished to run tests of Refactoring-Core-Tests in 2 seconds 62 milliseconds 301 microseconds Beginning to run tests of System-SessionManager-Tests with random seed 19502882 Finished to run tests of System-SessionManager-Tests in 4 milliseconds 425 microseconds Beginning to run tests of Tool-ImageCleaner-Tests with random seed 340145958 Finished to run tests of Tool-ImageCleaner-Tests in 1 millisecond 204 microseconds Beginning to run tests of FileSystem-Disk-Tests with random seed 234772265 Finished to run tests of Calypso-NavigationModel-Tests in 3 seconds 565 milliseconds 190 microseconds Beginning to run tests of Collections-Support-Tests with random seed 88125675 Finished to run tests of Collections-Support-Tests in 61 milliseconds 309 microseconds Beginning to run tests of Reflectivity-Tests with random seed 346575657 Finished to run tests of FileSystem-Disk-Tests in 2 seconds 77 milliseconds 848 microseconds Beginning to run tests of NewTools-SettingsBrowser-Tests with random seed 750240838 an Object Finished to run tests of NewTools-SettingsBrowser-Tests in 1 second 113 milliseconds 499 microseconds Beginning to run tests of Beacon-Core-Tests with random seed 1063973025 Finished to run tests of Beacon-Core-Tests in 2 milliseconds 398 microseconds Beginning to run tests of Collections-Stack-Tests with random seed 385626275 Finished to run tests of Collections-Stack-Tests in 1 millisecond 761 microseconds Beginning to run tests of Ring-Definitions-Monticello-Tests with random seed 618236069 Finished to run tests of Ring-Definitions-Monticello-Tests in 5 milliseconds 777 microseconds Beginning to run tests of Equals-Tests with random seed 892025771 Finished to run tests of Equals-Tests in 31 milliseconds 214 microseconds Beginning to run tests of Collections-Strings-Tests with random seed 554222539 Finished to run tests of Collections-Strings-Tests in 752 milliseconds 165 microseconds Beginning to run tests of Roassal-Layouts-Tests with random seed 790034109 Finished to run tests of Roassal-Layouts-Tests in 18 milliseconds 970 microseconds Beginning to run tests of Kernel-ExtraUtils with random seed 539733714 Finished to run tests of Kernel-ExtraUtils in 7 milliseconds 362 microseconds Beginning to run tests of System-Object Events-Tests with random seed 1046347480 Finished to run tests of System-Object Events-Tests in 52 milliseconds 393 microseconds Beginning to run tests of Metacello-TestsMCCore with random seed 684631823 MetacelloNotification: testFileTreeRepository: /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/temp/repo Finished to run tests of Metacello-TestsMCCore in 19 milliseconds 80 microseconds Beginning to run tests of FileSystem-Tests-Attributes with random seed 65451809 Finished to run tests of FileSystem-Tests-Attributes in 12 milliseconds 472 microseconds Beginning to run tests of Zinc-Tests with random seed 304333870 Finished to run tests of Reflectivity-Tests in 7 seconds 629 milliseconds 949 microseconds Beginning to run tests of Fuel-Core-Tests with random seed 445015799 Finished to run tests of Fuel-Core-Tests in 8 seconds 917 milliseconds 505 microseconds 39778 run, 39777 passes, 1 failures, 0 errors. [Pipeline] junit Recording test results Finished to run tests of Zinc-Tests in 12 seconds 807 milliseconds 189 microseconds Beginning to run tests of Athens-Core-Tests with random seed 392023351 Finished to run tests of Athens-Core-Tests in 6 milliseconds 392 microseconds Beginning to run tests of NewTools-DocumentBrowser-GitHubResource-Tests with random seed 322026813 Finished to run tests of NewTools-DocumentBrowser-GitHubResource-Tests in 2 seconds 98 milliseconds 57 microseconds Beginning to run tests of NumberParser-Tests with random seed 780482160 Finished to run tests of NumberParser-Tests in 101 milliseconds 770 microseconds Beginning to run tests of Specific-Rules-Tests with random seed 781059543 Finished to run tests of Specific-Rules-Tests in 4 milliseconds 342 microseconds Beginning to run tests of Ring-Definitions-Tests-Containers with random seed 950552283 Finished to run tests of Ring-Definitions-Tests-Containers in 1 millisecond 129 microseconds Beginning to run tests of Fonts-Infrastructure-Tests with random seed 1065070045 Finished to run tests of Fonts-Infrastructure-Tests in 1 millisecond 273 microseconds Beginning to run tests of Flashback-Decompiler-Tests with random seed 841764319 1 1 2 2[Pipeline] archiveArtifacts Archiving artifacts Finished to run tests of Flashback-Decompiler-Tests in 308 milliseconds 91 microseconds Beginning to run tests of Tools-Tests with random seed 89682708 Finished to run tests of Tools-Tests in 190 milliseconds 514 microseconds Beginning to run tests of ReferenceFinder-Core with random seed 546810069 Level 1 with 1 objects to search Level 2 with 1 objects to search Level 3 with 1 objects to searchFinished to run tests of ReferenceFinder-Core in 1 millisecond 389 microseconds Beginning to run tests of Metacello-Gitlab-Tests with random seed 560990421 Finished to run tests of Metacello-Gitlab-Tests in 2 milliseconds 114 microseconds Beginning to run tests of Tools-CodeNavigation-Tests with random seed 613923033 Finished to run tests of Tools-CodeNavigation-Tests in 24 milliseconds 690 microseconds Beginning to run tests of Debugging-Utils-Tests with random seed 690254066 Recording fingerprints Finished to run tests of Debugging-Utils-Tests in 320 milliseconds 659 microseconds Beginning to run tests of FormCanvas-Tests with random seed 67103026 Finished to run tests of FormCanvas-Tests in 3 milliseconds 923 microseconds Beginning to run tests of Ring-Definitions-Core-Tests with random seed 735701558 Finished to run tests of Ring-Definitions-Core-Tests in 60 milliseconds 461 microseconds Beginning to run tests of NECompletion-Tests with random seed 344406389 9 11 9 10 4 8 10 8 9 3 8 10 8 9 3 6 8 6 7 1 6 8 6 7 1 27 26 18 28 27 18 27 27 28 19 17 7 27 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 2 18 Finished to run tests of NECompletion-Tests in 277 milliseconds 999 microseconds Beginning to run tests of NewTools-Debugger-Tests with random seed 393412235 NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] fileExists [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) + mv progress.log progress-Tests-osx-64.log [Pipeline] sh NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) + cat progress-Tests-osx-64.log running suite: Fuel-Core-Tests starting testcase: FLBinaryFileStreamBasicSerializationTest>>testAllRangeOfIntegers ... finished in 171 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testArray ... finished in 5 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testAssociation ... finished in 13 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testBag ... finished in 3 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testBitmap ... finished in 8 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testByteArrays ... finished in 7 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCharacter ... finished in 6 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCollectionElement ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testColor ... finished in 4 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 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDate ... finished in 5 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateAndTime ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 0 seconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateOffsets ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateOffsetsChanging ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDictionary ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDuration ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptyArray ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptyDictionary ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptyOrderedCollection ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptySet ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testExceptions ... finished in 7 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 5 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFalse ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFloat ... finished in 21 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFraction ... finished in 8 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGlobalClass ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGlobalMetaclass ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGradientFillStyle ... finished in 5 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testInterval ... finished in 6 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLargeNegativeInteger ... finished in 3 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLargePositiveInteger ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLotsOfCharacters ... finished in 227 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLotsOfNils ... finished in 126 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testMethodDictionary ... finished in 5 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testNestedDictionary ... finished in 3 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testNil ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testNotSerializableObject ... finished in 0 seconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testOrderedCollection ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testPair ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testPoint ... finished in 6 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testReadStream ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRectangle ... finished in 3 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRemoteString ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRunArray ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testScaledDecimal ... finished in 7 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSet ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSetWithCollectionElement ... finished in 3 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSharedReferences ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallInteger ... finished in 4 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 0 seconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerMinValue ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerNegative ... finished in 0 seconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 94 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testString ... finished in 4 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 10 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSymbol ... finished in 5 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSystemEnvironment ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testTime ... finished in 21 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testTrue ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testUUID ... finished in 4 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideString ... finished in 5 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideStringClassName ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWordArray ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWriteStream ... finished in 1 millisecond starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesClean ... finished in 6 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesConstant ... finished in 3 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesFull ... finished in 8 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesClean ... finished in 5 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesConstant ... finished in 3 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesFull ... finished in 5 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureMaterializesClassVariablesCorrectly ... finished in 9 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedClean ... finished in 6 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedConstant ... finished in 4 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedFull ... finished in 5 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithClassVariableRead ... finished in 8 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithGlobalVariable ... finished in 6 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithSelfSend ... finished in 4 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithTempVariableRead ... finished in 4 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithThreeArguments ... finished in 6 milliseconds starting testcase: FLBlockClosureSerializationTest>>testCleanBlockClosure ... finished in 0 seconds starting testcase: FLBlockClosureSerializationTest>>testNestedBlockClosureConstant ... finished in 9 milliseconds starting testcase: FLBlockClosureSerializationTest>>testNestedCleanBlockClosure ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testAllRangeOfIntegers ... finished in 149 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testArray ... finished in 5 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testAssociation ... finished in 8 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testBag ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testBitmap ... finished in 7 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testByteArrays ... finished in 5 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testCharacter ... finished in 5 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testColor ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testColorArray ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testConsiderCustomGlobal ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testCyclicIdentitySet ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testCyclicLink ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testCyclicLinks ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testDate ... finished in 5 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 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testDictionary ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testDuration ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testEmptyArray ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testEmptyDictionary ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testEmptyOrderedCollection ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testEmptySet ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testExceptions ... finished in 6 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 4 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testFalse ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testFloat ... finished in 13 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testFraction ... finished in 7 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testGlobalClass ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testGlobalMetaclass ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testGradientFillStyle ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testInterval ... finished in 4 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testLargeNegativeInteger ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testLargePositiveInteger ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testLotsOfCharacters ... finished in 181 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testLotsOfNils ... finished in 84 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 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testPair ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testPoint ... finished in 5 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testReadStream ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testRectangle ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testRemoteString ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testRunArray ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testScaledDecimal ... finished in 7 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSet ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSetWithCollectionElement ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testSharedReferences ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testSmallInteger ... finished in 3 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 80 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSmalltalkGlobals ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testString ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 11 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSymbol ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSystemEnvironment ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testTime ... finished in 17 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testTrue ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testUUID ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testWideString ... finished in 6 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testWideStringClassName ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testWordArray ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testWriteStream ... finished in 1 millisecond starting testcase: FLCompiledMethodSerializationTest>>testDoIt ... finished in 6 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testInstalled ... finished in 2 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testInstalledModified ... finished in 3 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testMethodAccessingAClassVariable ... finished in 4 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testMethodAccessingAClassVariableInADoit ... finished in 3 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testNotInstalled ... finished in 5 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 1 millisecond starting testcase: FLConfigurationTest>>testOnStreamDoesNotCloseStream ... finished in 1 millisecond starting testcase: FLConfigurationTest>>testOnStreamWithReuse ... finished in 2 milliseconds starting testcase: FLConfigurationTest>>testOnStreamWrong ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFactory ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFactoryDefault ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFactoryMustAcceptNoArguments ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFactoryMustBeBlock ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFactoryWhenAlreadySet ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFinalizer ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFinalizerDefault ... finished in 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 5 milliseconds starting testcase: FLContextSerializationTest>>testContextWithClosureContextWithOutPointerTesting ... finished in 6 milliseconds starting testcase: FLContextSerializationTest>>testContextWithNilPc ... finished in 2 milliseconds starting testcase: FLContextSerializationTest>>testContextWithSender ... finished in 3 milliseconds starting testcase: FLContextSerializationTest>>testContextWithTemp ... finished in 3 milliseconds starting testcase: FLContextSerializationTest>>testDoIt ... finished in 23 milliseconds starting testcase: FLConvenienceExtensionTest>>testObjectSerializeOn ... finished in 2 milliseconds starting testcase: FLConvenienceExtensionTest>>testObjectSerializeToByteArray ... finished in 1 millisecond starting testcase: FLConvenienceExtensionTest>>testObjectSerializeToFileNamed ... finished in 2 milliseconds starting testcase: FLCreateClassSerializationTest>>testAnonymousBehaviorIsSerializable ... finished in 5 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 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithClassSideVariable ... finished in 8 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithClassVariable ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithCreatedTrait ... finished in 62 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithCreatedTraitWithInstanceVariable ... finished in 125 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithInstance ... finished in 9 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPool ... finished in 5 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPoolAndMethodReferencingAClassVariableOfIt ... finished in 12 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPoolAndMethodReferencingIt ... finished in 7 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithVariables ... finished in 5 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateCompiledMethodClass ... finished in 4 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateHierarchy ... finished in 9 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateHierarchyWithExistingClasses ... finished in 9 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateHierarchyWithSubclassSerializedBeforeSuperclass ... finished in 8 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateNormalClass ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateSharedPoolClass ... finished in 8 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateVariableByteClass ... finished in 5 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateVariableClass ... finished in 4 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateVariableWordClass ... finished in 5 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWeakClass ... finished in 5 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithClassSideInitializeMethod ... finished in 7 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithClassSideMethod ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithClassTrait ... finished in 51 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithClassVariableAccessors ... finished in 9 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithComment ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithExternalTrait ... finished in 50 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithInstance ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithInternalTrait ... finished in 58 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithMethod ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithNilEnvironment ... finished in 4 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithSmalltalkGlobalsEnvironment ... finished in 4 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithSubclass ... finished in 4 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithTraitOnClassSide ... finished in 38 milliseconds starting testcase: FLCreateClassSerializationTest>>testDoesNotCreatePackage ... finished in 4 milliseconds starting testcase: FLCreateClassSerializationTest>>testMaterializationDoesNotModifySerializedClass ... finished in 15 milliseconds starting testcase: FLCreateClassSerializationTest>>testSerializeAnonymousSubclass ... finished in 6 milliseconds starting testcase: FLCreateTraitSerializationTest>>testAnonymousBehaviorIsSerializable ... finished in 57 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCompiledMethodClassBinding ... finished in 26 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateBasic ... finished in 21 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithClassSideMethod ... finished in 29 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithClassTrait ... finished in 49 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithComment ... finished in 26 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithExternalTrait ... finished in 42 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithInstance ... finished in 47 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithInternalTrait ... finished in 50 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithMethod ... finished in 29 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithTraitOnClassSide ... finished in 47 milliseconds starting testcase: FLCreateTraitSerializationTest>>testDoesNotCreatePackage ... finished in 25 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 1 millisecond starting testcase: FLEphemeronTest>>testSupportForWeakKeyAssociation ... finished in 0 seconds starting testcase: FLEphemeronTest>>testWeakKeyAssociationMourningBeforeMaterialization ... finished in 127 milliseconds starting testcase: FLEphemeronTest>>testWeakKeyAssociationMourningBeforeSerialization ... finished in 61 milliseconds starting testcase: FLEphemeronTest>>testWeakKeyAssociationWithStrongReference ... finished in 124 milliseconds starting testcase: FLEphemeronTest>>testWeakKeyAssociationWithStrongReferenceInGraph ... finished in 125 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testAllRangeOfIntegers ... finished in 63 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testArray ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testAssociation ... finished in 4 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testBag ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testBitmap ... finished in 5 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testByteArrays ... finished in 5 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCharacter ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testColor ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testColorArray ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testConsiderCustomGlobal ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCyclicIdentitySet ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCyclicLink ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCyclicLinks ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDate ... finished in 5 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 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDictionary ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDuration ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptyArray ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptyDictionary ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptyOrderedCollection ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptySet ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testExceptions ... finished in 5 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFalse ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFloat ... finished in 13 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFraction ... finished in 5 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGlobalClass ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGlobalMetaclass ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGradientFillStyle ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testInterval ... finished in 4 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLargeNegativeInteger ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLargePositiveInteger ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLotsOfCharacters ... finished in 158 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 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testNotSerializableObject ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testOrderedCollection ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testPair ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testPoint ... finished in 4 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testReadStream ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRectangle ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRemoteString ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRunArray ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testScaledDecimal ... finished in 7 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSet ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSetWithCollectionElement ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSharedReferences ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallInteger ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerMinValue ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerNegative ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 76 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmalltalkGlobals ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testString ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 10 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSymbol ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSystemEnvironment ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testTime ... finished in 20 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testTrue ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testUUID ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideString ... finished in 6 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideStringClassName ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWordArray ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWriteStream ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testAllRangeOfIntegers ... finished in 142 milliseconds starting testcase: FLFullBasicSerializationTest>>testArray ... finished in 4 milliseconds starting testcase: FLFullBasicSerializationTest>>testAssociation ... finished in 8 milliseconds starting testcase: FLFullBasicSerializationTest>>testBag ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testBitmap ... finished in 6 milliseconds starting testcase: FLFullBasicSerializationTest>>testByteArrays ... finished in 5 milliseconds starting testcase: FLFullBasicSerializationTest>>testCharacter ... finished in 4 milliseconds starting testcase: FLFullBasicSerializationTest>>testClassGlobalAssociation ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testClassVariable ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testCollectionElement ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testColor ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testColorArray ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testConsiderCustomGlobal ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testConsiderGlobalAClass ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testConsiderGlobalAnObject ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testCreateClassWithChangedSuperclassFormat ... finished in 24 milliseconds starting testcase: FLFullBasicSerializationTest>>testCyclicIdentitySet ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testCyclicLink ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testCyclicLinks ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testDate ... finished in 3 milliseconds starting testcase: FLFullBasicSerializationTest>>testDateAndTime ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testDateOffsets ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testDateOffsetsChanging ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testDictionary ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testDuration ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testEmptyArray ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testEmptyDictionary ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testEmptyOrderedCollection ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testEmptySet ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testExceptions ... finished in 5 milliseconds starting testcase: FLFullBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 5 milliseconds starting testcase: FLFullBasicSerializationTest>>testFalse ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testFloat ... finished in 13 milliseconds starting testcase: FLFullBasicSerializationTest>>testFraction ... finished in 6 milliseconds starting testcase: FLFullBasicSerializationTest>>testGlobalClass ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testGlobalMetaclass ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testGradientFillStyle ... finished in 3 milliseconds starting testcase: FLFullBasicSerializationTest>>testInterval ... finished in 4 milliseconds starting testcase: FLFullBasicSerializationTest>>testLargeNegativeInteger ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testLargePositiveInteger ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testLotsOfCharacters ... finished in 166 milliseconds starting testcase: FLFullBasicSerializationTest>>testLotsOfNils ... finished in 73 milliseconds starting testcase: FLFullBasicSerializationTest>>testMethodDictionaries ... finished in 2 seconds 124 milliseconds starting testcase: FLFullBasicSerializationTest>>testMethodDictionary ... finished in 5 milliseconds starting testcase: FLFullBasicSerializationTest>>testNestedDictionary ... finished in 3 milliseconds starting testcase: FLFullBasicSerializationTest>>testNil ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testNotSerializableObject ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testOrderedCollection ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testPair ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testPoint ... finished in 4 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 3 milliseconds starting testcase: FLFullBasicSerializationTest>>testScaledDecimal ... finished in 9 milliseconds starting testcase: FLFullBasicSerializationTest>>testSet ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testSetWithCollectionElement ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testSharedReferences ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testSmallInteger ... finished in 3 milliseconds starting testcase: FLFullBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testSmallIntegerMinValue ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testSmallIntegerNegative ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 76 milliseconds starting testcase: FLFullBasicSerializationTest>>testSmalltalkGlobalAssociation ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testString ... finished in 4 milliseconds starting testcase: FLFullBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 9 milliseconds starting testcase: FLFullBasicSerializationTest>>testSymbol ... finished in 3 milliseconds starting testcase: FLFullBasicSerializationTest>>testSystemEnvironment ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testTime ... finished in 20 milliseconds starting testcase: FLFullBasicSerializationTest>>testTrue ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testUUID ... finished in 4 milliseconds starting testcase: FLFullBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testWideString ... finished in 5 milliseconds starting testcase: FLFullBasicSerializationTest>>testWideStringClassName ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testWordArray ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testWriteStream ... finished in 1 millisecond starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodes ... finished in 9 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesClean ... finished in 8 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesConstant ... finished in 5 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesNonClean ... finished in 5 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesConstant ... finished in 3 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedClean ... finished in 4 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedConstant ... finished in 3 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedFull ... finished in 6 milliseconds starting testcase: FLFullHeaderSerializationTest>>testAdditionalObjects ... finished in 3 milliseconds starting testcase: FLFullHeaderSerializationTest>>testJustMaterializeHeader ... finished in 1 millisecond starting testcase: FLFullHeaderSerializationTest>>testPostMaterializationActions ... finished in 21 milliseconds starting testcase: FLFullHeaderSerializationTest>>testPostMaterializationActionsMustBeClean ... finished in 1 millisecond starting testcase: FLFullHeaderSerializationTest>>testPreMaterializationActions ... finished in 13 milliseconds starting testcase: FLFullHeaderSerializationTest>>testPreMaterializationActionsMustBeClean ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testAllRangeOfIntegers ... finished in 183 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testArray ... finished in 5 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testAssociation ... finished in 10 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testBag ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testBitmap ... finished in 19 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testByteArray ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testByteArrays ... finished in 6 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testCharacter ... finished in 5 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testColor ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testColorArray ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testCompleteBinaryTree ... finished in 96 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testConsiderCustomGlobal ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testCyclicIdentitySet ... finished in 0 seconds starting testcase: FLGZippedBasicSerializationTest>>testCyclicLink ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testCyclicLinks ... finished in 0 seconds starting testcase: FLGZippedBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testDate ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testDateAndTime ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 0 seconds starting testcase: FLGZippedBasicSerializationTest>>testDateOffsets ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testDateOffsetsChanging ... finished in 0 seconds starting testcase: FLGZippedBasicSerializationTest>>testDictionary ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testDuration ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testEmptyArray ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testEmptyDictionary ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testEmptyOrderedCollection ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testEmptySet ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testExceptions ... finished in 5 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 5 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testFalse ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testFloat ... finished in 16 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testFraction ... finished in 8 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testGlobalClass ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testGlobalMetaclass ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testGradientFillStyle ... finished in 4 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testInterval ... finished in 6 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testLargeNegativeInteger ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testLargePositiveInteger ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testLotsOfCharacters ... finished in 402 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testLotsOfNils ... finished in 78 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testMethodDictionary ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testNestedDictionary ... finished in 4 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testNil ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testNotSerializableObject ... finished in 0 seconds starting testcase: FLGZippedBasicSerializationTest>>testOrderedCollection ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testPair ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testPairs ... finished in 106 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testPoint ... finished in 5 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testReadStream ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testRectangle ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testRemoteString ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testRunArray ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testScaledDecimal ... finished in 8 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSet ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testSetWithCollectionElement ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testSharedReferences ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testSmallInteger ... finished in 4 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 95 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testString ... finished in 4 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 11 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSymbol ... finished in 4 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSystemEnvironment ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testTime ... finished in 22 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 9 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testWideStringClassName ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds starting testcase: FLGZippedBasicSerializationTest>>testWordArray ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testWriteStream ... finished in 1 millisecond starting testcase: FLGlobalClassSerializationTest>>testClassSideMethodNotFoundAfterRemoval ... finished in 4 milliseconds starting testcase: FLGlobalClassSerializationTest>>testClassSideMethodPreservesIdentity ... finished in 2 milliseconds starting testcase: FLGlobalClassSerializationTest>>testClassSideObsolete ... finished in 1 millisecond starting testcase: FLGlobalClassSerializationTest>>testClassSidePreservesIdentity ... finished in 1 millisecond starting testcase: FLGlobalClassSerializationTest>>testInstanceOfAnObsoleteClass ... finished in 1 millisecond starting testcase: FLGlobalClassSerializationTest>>testMethodNotFoundAfterRemoval ... finished in 1 millisecond starting testcase: FLGlobalClassSerializationTest>>testMethodPreservesIdentity ... finished in 1 millisecond starting testcase: FLGlobalClassSerializationTest>>testNotFoundAfterRemoval ... finished in 1 millisecond starting testcase: FLGlobalClassSerializationTest>>testNotFoundAfterRename ... finished in 1 millisecond starting testcase: FLGlobalClassSerializationTest>>testObsolete ... finished in 1 millisecond starting testcase: FLGlobalClassSerializationTest>>testPreservesIdentity ... finished in 2 milliseconds starting testcase: FLGlobalEnvironmentTest>>testClassSideCompiledMethod ... finished in 4 milliseconds starting testcase: FLGlobalEnvironmentTest>>testCompiledMethod ... finished in 3 milliseconds starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChanged ... finished in 3 milliseconds starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChangedConstant ... finished in 2 milliseconds starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChangedNonClean ... finished in 2 milliseconds starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodNotChangedConstant ... finished in 3 milliseconds starting testcase: FLGlobalEnvironmentTest>>testConsiderCustomGlobal ... finished in 0 seconds starting testcase: FLGlobalEnvironmentTest>>testConsiderCustomGlobalNotFound ... finished in 0 seconds starting testcase: FLGlobalEnvironmentTest>>testDontConsiderCustomGlobal ... finished in 0 seconds starting testcase: FLGlobalEnvironmentTest>>testGlobalClass ... finished in 0 seconds starting testcase: FLGlobalEnvironmentTest>>testGlobalClassNotFound ... finished in 0 seconds starting testcase: FLGlobalEnvironmentTest>>testGlobalMetaclass ... finished in 1 millisecond starting testcase: FLGlobalEnvironmentTest>>testGlobalMetaclassNotFound ... finished in 0 seconds starting testcase: FLGlobalSendSerializationTest>>testBasic ... finished in 0 seconds starting testcase: FLGlobalSendSerializationTest>>testGlobalNotFound ... finished in 0 seconds starting testcase: FLGlobalTraitSerializationTest>>testClassSideMethodNotFoundAfterRemoval ... finished in 9 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testClassSideMethodPreservesIdentity ... finished in 7 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testClassSideObsolete ... finished in 6 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testClassSidePreservesIdentity ... finished in 6 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testCreateClassWithCreatedTraitWithInstanceVariable ... finished in 28 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testMethodNotFoundAfterRemoval ... finished in 8 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testMethodPreservesIdentity ... finished in 7 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testNotFoundAfterRemoval ... finished in 7 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testNotFoundAfterRename ... finished in 6 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testObsolete ... finished in 7 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testPreservesIdentity ... finished in 6 milliseconds starting testcase: FLHashedCollectionSerializationTest>>testDictionaryRehash ... finished in 2 milliseconds starting testcase: FLHashedCollectionSerializationTest>>testSetRehash ... finished in 1 millisecond starting testcase: FLHeaderSerializationTest>>testAdditionalObjects ... finished in 1 millisecond starting testcase: FLHeaderSerializationTest>>testJustMaterializeHeader ... finished in 1 millisecond starting testcase: FLHeaderSerializationTest>>testPostMaterializationActions ... finished in 15 milliseconds starting testcase: FLHeaderSerializationTest>>testPostMaterializationActionsMustBeClean ... finished in 1 millisecond starting testcase: FLHeaderSerializationTest>>testPreMaterializationActions ... finished in 13 milliseconds starting testcase: FLHeaderSerializationTest>>testPreMaterializationActionsMustBeClean ... finished in 2 milliseconds starting testcase: FLHookedSubstitutionTest>>testAvoidRecursion ... finished in 1 millisecond starting testcase: FLHookedSubstitutionTest>>testClassWithCachedValueByNil ... finished in 5 milliseconds starting testcase: FLHookedSubstitutionTest>>testObjectByProxyThatBecomesItsContent ... finished in 3 milliseconds starting testcase: FLHookedSubstitutionTest>>testProxyByTarget ... finished in 2 milliseconds starting testcase: FLHookedSubstitutionTest>>testProxyByTargetAnalisysIsPropagated ... finished in 3 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 5 milliseconds starting testcase: FLHookedSubstitutionTest>>testTransientByNil ... finished in 2 milliseconds starting testcase: FLIgnoredVariablesTest>>testAllVariablesIgnored ... finished in 2 milliseconds starting testcase: FLIgnoredVariablesTest>>testIgnoredValueIsNotMaterialized ... finished in 2 milliseconds starting testcase: FLIgnoredVariablesTest>>testOneIgnoredVariable ... finished in 2 milliseconds starting testcase: FLIgnoredVariablesTest>>testTwoIgnoredVariables ... finished in 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 3 milliseconds starting testcase: FLLimitingSerializationTest>>testDepthLimit ... finished in 2 milliseconds starting testcase: FLLimitingSerializationTest>>testEnableObjectsLimitWarning ... finished in 2 milliseconds 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 1 millisecond starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFromByteArray ... finished in 1 millisecond starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFromFileNamed ... finished in 2 milliseconds starting testcase: FLMaterializerTest>>testDisableMethodChangedWarning ... finished in 0 seconds starting testcase: FLMaterializerTest>>testMaterialize ... finished in 2 milliseconds starting testcase: FLMaterializerTest>>testMaterializeHeader ... finished in 1 millisecond starting testcase: FLMaterializerTest>>testMaterializeObjectCollection ... finished in 3 milliseconds starting testcase: FLMaterializerTest>>testMaterializeRoot ... finished in 1 millisecond starting testcase: FLMaterializerTest>>testMigrateClassNamedToClass ... finished in 1 millisecond 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 55 milliseconds starting testcase: FLMigrationTest>>testClassAndVariableRename ... finished in 11 milliseconds starting testcase: FLMigrationTest>>testClassRename ... finished in 3 milliseconds starting testcase: FLMigrationTest>>testFormatFixedToVariable ... finished in 1 millisecond starting testcase: FLMigrationTest>>testSuperclassChange ... finished in 12 milliseconds starting testcase: FLMigrationTest>>testVariableInsertion ... finished in 11 milliseconds starting testcase: FLMigrationTest>>testVariableOrderChange ... finished in 11 milliseconds starting testcase: FLMigrationTest>>testVariableRemoved ... finished in 11 milliseconds starting testcase: FLMigrationTest>>testVariableRename ... finished in 10 milliseconds starting testcase: FLPluggableSubstitutionTest>>testAvoidRecursion ... finished in 1 millisecond starting testcase: FLPluggableSubstitutionTest>>testLowercaseSomeSymbols ... finished in 1 millisecond 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 2 milliseconds starting testcase: FLPluggableSubstitutionTest>>testSubstituteUndefinedObjectInPresenceOfNil ... finished in 1 millisecond starting testcase: FLPluggableSubstitutionTest>>testTransientPair ... finished in 1 millisecond starting testcase: FLPluggableSubstitutionTest>>testTransientPairLeft ... finished in 2 milliseconds starting testcase: FLPluggableSubstitutionTest>>testUniqueSubstitution ... finished in 1 millisecond starting testcase: FLProcessSerializationTest>>testSerializingShortDelay ... finished in 133 milliseconds starting testcase: FLSequencedSerializationTest>>testComplexObjects ... finished in 19 milliseconds starting testcase: FLSequencedSerializationTest>>testPrimitiveObjects ... finished in 38 milliseconds starting testcase: FLSerializerConvenienceMethodsTest>>testSerializeOn ... finished in 1 millisecond starting testcase: FLSerializerConvenienceMethodsTest>>testSerializeToByteArray ... finished in 1 millisecond starting testcase: FLSerializerConvenienceMethodsTest>>testToFileNamed ... finished in 2 milliseconds starting testcase: FLSerializerTest>>testAddPostMaterializationAction ... finished in 2 milliseconds starting testcase: FLSerializerTest>>testAddPostMaterializationActionCanAcceptThreeArguments ... finished in 1 millisecond starting testcase: FLSerializerTest>>testAddPostMaterializationActionMustBeBlock ... finished in 0 seconds starting testcase: FLSerializerTest>>testAddPostMaterializationActionMustBeCleanBlock ... finished in 0 seconds starting testcase: FLSerializerTest>>testAddPreMaterializationAction ... finished in 1 millisecond starting testcase: FLSerializerTest>>testAddPreMaterializationActionCanAcceptTwoArguments ... finished in 0 seconds starting testcase: FLSerializerTest>>testAddPreMaterializationActionMustBeBlock ... finished in 0 seconds starting testcase: FLSerializerTest>>testAddPreMaterializationActionMustBeCleanBlock ... finished in 0 seconds starting testcase: FLSerializerTest>>testAtPutAdditionalObject ... finished in 0 seconds starting testcase: FLSerializerTest>>testEnableLimitObjectsException ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeAllBehaviors ... finished in 7 milliseconds starting testcase: FLSerializerTest>>testFullySerializeAllBehaviorsMustBeCollection ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeAllMethods ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeAllMethodsMustBeCollection ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeBehavior ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeBehaviorMustBeBehavior ... finished in 5 milliseconds starting testcase: FLSerializerTest>>testFullySerializeBehaviorUsesSet ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeMethod ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeMethodMustBeMethod ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeMethodUsesSet ... finished in 0 seconds starting testcase: FLSerializerTest>>testLimitDepthTo ... finished in 0 seconds starting testcase: FLSerializerTest>>testLimitObjectsTo ... finished in 0 seconds starting testcase: FLSerializerTest>>testLookUpAllInGlobalsMustBeCollection ... finished in 0 seconds starting testcase: FLSerializerTest>>testLookUpInGlobalsMustBeGlobal ... finished in 2 milliseconds starting testcase: FLSerializerTest>>testLookUpInGlobalsSymbolKey ... finished in 0 seconds starting testcase: FLSerializerTest>>testLookupAllInGlobals ... finished in 0 seconds starting testcase: FLSerializerTest>>testObject ... finished in 0 seconds starting testcase: FLSerializerTest>>testObjectCollection ... finished in 0 seconds starting testcase: FLSerializerTest>>testObjectCollectionMustBeCollection ... finished in 0 seconds starting testcase: FLSerializerTest>>testObjectCollectionWhenAlreadySet ... finished in 0 seconds starting testcase: FLSerializerTest>>testObjectWhenAlreadySet ... finished in 0 seconds starting testcase: FLSerializerTest>>testWhenSubstituteBy ... finished in 0 seconds starting testcase: FLSerializerTest>>testWhenSubstituteByMustAcceptSingleArgument ... finished in 0 seconds starting testcase: FLSerializerTest>>testWhenSubstituteByMustBeBlocks ... finished in 0 seconds starting testcase: FLSignatureTest>>testBadSignature ... finished in 1 millisecond starting testcase: FLSignatureTest>>testSameSignature ... finished in 2 milliseconds starting testcase: FLSimpleStackTest>>testCapacity ... finished in 0 seconds starting testcase: FLSimpleStackTest>>testGrow ... finished in 0 seconds starting testcase: FLSimpleStackTest>>testIsEmpty ... finished in 0 seconds starting testcase: FLSimpleStackTest>>testPop ... finished in 0 seconds starting testcase: FLSimpleStackTest>>testPush ... finished in 0 seconds starting testcase: FLSingletonTest>>testSingletonMaterialization ... finished in 1 millisecond starting testcase: FLSingletonTest>>testSingletonMaterializationEnforced ... finished in 1 millisecond starting testcase: FLSingletonTest>>testSingletonMaterializationEnforcedNoInstance ... finished in 1 millisecond starting testcase: FLSortedCollectionSerializationTest>>testSortedCollection ... finished in 9 milliseconds starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithClassVariableChanges ... finished in 6 milliseconds starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithClassVariableReference ... finished in 3 milliseconds starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithInstanceVariableReference ... finished in 5 milliseconds starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithInstanceVariableReferenceChange ... finished in 6 milliseconds starting testcase: FLUserGuidesTest>>testByteArrayStream ... finished in 1 millisecond starting testcase: FLUserGuidesTest>>testConsiderGlobal ... finished in 2 milliseconds starting testcase: FLUserGuidesTest>>testDemo ... finished in 8 milliseconds starting testcase: FLUserGuidesTest>>testFileShortcuts ... finished in 1 millisecond starting testcase: FLUserGuidesTest>>testGZip ... finished in 2 milliseconds starting testcase: FLUserGuidesTest>>testPluggableSubstitution ... finished in 2 milliseconds starting testcase: FLVersionTest>>testDifferentMajor ... finished in 1 millisecond starting testcase: FLVersionTest>>testDifferentMinor ... finished in 2 milliseconds 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 2 milliseconds starting testcase: FLWeakObjectsTest>>testAssociationWithWeak ... finished in 2 milliseconds starting testcase: FLWeakObjectsTest>>testWeakAndNoStrongReferenceFromGraph ... finished in 6 milliseconds starting testcase: FLWeakObjectsTest>>testWeakWithStrongReferenceFromGraph ... finished in 6 milliseconds starting testcase: FLWeakObjectsTest>>testWeakWithStrongReferenceFromGraph2 ... finished in 6 milliseconds finished running suite: Fuel-Core-Tests [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] } [Pipeline] // dir [Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done [Pipeline] dir Running in /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64 [Pipeline] { [Pipeline] unstash [Pipeline] sh + bash -c 'bootstrap/scripts/runKernelTests.sh 64 Tests-osx-64Kernel' +++ dirname bootstrap/scripts/runKernelTests.sh ++ cd bootstrap/scripts ++ pwd -P + SCRIPTS=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts + . /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts/envvars.sh ++ '[' -z x ']' ++ '[' -z ']' ++ echo 'BOOTSTRAP_ARCH not specified, defaulting to 64' BOOTSTRAP_ARCH not specified, defaulting to 64 ++ export BOOTSTRAP_ARCH=64 ++ BOOTSTRAP_ARCH=64 ++ '[' -z ']' ++++ dirname /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts/envvars.sh +++ cd /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts/../.. +++ pwd -P ++ export BOOTSTRAP_REPOSITORY=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64 ++ BOOTSTRAP_REPOSITORY=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64 +++ pwd -P ++ ROOT_DIR=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build ++ '[' -z ']' ++ BOOTSTRAP_CACHE=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache ++ export BOOTSTRAP_CACHE ++ '[' -z ']' ++ BOOTSTRAP_DOWNLOADS=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-downloads ++ export BOOTSTRAP_DOWNLOADS ++ '[' -z ']' ++ VM='/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-downloads/vmtarget/pharo --headless' ++ VM_BOOTSTRAP='/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-downloads/vmBootstrap/pharo --headless' ++ IMAGE_FLAGS=--no-default-preferences ++++ dirname /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts/envvars.sh +++ cd /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts +++ pwd -P ++ . /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts/envversion.sh + CACHE=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache + find /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-64bit-fa71989.sources /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-core-64bit-fa719891c8.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-traits-64bit-fa719891c8.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-fa719891c8.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-fa719891c8.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-metacello-64bit-fa719891c8.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-compiler-64bit-fa719891c8.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello-64bit-fa719891c8.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-bootstrap-64bit-fa719891c8.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-fa719891c8.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa719891c8.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-core-64bit-fa719891c8.zip + TEST_NAME_PREFIX=Pharo13.0-SNAPSHOT ++ echo Pharo13.0-SNAPSHOT ++ cut -d. -f 1 ++ cut -d- -f 1 ++ cut -c6- + TEST_VM_VERSION=130 + TEST_VM_KIND=vm + /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts/getPharoVM.sh 130 vm 64 + '[' 3 -lt 1 ']' + export PHARO=130 + PHARO=130 + export VM=vm + VM=vm + export ARCHITECTURE=64 + ARCHITECTURE=64 + export RETRY_REMAINING=3 + RETRY_REMAINING=3 + wget --quiet -O - get.pharo.org/64/vm130 + bash Downloading the latest pharoVM: http://files.pharo.org/get-files/130/pharo-vm-Darwin-arm64-stable.zip pharo-vm/Pharo.app/Contents/MacOS/Pharo Creating starter scripts pharo and pharo-ui + '[' 0 -eq 0 ']' + echo 'VM downloaded' VM downloaded ++ find /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache -name 'Pharo13.0-SNAPSHOT-bootstrap-64bit-*.zip' + IMAGE_ARCHIVE=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8.zip + unzip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8.zip Archive: /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8.zip inflating: Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8.image ++ find . -name Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8.image + IMAGE_FILE=./Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8.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-fa719891c8.zip + unzip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-fa719891c8.zip Archive: /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-fa719891c8.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-fa719891c8.zip + unzip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-fa719891c8.zip Archive: /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-fa719891c8.zip inflating: protocolsKernel.txt + mv ./Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8.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: #(#FileAttributeNotSupported #Unicode #Time #Duration #FileLocator #FileSystem #StartupPreferencesLoader #Date #DateAndTime) + ./pharo bootstrap.image loadHermes System-Time.hermes AST-Core.hermes InitializePackagesCommandLineHandler.hermes Random-Core.hermes System-Model.hermes System-NumberPrinting.hermes --save --no-fail-on-undeclared --on-duplication=ignore SystemNotification: [Hermes] Reading System-Time.hermes SystemNotification: [Hermes] Installing System-Time.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Unicode) SystemNotification: [Hermes] Reading AST-Core.hermes SystemNotification: [Hermes] Installing AST-Core.hermes SystemNotification: New Undeclared created... check dependencies: #(#Halt) SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Halt #Unicode) SystemNotification: [Hermes] Reading InitializePackagesCommandLineHandler.hermes SystemNotification: [Hermes] Installing InitializePackagesCommandLineHandler.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Halt #Unicode) SystemNotification: [Hermes] Reading Random-Core.hermes SystemNotification: [Hermes] Installing Random-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Halt #Unicode) SystemNotification: [Hermes] Reading System-Model.hermes SystemNotification: [Hermes] Installing System-Model.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Halt #Unicode) SystemNotification: [Hermes] Reading System-NumberPrinting.hermes SystemNotification: [Hermes] Installing System-NumberPrinting.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Halt #Unicode) + ./pharo bootstrap.image perform --save ChronologyConstants initialize ChronologyConstants + ./pharo bootstrap.image perform --save DateAndTime initialize DateAndTime + ./pharo bootstrap.image initializePackages --packages --protocols=protocolsKernel.txt --save + ./pharo bootstrap.image loadHermes Traits.hermes --save SystemNotification: [Hermes] Reading Traits.hermes SystemNotification: [Hermes] Installing Traits.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Halt #Unicode) + ./pharo bootstrap.image loadHermes Debugging-Utils.hermes SUnit-Core.hermes JenkinsTools-Core.hermes JenkinsTools-Core.hermes SUnit-Tests.hermes --save --no-fail-on-undeclared --on-duplication=ignore SystemNotification: [Hermes] Reading Debugging-Utils.hermes SystemNotification: [Hermes] Installing Debugging-Utils.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Unicode) SystemNotification: [Hermes] Reading SUnit-Core.hermes SystemNotification: [Hermes] Installing SUnit-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Unicode) SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Unicode) SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Unicode) SystemNotification: [Hermes] Reading SUnit-Tests.hermes SystemNotification: [Hermes] Installing SUnit-Tests.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Unicode) + ./pharo bootstrap.image test --junit-xml-output --stage-name=Tests-osx-64Kernel SUnit-Core SUnit-Tests Running tests in 2 Packages Beginning to run tests of SUnit-Core with random seed 793123075 Finished to run tests of SUnit-Core in 1 millisecond 478 microseconds Beginning to run tests of SUnit-Tests with random seed 650727942 Finished to run tests of NewTools-Debugger-Tests in 8 seconds 262 milliseconds 854 microseconds Beginning to run tests of Text-Tests with random seed 1000140501 Finished to run tests of Text-Tests in 12 milliseconds 867 microseconds Beginning to run tests of Calypso-SystemPlugins-Critic-Queries-Tests with random seed 68122339 Finished to run tests of Calypso-SystemPlugins-Critic-Queries-Tests in 151 milliseconds 624 microseconds Beginning to run tests of Roassal-SVG-Tests with random seed 481810300 Finished to run tests of Roassal-SVG-Tests in 7 milliseconds 225 microseconds Beginning to run tests of ReflectionMirrors-Primitives-Tests with random seed 107235204 Finished to run tests of ReflectionMirrors-Primitives-Tests in 5 milliseconds 242 microseconds Beginning to run tests of General-Rules-Tests with random seed 706616456 Finished to run tests of SUnit-Tests in 3 seconds 871 milliseconds 853 microseconds 322 run, 322 passes, 0 failures, 0 errors. [Pipeline] junit Recording test results NewUndeclaredWarning: ReStringConcatenationRuleTest>>method (string is Undeclared) NewUndeclaredWarning: ReStringConcatenationRuleTest>>method (string is Undeclared) Finished to run tests of General-Rules-Tests in 2 seconds 518 milliseconds 851 microseconds Beginning to run tests of Collections-Arithmetic-Tests with random seed 689669731 Finished to run tests of Collections-Arithmetic-Tests in 3 milliseconds 314 microseconds Beginning to run tests of Spec2-Commander2-Tests with random seed 873522535 Finished to run tests of Spec2-Commander2-Tests in 5 milliseconds 575 microseconds Beginning to run tests of NewTools-DocumentBrowser-Tests with random seed 483724909 Finished to run tests of NewTools-DocumentBrowser-Tests in 43 milliseconds 530 microseconds Beginning to run tests of DrTests-TestsProfiling-Tests with random seed 33167001 Finished to run tests of DrTests-TestsProfiling-Tests in 2 milliseconds 378 microseconds Beginning to run tests of Math-Operations-Extensions-Tests with random seed 564751771 Finished to run tests of Math-Operations-Extensions-Tests in 907 microseconds Beginning to run tests of Calypso-NavigationModel-Tests with random seed 360562075 [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 16 milliseconds starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testClassCreationInDifferentTags ... finished in 0 seconds starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testMultipleClassCreation ... finished in 0 seconds starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testPackageCleanUp ... finished in 0 seconds starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testSingleClassCreation ... finished in 0 seconds starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testSingleTraitCreation ... finished in 3 milliseconds starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testTraitCreationInDifferentCategories ... finished in 17 milliseconds starting testcase: ExampleSetTest>>testAdd ... finished in 0 seconds starting testcase: ExampleSetTest>>testGrow ... finished in 0 seconds starting testcase: ExampleSetTest>>testIllegal ... finished in 0 seconds starting testcase: ExampleSetTest>>testIncludes ... finished in 0 seconds starting testcase: ExampleSetTest>>testOccurrences ... finished in 0 seconds starting testcase: ExampleSetTest>>testRemove ... finished in 0 seconds starting testcase: FailingTearDownTest>>testAssignToTestCleanup ... finished in 0 seconds starting testcase: FailingTearDownTest>>testFailingTearDown ... finished in 0 seconds starting testcase: FailingTestResourceTestCase>>testDebugTestWithResource ... finished in 0 seconds starting testcase: FailingTestResourceTestCase>>testResourceCollection ... finished in 0 seconds starting testcase: FailingTestResourceTestCase>>testResourceInitRelease ... finished in 0 seconds starting testcase: FailingTestResourceTestCase>>testRunSuiteWithResource ... finished in 0 seconds starting testcase: FailingTestResourceTestCase>>testRunTestWithResource ... finished in 0 seconds starting testcase: ManyTestResourceTestCase>>testDebugTestWithResource ... finished in 0 seconds starting testcase: ManyTestResourceTestCase>>testResourceCollection ... finished in 0 seconds starting testcase: ManyTestResourceTestCase>>testResourceInitRelease ... finished in 0 seconds starting testcase: ManyTestResourceTestCase>>testRunSuiteWithResource ... finished in 0 seconds starting testcase: ManyTestResourceTestCase>>testRunTestWithResource ... finished in 0 seconds starting testcase: ManyTestResourceTestCase>>testTearDownOrder ... finished in 0 seconds starting testcase: PaCasesMatrixTest>>testParametersHaveValue(#option1->'a' #option2->1) ... finished in 0 seconds starting testcase: PaCasesMatrixTest>>testParametersHaveValue(#option1->'b' #option2->2) ... finished in 0 seconds starting testcase: PaCasesMatrixTest>>testParametersHaveValue(#option1->'c' #option2->3) ... finished in 0 seconds starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#a #option1->'a' #option2->1) ... finished in 0 seconds starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#a #option1->'b' #option2->2) ... finished in 0 seconds starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#a #option1->'c' #option2->3) ... finished in 0 seconds starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#b #option1->'a' #option2->1) ... finished in 0 seconds starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#b #option1->'b' #option2->2) ... finished in 0 seconds starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#b #option1->'c' #option2->3) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#x) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#y) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#z) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#x) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#y) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#z) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#x) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#y) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#z) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#x) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#y) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#z) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#x) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#y) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#z) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#x) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#y) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#z) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#x) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#y) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#z) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#x) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#y) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#z) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#x) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#y) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#z) ... finished in 0 seconds starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#a #option2->[]) ... finished in 0 seconds starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#a #option2->[]) ... finished in 0 seconds starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#a #option2->[]) ... finished in 0 seconds starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#b #option2->[]) ... finished in 0 seconds starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#b #option2->[]) ... finished in 0 seconds starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#b #option2->[]) ... finished in 0 seconds starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#c #option2->[]) ... finished in 0 seconds starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#c #option2->[]) ... finished in 0 seconds starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#c #option2->[]) ... finished in 0 seconds starting testcase: PaSelectedCasesExampleTest>>testSum(#number1->2 #number2->1.0 #result->3) ... finished in 0 seconds starting testcase: PaSelectedCasesExampleTest>>testSum(#number1->(2/3) #number2->(1/3) #result->1) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->2 #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->2 #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->2 #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->2 #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->2 #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->2 #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->'b' #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->'b' #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->'b' #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->'b' #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->'b' #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->'b' #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->$d #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->$d #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->$d #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->$d #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->$d #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->$d #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->2 #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->2 #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->2 #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->2 #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->2 #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->2 #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->'b' #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->'b' #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->'b' #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->'b' #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->'b' #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->'b' #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->$d #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->$d #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->$d #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->$d #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->$d #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->$d #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->2 #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->2 #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->2 #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->2 #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->2 #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->2 #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->'b' #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->'b' #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->'b' #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->'b' #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->'b' #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->'b' #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->$d #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->$d #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->$d #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->$d #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->$d #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->$d #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSuiteTest>>testCasesHasTheCorrectNumberOfTests ... finished in 0 seconds starting testcase: PaSuiteTest>>testCasesHasTheCorrectTests ... finished in 0 seconds starting testcase: PaSuiteTest>>testCombinedHasTheCorrectNumberOfTests ... finished in 0 seconds starting testcase: PaSuiteTest>>testCombinedHasTheCorrectTests ... finished in 0 seconds starting testcase: PaSuiteTest>>testMatrix3ExampleHasTheCorrectNumberOfTests ... finished in 0 seconds starting testcase: PaSuiteTest>>testMatrix3ExampleHasTheCorrectTests ... finished in 0 seconds starting testcase: PaSuiteTest>>testMatrixExampleHasTheCorrectNumberOfTests ... finished in 0 seconds starting testcase: PaSuiteTest>>testMatrixExampleHasTheCorrectTests ... finished in 0 seconds starting testcase: PaSuiteTest>>testMultiplyMatrixWithCasesMultiplyCases ... finished in 0 seconds starting testcase: PaSuiteTest>>testMultiplyMatrixWithOptionsAndCasesMultiplyCases ... finished in 0 seconds starting testcase: PaSuiteTest>>testMultiplyMatrixWithOptionsMultiplyCases ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testAllowRunningBackgroundProcessesToFinish ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testAllowRunningBackgroundProcessesToFinishButFailTestIfItCant ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testAlwaysPassBackgroundHalt ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldNotTerminateAllFailedProcessesWhenSuchTerminationIsDisabled ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldNotTerminateAllRunningProcessesWhenSuchTerminationIsDisabled ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRestoreDefaultFailingLogicForRunningProcessesCase ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRestoreProcessTerminationLogic ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRestoreSuspensionLogic ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRevertServiceToBeEnabledByDefault ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldTerminateAllFailedProcesses ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldTerminateAllRunningProcesses ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testDisableRunningProcessesCleanupWhenPassBackgroundFailures ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseForkedProcessFailureWhenFailuresWerePassedAndMainProcessAlsoFails ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseForkedProcessFailureWhenFailuresWerePassedAndProcessCompletes ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseForkedProcessFailureWhenThereWasOnlyMainProcessFailure ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseLeftRunningProcessWhenItAllowsThemToBe ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseLeftRunningProcessWhenProcessWasOnlyCreated ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseLeftRunningProcessWhenThereWasMainProcessFailure ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenBackgroundFailureWasPassedButMainProcessCompletesSuccessfully ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenBackgroundProcessWasFailedDuringFinalTryToFinishItAtTestCompletionTime ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithBackgroundFailures ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithBackgroundFailuresAndRunningProcesses ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithRunningProcesses ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testGettingBackgroundFailuresFromEnvironment ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testGettingFailuresFromEnvironment ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testGettingForkedProcessesFromEnvironment ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testGettingServiceFromEnvironment ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testGettingServiceFromTestCase ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testHasDefaultFailingStrategyForRunningProcesses ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testHasDefaultTerminationStrategyForRunningProcesses ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testHasEmptyForkedProcessesByDefault ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testHasEmptySuspendedBackgroundFailuresByDefault ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testIgnoreDirtyTestErrors ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testIsEnabledByDefault ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testIsMainTestProcessFailed ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testIsTestProcessFailed ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testPassBackgroundFailuresWhenSuspensionLogicIsDisabled ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testRecordMainTestProcessError ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testRecordMainTestProcessUnhandledError ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessWhenItFailsTestWithUnhandledError ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessesWhenHaltIsSignaled ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessesWhenHaltIsSignaledInBackground ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessesWhenTestFailureIsUnhandled ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testShouldSuspendBackgroundFailuresByDefault ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testStoreAllForkedProcesses ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testSuspendBackgroundError ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testSuspendBackgroundWarning ... finished in 0 seconds starting testcase: ResumableTestFailureTestCase>>testResumable ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testAssertionFailedInRaiseWithExceptionDo ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testAutoAssertFalse ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testAutoAssertTrue ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testAutoDenyFalse ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testAutoDenyTrue ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testDifferentExceptionInShouldRaiseWithExceptionDo ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testErrorInRaiseWithExceptionDo ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testExceptionWithMatchingString ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testExceptionWithoutMatchingString ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testInvalidShouldNotTakeMoreThan ... finished in 104 milliseconds starting testcase: SUnitExtensionsTest>>testInvalidShouldNotTakeMoreThanMilliseconds ... finished in 105 milliseconds starting testcase: SUnitExtensionsTest>>testNoExceptionInShouldRaiseWithExceptionDo ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testNoExceptionWithMatchingString ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testNoExceptionWithNoMatchingString ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testShouldFix ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testShouldRaiseWithExceptionDo ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testValidShouldNotTakeMoreThan ... finished in 103 milliseconds starting testcase: SUnitExtensionsTest>>testValidShouldNotTakeMoreThanMilliseconds ... finished in 104 milliseconds starting testcase: SUnitTest>>testAssert ... finished in 0 seconds starting testcase: SUnitTest>>testChildProcessShouldNotBeStoredStronglyByTestEnvironment ... finished in 19 milliseconds starting testcase: SUnitTest>>testDefects ... finished in 0 seconds starting testcase: SUnitTest>>testDialectLocalizedException ... finished in 0 seconds starting testcase: SUnitTest>>testError ... finished in 0 seconds starting testcase: SUnitTest>>testErrorShouldResetWatchDog ... finished in 1 second 2 milliseconds starting testcase: SUnitTest>>testException ... finished in 0 seconds starting testcase: SUnitTest>>testExecutionEnvironmentShouldBeInstalled ... finished in 0 seconds starting testcase: SUnitTest>>testExpectedFailure ... finished in 0 seconds starting testcase: SUnitTest>>testExpectedFailureDetection ... finished in 0 seconds starting testcase: SUnitTest>>testExpectedFailurePass ... finished in 0 seconds starting testcase: SUnitTest>>testFail ... finished in 0 seconds starting testcase: SUnitTest>>testFailedChildProcessTest ... finished in 0 seconds starting testcase: SUnitTest>>testFailedChildProcessTestShouldNotEffectFollowingAnotherTest ... finished in 0 seconds starting testcase: SUnitTest>>testFailedTestWithFailedChildProcessTestShouldNotEffectFollowingAnotherTest ... finished in 0 seconds starting testcase: SUnitTest>>testFileOutResult ... finished in 5 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 25 milliseconds starting testcase: SUnitTest>>testIgnoreDeprecationWarnings ... finished in 0 seconds starting testcase: SUnitTest>>testIsNotRerunOnDebug ... finished in 0 seconds starting testcase: SUnitTest>>testLongRunningTest ... finished in 29 milliseconds starting testcase: SUnitTest>>testLongRunningTestThenGreenTest ... finished in 26 milliseconds starting testcase: SUnitTest>>testRaiseDeprecationWarnings ... finished in 0 seconds starting testcase: SUnitTest>>testRan ... finished in 0 seconds starting testcase: SUnitTest>>testRanOnlyOnce ... finished in 0 seconds starting testcase: SUnitTest>>testResult ... finished in 0 seconds starting testcase: SUnitTest>>testRunning ... finished in 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 80 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 Calypso-NavigationModel-Tests in 3 seconds 305 milliseconds 81 microseconds Beginning to run tests of Collections-Support-Tests with random seed 338431368 Finished to run tests of Collections-Support-Tests in 74 milliseconds 54 microseconds Beginning to run tests of Reflectivity-Tests with random seed 20721107 an ObjectFinished to run tests of Reflectivity-Tests in 7 seconds 657 milliseconds 743 microseconds Beginning to run tests of Fuel-Core-Tests with random seed 658437054 Finished to run tests of Fuel-Core-Tests in 9 seconds 166 milliseconds 663 microseconds 39778 run, 39777 passes, 1 failures, 0 errors. [Pipeline] junit Recording test results [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] fileExists [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh + mv progress.log progress-Tests-unix-64.log [Pipeline] sh + cat progress-Tests-unix-64.log running suite: Fuel-Core-Tests starting testcase: FLBinaryFileStreamBasicSerializationTest>>testAllRangeOfIntegers ... finished in 227 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testArray ... finished in 6 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testAssociation ... finished in 11 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testBag ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testBitmap ... finished in 12 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testByteArrays ... finished in 7 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCharacter ... finished in 5 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCollectionElement ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testColor ... finished in 3 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testColorArray ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCompiledMethod ... finished in 4 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testConsiderCustomGlobal ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicIdentitySet ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLink ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLinks ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLinksInArray ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDate ... finished in 5 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateAndTime ... finished in 4 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateOffsets ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateOffsetsChanging ... finished in 3 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDictionary ... finished in 5 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDuration ... finished in 4 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptyArray ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptyDictionary ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptyOrderedCollection ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptySet ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testExceptions ... finished in 6 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 8 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFalse ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFloat ... finished in 20 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFraction ... finished in 8 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGlobalClass ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGlobalMetaclass ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGradientFillStyle ... finished in 9 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testInterval ... finished in 6 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLargeNegativeInteger ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLargePositiveInteger ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLotsOfCharacters ... finished in 398 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLotsOfNils ... finished in 171 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testMethodDictionary ... finished in 6 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 6 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testReadStream ... finished in 3 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRectangle ... finished in 4 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRemoteString ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRunArray ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testScaledDecimal ... finished in 10 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSet ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSetWithCollectionElement ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSetWithNil ... finished in 4 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 113 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testString ... finished in 7 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 14 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSymbol ... finished in 4 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSystemEnvironment ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testTime ... finished in 45 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testTrue ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testUUID ... finished in 7 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideAndByteCharacters ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideString ... finished in 10 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>>testBlockClosureChangeDifferentBytecodesClean ... finished in 10 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesConstant ... finished in 6 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesFull ... finished in 8 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesClean ... finished in 10 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesConstant ... finished in 10 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesFull ... finished in 8 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureMaterializesClassVariablesCorrectly ... finished in 11 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedClean ... finished in 6 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedConstant ... finished in 4 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedFull ... finished in 10 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithClassVariableRead ... finished in 8 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithGlobalVariable ... finished in 6 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithSelfSend ... finished in 5 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithTempVariableRead ... finished in 5 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithThreeArguments ... finished in 7 milliseconds starting testcase: FLBlockClosureSerializationTest>>testCleanBlockClosure ... finished in 0 seconds starting testcase: FLBlockClosureSerializationTest>>testNestedBlockClosureConstant ... finished in 7 milliseconds starting testcase: FLBlockClosureSerializationTest>>testNestedCleanBlockClosure ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testAllRangeOfIntegers ... finished in 180 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testArray ... finished in 7 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testAssociation ... finished in 9 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testBag ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testBitmap ... finished in 7 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testByteArrays ... finished in 6 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 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testColorArray ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testConsiderCustomGlobal ... finished in 4 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testCyclicIdentitySet ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testCyclicLink ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testCyclicLinks ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testCyclicLinksInArray ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testDate ... finished in 4 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testDateAndTime ... finished in 5 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 8 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 5 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testFalse ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testFloat ... finished in 14 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testFraction ... finished in 7 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testGlobalClass ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testGlobalMetaclass ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testGradientFillStyle ... finished in 4 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 337 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testLotsOfNils ... finished in 114 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testMethodDictionary ... finished in 6 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 8 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testReadStream ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testRectangle ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testRemoteString ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testRunArray ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testScaledDecimal ... finished in 8 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSet ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testSetWithCollectionElement ... finished in 4 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testSharedReferences ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSmallInteger ... finished in 4 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerMinValue ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerNegative ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 98 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testString ... finished in 4 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 11 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSymbol ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSystemEnvironment ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testTime ... finished in 43 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 9 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testWideStringClassName ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testWordArray ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testWriteStream ... finished in 1 millisecond starting testcase: FLCompiledMethodSerializationTest>>testDoIt ... finished in 9 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testInstalled ... finished in 6 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testInstalledModified ... finished in 6 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testMethodAccessingAClassVariable ... finished in 5 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testMethodAccessingAClassVariableInADoit ... finished in 5 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testNotInstalled ... finished in 6 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 2 milliseconds starting testcase: FLConfigurationTest>>testFilePath ... finished in 2 milliseconds starting testcase: FLConfigurationTest>>testFilePathWhenStreamFactoryAlreadySet ... finished in 0 seconds starting testcase: FLConfigurationTest>>testFilePathWrong ... finished in 0 seconds starting testcase: FLConfigurationTest>>testOnStream ... finished in 1 millisecond starting testcase: FLConfigurationTest>>testOnStreamDoesNotCloseStream ... finished in 1 millisecond starting testcase: FLConfigurationTest>>testOnStreamWithReuse ... finished in 2 milliseconds starting testcase: FLConfigurationTest>>testOnStreamWrong ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFactory ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFactoryDefault ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFactoryMustAcceptNoArguments ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFactoryMustBeBlock ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFactoryWhenAlreadySet ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFinalizer ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFinalizerDefault ... finished in 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 5 milliseconds starting testcase: FLContextSerializationTest>>testContextThisContext ... finished in 5 milliseconds starting testcase: FLContextSerializationTest>>testContextWithClosure ... finished in 5 milliseconds starting testcase: FLContextSerializationTest>>testContextWithClosureAndSender ... finished in 9 milliseconds starting testcase: FLContextSerializationTest>>testContextWithClosureContextWithOutPointerTesting ... finished in 5 milliseconds starting testcase: FLContextSerializationTest>>testContextWithNilPc ... finished in 3 milliseconds starting testcase: FLContextSerializationTest>>testContextWithSender ... finished in 3 milliseconds starting testcase: FLContextSerializationTest>>testContextWithTemp ... finished in 4 milliseconds starting testcase: FLContextSerializationTest>>testDoIt ... finished in 28 milliseconds starting testcase: FLConvenienceExtensionTest>>testObjectSerializeOn ... finished in 5 milliseconds starting testcase: FLConvenienceExtensionTest>>testObjectSerializeToByteArray ... finished in 2 milliseconds starting testcase: FLConvenienceExtensionTest>>testObjectSerializeToFileNamed ... finished in 2 milliseconds starting testcase: FLCreateClassSerializationTest>>testAnonymousBehaviorIsSerializable ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testAnonymousObjectIsSerializable ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCompiledMethodClassBinding ... finished in 15 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateBasic ... finished in 7 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateByteArrayWithInstance ... finished in 0 seconds starting testcase: FLCreateClassSerializationTest>>testCreateClassAndMetaclass ... finished in 8 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithClassSideVariable ... finished in 10 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithClassVariable ... finished in 9 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithCreatedTrait ... finished in 79 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithCreatedTraitWithInstanceVariable ... finished in 75 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithInstance ... finished in 8 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPool ... finished in 4 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPoolAndMethodReferencingAClassVariableOfIt ... finished in 10 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPoolAndMethodReferencingIt ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithVariables ... finished in 4 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateCompiledMethodClass ... finished in 3 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateHierarchy ... finished in 5 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateHierarchyWithExistingClasses ... finished in 7 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateHierarchyWithSubclassSerializedBeforeSuperclass ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateNormalClass ... finished in 4 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateSharedPoolClass ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateVariableByteClass ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateVariableClass ... finished in 5 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateVariableWordClass ... finished in 3 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWeakClass ... finished in 3 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithClassSideInitializeMethod ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithClassSideMethod ... finished in 4 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithClassTrait ... finished in 169 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithClassVariableAccessors ... finished in 7 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithComment ... finished in 4 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithExternalTrait ... finished in 48 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithInstance ... finished in 5 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithInternalTrait ... finished in 57 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithMethod ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithNilEnvironment ... finished in 3 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithSmalltalkGlobalsEnvironment ... finished in 3 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithSubclass ... finished in 3 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithTraitOnClassSide ... finished in 50 milliseconds starting testcase: FLCreateClassSerializationTest>>testDoesNotCreatePackage ... finished in 3 milliseconds starting testcase: FLCreateClassSerializationTest>>testMaterializationDoesNotModifySerializedClass ... finished in 18 milliseconds starting testcase: FLCreateClassSerializationTest>>testSerializeAnonymousSubclass ... finished in 4 milliseconds starting testcase: FLCreateTraitSerializationTest>>testAnonymousBehaviorIsSerializable ... finished in 34 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCompiledMethodClassBinding ... finished in 23 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateBasic ... finished in 22 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithClassSideMethod ... finished in 42 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithClassTrait ... finished in 53 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithComment ... finished in 22 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithExternalTrait ... finished in 42 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithInstance ... finished in 44 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithInternalTrait ... finished in 46 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithMethod ... finished in 25 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithTraitOnClassSide ... finished in 53 milliseconds starting testcase: FLCreateTraitSerializationTest>>testDoesNotCreatePackage ... finished in 21 milliseconds starting testcase: FLDecoderTest>>testNextEncodedInt24 ... finished in 0 seconds starting testcase: FLDecoderTest>>testNextEncodedInt32 ... finished in 0 seconds starting testcase: FLDecoderTest>>testNextEncodedInt64 ... finished in 0 seconds starting testcase: FLDecoderTest>>testNextEncodedUint16 ... finished in 0 seconds starting testcase: FLDecoderTest>>testNextEncodedUint24 ... finished in 0 seconds starting testcase: FLDecoderTest>>testNextEncodedUint32 ... finished in 0 seconds starting testcase: FLDecoderTest>>testNextEncodedUint64 ... finished in 0 seconds starting testcase: FLDecoderTest>>testNextEncodedUint8 ... finished in 0 seconds starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith16Bits ... finished in 0 seconds starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith24Bits ... finished in 0 seconds starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith32Bits ... finished in 0 seconds starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith64Bits ... finished in 0 seconds starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith8Bits ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeInt24 ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeInt24Truncated ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeInt32 ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeInt32Truncated ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeInt64 ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeInt64Truncated ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUInt8 ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUInt8Truncated ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUint16 ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUint16Truncated ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUint24 ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUint24Truncated ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUint32 ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUint32Truncated ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUint64 ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUint64Truncated ... finished in 0 seconds starting testcase: FLEphemeronTest>>testEphemeronSupport ... finished in 12 milliseconds starting testcase: FLEphemeronTest>>testSupportForFinalizationRegistryEntry ... finished in 0 seconds starting testcase: FLEphemeronTest>>testSupportForWeakKeyAssociation ... finished in 0 seconds starting testcase: FLEphemeronTest>>testWeakKeyAssociationMourningBeforeMaterialization ... finished in 195 milliseconds starting testcase: FLEphemeronTest>>testWeakKeyAssociationMourningBeforeSerialization ... finished in 96 milliseconds starting testcase: FLEphemeronTest>>testWeakKeyAssociationWithStrongReference ... finished in 192 milliseconds starting testcase: FLEphemeronTest>>testWeakKeyAssociationWithStrongReferenceInGraph ... finished in 193 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testAllRangeOfIntegers ... finished in 97 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testArray ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testAssociation ... finished in 6 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testBag ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testBitmap ... finished in 4 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testByteArrays ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCharacter ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testColor ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testColorArray ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCompiledMethod ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testConsiderCustomGlobal ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCyclicIdentitySet ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCyclicLink ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCyclicLinks ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDate ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDateAndTime ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDateOffsets ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDateOffsetsChanging ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDictionary ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDuration ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptyArray ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptyDictionary ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptyOrderedCollection ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptySet ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testExceptions ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFalse ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFloat ... finished in 9 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFraction ... finished in 4 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGlobalClass ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGlobalMetaclass ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGradientFillStyle ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testInterval ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLargeNegativeInteger ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLotsOfCharacters ... finished in 196 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLotsOfNils ... finished in 62 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testMethodDictionary ... finished in 4 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testNestedDictionary ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testNil ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testNotSerializableObject ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testOrderedCollection ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testPair ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testPoint ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testReadStream ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRectangle ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRemoteString ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRunArray ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testScaledDecimal ... finished in 5 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSet ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSetWithCollectionElement ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSharedReferences ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallInteger ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerMinValue ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerNegative ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 55 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmalltalkGlobals ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testString ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 10 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSymbol ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSystemEnvironment ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testTime ... finished in 24 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testTrue ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testUUID ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideString ... finished in 6 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 101 milliseconds starting testcase: FLFullBasicSerializationTest>>testArray ... finished in 3 milliseconds starting testcase: FLFullBasicSerializationTest>>testAssociation ... finished in 5 milliseconds starting testcase: FLFullBasicSerializationTest>>testBag ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testBitmap ... finished in 4 milliseconds starting testcase: FLFullBasicSerializationTest>>testByteArrays ... finished in 4 milliseconds starting testcase: FLFullBasicSerializationTest>>testCharacter ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testClassGlobalAssociation ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testClassSideCompiledMethod ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testClassVariable ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testCollectionElement ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testColor ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testColorArray ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testCompiledMethod ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testConsiderCustomGlobal ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testConsiderGlobalAClass ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testConsiderGlobalAnObject ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testCreateClassWithChangedSuperclassFormat ... finished in 29 milliseconds starting testcase: FLFullBasicSerializationTest>>testCyclicIdentitySet ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testCyclicLink ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testCyclicLinks ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testDate ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testDateAndTime ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testDateOffsets ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testDateOffsetsChanging ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testDictionary ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testDuration ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testEmptyArray ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testEmptyDictionary ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testEmptyOrderedCollection ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testEmptySet ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testExceptions ... finished in 3 milliseconds starting testcase: FLFullBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 4 milliseconds starting testcase: FLFullBasicSerializationTest>>testFalse ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testFloat ... finished in 9 milliseconds starting testcase: FLFullBasicSerializationTest>>testFraction ... finished in 5 milliseconds starting testcase: FLFullBasicSerializationTest>>testGlobalClass ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testGlobalMetaclass ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testGradientFillStyle ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testInterval ... finished in 3 milliseconds starting testcase: FLFullBasicSerializationTest>>testLargeNegativeInteger ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testLargePositiveInteger ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testLotsOfCharacters ... finished in 209 milliseconds starting testcase: FLFullBasicSerializationTest>>testLotsOfNils ... finished in 64 milliseconds starting testcase: FLFullBasicSerializationTest>>testMethodDictionaries ... finished in 1 second 214 milliseconds starting testcase: FLFullBasicSerializationTest>>testMethodDictionary ... finished in 3 milliseconds starting testcase: FLFullBasicSerializationTest>>testNestedDictionary ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testNil ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testNotSerializableObject ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testOrderedCollection ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testPair ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testPoint ... finished in 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 5 milliseconds starting testcase: FLFullBasicSerializationTest>>testSet ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testSetWithCollectionElement ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testSharedReferences ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testSmallInteger ... finished in 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 57 milliseconds starting testcase: FLFullBasicSerializationTest>>testSmalltalkGlobalAssociation ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testSmalltalkGlobals ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testString ... finished in 3 milliseconds starting testcase: FLFullBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 5 milliseconds starting testcase: FLFullBasicSerializationTest>>testSymbol ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testSystemEnvironment ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testTime ... finished in 25 milliseconds starting testcase: FLFullBasicSerializationTest>>testTrue ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testUUID ... finished in 5 milliseconds starting testcase: FLFullBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testWideString ... finished in 5 milliseconds starting testcase: FLFullBasicSerializationTest>>testWideStringClassName ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testWordArray ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testWriteStream ... finished in 1 millisecond starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodes ... finished in 6 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesClean ... finished in 7 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesConstant ... finished in 5 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesNonClean ... finished in 5 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesConstant ... finished in 3 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedClean ... finished in 4 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedConstant ... finished in 3 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedFull ... finished in 5 milliseconds starting testcase: FLFullHeaderSerializationTest>>testAdditionalObjects ... finished in 1 millisecond starting testcase: FLFullHeaderSerializationTest>>testJustMaterializeHeader ... finished in 2 milliseconds starting testcase: FLFullHeaderSerializationTest>>testPostMaterializationActions ... finished in 13 milliseconds starting testcase: FLFullHeaderSerializationTest>>testPostMaterializationActionsMustBeClean ... finished in 0 seconds starting testcase: FLFullHeaderSerializationTest>>testPreMaterializationActions ... finished in 7 milliseconds starting testcase: FLFullHeaderSerializationTest>>testPreMaterializationActionsMustBeClean ... finished in 0 seconds starting testcase: FLGZippedBasicSerializationTest>>testAllRangeOfIntegers ... finished in 152 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testArray ... finished in 4 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testAssociation ... finished in 7 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testBag ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testBitmap ... finished in 24 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testByteArray ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testByteArrays ... finished in 4 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testCharacter ... finished in 4 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testColor ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testColorArray ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testCompleteBinaryTree ... finished in 109 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testConsiderCustomGlobal ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testCyclicIdentitySet ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testCyclicLink ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testCyclicLinks ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testDate ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testDateAndTime ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 0 seconds starting testcase: FLGZippedBasicSerializationTest>>testDateOffsets ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testDateOffsetsChanging ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testDictionary ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testDuration ... finished in 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 4 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 6 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testFalse ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testFloat ... finished in 13 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testFraction ... finished in 8 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testGlobalClass ... finished in 0 seconds starting testcase: FLGZippedBasicSerializationTest>>testGlobalMetaclass ... finished in 0 seconds starting testcase: FLGZippedBasicSerializationTest>>testGradientFillStyle ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testInterval ... finished in 6 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testLargeNegativeInteger ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testLotsOfCharacters ... finished in 590 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testLotsOfNils ... finished in 84 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 135 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testPoint ... finished in 6 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testReadStream ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testRectangle ... finished in 4 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testRemoteString ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testRunArray ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testScaledDecimal ... finished in 7 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 83 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSmalltalkGlobals ... finished in 0 seconds starting testcase: FLGZippedBasicSerializationTest>>testString ... finished in 4 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 8 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSymbol ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSystemEnvironment ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testTime ... finished in 27 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testTrue ... finished in 0 seconds starting testcase: FLGZippedBasicSerializationTest>>testUUID ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testWideString ... finished in 12 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testWideStringClassName ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds starting testcase: FLGZippedBasicSerializationTest>>testWordArray ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testWriteStream ... finished in 1 millisecond starting testcase: FLGlobalClassSerializationTest>>testClassSideMethodNotFoundAfterRemoval ... finished in 3 milliseconds starting testcase: FLGlobalClassSerializationTest>>testClassSideMethodPreservesIdentity ... finished in 2 milliseconds starting testcase: FLGlobalClassSerializationTest>>testClassSideObsolete ... finished in 1 millisecond starting testcase: FLGlobalClassSerializationTest>>testClassSidePreservesIdentity ... finished in 1 millisecond starting testcase: FLGlobalClassSerializationTest>>testInstanceOfAnObsoleteClass ... finished in 1 millisecond starting testcase: FLGlobalClassSerializationTest>>testMethodNotFoundAfterRemoval ... finished in 2 milliseconds starting testcase: FLGlobalClassSerializationTest>>testMethodPreservesIdentity ... finished in 2 milliseconds starting testcase: FLGlobalClassSerializationTest>>testNotFoundAfterRemoval ... finished in 1 millisecond starting testcase: FLGlobalClassSerializationTest>>testNotFoundAfterRename ... finished in 1 millisecond starting testcase: FLGlobalClassSerializationTest>>testObsolete ... finished in 1 millisecond starting testcase: FLGlobalClassSerializationTest>>testPreservesIdentity ... finished in 3 milliseconds starting testcase: FLGlobalEnvironmentTest>>testClassSideCompiledMethod ... finished in 3 milliseconds starting testcase: FLGlobalEnvironmentTest>>testCompiledMethod ... finished in 3 milliseconds starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChanged ... finished in 3 milliseconds starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChangedConstant ... finished in 3 milliseconds starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChangedNonClean ... finished in 5 milliseconds starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodNotChangedConstant ... finished in 3 milliseconds starting testcase: FLGlobalEnvironmentTest>>testConsiderCustomGlobal ... finished in 0 seconds starting testcase: FLGlobalEnvironmentTest>>testConsiderCustomGlobalNotFound ... finished in 0 seconds starting testcase: FLGlobalEnvironmentTest>>testDontConsiderCustomGlobal ... finished in 0 seconds starting testcase: FLGlobalEnvironmentTest>>testGlobalClass ... finished in 0 seconds starting testcase: FLGlobalEnvironmentTest>>testGlobalClassNotFound ... finished in 0 seconds starting testcase: FLGlobalEnvironmentTest>>testGlobalMetaclass ... finished in 1 millisecond starting testcase: FLGlobalEnvironmentTest>>testGlobalMetaclassNotFound ... finished in 0 seconds starting testcase: FLGlobalSendSerializationTest>>testBasic ... finished in 0 seconds starting testcase: FLGlobalSendSerializationTest>>testGlobalNotFound ... finished in 0 seconds starting testcase: FLGlobalTraitSerializationTest>>testClassSideMethodNotFoundAfterRemoval ... finished in 8 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testClassSideMethodPreservesIdentity ... finished in 7 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testClassSideObsolete ... finished in 6 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testClassSidePreservesIdentity ... finished in 7 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testCreateClassWithCreatedTraitWithInstanceVariable ... finished in 34 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testMethodNotFoundAfterRemoval ... finished in 8 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testMethodPreservesIdentity ... finished in 8 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testNotFoundAfterRemoval ... finished in 7 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testNotFoundAfterRename ... finished in 7 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testObsolete ... finished in 9 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testPreservesIdentity ... finished in 7 milliseconds starting testcase: FLHashedCollectionSerializationTest>>testDictionaryRehash ... finished in 1 millisecond starting testcase: FLHashedCollectionSerializationTest>>testSetRehash ... finished in 1 millisecond starting testcase: FLHeaderSerializationTest>>testAdditionalObjects ... finished in 2 milliseconds starting testcase: FLHeaderSerializationTest>>testJustMaterializeHeader ... finished in 1 millisecond starting testcase: FLHeaderSerializationTest>>testPostMaterializationActions ... finished in 13 milliseconds starting testcase: FLHeaderSerializationTest>>testPostMaterializationActionsMustBeClean ... finished in 2 milliseconds starting testcase: FLHeaderSerializationTest>>testPreMaterializationActions ... finished in 12 milliseconds starting testcase: FLHeaderSerializationTest>>testPreMaterializationActionsMustBeClean ... finished in 0 seconds starting testcase: FLHookedSubstitutionTest>>testAvoidRecursion ... finished in 1 millisecond starting testcase: FLHookedSubstitutionTest>>testClassWithCachedValueByNil ... finished in 4 milliseconds starting testcase: FLHookedSubstitutionTest>>testObjectByProxyThatBecomesItsContent ... finished in 5 milliseconds starting testcase: FLHookedSubstitutionTest>>testProxyByTarget ... finished in 2 milliseconds starting testcase: FLHookedSubstitutionTest>>testProxyByTargetAnalisysIsPropagated ... finished in 3 milliseconds starting testcase: FLHookedSubstitutionTest>>testProxyByTargetInsideObjectAndAnalisysIsPropagated ... finished in 3 milliseconds starting testcase: FLHookedSubstitutionTest>>testProxyInsideObjectByTarget ... finished in 2 milliseconds starting testcase: FLHookedSubstitutionTest>>testSpecialObjectsArray ... finished in 2 milliseconds starting testcase: FLHookedSubstitutionTest>>testSubstituteByItself ... finished in 3 milliseconds starting testcase: FLHookedSubstitutionTest>>testTransientByNil ... finished in 2 milliseconds starting testcase: FLIgnoredVariablesTest>>testAllVariablesIgnored ... finished in 3 milliseconds starting testcase: FLIgnoredVariablesTest>>testIgnoredValueIsNotMaterialized ... finished in 3 milliseconds starting testcase: FLIgnoredVariablesTest>>testOneIgnoredVariable ... finished in 2 milliseconds starting testcase: FLIgnoredVariablesTest>>testTwoIgnoredVariables ... finished in 2 milliseconds starting testcase: FLIndexStreamTest>>testCreation ... finished in 0 seconds starting testcase: FLIndexStreamTest>>testNextIndex ... finished in 0 seconds starting testcase: FLIndexStreamTest>>testNextIndexPut ... finished in 0 seconds starting testcase: FLLimitingSerializationTest>>testDepthAndObjectLimit ... finished in 1 millisecond starting testcase: FLLimitingSerializationTest>>testDepthLimit ... finished in 1 millisecond starting testcase: FLLimitingSerializationTest>>testEnableObjectsLimitWarning ... finished in 1 millisecond starting testcase: FLLimitingSerializationTest>>testEnableObjectsLimitWarningWithDepthLimit ... finished in 1 millisecond starting testcase: FLLimitingSerializationTest>>testObjectLimit ... finished in 3 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 1 millisecond starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFromByteArray ... finished in 1 millisecond starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFromFileNamed ... finished in 1 millisecond starting testcase: FLMaterializerTest>>testDisableMethodChangedWarning ... finished in 0 seconds starting testcase: FLMaterializerTest>>testMaterialize ... finished in 1 millisecond starting testcase: FLMaterializerTest>>testMaterializeHeader ... finished in 1 millisecond starting testcase: FLMaterializerTest>>testMaterializeObjectCollection ... finished in 2 milliseconds starting testcase: FLMaterializerTest>>testMaterializeRoot ... finished in 1 millisecond starting testcase: FLMaterializerTest>>testMigrateClassNamedToClass ... finished in 2 milliseconds 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 1 millisecond starting testcase: FLMaterializerTest>>testMigrateClassNamedVariablesMustBeSymbolAndDictionary ... finished in 0 seconds starting testcase: FLMigrationTest>>testBadDestinationVariableRename ... finished in 4 milliseconds starting testcase: FLMigrationTest>>testChangeInSuperclass ... finished in 79 milliseconds starting testcase: FLMigrationTest>>testClassAndVariableRename ... finished in 15 milliseconds starting testcase: FLMigrationTest>>testClassRename ... finished in 2 milliseconds starting testcase: FLMigrationTest>>testFormatFixedToVariable ... finished in 1 millisecond starting testcase: FLMigrationTest>>testSuperclassChange ... finished in 16 milliseconds starting testcase: FLMigrationTest>>testVariableInsertion ... finished in 16 milliseconds starting testcase: FLMigrationTest>>testVariableOrderChange ... finished in 14 milliseconds starting testcase: FLMigrationTest>>testVariableRemoved ... finished in 14 milliseconds starting testcase: FLMigrationTest>>testVariableRename ... finished in 14 milliseconds starting testcase: FLPluggableSubstitutionTest>>testAvoidRecursion ... finished in 0 seconds starting testcase: FLPluggableSubstitutionTest>>testLowercaseSomeSymbols ... finished in 1 millisecond starting testcase: FLPluggableSubstitutionTest>>testPrivateExcluded ... finished in 2 milliseconds starting testcase: FLPluggableSubstitutionTest>>testPrivateExcludedAndWithConflicts ... finished in 1 millisecond starting testcase: FLPluggableSubstitutionTest>>testSimple ... finished in 0 seconds starting testcase: FLPluggableSubstitutionTest>>testSubstituteByItself ... finished in 0 seconds starting testcase: FLPluggableSubstitutionTest>>testSubstituteCharacterInPresenceOfSomeCharacter ... finished in 1 millisecond starting testcase: FLPluggableSubstitutionTest>>testSubstituteTrueInPresenceOfTheTrueInstance ... finished in 3 milliseconds starting testcase: FLPluggableSubstitutionTest>>testSubstituteUndefinedObjectInPresenceOfNil ... finished in 1 millisecond starting testcase: FLPluggableSubstitutionTest>>testTransientPair ... finished in 0 seconds starting testcase: FLPluggableSubstitutionTest>>testTransientPairLeft ... finished in 2 milliseconds starting testcase: FLPluggableSubstitutionTest>>testUniqueSubstitution ... finished in 1 millisecond starting testcase: FLProcessSerializationTest>>testSerializingShortDelay ... finished in 122 milliseconds starting testcase: FLSequencedSerializationTest>>testComplexObjects ... finished in 8 milliseconds starting testcase: FLSequencedSerializationTest>>testPrimitiveObjects ... finished in 24 milliseconds starting testcase: FLSerializerConvenienceMethodsTest>>testSerializeOn ... finished in 1 millisecond starting testcase: FLSerializerConvenienceMethodsTest>>testSerializeToByteArray ... finished in 1 millisecond starting testcase: FLSerializerConvenienceMethodsTest>>testToFileNamed ... finished in 1 millisecond starting testcase: FLSerializerTest>>testAddPostMaterializationAction ... finished in 1 millisecond starting testcase: FLSerializerTest>>testAddPostMaterializationActionCanAcceptThreeArguments ... finished in 1 millisecond starting testcase: FLSerializerTest>>testAddPostMaterializationActionMustBeBlock ... finished in 0 seconds starting testcase: FLSerializerTest>>testAddPostMaterializationActionMustBeCleanBlock ... finished in 0 seconds starting testcase: FLSerializerTest>>testAddPreMaterializationAction ... finished in 2 milliseconds starting testcase: FLSerializerTest>>testAddPreMaterializationActionCanAcceptTwoArguments ... finished in 0 seconds starting testcase: FLSerializerTest>>testAddPreMaterializationActionMustBeBlock ... finished in 0 seconds starting testcase: FLSerializerTest>>testAddPreMaterializationActionMustBeCleanBlock ... finished in 0 seconds starting testcase: FLSerializerTest>>testAtPutAdditionalObject ... finished in 0 seconds starting testcase: FLSerializerTest>>testEnableLimitObjectsException ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeAllBehaviors ... finished in 8 milliseconds starting testcase: FLSerializerTest>>testFullySerializeAllBehaviorsMustBeCollection ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeAllMethods ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeAllMethodsMustBeCollection ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeBehavior ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeBehaviorMustBeBehavior ... finished in 5 milliseconds starting testcase: FLSerializerTest>>testFullySerializeBehaviorUsesSet ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeMethod ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeMethodMustBeMethod ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeMethodUsesSet ... finished in 0 seconds starting testcase: FLSerializerTest>>testLimitDepthTo ... finished in 0 seconds starting testcase: FLSerializerTest>>testLimitObjectsTo ... finished in 0 seconds starting testcase: FLSerializerTest>>testLookUpAllInGlobalsMustBeCollection ... finished in 0 seconds starting testcase: FLSerializerTest>>testLookUpInGlobalsMustBeGlobal ... finished in 2 milliseconds starting testcase: FLSerializerTest>>testLookUpInGlobalsSymbolKey ... finished in 0 seconds starting testcase: FLSerializerTest>>testLookupAllInGlobals ... finished in 0 seconds starting testcase: FLSerializerTest>>testObject ... finished in 0 seconds starting testcase: FLSerializerTest>>testObjectCollection ... finished in 0 seconds starting testcase: FLSerializerTest>>testObjectCollectionMustBeCollection ... finished in 0 seconds starting testcase: FLSerializerTest>>testObjectCollectionWhenAlreadySet ... finished in 0 seconds starting testcase: FLSerializerTest>>testObjectWhenAlreadySet ... finished in 0 seconds starting testcase: FLSerializerTest>>testWhenSubstituteBy ... finished in 0 seconds starting testcase: FLSerializerTest>>testWhenSubstituteByMustAcceptSingleArgument ... finished in 0 seconds starting testcase: FLSerializerTest>>testWhenSubstituteByMustBeBlocks ... finished in 0 seconds starting testcase: FLSignatureTest>>testBadSignature ... finished in 1 millisecond starting testcase: FLSignatureTest>>testSameSignature ... finished in 3 milliseconds starting testcase: FLSimpleStackTest>>testCapacity ... finished in 0 seconds starting testcase: FLSimpleStackTest>>testGrow ... finished in 0 seconds starting testcase: FLSimpleStackTest>>testIsEmpty ... finished in 0 seconds starting testcase: FLSimpleStackTest>>testPop ... finished in 0 seconds starting testcase: FLSimpleStackTest>>testPush ... finished in 0 seconds starting testcase: FLSingletonTest>>testSingletonMaterialization ... finished in 1 millisecond starting testcase: FLSingletonTest>>testSingletonMaterializationEnforced ... finished in 1 millisecond starting testcase: FLSingletonTest>>testSingletonMaterializationEnforcedNoInstance ... finished in 2 milliseconds starting testcase: FLSortedCollectionSerializationTest>>testSortedCollection ... finished in 6 milliseconds starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithClassVariableChanges ... finished in 3 milliseconds starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithClassVariableReference ... finished in 2 milliseconds starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithInstanceVariableReference ... finished in 4 milliseconds starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithInstanceVariableReferenceChange ... finished in 5 milliseconds starting testcase: FLUserGuidesTest>>testByteArrayStream ... finished in 1 millisecond starting testcase: FLUserGuidesTest>>testConsiderGlobal ... finished in 1 millisecond starting testcase: FLUserGuidesTest>>testDemo ... finished in 5 milliseconds starting testcase: FLUserGuidesTest>>testFileShortcuts ... finished in 0 seconds starting testcase: FLUserGuidesTest>>testGZip ... finished in 2 milliseconds starting testcase: FLUserGuidesTest>>testPluggableSubstitution ... finished in 1 millisecond starting testcase: FLVersionTest>>testDifferentMajor ... finished in 0 seconds starting testcase: FLVersionTest>>testDifferentMinor ... finished in 0 seconds starting testcase: FLVersionTest>>testDifferentPatch ... finished in 0 seconds starting testcase: FLVersionTest>>testEquals ... finished in 0 seconds starting testcase: FLVersionTest>>testLessThanOrEqual ... finished in 0 seconds starting testcase: FLVersionTest>>testNotEqual ... finished in 0 seconds starting testcase: FLVersionTest>>testSameVersion ... finished in 2 milliseconds starting testcase: FLWeakObjectsTest>>testAssociationWithWeak ... finished in 1 millisecond starting testcase: FLWeakObjectsTest>>testWeakAndNoStrongReferenceFromGraph ... finished in 4 milliseconds starting testcase: FLWeakObjectsTest>>testWeakWithStrongReferenceFromGraph ... finished in 5 milliseconds starting testcase: FLWeakObjectsTest>>testWeakWithStrongReferenceFromGraph2 ... finished in 4 milliseconds finished running suite: Fuel-Core-Tests [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] } [Pipeline] // dir [Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done [Pipeline] dir Running in /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64 [Pipeline] { [Pipeline] unstash [Pipeline] sh + bash -c bootstrap/scripts/runKernelTests.sh 64 Tests-unix-64Kernel +++ dirname bootstrap/scripts/runKernelTests.sh ++ cd bootstrap/scripts ++ pwd -P + SCRIPTS=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts + . /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts/envvars.sh ++ '[' -z x ']' ++ '[' -z ']' ++ echo 'BOOTSTRAP_ARCH not specified, defaulting to 64' BOOTSTRAP_ARCH not specified, defaulting to 64 ++ export BOOTSTRAP_ARCH=64 ++ BOOTSTRAP_ARCH=64 ++ '[' -z ']' ++++ dirname /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts/envvars.sh +++ cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts/../.. +++ pwd -P ++ export BOOTSTRAP_REPOSITORY=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64 ++ BOOTSTRAP_REPOSITORY=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64 +++ pwd -P ++ ROOT_DIR=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build ++ '[' -z ']' ++ BOOTSTRAP_CACHE=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache ++ export BOOTSTRAP_CACHE ++ '[' -z ']' ++ BOOTSTRAP_DOWNLOADS=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-downloads ++ export BOOTSTRAP_DOWNLOADS ++ '[' -z ']' ++ VM='/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-downloads/vmtarget/pharo --headless' ++ VM_BOOTSTRAP='/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-downloads/vmBootstrap/pharo --headless' ++ IMAGE_FLAGS=--no-default-preferences ++++ dirname /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts/envvars.sh +++ cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts +++ pwd -P ++ . /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts/envversion.sh + CACHE=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache + find /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-64bit-fa71989.sources /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-compiler-64bit-fa719891c8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-metacello-64bit-fa719891c8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-fa719891c8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello-64bit-fa719891c8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-traits-64bit-fa719891c8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-fa719891c8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-fa719891c8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa719891c8.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-core-64bit-fa719891c8.zip ++ cut -d- -f 1-2 +++ find /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache -name 'Pharo*.zip' +++ head -n 1 ++ basename /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-compiler-64bit-fa719891c8.zip + TEST_NAME_PREFIX=Pharo13.0-SNAPSHOT ++ echo Pharo13.0-SNAPSHOT ++ cut -d. -f 1 ++ cut -d- -f 1 ++ cut -c6- + TEST_VM_VERSION=130 + TEST_VM_KIND=vm + /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts/getPharoVM.sh 130 vm 64 + '[' 3 -lt 1 ']' + export PHARO=130 + PHARO=130 + export VM=vm + VM=vm + export ARCHITECTURE=64 + ARCHITECTURE=64 + export RETRY_REMAINING=3 + RETRY_REMAINING=3 + wget --quiet -O - get.pharo.org/64/vm130 + bash Downloading the latest pharoVM: http://files.pharo.org/get-files/130/pharo-vm-Linux-x86_64-stable.zip pharo-vm/pharo Creating starter scripts pharo and pharo-ui + '[' 0 -eq 0 ']' + echo 'VM downloaded' VM downloaded ++ find /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache -name 'Pharo13.0-SNAPSHOT-bootstrap-64bit-*.zip' + IMAGE_ARCHIVE=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8.zip + unzip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8.zip Archive: /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8.zip inflating: Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8.image ++ find . -name Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8.image + IMAGE_FILE=./Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8.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-fa719891c8.zip + unzip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-fa719891c8.zip Archive: /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-fa719891c8.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-fa719891c8.zip + unzip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-fa719891c8.zip Archive: /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-fa719891c8.zip inflating: protocolsKernel.txt + mv ./Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8.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: #(#FileAttributeNotSupported #Unicode #Time #Duration #FileLocator #FileSystem #StartupPreferencesLoader #Date #DateAndTime) + ./pharo bootstrap.image loadHermes System-Time.hermes AST-Core.hermes InitializePackagesCommandLineHandler.hermes Random-Core.hermes System-Model.hermes System-NumberPrinting.hermes --save --no-fail-on-undeclared --on-duplication=ignore SystemNotification: [Hermes] Reading System-Time.hermes SystemNotification: [Hermes] Installing System-Time.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Unicode) SystemNotification: [Hermes] Reading AST-Core.hermes SystemNotification: [Hermes] Installing AST-Core.hermes SystemNotification: New Undeclared created... check dependencies: #(#Halt) SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Halt #Unicode) SystemNotification: [Hermes] Reading InitializePackagesCommandLineHandler.hermes SystemNotification: [Hermes] Installing InitializePackagesCommandLineHandler.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Halt #Unicode) SystemNotification: [Hermes] Reading Random-Core.hermes SystemNotification: [Hermes] Installing Random-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Halt #Unicode) SystemNotification: [Hermes] Reading System-Model.hermes SystemNotification: [Hermes] Installing System-Model.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Halt #Unicode) SystemNotification: [Hermes] Reading System-NumberPrinting.hermes SystemNotification: [Hermes] Installing System-NumberPrinting.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Halt #Unicode) + ./pharo bootstrap.image perform --save ChronologyConstants initialize ChronologyConstants + ./pharo bootstrap.image perform --save DateAndTime initialize DateAndTime + ./pharo bootstrap.image initializePackages --packages --protocols=protocolsKernel.txt --save + ./pharo bootstrap.image loadHermes Traits.hermes --save SystemNotification: [Hermes] Reading Traits.hermes SystemNotification: [Hermes] Installing Traits.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Halt #Unicode) + ./pharo bootstrap.image loadHermes Debugging-Utils.hermes SUnit-Core.hermes JenkinsTools-Core.hermes JenkinsTools-Core.hermes SUnit-Tests.hermes --save --no-fail-on-undeclared --on-duplication=ignore SystemNotification: [Hermes] Reading Debugging-Utils.hermes SystemNotification: [Hermes] Installing Debugging-Utils.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Unicode) SystemNotification: [Hermes] Reading SUnit-Core.hermes SystemNotification: [Hermes] Installing SUnit-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Unicode) SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Unicode) SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Unicode) SystemNotification: [Hermes] Reading SUnit-Tests.hermes SystemNotification: [Hermes] Installing SUnit-Tests.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Unicode) + ./pharo bootstrap.image test --junit-xml-output --stage-name=Tests-unix-64Kernel SUnit-Core SUnit-Tests Running tests in 2 Packages Beginning to run tests of SUnit-Core with random seed 793123082 Finished to run tests of SUnit-Core in 2 milliseconds 962 microseconds Beginning to run tests of SUnit-Tests with random seed 650727951 Finished to run tests of SUnit-Tests in 3 seconds 977 milliseconds 938 microseconds 322 run, 322 passes, 0 failures, 0 errors. [Pipeline] junit Recording test results [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] archiveArtifacts Archiving artifacts ‘*.fuel’ doesn’t match anything No artifacts found that match the file pattern "*.fuel". Configuration error? [Pipeline] fileExists [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh + mv progress.log progress-Tests-unix-64Kernel.log [Pipeline] sh + cat progress-Tests-unix-64Kernel.log running suite: SUnit-Tests starting testcase: ClassFactoryForTestCaseTest>>testClassCreationInDifferentTags ... finished in 3 milliseconds starting testcase: ClassFactoryForTestCaseTest>>testMultipleClassCreation ... finished in 3 milliseconds starting testcase: ClassFactoryForTestCaseTest>>testPackageCleanUp ... finished in 2 milliseconds starting testcase: ClassFactoryForTestCaseTest>>testSingleClassCreation ... finished in 2 milliseconds starting testcase: ClassFactoryForTestCaseTest>>testSingleTraitCreation ... finished in 9 milliseconds starting testcase: ClassFactoryForTestCaseTest>>testTraitCreationInDifferentCategories ... finished in 24 milliseconds starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testClassCreationInDifferentTags ... finished in 1 millisecond starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testMultipleClassCreation ... finished in 0 seconds starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testPackageCleanUp ... finished in 1 millisecond starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testSingleClassCreation ... finished in 0 seconds starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testSingleTraitCreation ... finished in 5 milliseconds starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testTraitCreationInDifferentCategories ... finished in 25 milliseconds starting testcase: ExampleSetTest>>testAdd ... finished in 0 seconds starting testcase: ExampleSetTest>>testGrow ... finished in 0 seconds starting testcase: ExampleSetTest>>testIllegal ... finished in 0 seconds starting testcase: ExampleSetTest>>testIncludes ... finished in 0 seconds starting testcase: ExampleSetTest>>testOccurrences ... finished in 0 seconds starting testcase: ExampleSetTest>>testRemove ... finished in 0 seconds starting testcase: FailingTearDownTest>>testAssignToTestCleanup ... finished in 0 seconds starting testcase: FailingTearDownTest>>testFailingTearDown ... finished in 0 seconds starting testcase: FailingTestResourceTestCase>>testDebugTestWithResource ... finished in 0 seconds starting testcase: FailingTestResourceTestCase>>testResourceCollection ... finished in 0 seconds starting testcase: FailingTestResourceTestCase>>testResourceInitRelease ... finished in 0 seconds starting testcase: FailingTestResourceTestCase>>testRunSuiteWithResource ... finished in 0 seconds starting testcase: FailingTestResourceTestCase>>testRunTestWithResource ... finished in 0 seconds starting testcase: ManyTestResourceTestCase>>testDebugTestWithResource ... finished in 0 seconds starting testcase: ManyTestResourceTestCase>>testResourceCollection ... finished in 0 seconds starting testcase: ManyTestResourceTestCase>>testResourceInitRelease ... finished in 0 seconds starting testcase: ManyTestResourceTestCase>>testRunSuiteWithResource ... finished in 0 seconds starting testcase: ManyTestResourceTestCase>>testRunTestWithResource ... finished in 0 seconds starting testcase: ManyTestResourceTestCase>>testTearDownOrder ... finished in 0 seconds starting testcase: PaCasesMatrixTest>>testParametersHaveValue(#option1->'a' #option2->1) ... finished in 0 seconds starting testcase: PaCasesMatrixTest>>testParametersHaveValue(#option1->'b' #option2->2) ... finished in 0 seconds starting testcase: PaCasesMatrixTest>>testParametersHaveValue(#option1->'c' #option2->3) ... finished in 0 seconds starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#a #option1->'a' #option2->1) ... finished in 0 seconds starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#a #option1->'b' #option2->2) ... finished in 0 seconds starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#a #option1->'c' #option2->3) ... finished in 0 seconds starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#b #option1->'a' #option2->1) ... finished in 0 seconds starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#b #option1->'b' #option2->2) ... finished in 0 seconds starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#b #option1->'c' #option2->3) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#x) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#y) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#z) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#x) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#y) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#z) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#x) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#y) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#z) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#x) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#y) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#z) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#x) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#y) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#z) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#x) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#y) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#z) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#x) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#y) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#z) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#x) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#y) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#z) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#x) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#y) ... finished in 0 seconds starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#z) ... finished in 0 seconds starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#a #option2->[]) ... finished in 0 seconds starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#a #option2->[]) ... finished in 0 seconds starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#a #option2->[]) ... finished in 0 seconds starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#b #option2->[]) ... finished in 0 seconds starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#b #option2->[]) ... finished in 0 seconds starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#b #option2->[]) ... finished in 0 seconds starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#c #option2->[]) ... finished in 0 seconds starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#c #option2->[]) ... finished in 0 seconds starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#c #option2->[]) ... finished in 0 seconds starting testcase: PaSelectedCasesExampleTest>>testSum(#number1->2 #number2->1.0 #result->3) ... finished in 0 seconds starting testcase: PaSelectedCasesExampleTest>>testSum(#number1->(2/3) #number2->(1/3) #result->1) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->2 #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->2 #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->2 #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->2 #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->2 #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->2 #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->'b' #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->'b' #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->'b' #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->'b' #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->'b' #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->'b' #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->$d #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->$d #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->$d #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->$d #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->$d #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->$d #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->2 #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->2 #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->2 #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->2 #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->2 #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->2 #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->'b' #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->'b' #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->'b' #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->'b' #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->'b' #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->'b' #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->$d #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->$d #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->$d #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->$d #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->$d #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->$d #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->2 #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->2 #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->2 #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->2 #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->2 #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->2 #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->'b' #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->'b' #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->'b' #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->'b' #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->'b' #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->'b' #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->$d #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->$d #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->$d #collectionClass->Set) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->$d #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->$d #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->$d #collectionClass->Bag) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSuiteTest>>testCasesHasTheCorrectNumberOfTests ... finished in 0 seconds starting testcase: PaSuiteTest>>testCasesHasTheCorrectTests ... finished in 0 seconds starting testcase: PaSuiteTest>>testCombinedHasTheCorrectNumberOfTests ... finished in 0 seconds starting testcase: PaSuiteTest>>testCombinedHasTheCorrectTests ... finished in 0 seconds starting testcase: PaSuiteTest>>testMatrix3ExampleHasTheCorrectNumberOfTests ... finished in 0 seconds starting testcase: PaSuiteTest>>testMatrix3ExampleHasTheCorrectTests ... finished in 1 millisecond starting testcase: PaSuiteTest>>testMatrixExampleHasTheCorrectNumberOfTests ... finished in 0 seconds starting testcase: PaSuiteTest>>testMatrixExampleHasTheCorrectTests ... finished in 0 seconds starting testcase: PaSuiteTest>>testMultiplyMatrixWithCasesMultiplyCases ... finished in 0 seconds starting testcase: PaSuiteTest>>testMultiplyMatrixWithOptionsAndCasesMultiplyCases ... finished in 0 seconds starting testcase: PaSuiteTest>>testMultiplyMatrixWithOptionsMultiplyCases ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testAllowRunningBackgroundProcessesToFinish ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testAllowRunningBackgroundProcessesToFinishButFailTestIfItCant ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testAlwaysPassBackgroundHalt ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldNotTerminateAllFailedProcessesWhenSuchTerminationIsDisabled ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldNotTerminateAllRunningProcessesWhenSuchTerminationIsDisabled ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRestoreDefaultFailingLogicForRunningProcessesCase ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRestoreProcessTerminationLogic ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRestoreSuspensionLogic ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRevertServiceToBeEnabledByDefault ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldTerminateAllFailedProcesses ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldTerminateAllRunningProcesses ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testDisableRunningProcessesCleanupWhenPassBackgroundFailures ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseForkedProcessFailureWhenFailuresWerePassedAndMainProcessAlsoFails ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseForkedProcessFailureWhenFailuresWerePassedAndProcessCompletes ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseForkedProcessFailureWhenThereWasOnlyMainProcessFailure ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseLeftRunningProcessWhenItAllowsThemToBe ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseLeftRunningProcessWhenProcessWasOnlyCreated ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseLeftRunningProcessWhenThereWasMainProcessFailure ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenBackgroundFailureWasPassedButMainProcessCompletesSuccessfully ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenBackgroundProcessWasFailedDuringFinalTryToFinishItAtTestCompletionTime ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithBackgroundFailures ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithBackgroundFailuresAndRunningProcesses ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithRunningProcesses ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testGettingBackgroundFailuresFromEnvironment ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testGettingFailuresFromEnvironment ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testGettingForkedProcessesFromEnvironment ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testGettingServiceFromEnvironment ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testGettingServiceFromTestCase ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testHasDefaultFailingStrategyForRunningProcesses ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testHasDefaultTerminationStrategyForRunningProcesses ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testHasEmptyForkedProcessesByDefault ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testHasEmptySuspendedBackgroundFailuresByDefault ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testIgnoreDirtyTestErrors ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testIsEnabledByDefault ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testIsMainTestProcessFailed ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testIsTestProcessFailed ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testPassBackgroundFailuresWhenSuspensionLogicIsDisabled ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testRecordMainTestProcessError ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testRecordMainTestProcessUnhandledError ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessWhenItFailsTestWithUnhandledError ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessesWhenHaltIsSignaled ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessesWhenHaltIsSignaledInBackground ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessesWhenTestFailureIsUnhandled ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testShouldSuspendBackgroundFailuresByDefault ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testStoreAllForkedProcesses ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testSuspendBackgroundError ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testSuspendBackgroundWarning ... finished in 0 seconds starting testcase: ResumableTestFailureTestCase>>testResumable ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testAssertionFailedInRaiseWithExceptionDo ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testAutoAssertFalse ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testAutoAssertTrue ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testAutoDenyFalse ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testAutoDenyTrue ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testDifferentExceptionInShouldRaiseWithExceptionDo ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testErrorInRaiseWithExceptionDo ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testExceptionWithMatchingString ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testExceptionWithoutMatchingString ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testInvalidShouldNotTakeMoreThan ... finished in 101 milliseconds starting testcase: SUnitExtensionsTest>>testInvalidShouldNotTakeMoreThanMilliseconds ... finished in 101 milliseconds starting testcase: SUnitExtensionsTest>>testNoExceptionInShouldRaiseWithExceptionDo ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testNoExceptionWithMatchingString ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testNoExceptionWithNoMatchingString ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testShouldFix ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testShouldRaiseWithExceptionDo ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testValidShouldNotTakeMoreThan ... finished in 150 milliseconds starting testcase: SUnitExtensionsTest>>testValidShouldNotTakeMoreThanMilliseconds ... finished in 100 milliseconds starting testcase: SUnitTest>>testAssert ... finished in 0 seconds starting testcase: SUnitTest>>testChildProcessShouldNotBeStoredStronglyByTestEnvironment ... finished in 14 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 21 milliseconds starting testcase: SUnitTest>>testIgnoreDeprecationWarnings ... finished in 0 seconds starting testcase: SUnitTest>>testIsNotRerunOnDebug ... finished in 0 seconds starting testcase: SUnitTest>>testLongRunningTest ... finished in 20 milliseconds starting testcase: SUnitTest>>testLongRunningTestThenGreenTest ... finished in 21 milliseconds starting testcase: SUnitTest>>testRaiseDeprecationWarnings ... finished in 0 seconds starting testcase: SUnitTest>>testRan ... finished in 0 seconds starting testcase: SUnitTest>>testRanOnlyOnce ... finished in 0 seconds starting testcase: SUnitTest>>testResult ... finished in 0 seconds starting testcase: SUnitTest>>testRunning ... finished in 20 milliseconds starting testcase: SUnitTest>>testRunningLongTime ... finished in 2 seconds 50 milliseconds starting testcase: SUnitTest>>testShould ... finished in 0 seconds starting testcase: SUnitTest>>testShouldIgnoreTimeLimitWhenTestProcessIsSuspended ... finished in 62 milliseconds starting testcase: SUnitTest>>testSuite ... finished in 0 seconds starting testcase: SUnitTest>>testWatchDogProcessShouldNotBeCatchedAsForkedProcess ... finished in 0 seconds starting testcase: SUnitTest>>testWithExceptionDo ... finished in 0 seconds starting testcase: SimpleTestResourceTestCase>>testDebugTestWithResource ... finished in 0 seconds starting testcase: SimpleTestResourceTestCase>>testResourceCollection ... finished in 0 seconds starting testcase: SimpleTestResourceTestCase>>testResourceInitRelease ... finished in 0 seconds starting testcase: SimpleTestResourceTestCase>>testRunSuiteWithResource ... finished in 0 seconds starting testcase: SimpleTestResourceTestCase>>testRunTestWithResource ... finished in 0 seconds starting testcase: TestAsserterTest>>testAssertCollectionHasSameElements ... finished in 0 seconds starting testcase: TestAsserterTest>>testDenyCollectionHasSameElements ... finished in 0 seconds starting testcase: TestCaseTest>>testAnnouncement ... finished in 54 milliseconds starting testcase: TestCaseTest>>testAssertEqualsActualAndExpectedOrder ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testActivationShouldRegisterDefaultServices ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testActivationShouldSetUpMainTestProcess ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testActivationShouldStartWatchDog ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testCleanUpAlsoDisabledTestServices ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testCleanUpShouldRevertServiceToBeEnabledByDefault ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testCleanUpTestServicesAfterFailedTest ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testCleanUpTestServicesAfterSucceedTest ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testCleanUpTestServicesAfterTerminatedTest ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testDeactivation ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testDisableGivenServiceWhenItExists ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testDisableGivenServiceWhenItIsNotRegistered ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testDoesNotCleanUpTestServicesUntilTestErrorIsNotHandled ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testDoesNotNotifyTestServicesAboutTerminatedTest ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testEnableGivenServiceWhenItExists ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testEnableGivenServiceWhenItIsNotRegistered ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testEnableGivenServiceWithConfigurationBlock ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testFindService ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testGettingEnvironmentFromTestCase ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testHandleForkedProcessesByAllServices ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testHasEmptyServicesByDefault ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testIgnoreLongTestWhenItIsSuspendedAsUnderDebug ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testIgnoreWatchDogProcessAsForkedOne ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testIsEnabledByDefault ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testIsMainTestProcess ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testIsMainTestProcessActive ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testIsMainTestProcessFailed ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testNotifyOnlyEnabledTestServices ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutCompletedFailedTest ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutCompletedTest ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutHalt ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutUnhandledError ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutWarning ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testRegisteredServiceShouldBeBoundToEnvironment ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testResetWatchDogTimeoutBetweenFailedTests ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testResetWatchDogTimeoutBetweenTests ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testRunningTest ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testRunningTestShouldSetDefaultTimeLimit ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testRunningTooLongTest ... finished in 20 milliseconds starting testcase: TestFailureTestCase>>testCaptureIfSignalledWhenStepping ... finished in 0 seconds starting testcase: TestResourceWithForkedProcessTestCase>>testFirst ... finished in 0 seconds starting testcase: TestResourceWithForkedProcessTestCase>>testSecond ... finished in 0 seconds finished running suite: SUnit-Tests [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] } Finished to run tests of Network-Tests in 1 minute 10 seconds 146 milliseconds Beginning to run tests of Ring-Monticello-Tests with random seed 632047719 Finished to run tests of Ring-Monticello-Tests in 131 milliseconds Beginning to run tests of NewTools-DebugPointsBrowser-Tests with random seed 222400747 Finished to run tests of NewTools-DebugPointsBrowser-Tests in 636 milliseconds Beginning to run tests of NewTools-Sindarin-Commands-Tests with random seed 262677863 Finished to run tests of NewTools-Sindarin-Commands-Tests in 104 milliseconds Beginning to run tests of System-Time-Tests with random seed 233334227 DeprecationPerformedNotification: The method Date class>>#fromString: called from DateTest>>#testFromString has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead. DeprecationPerformedNotification: The method Date class>>#readFrom: called from Date class>>#fromString: has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead. DeprecationPerformedNotification: The method Date class>>#fromString: called from DateTest>>#testFromString has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead. DeprecationPerformedNotification: The method Date class>>#readFrom: called from Date class>>#fromString: has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead. DeprecationPerformedNotification: The method Date class>>#fromString: called from DateTest>>#testFromString has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead. DeprecationPerformedNotification: The method Date class>>#readFrom: called from Date class>>#fromString: has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead. DeprecationPerformedNotification: The method String>>#asDate called from UndefinedObject>>#DoIt has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead. DeprecationPerformedNotification: The method Date class>>#fromString: called from String>>#asDate has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead. DeprecationPerformedNotification: The method Date class>>#readFrom: called from Date class>>#fromString: has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead. Finished to run tests of System-Time-Tests in 4 seconds 674 milliseconds Beginning to run tests of MonticelloTonel-Tests with random seed 559121693 Finished to run tests of MonticelloTonel-Tests in 556 milliseconds Beginning to run tests of ThreadedFFI-Tests with random seed 942587979 Returning an object but pool is fullFinished to run tests of ThreadedFFI-Tests in 585 milliseconds Beginning to run tests of AST-Core-Tests with random seed 381993367 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 22 seconds 567 milliseconds Beginning to run tests of System-Sources-Tests with random seed 455254499 Finished to run tests of System-Sources-Tests in 161 milliseconds Beginning to run tests of FuzzyMatcher-Tests with random seed 524619397 Finished to run tests of FuzzyMatcher-Tests in 42 milliseconds Beginning to run tests of RottenTestsFinder-Tests with random seed 732708527 Finished to run tests of RottenTestsFinder-Tests in 573 milliseconds Beginning to run tests of Keymapping-Tests with random seed 770402284 Finished to run tests of Keymapping-Tests in 163 milliseconds Beginning to run tests of SUnit-Tests with random seed 72322449 Finished to run tests of SUnit-Tests in 5 seconds 112 milliseconds Beginning to run tests of Roassal-Spec-Tests with random seed 1062769038 Finished to run tests of Roassal-Spec-Tests in 136 milliseconds Beginning to run tests of MonticelloGUI-Tests with random seed 244925973 Finished to run tests of MonticelloGUI-Tests in 218 milliseconds Beginning to run tests of Calypso-SystemTools-FullBrowser-Tests with random seed 700579312 Finished to run tests of Calypso-SystemTools-FullBrowser-Tests in 609 milliseconds Beginning to run tests of Spec2-Dialogs-Tests with random seed 581961300 Finished to run tests of Spec2-Dialogs-Tests in 609 milliseconds Beginning to run tests of Text-Diff-Tests with random seed 335579319 Finished to run tests of Text-Diff-Tests in 41 milliseconds Beginning to run tests of Commander-Core-Tests with random seed 799113438 Finished to run tests of Commander-Core-Tests in 35 milliseconds Beginning to run tests of Jobs-Tests with random seed 655450885 Finished to run tests of Jobs-Tests in 35 milliseconds Beginning to run tests of EmbeddedFreeType-Tests with random seed 415551526 Finished to run tests of EmbeddedFreeType-Tests in 19 milliseconds Beginning to run tests of SUnit-Visitor-Tests with random seed 234254395 Finished to run tests of SUnit-Visitor-Tests in 23 milliseconds Beginning to run tests of Zinc-Resource-Meta-Tests with random seed 616123219 Finished to run tests of Zinc-Resource-Meta-Tests in 272 milliseconds Beginning to run tests of SUnit-MockObjects-Tests with random seed 536226406 Finished to run tests of SUnit-MockObjects-Tests in 55 milliseconds Beginning to run tests of NewTools-FontChooser-Tests with random seed 1041197470 Finished to run tests of NewTools-FontChooser-Tests in 19 milliseconds Beginning to run tests of Roassal-Shapes-Tests with random seed 972841648 Finished to run tests of Roassal-Shapes-Tests in 403 milliseconds Beginning to run tests of Shout-Tests with random seed 642787141 Finished to run tests of Shout-Tests in 132 milliseconds Beginning to run tests of ColorPicker-Tests with random seed 410105804 Finished to run tests of ColorPicker-Tests in 131 milliseconds Beginning to run tests of Announcements-Core-Tests with random seed 140709712 Finished to run tests of Announcements-Core-Tests in 941 milliseconds Beginning to run tests of RTree-Tests with random seed 26667262 Finished to run tests of RTree-Tests in 80 milliseconds Beginning to run tests of Ombu-Tests with random seed 491191119 Finished to run tests of Ombu-Tests in 1 second 89 milliseconds Beginning to run tests of FreeType-Tests with random seed 73788559 Finished to run tests of FreeType-Tests in 7 seconds 353 milliseconds Beginning to run tests of Calypso-SystemPlugins-SUnit-Queries-Tests with random seed 840886603 Finished to run tests of Calypso-SystemPlugins-SUnit-Queries-Tests in 90 milliseconds Beginning to run tests of Debugger-Oups-Tests with random seed 636897957 Running: testCreationFromException from OupsDebugRequestTest Running: testDebugSession from OupsDebugRequestTest Running: testDefaultProcess from OupsDebugRequestTest Running: testNewNotAllowed from OupsDebugRequestTest Running: testNoPreDebugActionsBeforeComputation from OupsDebugRequestTest Running: testNullExceptionForNamed from OupsDebugRequestTest Running: testPreDebugActionForDebugItMethod from OupsDebugRequestTest Running: testHandled from OupsDebuggerSelectionStrategyTest Running: testDebuggers from OupsDebuggerSelectorTest Running: testFirstUsableDebuggerForSession from OupsDebuggerSelectorTest Running: testHandlesDebuggerErrors from OupsDebuggerSelectorTest Running: testNextDebugger from OupsDebuggerSelectorTest Running: testNextDebuggerForDebuggerFailure from OupsDebuggerSelectorTest Running: testNextDebuggerForSession from OupsDebuggerSelectorTest Running: testNoDebuggerForSession from OupsDebuggerSelectorTest I am an Oups NULL debugging exception [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ] Running: testNoNextDebugger from OupsDebuggerSelectorTest Running: testOpenDebuggerError from OupsDebuggerSelectorTest Running: testOpenDebuggerForSession from OupsDebuggerSelectorTest Running: testOpenDebuggerWithErrorForSession from OupsDebuggerSelectorTest Running: testTryOpenWith from OupsDebuggerSelectorTest Running: testTryOpenWithSignalsError from OupsDebuggerSelectorTest Running: testAvailableDebuggers from OupsDebuggerSystemTest Running: testEnsureExceptionIn from OupsDebuggerSystemTest Running: testHandleDebugRequest from OupsDebuggerSystemTest Running: testHandleWarningDebugRequest from OupsDebuggerSystemTest Running: testPreDebugActionExecuted from OupsDebuggerSystemTest Running: testError from OupsSingleDebuggerSelectorTest Running: testErrorWhenOpeningDebugger from OupsSingleDebuggerSelectorTest Error [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ] I am an Oups NULL debugging exception [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ] Running: testHandled from OupsSingleDebuggerSelectorTest Error [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ] I am an Oups NULL debugging exception [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ] Running: testNextDebugger from OupsSingleDebuggerSelectorTest Running: testOpenDebuggerForSession from OupsSingleDebuggerSelectorTest Finished to run tests of Debugger-Oups-Tests in 178 milliseconds Beginning to run tests of STON-Tests with random seed 743689558 Finished to run tests of STON-Tests in 1 second 603 milliseconds Beginning to run tests of FileSystem-Memory-Tests with random seed 913997979 Finished to run tests of FileSystem-Memory-Tests in 2 seconds 728 milliseconds Beginning to run tests of Files-Tests with random seed 888434501 Finished to run tests of Files-Tests in 5 seconds 395 milliseconds Beginning to run tests of Calypso-SystemPlugins-Undeclared-Queries-Tests with random seed 112486490 Finished to run tests of Calypso-SystemPlugins-Undeclared-Queries-Tests in 59 milliseconds Beginning to run tests of DrTests-CommentsToTests-Tests with random seed 144040083 Finished to run tests of DrTests-CommentsToTests-Tests in 35 milliseconds Beginning to run tests of Regex-Core-Tests with random seed 637027258 Finished to run tests of Regex-Core-Tests in 231 milliseconds Beginning to run tests of Spec2-Code-Tests with random seed 216609441 Finished to run tests of Spec2-Code-Tests in 1 second 816 milliseconds Beginning to run tests of Collections-Tests with random seed 399073465 Finished to run tests of Collections-Tests in 36 milliseconds Beginning to run tests of NewTools-Playground-Tests with random seed 657337312 Finished to run tests of NewTools-Playground-Tests in 702 milliseconds Beginning to run tests of Spec2-Tests with random seed 975320224 Finished to run tests of Spec2-Tests in 10 seconds 630 milliseconds Beginning to run tests of System-Utilities-Tests with random seed 855137578 Finished to run tests of System-Utilities-Tests in 54 milliseconds Beginning to run tests of Tool-ExternalBrowser-Tests with random seed 119799395 Finished to run tests of Tool-ExternalBrowser-Tests in 152 milliseconds Beginning to run tests of Hiedra-Tests with random seed 823754492 Finished to run tests of Hiedra-Tests in 100 milliseconds Beginning to run tests of Zodiac-Tests with random seed 695081314 Finished to run tests of Zodiac-Tests in 628 milliseconds Beginning to run tests of Roassal-BaselineMap-Tests with random seed 619083989 Finished to run tests of Roassal-BaselineMap-Tests in 61 milliseconds Beginning to run tests of Metacello-TestsCore with random seed 125122838 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 168 milliseconds Beginning to run tests of System-Platforms-Tests with random seed 373144254 Finished to run tests of System-Platforms-Tests in 48 milliseconds Beginning to run tests of Athens-Cairo-Tests with random seed 180259310 Finished to run tests of Athens-Cairo-Tests in 75 milliseconds Beginning to run tests of Spec2-Morphic-Tests with random seed 1054852409 Finished to run tests of Spec2-Morphic-Tests in 2 seconds 710 milliseconds Beginning to run tests of System-Localization-Tests with random seed 765093076 Finished to run tests of System-Localization-Tests in 47 milliseconds Beginning to run tests of Calypso-SystemPlugins-Reflectivity-Browser-Tests with random seed 741387524 Finished to run tests of Calypso-SystemPlugins-Reflectivity-Browser-Tests in 249 milliseconds Beginning to run tests of Morphic-Widgets-Taskbar-Tests with random seed 932314877 Finished to run tests of Morphic-Widgets-Taskbar-Tests in 61 milliseconds Beginning to run tests of AI-Algorithms-Graph-Tests with random seed 998594876 Finished to run tests of AI-Algorithms-Graph-Tests in 130 milliseconds Beginning to run tests of Manifest-Tests with random seed 790696640 Finished to run tests of Manifest-Tests in 1 second 230 milliseconds Beginning to run tests of Calypso-SystemQueries-Tests with random seed 530523280 Finished to run tests of Calypso-SystemQueries-Tests in 2 seconds 811 milliseconds Beginning to run tests of Clap-Tests with random seed 909361552 Finished to run tests of Clap-Tests in 110 milliseconds Beginning to run tests of Refactoring-Core-Tests with random seed 376953343 Finished to run tests of Refactoring-Core-Tests in 2 seconds 269 milliseconds Beginning to run tests of System-SessionManager-Tests with random seed 287373534 Finished to run tests of System-SessionManager-Tests in 55 milliseconds Beginning to run tests of Tool-ImageCleaner-Tests with random seed 157489943 Finished to run tests of Tool-ImageCleaner-Tests in 25 milliseconds Beginning to run tests of FileSystem-Disk-Tests with random seed 1011727151 Finished to run tests of FileSystem-Disk-Tests in 2 seconds 301 milliseconds Beginning to run tests of NewTools-SettingsBrowser-Tests with random seed 790413614 Finished to run tests of NewTools-SettingsBrowser-Tests in 1 second 184 milliseconds Beginning to run tests of Beacon-Core-Tests with random seed 965537231 Finished to run tests of Beacon-Core-Tests in 26 milliseconds Beginning to run tests of Collections-Stack-Tests with random seed 298397162 Finished to run tests of Collections-Stack-Tests in 39 milliseconds Beginning to run tests of Ring-Definitions-Monticello-Tests with random seed 333789713 Finished to run tests of Ring-Definitions-Monticello-Tests in 30 milliseconds Beginning to run tests of Equals-Tests with random seed 388129074 Finished to run tests of Equals-Tests in 141 milliseconds Beginning to run tests of Collections-Strings-Tests with random seed 178981311 Finished to run tests of Collections-Strings-Tests in 1 second 714 milliseconds Beginning to run tests of Roassal-Layouts-Tests with random seed 1044414067 Finished to run tests of Roassal-Layouts-Tests in 131 milliseconds Beginning to run tests of Kernel-ExtraUtils with random seed 1013815031 Finished to run tests of Kernel-ExtraUtils in 38 milliseconds Beginning to run tests of System-Object Events-Tests with random seed 639187230 Finished to run tests of System-Object Events-Tests in 108 milliseconds Beginning to run tests of Metacello-TestsMCCore with random seed 955167114 MetacelloNotification: testFileTreeRepository: D:\builds\workspace\uest_and_branch_Pipeline_Pharo13\Tests-windows-64\temp\repo Finished to run tests of Metacello-TestsMCCore in 101 milliseconds Beginning to run tests of FileSystem-Tests-Attributes with random seed 371073520 Finished to run tests of FileSystem-Tests-Attributes in 99 milliseconds Beginning to run tests of Zinc-Tests with random seed 628403027 Finished to run tests of Zinc-Tests in 17 seconds 872 milliseconds Beginning to run tests of Athens-Core-Tests with random seed 669336869 Finished to run tests of Athens-Core-Tests in 90 milliseconds Beginning to run tests of NewTools-DocumentBrowser-GitHubResource-Tests with random seed 636589439 Finished to run tests of NewTools-DocumentBrowser-GitHubResource-Tests in 2 seconds 115 milliseconds Beginning to run tests of NumberParser-Tests with random seed 325250755 Finished to run tests of NumberParser-Tests in 203 milliseconds Beginning to run tests of Specific-Rules-Tests with random seed 715027087 Finished to run tests of Specific-Rules-Tests in 37 milliseconds Beginning to run tests of Ring-Definitions-Tests-Containers with random seed 463397302 Finished to run tests of Ring-Definitions-Tests-Containers in 25 milliseconds Beginning to run tests of Fonts-Infrastructure-Tests with random seed 695159505 Finished to run tests of Fonts-Infrastructure-Tests in 31 milliseconds Beginning to run tests of Flashback-Decompiler-Tests with random seed 884550383 1 1 2 2 Finished to run tests of Flashback-Decompiler-Tests in 628 milliseconds Beginning to run tests of Tools-Tests with random seed 410460773 Finished to run tests of Tools-Tests in 243 milliseconds Beginning to run tests of ReferenceFinder-Core with random seed 202794331 Level 1 with 1 objects to search Level 2 with 1 objects to search Level 3 with 1 objects to searchFinished to run tests of ReferenceFinder-Core in 29 milliseconds Beginning to run tests of Metacello-Gitlab-Tests with random seed 317293945 Finished to run tests of Metacello-Gitlab-Tests in 34 milliseconds Beginning to run tests of Tools-CodeNavigation-Tests with random seed 814962074 Finished to run tests of Tools-CodeNavigation-Tests in 140 milliseconds Beginning to run tests of Debugging-Utils-Tests with random seed 131839783 Finished to run tests of Debugging-Utils-Tests in 288 milliseconds Beginning to run tests of FormCanvas-Tests with random seed 125359946 Finished to run tests of FormCanvas-Tests in 62 milliseconds Beginning to run tests of Ring-Definitions-Core-Tests with random seed 285858953 Finished to run tests of Ring-Definitions-Core-Tests in 210 milliseconds Beginning to run tests of NECompletion-Tests with random seed 248653403 9 11 9 10 4 8 10 8 9 3 8 10 8 9 3 6 8 6 7 1 6 8 6 7 1 27 26 18 28 27 18 27 27 28 19 17 7 27 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 2 18 Finished to run tests of NECompletion-Tests in 444 milliseconds Beginning to run tests of NewTools-Debugger-Tests with random seed 527137562 NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) Finished to run tests of NewTools-Debugger-Tests in 8 seconds 537 milliseconds Beginning to run tests of Text-Tests with random seed 290752628 Finished to run tests of Text-Tests in 121 milliseconds Beginning to run tests of Calypso-SystemPlugins-Critic-Queries-Tests with random seed 835625199 Finished to run tests of Calypso-SystemPlugins-Critic-Queries-Tests in 354 milliseconds Beginning to run tests of Roassal-SVG-Tests with random seed 492521042 Finished to run tests of Roassal-SVG-Tests in 31 milliseconds Beginning to run tests of ReflectionMirrors-Primitives-Tests with random seed 521066099 Finished to run tests of ReflectionMirrors-Primitives-Tests in 74 milliseconds Beginning to run tests of General-Rules-Tests with random seed 693636542 NewUndeclaredWarning: ReStringConcatenationRuleTest>>method (string is Undeclared) NewUndeclaredWarning: ReStringConcatenationRuleTest>>method (string is Undeclared) Finished to run tests of General-Rules-Tests in 4 seconds 150 milliseconds Beginning to run tests of Collections-Arithmetic-Tests with random seed 242468341 Finished to run tests of Collections-Arithmetic-Tests in 65 milliseconds Beginning to run tests of Spec2-Commander2-Tests with random seed 667395896 Finished to run tests of Spec2-Commander2-Tests in 63 milliseconds Beginning to run tests of NewTools-DocumentBrowser-Tests with random seed 192105591 Finished to run tests of NewTools-DocumentBrowser-Tests in 124 milliseconds Beginning to run tests of DrTests-TestsProfiling-Tests with random seed 482759925 Finished to run tests of DrTests-TestsProfiling-Tests in 38 milliseconds Beginning to run tests of Math-Operations-Extensions-Tests with random seed 1056582684 Finished to run tests of Math-Operations-Extensions-Tests in 24 milliseconds Beginning to run tests of Calypso-NavigationModel-Tests with random seed 210435124 Finished to run tests of Calypso-NavigationModel-Tests in 4 seconds 159 milliseconds Beginning to run tests of Collections-Support-Tests with random seed 188206965 Finished to run tests of Collections-Support-Tests in 168 milliseconds Beginning to run tests of Reflectivity-Tests with random seed 301968927 an ObjectFinished to run tests of Reflectivity-Tests in 11 seconds 603 milliseconds Beginning to run tests of Fuel-Core-Tests with random seed 155172213 Finished to run tests of Fuel-Core-Tests in 14 seconds 906 milliseconds 39778 run, 39772 passes, 2 failures, 4 errors. [Pipeline] junit Recording test results [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] fileExists [Pipeline] fileExists [Pipeline] fileExists [Pipeline] bat evref@EVREF-RODRO D:\builds\workspace\uest_and_branch_Pipeline_Pharo13\Tests-windows-64>mv progress.log progress-Tests-windows-64.log [Pipeline] bat evref@EVREF-RODRO D:\builds\workspace\uest_and_branch_Pipeline_Pharo13\Tests-windows-64>cat progress-Tests-windows-64.log running suite: Fuel-Core-Tests starting testcase: FLBinaryFileStreamBasicSerializationTest>>testAllRangeOfIntegers ... finished in 2 seconds 224 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testArray ... finished in 39 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testAssociation ... finished in 76 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testBag ... finished in 10 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testBitmap ... finished in 92 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testByteArrays ... finished in 68 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCharacter ... finished in 56 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testClassSideCompiledMethod ... finished in 9 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCollectionElement ... finished in 10 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testColor ... finished in 25 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testColorArray ... finished in 11 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCompiledMethod ... finished in 9 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testConsiderCustomGlobal ... finished in 16 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 9 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicIdentitySet ... finished in 9 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLink ... finished in 17 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLinks ... finished in 15 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLinksInArray ... finished in 16 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDate ... finished in 55 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateAndTime ... finished in 36 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 15 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateOffsets ... finished in 18 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateOffsetsChanging ... finished in 9 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDictionary ... finished in 16 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 15 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDuration ... finished in 32 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptyArray ... finished in 9 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptyDictionary ... finished in 9 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptyOrderedCollection ... finished in 10 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptySet ... finished in 9 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testExceptions ... finished in 37 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 21 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFalse ... finished in 15 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFloat ... finished in 143 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFraction ... finished in 63 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGlobalClass ... finished in 7 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGlobalMetaclass ... finished in 12 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGradientFillStyle ... finished in 15 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testInterval ... finished in 49 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLargeNegativeInteger ... finished in 16 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLargePositiveInteger ... finished in 17 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLotsOfCharacters ... finished in 503 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLotsOfNils ... finished in 356 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testMethodDictionary ... finished in 17 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testNestedDictionary ... finished in 18 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testNil ... finished in 9 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testNotSerializableObject ... finished in 4 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testOrderedCollection ... finished in 12 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testPair ... finished in 6 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testPoint ... finished in 43 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testReadStream ... finished in 13 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRectangle ... finished in 24 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRecursiveArray ... finished in 12 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRemoteString ... finished in 14 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRunArray ... finished in 12 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testScaledDecimal ... finished in 73 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSet ... finished in 6 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSetWithCollectionElement ... finished in 7 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSetWithNil ... finished in 13 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSharedReferences ... finished in 13 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallInteger ... finished in 55 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 12 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerMinValue ... finished in 12 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerNegative ... finished in 12 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 872 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmalltalkGlobals ... finished in 12 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testString ... finished in 38 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 21 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSymbol ... finished in 27 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSystemEnvironment ... finished in 13 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testTime ... finished in 89 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testTrue ... finished in 12 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testUUID ... finished in 35 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideAndByteCharacters ... finished in 6 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideString ... finished in 32 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideStringClassName ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWordArray ... finished in 13 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWriteStream ... finished in 13 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesClean ... finished in 10 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesConstant ... finished in 6 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesFull ... finished in 7 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesClean ... finished in 6 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesConstant ... finished in 4 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesFull ... finished in 8 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureMaterializesClassVariablesCorrectly ... finished in 8 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedClean ... finished in 4 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedConstant ... finished in 3 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedFull ... finished in 4 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithClassVariableRead ... finished in 4 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithGlobalVariable ... finished in 7 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithSelfSend ... finished in 3 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithTempVariableRead ... finished in 3 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithThreeArguments ... finished in 8 milliseconds starting testcase: FLBlockClosureSerializationTest>>testCleanBlockClosure ... finished in 0 seconds starting testcase: FLBlockClosureSerializationTest>>testNestedBlockClosureConstant ... finished in 5 milliseconds starting testcase: FLBlockClosureSerializationTest>>testNestedCleanBlockClosure ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testAllRangeOfIntegers ... finished in 111 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testArray ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testAssociation ... finished in 6 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testBag ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testBitmap ... finished in 4 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testByteArrays ... finished in 4 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testCharacter ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testColor ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testColorArray ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testCompiledMethod ... finished in 3 milliseconds 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 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testDateAndTime ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testDateOffsets ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testDateOffsetsChanging ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testDictionary ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testDuration ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testEmptyArray ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testEmptyDictionary ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testEmptyOrderedCollection ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testEmptySet ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testExceptions ... finished in 4 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testFalse ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testFloat ... finished in 11 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testFraction ... finished in 4 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testGlobalClass ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testGlobalMetaclass ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testGradientFillStyle ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testInterval ... finished in 5 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testLargeNegativeInteger ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testLargePositiveInteger ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testLotsOfCharacters ... finished in 209 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testLotsOfNils ... finished in 68 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testMethodDictionary ... finished in 5 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testNestedDictionary ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testNil ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testNotSerializableObject ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testOrderedCollection ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testPair ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testPoint ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testReadStream ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testRectangle ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testRemoteString ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testRunArray ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testScaledDecimal ... finished in 5 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSet ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testSetWithCollectionElement ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testSharedReferences ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testSmallInteger ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerMinValue ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerNegative ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 63 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testString ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 6 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSymbol ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSystemEnvironment ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testTime ... finished in 28 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 6 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testWideStringClassName ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testWordArray ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testWriteStream ... finished in 1 millisecond starting testcase: FLCompiledMethodSerializationTest>>testDoIt ... finished in 4 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testInstalled ... finished in 3 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testInstalledModified ... finished in 4 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testMethodAccessingAClassVariable ... finished in 6 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testMethodAccessingAClassVariableInADoit ... finished in 4 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testNotInstalled ... finished in 5 milliseconds starting testcase: FLConfigurationTest>>testDecorateStreamFactory ... finished in 2 milliseconds starting testcase: FLConfigurationTest>>testDecorateStreamFactoryMustAcceptSingleArgument ... finished in 1 millisecond starting testcase: FLConfigurationTest>>testDecorateStreamFactoryMustBeBlock ... finished in 0 seconds starting testcase: FLConfigurationTest>>testDecorateStreamFactoryWhenStreamFactoryNotSet ... finished in 0 seconds starting testcase: FLConfigurationTest>>testEnvironment ... finished in 1 millisecond starting testcase: FLConfigurationTest>>testEnvironmentDefault ... finished in 0 seconds starting testcase: FLConfigurationTest>>testEnvironmentHasAtLeastUndefinedObject ... finished in 0 seconds starting testcase: FLConfigurationTest>>testEnvironmentWhenAlreadySet ... finished in 0 seconds starting testcase: FLConfigurationTest>>testFilePath ... finished in 13 milliseconds starting testcase: FLConfigurationTest>>testFilePathWhenStreamFactoryAlreadySet ... finished in 1 millisecond starting testcase: FLConfigurationTest>>testFilePathWrong ... finished in 0 seconds starting testcase: FLConfigurationTest>>testOnStream ... finished in 2 milliseconds starting testcase: FLConfigurationTest>>testOnStreamDoesNotCloseStream ... finished in 4 milliseconds starting testcase: FLConfigurationTest>>testOnStreamWithReuse ... finished in 2 milliseconds starting testcase: FLConfigurationTest>>testOnStreamWrong ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFactory ... finished in 1 millisecond starting testcase: FLConfigurationTest>>testStreamFactoryDefault ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFactoryMustAcceptNoArguments ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFactoryMustBeBlock ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFactoryWhenAlreadySet ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFinalizer ... finished in 1 millisecond starting testcase: FLConfigurationTest>>testStreamFinalizerDefault ... finished in 4 milliseconds starting testcase: FLConfigurationTest>>testStreamFinalizerMustAcceptSingleArgument ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFinalizerMustBeBlock ... finished in 1 millisecond starting testcase: FLConfigurationTest>>testStreamFinalizerWhenAlreadySet ... finished in 0 seconds starting testcase: FLContextSerializationTest>>testContext ... finished in 3 milliseconds starting testcase: FLContextSerializationTest>>testContextThisContext ... finished in 3 milliseconds starting testcase: FLContextSerializationTest>>testContextWithClosure ... finished in 4 milliseconds starting testcase: FLContextSerializationTest>>testContextWithClosureAndSender ... finished in 5 milliseconds starting testcase: FLContextSerializationTest>>testContextWithClosureContextWithOutPointerTesting ... finished in 3 milliseconds starting testcase: FLContextSerializationTest>>testContextWithNilPc ... finished in 2 milliseconds starting testcase: FLContextSerializationTest>>testContextWithSender ... finished in 3 milliseconds starting testcase: FLContextSerializationTest>>testContextWithTemp ... finished in 2 milliseconds starting testcase: FLContextSerializationTest>>testDoIt ... finished in 17 milliseconds starting testcase: FLConvenienceExtensionTest>>testObjectSerializeOn ... finished in 1 millisecond starting testcase: FLConvenienceExtensionTest>>testObjectSerializeToByteArray ... finished in 4 milliseconds starting testcase: FLConvenienceExtensionTest>>testObjectSerializeToFileNamed ... finished in 13 milliseconds starting testcase: FLCreateClassSerializationTest>>testAnonymousBehaviorIsSerializable ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testAnonymousObjectIsSerializable ... finished in 4 milliseconds starting testcase: FLCreateClassSerializationTest>>testCompiledMethodClassBinding ... finished in 10 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 9 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithClassVariable ... finished in 23 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithCreatedTrait ... finished in 52 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithCreatedTraitWithInstanceVariable ... finished in 54 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithInstance ... finished in 28 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPool ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPoolAndMethodReferencingAClassVariableOfIt ... finished in 12 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPoolAndMethodReferencingIt ... finished in 16 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithVariables ... finished in 19 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateCompiledMethodClass ... finished in 8 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateHierarchy ... finished in 7 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateHierarchyWithExistingClasses ... finished in 5 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateHierarchyWithSubclassSerializedBeforeSuperclass ... finished in 7 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateNormalClass ... finished in 7 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateSharedPoolClass ... finished in 25 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateVariableByteClass ... finished in 5 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateVariableClass ... finished in 4 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateVariableWordClass ... finished in 4 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWeakClass ... finished in 5 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithClassSideInitializeMethod ... finished in 9 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithClassSideMethod ... finished in 5 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithClassTrait ... finished in 57 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithClassVariableAccessors ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithComment ... finished in 5 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithExternalTrait ... finished in 173 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithInstance ... finished in 7 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithInternalTrait ... finished in 47 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithMethod ... finished in 8 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithNilEnvironment ... finished in 4 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithSmalltalkGlobalsEnvironment ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithSubclass ... finished in 4 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithTraitOnClassSide ... finished in 38 milliseconds starting testcase: FLCreateClassSerializationTest>>testDoesNotCreatePackage ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testMaterializationDoesNotModifySerializedClass ... finished in 27 milliseconds starting testcase: FLCreateClassSerializationTest>>testSerializeAnonymousSubclass ... finished in 19 milliseconds starting testcase: FLCreateTraitSerializationTest>>testAnonymousBehaviorIsSerializable ... finished in 39 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCompiledMethodClassBinding ... finished in 23 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateBasic ... finished in 21 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithClassSideMethod ... finished in 44 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithClassTrait ... finished in 55 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithComment ... finished in 23 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithExternalTrait ... finished in 59 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithInstance ... finished in 47 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithInternalTrait ... finished in 47 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithMethod ... finished in 44 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithTraitOnClassSide ... finished in 53 milliseconds starting testcase: FLCreateTraitSerializationTest>>testDoesNotCreatePackage ... finished in 20 milliseconds starting testcase: FLDecoderTest>>testNextEncodedInt24 ... finished in 1 millisecond starting testcase: FLDecoderTest>>testNextEncodedInt32 ... finished in 0 seconds starting testcase: FLDecoderTest>>testNextEncodedInt64 ... finished in 0 seconds starting testcase: FLDecoderTest>>testNextEncodedUint16 ... finished in 0 seconds starting testcase: FLDecoderTest>>testNextEncodedUint24 ... finished in 0 seconds starting testcase: FLDecoderTest>>testNextEncodedUint32 ... finished in 0 seconds starting testcase: FLDecoderTest>>testNextEncodedUint64 ... finished in 0 seconds starting testcase: FLDecoderTest>>testNextEncodedUint8 ... finished in 0 seconds starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith16Bits ... finished in 1 millisecond starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith24Bits ... finished in 0 seconds starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith32Bits ... finished in 0 seconds starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith64Bits ... finished in 1 millisecond starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith8Bits ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeInt24 ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeInt24Truncated ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeInt32 ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeInt32Truncated ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeInt64 ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeInt64Truncated ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUInt8 ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUInt8Truncated ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUint16 ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUint16Truncated ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUint24 ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUint24Truncated ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUint32 ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUint32Truncated ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUint64 ... finished in 0 seconds starting testcase: FLEncoderTest>>testEncodeUint64Truncated ... finished in 0 seconds starting testcase: FLEphemeronTest>>testEphemeronSupport ... finished in 16 milliseconds starting testcase: FLEphemeronTest>>testSupportForFinalizationRegistryEntry ... finished in 0 seconds starting testcase: FLEphemeronTest>>testSupportForWeakKeyAssociation ... finished in 0 seconds starting testcase: FLEphemeronTest>>testWeakKeyAssociationMourningBeforeMaterialization ... finished in 219 milliseconds starting testcase: FLEphemeronTest>>testWeakKeyAssociationMourningBeforeSerialization ... finished in 107 milliseconds starting testcase: FLEphemeronTest>>testWeakKeyAssociationWithStrongReference ... finished in 214 milliseconds starting testcase: FLEphemeronTest>>testWeakKeyAssociationWithStrongReferenceInGraph ... finished in 216 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testAllRangeOfIntegers ... finished in 104 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testArray ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testAssociation ... finished in 6 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testBag ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testBitmap ... finished in 6 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testByteArrays ... finished in 4 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCharacter ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testColor ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testColorArray ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testConsiderCustomGlobal ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCyclicIdentitySet ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCyclicLink ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCyclicLinks ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDate ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDateAndTime ... finished in 2 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 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDuration ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptyArray ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptyDictionary ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptyOrderedCollection ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptySet ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testExceptions ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 5 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFalse ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFloat ... finished in 9 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFraction ... finished in 4 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGlobalClass ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGlobalMetaclass ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGradientFillStyle ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testInterval ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLargeNegativeInteger ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLargePositiveInteger ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLotsOfCharacters ... finished in 188 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLotsOfNils ... finished in 53 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testMethodDictionary ... finished in 4 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testNestedDictionary ... finished in 4 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testNil ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testNotSerializableObject ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testOrderedCollection ... finished in 2 milliseconds 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 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRemoteString ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRunArray ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testScaledDecimal ... finished in 6 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSet ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSetWithCollectionElement ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSharedReferences ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallInteger ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerMinValue ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerNegative ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 58 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testString ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 11 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSymbol ... finished in 4 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSystemEnvironment ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testTime ... finished in 27 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testTrue ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testUUID ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideString ... finished in 6 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideStringClassName ... finished in 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 105 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 4 milliseconds starting testcase: FLFullBasicSerializationTest>>testByteArrays ... finished in 6 milliseconds starting testcase: FLFullBasicSerializationTest>>testCharacter ... finished in 4 milliseconds starting testcase: FLFullBasicSerializationTest>>testClassGlobalAssociation ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testClassVariable ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testColor ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testColorArray ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testConsiderCustomGlobal ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testConsiderGlobalAClass ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testConsiderGlobalAnObject ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testCreateClassWithChangedSuperclassFormat ... finished in 51 milliseconds starting testcase: FLFullBasicSerializationTest>>testCyclicIdentitySet ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testCyclicLink ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testCyclicLinks ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testDate ... finished in 3 milliseconds starting testcase: FLFullBasicSerializationTest>>testDateAndTime ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testDateOffsets ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testDateOffsetsChanging ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testDictionary ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testDuration ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testEmptyArray ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testEmptyDictionary ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testEmptyOrderedCollection ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testEmptySet ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testExceptions ... finished in 4 milliseconds starting testcase: FLFullBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 4 milliseconds starting testcase: FLFullBasicSerializationTest>>testFalse ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testFloat ... finished in 10 milliseconds starting testcase: FLFullBasicSerializationTest>>testFraction ... finished in 5 milliseconds starting testcase: FLFullBasicSerializationTest>>testGlobalClass ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testGlobalMetaclass ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testGradientFillStyle ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testInterval ... finished in 4 milliseconds starting testcase: FLFullBasicSerializationTest>>testLargeNegativeInteger ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testLargePositiveInteger ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testLotsOfCharacters ... finished in 189 milliseconds starting testcase: FLFullBasicSerializationTest>>testLotsOfNils ... finished in 54 milliseconds starting testcase: FLFullBasicSerializationTest>>testMethodDictionaries ... finished in 1 second 227 milliseconds starting testcase: FLFullBasicSerializationTest>>testMethodDictionary ... finished in 3 milliseconds starting testcase: FLFullBasicSerializationTest>>testNestedDictionary ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testNil ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testNotSerializableObject ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testOrderedCollection ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testPair ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testPoint ... finished in 4 milliseconds starting testcase: FLFullBasicSerializationTest>>testReadStream ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testRectangle ... finished in 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 5 milliseconds starting testcase: FLFullBasicSerializationTest>>testSet ... finished in 3 milliseconds starting testcase: FLFullBasicSerializationTest>>testSetWithCollectionElement ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testSetWithNil ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testSharedReferences ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testSmallInteger ... finished in 3 milliseconds starting testcase: FLFullBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testSmallIntegerMinValue ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testSmallIntegerNegative ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 60 milliseconds starting testcase: FLFullBasicSerializationTest>>testSmalltalkGlobalAssociation ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testString ... finished in 3 milliseconds starting testcase: FLFullBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 7 milliseconds starting testcase: FLFullBasicSerializationTest>>testSymbol ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testSystemEnvironment ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testTime ... finished in 27 milliseconds starting testcase: FLFullBasicSerializationTest>>testTrue ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testUUID ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testWideAndByteCharacters ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testWideString ... finished in 6 milliseconds starting testcase: FLFullBasicSerializationTest>>testWideStringClassName ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testWordArray ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testWriteStream ... finished in 1 millisecond starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodes ... finished in 7 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesClean ... finished in 6 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesConstant ... finished in 6 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesNonClean ... finished in 8 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesConstant ... finished in 4 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedClean ... finished in 6 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedConstant ... finished in 4 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedFull ... finished in 5 milliseconds starting testcase: FLFullHeaderSerializationTest>>testAdditionalObjects ... finished in 2 milliseconds starting testcase: FLFullHeaderSerializationTest>>testJustMaterializeHeader ... finished in 1 millisecond starting testcase: FLFullHeaderSerializationTest>>testPostMaterializationActions ... finished in 31 milliseconds starting testcase: FLFullHeaderSerializationTest>>testPostMaterializationActionsMustBeClean ... finished in 3 milliseconds starting testcase: FLFullHeaderSerializationTest>>testPreMaterializationActions ... finished in 20 milliseconds starting testcase: FLFullHeaderSerializationTest>>testPreMaterializationActionsMustBeClean ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testAllRangeOfIntegers ... finished in 154 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testArray ... finished in 5 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testAssociation ... finished in 8 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testBag ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testBitmap ... finished in 22 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testByteArray ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testByteArrays ... finished in 5 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testCharacter ... finished in 5 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testCollectionElement ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testColor ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testColorArray ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testCompleteBinaryTree ... finished in 104 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testConsiderCustomGlobal ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testCyclicIdentitySet ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testCyclicLink ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testCyclicLinks ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testCyclicLinksInArray ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testDate ... finished in 4 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testDateAndTime ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testDateOffsets ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testDateOffsetsChanging ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testDictionary ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testDuration ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testEmptyArray ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testEmptyDictionary ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testEmptyOrderedCollection ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testEmptySet ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testExceptions ... finished in 6 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 5 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testFalse ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testFloat ... finished in 13 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testFraction ... finished in 8 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testGlobalClass ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testGlobalMetaclass ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testGradientFillStyle ... finished in 4 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testInterval ... finished in 6 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testLargeNegativeInteger ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testLargePositiveInteger ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testLotsOfCharacters ... finished in 569 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testLotsOfNils ... finished in 77 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testMethodDictionary ... finished in 5 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testNestedDictionary ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testNil ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testNotSerializableObject ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testOrderedCollection ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testPair ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testPairs ... finished in 129 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testPoint ... finished in 7 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testReadStream ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testRectangle ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testRemoteString ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testRunArray ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testScaledDecimal ... finished in 8 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSet ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testSetWithCollectionElement ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testSharedReferences ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSmallInteger ... finished in 4 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 85 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testString ... finished in 4 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 8 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSymbol ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSystemEnvironment ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testTime ... finished in 30 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testTrue ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testUUID ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testWideAndByteCharacters ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testWideString ... finished in 11 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testWideStringClassName ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds starting testcase: FLGZippedBasicSerializationTest>>testWordArray ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testWriteStream ... finished in 2 milliseconds starting testcase: FLGlobalClassSerializationTest>>testClassSideMethodNotFoundAfterRemoval ... finished in 4 milliseconds starting testcase: FLGlobalClassSerializationTest>>testClassSideMethodPreservesIdentity ... finished in 3 milliseconds starting testcase: FLGlobalClassSerializationTest>>testClassSideObsolete ... finished in 2 milliseconds starting testcase: FLGlobalClassSerializationTest>>testClassSidePreservesIdentity ... finished in 2 milliseconds starting testcase: FLGlobalClassSerializationTest>>testInstanceOfAnObsoleteClass ... finished in 1 millisecond 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 2 milliseconds starting testcase: FLGlobalClassSerializationTest>>testObsolete ... finished in 1 millisecond starting testcase: FLGlobalClassSerializationTest>>testPreservesIdentity ... finished in 2 milliseconds starting testcase: FLGlobalEnvironmentTest>>testClassSideCompiledMethod ... finished in 4 milliseconds starting testcase: FLGlobalEnvironmentTest>>testCompiledMethod ... finished in 8 milliseconds starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChanged ... finished in 5 milliseconds starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChangedConstant ... finished in 4 milliseconds starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChangedNonClean ... finished in 4 milliseconds starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodNotChangedConstant ... finished in 3 milliseconds starting testcase: FLGlobalEnvironmentTest>>testConsiderCustomGlobal ... finished in 1 millisecond starting testcase: FLGlobalEnvironmentTest>>testConsiderCustomGlobalNotFound ... finished in 1 millisecond starting testcase: FLGlobalEnvironmentTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond starting testcase: FLGlobalEnvironmentTest>>testGlobalClass ... finished in 1 millisecond starting testcase: FLGlobalEnvironmentTest>>testGlobalClassNotFound ... finished in 1 millisecond starting testcase: FLGlobalEnvironmentTest>>testGlobalMetaclass ... finished in 0 seconds starting testcase: FLGlobalEnvironmentTest>>testGlobalMetaclassNotFound ... finished in 1 millisecond starting testcase: FLGlobalSendSerializationTest>>testBasic ... finished in 1 millisecond starting testcase: FLGlobalSendSerializationTest>>testGlobalNotFound ... finished in 1 millisecond starting testcase: FLGlobalTraitSerializationTest>>testClassSideMethodNotFoundAfterRemoval ... finished in 12 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testClassSideMethodPreservesIdentity ... finished in 8 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testClassSideObsolete ... finished in 6 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testClassSidePreservesIdentity ... finished in 7 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testCreateClassWithCreatedTraitWithInstanceVariable ... finished in 50 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testMethodNotFoundAfterRemoval ... finished in 8 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testMethodPreservesIdentity ... finished in 9 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testNotFoundAfterRemoval ... finished in 8 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testNotFoundAfterRename ... finished in 8 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testObsolete ... finished in 8 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testPreservesIdentity ... finished in 10 milliseconds starting testcase: FLHashedCollectionSerializationTest>>testDictionaryRehash ... finished in 3 milliseconds starting testcase: FLHashedCollectionSerializationTest>>testSetRehash ... finished in 2 milliseconds starting testcase: FLHeaderSerializationTest>>testAdditionalObjects ... finished in 2 milliseconds starting testcase: FLHeaderSerializationTest>>testJustMaterializeHeader ... finished in 1 millisecond starting testcase: FLHeaderSerializationTest>>testPostMaterializationActions ... finished in 25 milliseconds starting testcase: FLHeaderSerializationTest>>testPostMaterializationActionsMustBeClean ... finished in 3 milliseconds starting testcase: FLHeaderSerializationTest>>testPreMaterializationActions ... finished in 20 milliseconds starting testcase: FLHeaderSerializationTest>>testPreMaterializationActionsMustBeClean ... finished in 1 millisecond starting testcase: FLHookedSubstitutionTest>>testAvoidRecursion ... finished in 3 milliseconds starting testcase: FLHookedSubstitutionTest>>testClassWithCachedValueByNil ... finished in 8 milliseconds starting testcase: FLHookedSubstitutionTest>>testObjectByProxyThatBecomesItsContent ... finished in 4 milliseconds starting testcase: FLHookedSubstitutionTest>>testProxyByTarget ... finished in 4 milliseconds starting testcase: FLHookedSubstitutionTest>>testProxyByTargetAnalisysIsPropagated ... finished in 4 milliseconds starting testcase: FLHookedSubstitutionTest>>testProxyByTargetInsideObjectAndAnalisysIsPropagated ... finished in 4 milliseconds starting testcase: FLHookedSubstitutionTest>>testProxyInsideObjectByTarget ... finished in 4 milliseconds starting testcase: FLHookedSubstitutionTest>>testSpecialObjectsArray ... finished in 1 millisecond starting testcase: FLHookedSubstitutionTest>>testSubstituteByItself ... finished in 4 milliseconds starting testcase: FLHookedSubstitutionTest>>testTransientByNil ... finished in 3 milliseconds starting testcase: FLIgnoredVariablesTest>>testAllVariablesIgnored ... finished in 32 milliseconds starting testcase: FLIgnoredVariablesTest>>testIgnoredValueIsNotMaterialized ... finished in 29 milliseconds starting testcase: FLIgnoredVariablesTest>>testOneIgnoredVariable ... finished in 30 milliseconds starting testcase: FLIgnoredVariablesTest>>testTwoIgnoredVariables ... finished in 31 milliseconds starting testcase: FLIndexStreamTest>>testCreation ... finished in 0 seconds starting testcase: FLIndexStreamTest>>testNextIndex ... finished in 0 seconds starting testcase: FLIndexStreamTest>>testNextIndexPut ... finished in 0 seconds starting testcase: FLLimitingSerializationTest>>testDepthAndObjectLimit ... finished in 3 milliseconds starting testcase: FLLimitingSerializationTest>>testDepthLimit ... finished in 2 milliseconds starting testcase: FLLimitingSerializationTest>>testEnableObjectsLimitWarning ... finished in 2 milliseconds starting testcase: FLLimitingSerializationTest>>testEnableObjectsLimitWarningWithDepthLimit ... finished in 3 milliseconds starting testcase: FLLimitingSerializationTest>>testObjectLimit ... finished in 2 milliseconds starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeFrom ... finished in 1 millisecond starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeFromByteArray ... finished in 2 milliseconds starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeFromFileNamed ... finished in 12 milliseconds starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFrom ... finished in 2 milliseconds starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFromByteArray ... finished in 2 milliseconds starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFromFileNamed ... finished in 13 milliseconds starting testcase: FLMaterializerTest>>testDisableMethodChangedWarning ... finished in 0 seconds starting testcase: FLMaterializerTest>>testMaterialize ... finished in 2 milliseconds starting testcase: FLMaterializerTest>>testMaterializeHeader ... finished in 1 millisecond starting testcase: FLMaterializerTest>>testMaterializeObjectCollection ... finished in 3 milliseconds starting testcase: FLMaterializerTest>>testMaterializeRoot ... finished in 1 millisecond starting testcase: FLMaterializerTest>>testMigrateClassNamedToClass ... finished in 0 seconds starting testcase: FLMaterializerTest>>testMigrateClassNamedToClassMustBeSymbolAndClassOrSymbol ... finished in 1 millisecond starting testcase: FLMaterializerTest>>testMigrateClassNamedToClassMustHaveUniqueSource ... finished in 0 seconds starting testcase: FLMaterializerTest>>testMigrateClassNamedToClassSourceAndTargetCanBeTheSame ... finished in 0 seconds starting testcase: FLMaterializerTest>>testMigrateClassNamedToClassVariables ... finished in 0 seconds starting testcase: FLMaterializerTest>>testMigrateClassNamedVariables ... finished in 1 millisecond starting testcase: FLMaterializerTest>>testMigrateClassNamedVariablesMustBeSymbolAndDictionary ... finished in 1 millisecond starting testcase: FLMigrationTest>>testBadDestinationVariableRename ... finished in 32 milliseconds starting testcase: FLMigrationTest>>testChangeInSuperclass ... finished in 137 milliseconds starting testcase: FLMigrationTest>>testClassAndVariableRename ... finished in 45 milliseconds starting testcase: FLMigrationTest>>testClassRename ... finished in 28 milliseconds starting testcase: FLMigrationTest>>testFormatFixedToVariable ... finished in 2 milliseconds starting testcase: FLMigrationTest>>testSuperclassChange ... finished in 92 milliseconds starting testcase: FLMigrationTest>>testVariableInsertion ... finished in 45 milliseconds starting testcase: FLMigrationTest>>testVariableOrderChange ... finished in 45 milliseconds starting testcase: FLMigrationTest>>testVariableRemoved ... finished in 55 milliseconds starting testcase: FLMigrationTest>>testVariableRename ... finished in 46 milliseconds starting testcase: FLPluggableSubstitutionTest>>testAvoidRecursion ... finished in 2 milliseconds 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 1 millisecond starting testcase: FLPluggableSubstitutionTest>>testSubstituteByItself ... finished in 1 millisecond starting testcase: FLPluggableSubstitutionTest>>testSubstituteCharacterInPresenceOfSomeCharacter ... finished in 1 millisecond starting testcase: FLPluggableSubstitutionTest>>testSubstituteTrueInPresenceOfTheTrueInstance ... finished in 2 milliseconds starting testcase: FLPluggableSubstitutionTest>>testSubstituteUndefinedObjectInPresenceOfNil ... finished in 2 milliseconds starting testcase: FLPluggableSubstitutionTest>>testTransientPair ... finished in 1 millisecond starting testcase: FLPluggableSubstitutionTest>>testTransientPairLeft ... finished in 4 milliseconds starting testcase: FLPluggableSubstitutionTest>>testUniqueSubstitution ... finished in 2 milliseconds starting testcase: FLProcessSerializationTest>>testSerializingShortDelay ... finished in 149 milliseconds starting testcase: FLSequencedSerializationTest>>testComplexObjects ... finished in 7 milliseconds starting testcase: FLSequencedSerializationTest>>testPrimitiveObjects ... finished in 26 milliseconds starting testcase: FLSerializerConvenienceMethodsTest>>testSerializeOn ... finished in 2 milliseconds starting testcase: FLSerializerConvenienceMethodsTest>>testSerializeToByteArray ... finished in 1 millisecond starting testcase: FLSerializerConvenienceMethodsTest>>testToFileNamed ... finished in 8 milliseconds starting testcase: FLSerializerTest>>testAddPostMaterializationAction ... finished in 2 milliseconds starting testcase: FLSerializerTest>>testAddPostMaterializationActionCanAcceptThreeArguments ... finished in 2 milliseconds starting testcase: FLSerializerTest>>testAddPostMaterializationActionMustBeBlock ... finished in 1 millisecond starting testcase: FLSerializerTest>>testAddPostMaterializationActionMustBeCleanBlock ... finished in 1 millisecond starting testcase: FLSerializerTest>>testAddPreMaterializationAction ... finished in 1 millisecond starting testcase: FLSerializerTest>>testAddPreMaterializationActionCanAcceptTwoArguments ... finished in 0 seconds starting testcase: FLSerializerTest>>testAddPreMaterializationActionMustBeBlock ... finished in 0 seconds starting testcase: FLSerializerTest>>testAddPreMaterializationActionMustBeCleanBlock ... finished in 1 millisecond starting testcase: FLSerializerTest>>testAtPutAdditionalObject ... finished in 1 millisecond starting testcase: FLSerializerTest>>testEnableLimitObjectsException ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeAllBehaviors ... finished in 10 milliseconds starting testcase: FLSerializerTest>>testFullySerializeAllBehaviorsMustBeCollection ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeAllMethods ... finished in 1 millisecond starting testcase: FLSerializerTest>>testFullySerializeAllMethodsMustBeCollection ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeBehavior ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeBehaviorMustBeBehavior ... finished in 6 milliseconds starting testcase: FLSerializerTest>>testFullySerializeBehaviorUsesSet ... finished in 1 millisecond 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 1 millisecond starting testcase: FLSerializerTest>>testLimitObjectsTo ... finished in 0 seconds starting testcase: FLSerializerTest>>testLookUpAllInGlobalsMustBeCollection ... finished in 0 seconds starting testcase: FLSerializerTest>>testLookUpInGlobalsMustBeGlobal ... finished in 3 milliseconds starting testcase: FLSerializerTest>>testLookUpInGlobalsSymbolKey ... finished in 0 seconds starting testcase: FLSerializerTest>>testLookupAllInGlobals ... finished in 1 millisecond starting testcase: FLSerializerTest>>testObject ... finished in 0 seconds starting testcase: FLSerializerTest>>testObjectCollection ... finished in 1 millisecond 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 1 millisecond starting testcase: FLSerializerTest>>testWhenSubstituteByMustBeBlocks ... finished in 0 seconds starting testcase: FLSignatureTest>>testBadSignature ... finished in 1 millisecond starting testcase: FLSignatureTest>>testSameSignature ... finished in 1 millisecond starting testcase: FLSimpleStackTest>>testCapacity ... finished in 0 seconds starting testcase: FLSimpleStackTest>>testGrow ... finished in 0 seconds starting testcase: FLSimpleStackTest>>testIsEmpty ... finished in 0 seconds starting testcase: FLSimpleStackTest>>testPop ... finished in 0 seconds starting testcase: FLSimpleStackTest>>testPush ... finished in 0 seconds starting testcase: FLSingletonTest>>testSingletonMaterialization ... finished in 2 milliseconds starting testcase: FLSingletonTest>>testSingletonMaterializationEnforced ... finished in 1 millisecond starting testcase: FLSingletonTest>>testSingletonMaterializationEnforcedNoInstance ... finished in 3 milliseconds starting testcase: FLSortedCollectionSerializationTest>>testSortedCollection ... finished in 8 milliseconds starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithClassVariableChanges ... finished in 4 milliseconds starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithClassVariableReference ... finished in 3 milliseconds starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithInstanceVariableReference ... finished in 4 milliseconds starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithInstanceVariableReferenceChange ... finished in 4 milliseconds starting testcase: FLUserGuidesTest>>testByteArrayStream ... finished in 1 millisecond starting testcase: FLUserGuidesTest>>testConsiderGlobal ... finished in 15 milliseconds starting testcase: FLUserGuidesTest>>testDemo ... finished in 17 milliseconds starting testcase: FLUserGuidesTest>>testFileShortcuts ... finished in 5 milliseconds starting testcase: FLUserGuidesTest>>testGZip ... finished in 10 milliseconds starting testcase: FLUserGuidesTest>>testPluggableSubstitution ... finished in 9 milliseconds starting testcase: FLVersionTest>>testDifferentMajor ... finished in 2 milliseconds starting testcase: FLVersionTest>>testDifferentMinor ... finished in 3 milliseconds starting testcase: FLVersionTest>>testDifferentPatch ... finished in 1 millisecond starting testcase: FLVersionTest>>testEquals ... finished in 0 seconds starting testcase: FLVersionTest>>testLessThanOrEqual ... finished in 1 millisecond starting testcase: FLVersionTest>>testNotEqual ... finished in 0 seconds starting testcase: FLVersionTest>>testSameVersion ... finished in 1 millisecond starting testcase: FLWeakObjectsTest>>testAssociationWithWeak ... finished in 2 milliseconds starting testcase: FLWeakObjectsTest>>testWeakAndNoStrongReferenceFromGraph ... finished in 6 milliseconds starting testcase: FLWeakObjectsTest>>testWeakWithStrongReferenceFromGraph ... finished in 4 milliseconds starting testcase: FLWeakObjectsTest>>testWeakWithStrongReferenceFromGraph2 ... finished in 5 milliseconds finished running suite: Fuel-Core-Tests [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] } [Pipeline] // dir [Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done [Pipeline] dir Running in D:\builds\workspace\uest_and_branch_Pipeline_Pharo13\Tests-windows-64 [Pipeline] { [Pipeline] unstash [Pipeline] bat evref@EVREF-RODRO D:\builds\workspace\uest_and_branch_Pipeline_Pharo13\Tests-windows-64>bash -c 'bootstrap/scripts/runKernelTests.sh 64 Tests-windows-64Kernel' +++ dirname bootstrap/scripts/runKernelTests.sh ++ cd bootstrap/scripts ++ pwd -P + SCRIPTS=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/bootstrap/scripts + . /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/bootstrap/scripts/envvars.sh ++ '[' -z x ']' ++ '[' -z ']' ++ echo 'BOOTSTRAP_ARCH not specified, defaulting to 64' BOOTSTRAP_ARCH not specified, defaulting to 64 ++ export BOOTSTRAP_ARCH=64 ++ BOOTSTRAP_ARCH=64 ++ '[' -z ']' ++++ dirname /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/bootstrap/scripts/envvars.sh +++ cd /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/bootstrap/scripts/../.. +++ pwd -P ++ export BOOTSTRAP_REPOSITORY=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64 ++ BOOTSTRAP_REPOSITORY=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64 +++ pwd -P ++ ROOT_DIR=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build ++ '[' -z ']' ++ BOOTSTRAP_CACHE=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache ++ export BOOTSTRAP_CACHE ++ '[' -z ']' ++ BOOTSTRAP_DOWNLOADS=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-downloads ++ export BOOTSTRAP_DOWNLOADS ++ '[' -z ']' ++ VM='/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-downloads/vmtarget/pharo --headless' ++ VM_BOOTSTRAP='/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-downloads/vmBootstrap/pharo --headless' ++ IMAGE_FLAGS=--no-default-preferences ++++ dirname /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/bootstrap/scripts/envvars.sh +++ cd /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/bootstrap/scripts +++ pwd -P ++ . /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/bootstrap/scripts/envversion.sh + CACHE=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache + find /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo10.0-64bit-9a68076.sources /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-64bit-fa71989.sources /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-fa719891c8.zip /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8.zip /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-compiler-64bit-fa719891c8.zip /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-core-64bit-fa719891c8.zip /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-fa719891c8.zip /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-metacello-64bit-fa719891c8.zip /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello-64bit-fa719891c8.zip /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-fa719891c8.zip /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-fa719891c8.zip /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-traits-64bit-fa719891c8.zip ++ cut -d- -f 1-2 +++ find /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache -name 'Pharo*.zip' +++ head -n 1 ++ basename /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-fa719891c8.zip + TEST_NAME_PREFIX=Pharo13.0-SNAPSHOT ++ echo Pharo13.0-SNAPSHOT ++ cut -d. -f 1 ++ cut -d- -f 1 ++ cut -c6- + TEST_VM_VERSION=130 + TEST_VM_KIND=vm + /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/bootstrap/scripts/getPharoVM.sh 130 vm 64 + '[' 3 -lt 1 ']' + export PHARO=130 + PHARO=130 + export VM=vm + VM=vm + export ARCHITECTURE=64 + ARCHITECTURE=64 + export RETRY_REMAINING=3 + RETRY_REMAINING=3 + wget --quiet -O - get.pharo.org/64/vm130 + bash Downloading the latest pharoVM: http://files.pharo.org/get-files/130/pharo-vm-Windows-x86_64-stable.zip pharo-vm/PharoConsole.exe Creating starter scripts pharo and pharo-ui + '[' 0 -eq 0 ']' + echo 'VM downloaded' VM downloaded ++ find /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache -name 'Pharo13.0-SNAPSHOT-bootstrap-64bit-*.zip' + IMAGE_ARCHIVE=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8.zip + unzip /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8.zip Archive: /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8.zip inflating: Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8.image ++ find . -name Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8.image + IMAGE_FILE=./Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8.image ++ find /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache -name 'Pharo13.0-SNAPSHOT-hermesPackages-64bit-*.zip' + HERMES_ARCHIVE=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-fa719891c8.zip + unzip /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-fa719891c8.zip Archive: /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-fa719891c8.zip inflating: AST-Core.hermes inflating: ClassDefinitionPrinters.hermes inflating: CodeImportCommandLineHandlers.hermes inflating: CodeImport.hermes inflating: CodeImport-Traits.hermes inflating: Collections-Abstract-Traits.hermes inflating: Collections-Arithmetic.hermes inflating: Collections-Atomic.hermes inflating: Debugging-Core.hermes inflating: Debugging-Utils.hermes inflating: FileSystem-Core.hermes inflating: FileSystem-Disk.hermes inflating: Hermes-Extensions.hermes inflating: InitializePackagesCommandLineHandler.hermes inflating: JenkinsTools-Core.hermes inflating: Kernel-Tests.hermes inflating: Kernel-Traits.hermes inflating: Math-Operations-Extensions.hermes inflating: Multilingual-Encodings.hermes inflating: Network-UUID.hermes inflating: OpalCompiler-Core.hermes inflating: Random-Core.hermes inflating: ReflectionMirrors-Primitives.hermes inflating: SUnit-Core.hermes inflating: SUnit-Tests.hermes inflating: System-Hashing.hermes inflating: System-Model.hermes inflating: System-NumberPrinting.hermes inflating: System-SourcesCondenser.hermes inflating: System-Time.hermes inflating: Traits.hermes ++ find /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache -name 'Pharo13.0-SNAPSHOT-rpackage-64bit-*.zip' + RPACKAGE_ARCHIVE=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-fa719891c8.zip + unzip /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-fa719891c8.zip Archive: /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-fa719891c8.zip inflating: protocolsKernel.txt + mv ./Pharo13.0-SNAPSHOT-bootstrap-64bit-fa719891c8.image bootstrap.image + export PHARO_CI_TESTING_ENVIRONMENT=1 + PHARO_CI_TESTING_ENVIRONMENT=1 + ./pharo bootstrap.image [ERROR] 2024-11-25 20:05:19.000 sqMakeMemoryNotExecutableFromTo (extracted/vm/src/win/sqWin32SpurAlloc.c:226):VirtualProtect(x,y,PAGE_EXECUTE_READWRITE): No error Initializing Collections Initializing code model Initializing sources InitializingFFI Initializing Session Manager Initializing basic command line behaviors + ./pharo bootstrap.image loadHermes Hermes-Extensions.hermes --save [ERROR] 2024-11-25 20:05:20.000 sqMakeMemoryNotExecutableFromTo (extracted/vm/src/win/sqWin32SpurAlloc.c:226):VirtualProtect(x,y,PAGE_EXECUTE_READWRITE): No error SystemNotification: [Hermes] Reading Hermes-Extensions.hermes SystemNotification: [Hermes] Installing Hermes-Extensions.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #Unicode #Time #Duration #FileLocator #FileSystem #StartupPreferencesLoader #Date #DateAndTime) + ./pharo bootstrap.image loadHermes System-Time.hermes AST-Core.hermes InitializePackagesCommandLineHandler.hermes Random-Core.hermes System-Model.hermes System-NumberPrinting.hermes --save --no-fail-on-undeclared --on-duplication=ignore [ERROR] 2024-11-25 20:05:20.000 sqMakeMemoryNotExecutableFromTo (extracted/vm/src/win/sqWin32SpurAlloc.c:226):VirtualProtect(x,y,PAGE_EXECUTE_READWRITE): No error SystemNotification: [Hermes] Reading System-Time.hermes SystemNotification: [Hermes] Installing System-Time.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Unicode) SystemNotification: [Hermes] Reading AST-Core.hermes SystemNotification: [Hermes] Installing AST-Core.hermes SystemNotification: New Undeclared created... check dependencies: #(#Halt) SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Halt #Unicode) SystemNotification: [Hermes] Reading InitializePackagesCommandLineHandler.hermes SystemNotification: [Hermes] Installing InitializePackagesCommandLineHandler.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Halt #Unicode) SystemNotification: [Hermes] Reading Random-Core.hermes SystemNotification: [Hermes] Installing Random-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Halt #Unicode) SystemNotification: [Hermes] Reading System-Model.hermes SystemNotification: [Hermes] Installing System-Model.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Halt #Unicode) SystemNotification: [Hermes] Reading System-NumberPrinting.hermes SystemNotification: [Hermes] Installing System-NumberPrinting.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Halt #Unicode) + ./pharo bootstrap.image perform --save ChronologyConstants initialize [ERROR] 2024-11-25 20:05:20.000 sqMakeMemoryNotExecutableFromTo (extracted/vm/src/win/sqWin32SpurAlloc.c:226):VirtualProtect(x,y,PAGE_EXECUTE_READWRITE): No error ChronologyConstants + ./pharo bootstrap.image perform --save DateAndTime initialize [ERROR] 2024-11-25 20:05:20.000 sqMakeMemoryNotExecutableFromTo (extracted/vm/src/win/sqWin32SpurAlloc.c:226):VirtualProtect(x,y,PAGE_EXECUTE_READWRITE): No error DateAndTime + ./pharo bootstrap.image initializePackages --packages --protocols=protocolsKernel.txt --save [ERROR] 2024-11-25 20:05:20.000 sqMakeMemoryNotExecutableFromTo (extracted/vm/src/win/sqWin32SpurAlloc.c:226):VirtualProtect(x,y,PAGE_EXECUTE_READWRITE): No error + ./pharo bootstrap.image loadHermes Traits.hermes --save [ERROR] 2024-11-25 20:05:22.000 sqMakeMemoryNotExecutableFromTo (extracted/vm/src/win/sqWin32SpurAlloc.c:226):VirtualProtect(x,y,PAGE_EXECUTE_READWRITE): No error SystemNotification: [Hermes] Reading Traits.hermes SystemNotification: [Hermes] Installing Traits.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Halt #Unicode) + ./pharo bootstrap.image loadHermes Debugging-Utils.hermes SUnit-Core.hermes JenkinsTools-Core.hermes JenkinsTools-Core.hermes SUnit-Tests.hermes --save --no-fail-on-undeclared --on-duplication=ignore [ERROR] 2024-11-25 20:05:23.000 sqMakeMemoryNotExecutableFromTo (extracted/vm/src/win/sqWin32SpurAlloc.c:226):VirtualProtect(x,y,PAGE_EXECUTE_READWRITE): No error SystemNotification: [Hermes] Reading Debugging-Utils.hermes SystemNotification: [Hermes] Installing Debugging-Utils.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Unicode) SystemNotification: [Hermes] Reading SUnit-Core.hermes SystemNotification: [Hermes] Installing SUnit-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Unicode) SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Unicode) SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Unicode) SystemNotification: [Hermes] Reading SUnit-Tests.hermes SystemNotification: [Hermes] Installing SUnit-Tests.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileAttributeNotSupported #FileLocator #FileSystem #StartupPreferencesLoader #Unicode) + ./pharo bootstrap.image test --junit-xml-output --stage-name=Tests-windows-64Kernel SUnit-Core SUnit-Tests [ERROR] 2024-11-25 20:05:23.000 sqMakeMemoryNotExecutableFromTo (extracted/vm/src/win/sqWin32SpurAlloc.c:226):VirtualProtect(x,y,PAGE_EXECUTE_READWRITE): No error Running tests in 2 Packages Beginning to run tests of SUnit-Core with random seed 793123078 Finished to run tests of SUnit-Core in 10 milliseconds Beginning to run tests of SUnit-Tests with random seed 650727953 Finished to run tests of SUnit-Tests in 4 seconds 391 milliseconds 322 run, 322 passes, 0 failures, 0 errors. [Pipeline] junit Recording test results [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] archiveArtifacts Archiving artifacts ’*.fuel’ ne correspond à rien No artifacts found that match the file pattern "*.fuel". Configuration error? [Pipeline] fileExists [Pipeline] fileExists [Pipeline] fileExists [Pipeline] bat evref@EVREF-RODRO D:\builds\workspace\uest_and_branch_Pipeline_Pharo13\Tests-windows-64>mv progress.log progress-Tests-windows-64Kernel.log [Pipeline] bat evref@EVREF-RODRO D:\builds\workspace\uest_and_branch_Pipeline_Pharo13\Tests-windows-64>cat progress-Tests-windows-64Kernel.log running suite: SUnit-Tests starting testcase: ClassFactoryForTestCaseTest>>testClassCreationInDifferentTags ... finished in 3 milliseconds starting testcase: ClassFactoryForTestCaseTest>>testMultipleClassCreation ... finished in 2 milliseconds starting testcase: ClassFactoryForTestCaseTest>>testPackageCleanUp ... finished in 2 milliseconds starting testcase: ClassFactoryForTestCaseTest>>testSingleClassCreation ... finished in 2 milliseconds starting testcase: ClassFactoryForTestCaseTest>>testSingleTraitCreation ... finished in 6 milliseconds starting testcase: ClassFactoryForTestCaseTest>>testTraitCreationInDifferentCategories ... finished in 16 milliseconds starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testClassCreationInDifferentTags ... finished in 1 millisecond starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testMultipleClassCreation ... finished in 1 millisecond starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testPackageCleanUp ... finished in 1 millisecond starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testSingleClassCreation ... finished in 0 seconds starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testSingleTraitCreation ... finished in 4 milliseconds starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testTraitCreationInDifferentCategories ... finished in 16 milliseconds starting testcase: ExampleSetTest>>testAdd ... finished in 0 seconds starting testcase: ExampleSetTest>>testGrow ... finished in 0 seconds starting testcase: ExampleSetTest>>testIllegal ... finished in 0 seconds starting testcase: ExampleSetTest>>testIncludes ... finished in 0 seconds starting testcase: ExampleSetTest>>testOccurrences ... finished in 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 1 millisecond 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 1 millisecond 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 1 millisecond starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds starting testcase: PaSuiteTest>>testCasesHasTheCorrectNumberOfTests ... finished in 0 seconds starting testcase: PaSuiteTest>>testCasesHasTheCorrectTests ... finished in 0 seconds starting testcase: PaSuiteTest>>testCombinedHasTheCorrectNumberOfTests ... finished in 0 seconds starting testcase: PaSuiteTest>>testCombinedHasTheCorrectTests ... finished in 0 seconds starting testcase: PaSuiteTest>>testMatrix3ExampleHasTheCorrectNumberOfTests ... finished in 1 millisecond starting testcase: PaSuiteTest>>testMatrix3ExampleHasTheCorrectTests ... finished in 1 millisecond starting testcase: PaSuiteTest>>testMatrixExampleHasTheCorrectNumberOfTests ... finished in 0 seconds starting testcase: PaSuiteTest>>testMatrixExampleHasTheCorrectTests ... finished in 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 1 millisecond starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithBackgroundFailures ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithBackgroundFailuresAndRunningProcesses ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithRunningProcesses ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testGettingBackgroundFailuresFromEnvironment ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testGettingFailuresFromEnvironment ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testGettingForkedProcessesFromEnvironment ... finished in 1 millisecond 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 101 milliseconds starting testcase: SUnitExtensionsTest>>testNoExceptionInShouldRaiseWithExceptionDo ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testNoExceptionWithMatchingString ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testNoExceptionWithNoMatchingString ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testShouldFix ... finished in 1 millisecond starting testcase: SUnitExtensionsTest>>testShouldRaiseWithExceptionDo ... finished in 1 millisecond starting testcase: SUnitExtensionsTest>>testValidShouldNotTakeMoreThan ... finished in 151 milliseconds starting testcase: SUnitExtensionsTest>>testValidShouldNotTakeMoreThanMilliseconds ... finished in 150 milliseconds starting testcase: SUnitTest>>testAssert ... finished in 0 seconds starting testcase: SUnitTest>>testChildProcessShouldNotBeStoredStronglyByTestEnvironment ... finished in 10 milliseconds starting testcase: SUnitTest>>testDefects ... finished in 0 seconds starting testcase: SUnitTest>>testDialectLocalizedException ... finished in 0 seconds starting testcase: SUnitTest>>testError ... finished in 0 seconds starting testcase: SUnitTest>>testErrorShouldResetWatchDog ... finished in 1 second 51 milliseconds starting testcase: SUnitTest>>testException ... finished in 0 seconds starting testcase: SUnitTest>>testExecutionEnvironmentShouldBeInstalled ... finished in 0 seconds starting testcase: SUnitTest>>testExpectedFailure ... finished in 0 seconds starting testcase: SUnitTest>>testExpectedFailureDetection ... finished in 0 seconds starting testcase: SUnitTest>>testExpectedFailurePass ... finished in 0 seconds starting testcase: SUnitTest>>testFail ... finished in 0 seconds starting testcase: SUnitTest>>testFailedChildProcessTest ... finished in 0 seconds starting testcase: SUnitTest>>testFailedChildProcessTestShouldNotEffectFollowingAnotherTest ... finished in 0 seconds starting testcase: SUnitTest>>testFailedTestWithFailedChildProcessTestShouldNotEffectFollowingAnotherTest ... finished in 0 seconds starting testcase: SUnitTest>>testFileOutResult ... finished in 1 millisecond starting testcase: SUnitTest>>testGreenTestThenLongRunningTest ... finished in 25 milliseconds starting testcase: SUnitTest>>testHangedChildProcessTestWhenItIsAllowedToLeaveProcessesAfterTest ... finished in 1 millisecond starting testcase: SUnitTest>>testHangedChildProcessTestWhenLeftProcessIsConsideredAsFailure ... finished in 0 seconds starting testcase: SUnitTest>>testHangedTestDueToFailedChildProcess ... finished in 26 milliseconds starting testcase: SUnitTest>>testIgnoreDeprecationWarnings ... finished in 0 seconds starting testcase: SUnitTest>>testIsNotRerunOnDebug ... finished in 0 seconds starting testcase: SUnitTest>>testLongRunningTest ... finished in 20 milliseconds starting testcase: SUnitTest>>testLongRunningTestThenGreenTest ... finished in 24 milliseconds starting testcase: SUnitTest>>testRaiseDeprecationWarnings ... finished in 1 millisecond starting testcase: SUnitTest>>testRan ... finished in 0 seconds starting testcase: SUnitTest>>testRanOnlyOnce ... finished in 0 seconds starting testcase: SUnitTest>>testResult ... finished in 1 millisecond starting testcase: SUnitTest>>testRunning ... finished in 25 milliseconds starting testcase: SUnitTest>>testRunningLongTime ... finished in 2 seconds 51 milliseconds starting testcase: SUnitTest>>testShould ... finished in 0 seconds starting testcase: SUnitTest>>testShouldIgnoreTimeLimitWhenTestProcessIsSuspended ... finished in 66 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 1 millisecond starting testcase: SimpleTestResourceTestCase>>testResourceCollection ... finished in 0 seconds starting testcase: SimpleTestResourceTestCase>>testResourceInitRelease ... finished in 0 seconds starting testcase: SimpleTestResourceTestCase>>testRunSuiteWithResource ... finished in 0 seconds starting testcase: SimpleTestResourceTestCase>>testRunTestWithResource ... finished in 0 seconds starting testcase: TestAsserterTest>>testAssertCollectionHasSameElements ... finished in 0 seconds starting testcase: TestAsserterTest>>testDenyCollectionHasSameElements ... finished in 0 seconds starting testcase: TestCaseTest>>testAnnouncement ... finished in 35 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 1 millisecond starting testcase: TestExecutionEnvironmentTest>>testResetWatchDogTimeoutBetweenTests ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testRunningTest ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testRunningTestShouldSetDefaultTimeLimit ... finished in 0 seconds starting testcase: TestExecutionEnvironmentTest>>testRunningTooLongTest ... finished in 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 gilda (Linux + docker) in /builds/workspace/uest_and_branch_Pipeline_Pharo13 [Pipeline] { [Pipeline] stage [Pipeline] { (notify) [Pipeline] checkout The recommended git tool is: git using credential pharo-ci-api-user-pass-token Cloning the remote Git repository Cloning repository https://github.com/pharo-project/pharo.git > git init /builds/workspace/uest_and_branch_Pipeline_Pharo13 # timeout=10 Fetching upstream changes from https://github.com/pharo-project/pharo.git > git --version # timeout=10 > git --version # 'git version 2.39.5' using GIT_ASKPASS to set credentials pharo-ci using token as pass > git fetch --tags --force --progress -- https://github.com/pharo-project/pharo.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision fa719891c85eeac8bec8cf10e5491277b43d4d24 (Pharo13) Commit message: "Merge pull request #17428 from Ducasse/17426-About-registerToolsOn" > 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 fa719891c85eeac8bec8cf10e5491277b43d4d24 # timeout=10 GitHub has been notified of this commit’s build result [Pipeline] sh + git log -1 --format=%B [Pipeline] sh + git log -1 --format=%p [Pipeline] httpRequest HttpMethod: GET URL: https://api.github.com/repos/pharo-project/pharo/pulls/17428 Sending request to url: https://api.github.com/repos/pharo-project/pharo/pulls/17428 Response Code: HTTP/1.1 200 OK Success: Status code 200 is in the accepted range: 100:399 [Pipeline] readJSON [Pipeline] mail [Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] node Running on gilda (Linux + docker) in /builds/workspace/uest_and_branch_Pipeline_Pharo13 [Pipeline] { [Pipeline] stage [Pipeline] { (launchBenchmark) [Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done [Pipeline] checkout The recommended git tool is: git using credential pharo-ci-api-user-pass-token Cloning the remote Git repository Cloning repository https://github.com/pharo-project/pharo.git > git init /builds/workspace/uest_and_branch_Pipeline_Pharo13 # timeout=10 Fetching upstream changes from https://github.com/pharo-project/pharo.git > git --version # timeout=10 > git --version # 'git version 2.39.5' using GIT_ASKPASS to set credentials pharo-ci using token as pass > git fetch --tags --force --progress -- https://github.com/pharo-project/pharo.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision fa719891c85eeac8bec8cf10e5491277b43d4d24 (Pharo13) Commit message: "Merge pull request #17428 from Ducasse/17426-About-registerToolsOn" > 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 fa719891c85eeac8bec8cf10e5491277b43d4d24 # timeout=10 GitHub has been notified of this commit’s build result [Pipeline] sh + git log -1 --format=%H [Pipeline] build Scheduling project: pharo-benchmarks [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: UNSTABLE