You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while looking for this issue: pharo-project/pharo#7960 I detect, that iceberg keeps a lot of files open. This does not make problems currently but I think that this should not be.
Mac OS X built on Feb 12 2020 10:23:42 UTC Compiler: 4.2.1 Compatible Apple LLVM 7.3.0 (clang-703.0.31)
VMMaker versionString VM: 202002121007 https://github.com/pharo-project/opensmalltalk-vm.git Date: Wed Feb 12 11:07:12 2020 CommitHash: 2bd9e39 Plugins: 202002121007 https://github.com/pharo-project/opensmalltalk-vm.git
CoInterpreter * VMMaker-CompatibleUserName.1580983506 uuid: 7aff73cb-5a2e-5002-a356-37de4e762a49 Feb 12 2020
StackToRegisterMappingCogit * VMMaker-CompatibleUserName.1580983506 uuid: 7aff73cb-5a2e-5002-a356-37de4e762a49 Feb 12 2020
#1 229738272 end (v3)/size(Spur) of old-space (0-based, read-only) #2 1463512 end (v3)/size(Spur) of young/new-space (read-only) #3 238690304 end (v3)/size(Spur) of heap (read-only) #4 nil nil (was allocationCount (read-only)) #5 nil nil (was allocations between GCs (read-write) #6 0 survivor count tenuring threshold (read-write) #7 156 full GCs since startup (read-only) #8 36030 total milliseconds in full GCs since startup (read-only) #9 45070 incremental GCs (SqueakV3) or scavenges (Spur) since startup (read-only) #10 39012 total milliseconds in incremental GCs (SqueakV3) or scavenges (Spur) since startup (read-only) #11 136357300 tenures of surving objects since startup (read-only) #12 0 12-20 were specific to ikp's JITTER VM, now 12-19 are open for use #13 0 12-20 were specific to ikp's JITTER VM, now 12-19 are open for use #14 0 12-20 were specific to ikp's JITTER VM, now 12-19 are open for use #15 0 12-20 were specific to ikp's JITTER VM, now 12-19 are open for use #16 15243133777 12-20 were specific to ikp's JITTER VM, now 12-19 are open for use #17 0 12-20 were specific to ikp's JITTER VM, now 12-19 are open for use #18 16485 12-20 were specific to ikp's JITTER VM, now 12-19 are open for use #19 5135773 12-20 were specific to ikp's JITTER VM, now 12-19 are open for use #20 3785039130821609 utc microseconds at VM start-up (actually at time initialization, which precedes image load). #21 146 root table size (read-only) #22 0 root table overflows since startup (read-only) #23 0 bytes of extra memory to reserve for VM buffers, plugins, etc (stored in image file header). #24 33554432 memory threshold above which shrinking object memory (rw) #25 16777216 memory headroom when growing object memory (rw) #26 2 interruptChecksEveryNms - force an ioProcessEvents every N milliseconds (rw) 27 number of times mark loop iterated for current IGC/FGC (read-only) includes ALL marking #28 0 number of times sweep loop iterated for current IGC/FGC (read-only) #29 0 number of times make forward loop iterated for current IGC/FGC (read-only) 30 number of times compact move loop iterated for current IGC/FGC (read-only) #31 411 number of grow memory requests (read-only) #32 140 number of shrink memory requests (read-only) #33 145 number of root table entries used for current IGC/FGC (read-only) #34 234242175176 number of allocations done before current IGC/FGC (read-only) #35 2138 number of survivor objects after current IGC/FGC (read-only) #36 116939736 millisecond clock when current IGC/FGC completed (read-only) #37 0 number of marked objects for Roots of the world, not including Root Table entries for current IGC/FGC (read-only) #38 0 milliseconds taken by current IGC (read-only) #39 0 Number of finalization signals for Weak Objects pending when current IGC/FGC completed (read-only) #40 8 BytesPerOop for this image #41 68021 imageFormatVersion for the VM #42 50 number of stack pages in use #43 0 desired number of stack pages (stored in image file header, max 65535) #44 6854880 size of eden, in bytes #45 0 desired size of eden, in bytes (stored in image file header) #46 1433600 machine code zone size, in bytes (Cog only; otherwise nil) #47 0 desired machine code zone size (stored in image file header; Cog only; otherwise nil) #48 0 various header flags. See getCogVMFlags. #49 512 max size the image promises to grow the external semaphore table to (0 sets to default, which is 256 as of writing) #50 nil nil; reserved for VM parameters that persist in the image (such as eden above) #51 nil nil; reserved for VM parameters that persist in the image (such as eden above) #52 131072 root table capacity #53 4 number of segments (Spur only; otherwise nil) #54 19254104 total size of free old space (Spur only, otherwise nil) #55 0.33333298563957214 ratio of growth and image size at or above which a GC will be performed post scavenge #56 8689334 number of process switches since startup (read-only) #57 795008 number of ioProcessEvents calls since startup (read-only) #58 8567501 number of ForceInterruptCheck calls since startup (read-only) #59 2498479 number of check event calls since startup (read-only) #60 39835091 number of stack page overflows since startup (read-only) #61 11754 number of stack page divorces since startup (read-only) 62 compiled code compactions since startup (read-only; Cog only; otherwise nil) #63 9121 total milliseconds in compiled code compactions since startup (read-only; Cog only; otherwise nil) #64 3033 the number of methods that currently have jitted machine-code #65 3 whether the VM supports a certain feature, MULTIPLE_BYTECODE_SETS is bit 0, IMMTABILITY is bit 1 #66 4096 the byte size of a stack page #67 0 the max allowed size of old space (Spur only; nil otherwise; 0 implies no limit except that of the underlying platform) #68 43.167268961262174 the average number of live stack pages when scanned by GC (at scavenge/gc/become et al) #69 50 the maximum number of live stack pages when scanned by GC (at scavenge/gc/become et al) #70 1 the vmProxyMajorVersion (the interpreterProxy VM_MAJOR_VERSION) #71 15 the vmProxyMinorVersion (the interpreterProxy VM_MINOR_VERSION)
Virtual Machine Statistics
uptime 4h55m38s
memory 238,690,304 bytes
old 229,738,272 bytes (96.2%)
young 1,954,048 bytes (0.8%)
used 207,537,384 bytes (86.9%)
free 24,154,936 bytes (10.100000000000001%)
GCs 45,226 (392ms between GCs)
full 156 totalling 36,030ms (0.2% uptime), avg 231.0ms
incr 45070 totalling 39,012ms (0.2% uptime), avg 0.9ms
tenures 136,357,300 (avg 0 GCs/tenure)
Since last view 8 (55ms between GCs)
uptime 0.4s
full 0 totalling 0ms (0.0% uptime)
incr 8 totalling 2ms (0.5% uptime), avg 0.30000000000000004ms
tenures 0
I saw it and I agree that it should be fixed
it seems that opening a repository keeps the git metadata files open
that is managed internally by libgit and we don't have too much to do about it
what we could do from an iceberg perspective is to not keep repositories open
instead, we should open them when required and close them after
I cannot estimate what is the effort required to do that, mainly because I smell that the opening of the repositories is triggered by Iceberg's UI (it's done in a lazy fashion, that I'm sure)
thing is also that iceberg is going through a UI migration to Spec 2
Hi! I enabled CI on Windows platform and get errors that I suspect are caused by this issue.
The tests raise "CannotDeleteFileException: Could not delete file File. Check the file is not open.", which happens when tearDown try to clean up test directories but the files are still open. (ref).
For the record, I observed that test cases that raise the error in windows have in common the use of one fixture. This snippet shows it:
"This create one more file open (in MacOS)".
f1 :=IceClonedFromRemoteFixture inGit.
f1 setUp.
f1 tearDown.
"No new files here:"
f2 :=IceWithRemoteAndLocalCommitAndUpstreamFixture inGit.
f2 setUp.
f2 tearDown.
I did some tries without success, to isolate where is the leak.
while looking for this issue: pharo-project/pharo#7960 I detect, that iceberg keeps a lot of files open. This does not make problems currently but I think that this should not be.
Pharo 8 on mac
Image
/Users/sabine/Documents/Pharo/images/Pharo 8.0 - 64bit (16)/Pharo 8.0 - 64bit (16).image
Pharo8.0.0
Build information: Pharo-8.0.0+build.1124.sha.0932da82f08175e906b0e2a8052120c823374e9f (64 Bit)
Unnamed
Image Commandline Parameters
none
Image Sources
SourceFileArray
SourceFile(/Users/sabine/Documents/Pharo/images/Pharo 8.0 - 64bit (16)/Pharo8.0-32bit-0932da8.sources)
SourceFile(/Users/sabine/Documents/Pharo/images/Pharo 8.0 - 64bit (16)/Pharo 8.0 - 64bit (16).changes)
Monticello Repositories
/Users/sabine/Documents/Pharo/images/Pharo 8.0 - 64bit (16)/pharo-local/package-cache
github://pharo-vcs/tonel:v1.0.15
github://pharo-spec/Commander2:v2.1.x/src
github://pharo-vcs/iceberg:v1.6.5
github://pharo-vcs/tonel:v1.0.13
github://pharo-vcs/libgit2-pharo-bindings:v1.5.8
filetree:///Users/Sabine/iceberg/spesenfuchsGitlabCom
Monticello Working Copies
AST-Core (tonel.1)
AST-Core-Tests (tonel.1)
AST-Core-Traits (tonel.1)
AWS-CloudFront (CompatibleUserName.1590685357)
AWS-Core (CompatibleUserName.1590685357)
AWS-DynamoDB (CompatibleUserName.1590685357)
AWS-ElasticTranscoder (CompatibleUserName.1590685357)
AWS-S3 (CompatibleUserName.1590685357)
AWS-SNS (CompatibleUserName.1590685357)
AWS-STS (CompatibleUserName.1590685357)
Alien-Core (tonel.1)
Announcements-Core (tonel.1)
Announcements-Core-Tests (tonel.1)
Announcements-Help (tonel.1)
Artefact-Core (CompatibleUserName.1545217264)
Artefact-Examples (CompatibleUserName.1545217264)
Artefact-Tests (CompatibleUserName.1545217264)
Athens-Balloon (tonel.1)
Athens-Cairo (tonel.1)
Athens-Cairo-Tests (tonel.1)
Athens-Core (tonel.1)
Athens-Examples (tonel.1)
Athens-Morphic (tonel.1)
Athens-Text (tonel.1)
Balloon (tonel.1)
Balloon-Tests (tonel.1)
BaselineOfAWS (CompatibleUserName.1590685357)
BaselineOfArtefact (CompatibleUserName.1545217264)
BaselineOfAthens (tonel.1)
BaselineOfBaseLibraries (tonel.1)
BaselineOfBasicTools (tonel.1)
BaselineOfBeacon (tonel.1)
BaselineOfBitmapCharacterSet (CompatibleUserName.1574013471)
BaselineOfBlueInk (tonel.1)
BaselineOfCalypso (tonel.1)
BaselineOfCatalog (tonel.1)
BaselineOfClap (tonel.1)
BaselineOfClassAnnotation (tonel.1)
BaselineOfClassParser (tonel.1)
BaselineOfCommander (tonel.1)
BaselineOfCommander2 (tonel.1)
BaselineOfCryptography (CompatibleUserName.1562316564)
BaselineOfDependencyAnalyzer (tonel.1)
BaselineOfDisplay (tonel.1)
BaselineOfDrTests (tonel.1)
BaselineOfEnlumineurFormatter (tonel.1)
BaselineOfEpicea (tonel.1)
BaselineOfExceptionReport (CompatibleUserName.1541499885)
BaselineOfFFICHeaderExtractor (CompatibleUserName.1607093886)
BaselineOfFileLibraryHelper (CompatibleUserName.1570801779)
BaselineOfFixedDecimal (CompatibleUserName.1545958497)
BaselineOfFlashback (tonel.1)
BaselineOfFuel (tonel.1)
BaselineOfFuzzyMatcher (tonel.1)
BaselineOfGeneralHelp (tonel.1)
BaselineOfGeneralTests (tonel.1)
BaselineOfGrease (CompatibleUserName.1596189679)
BaselineOfIDE (tonel.1)
BaselineOfIceberg (tonel.1)
BaselineOfJSON (CompatibleUserName.1581717313)
BaselineOfKernelTests (tonel.1)
BaselineOfLibGit (cypress.1)
BaselineOfMagritte (CompatibleUserName.1592506948)
BaselineOfManifest (tonel.1)
BaselineOfMaterialColors (CompatibleUserName.1540149114)
BaselineOfMaterialDesignLite (CompatibleUserName.1596114643)
BaselineOfMenuRegistration (tonel.1)
BaselineOfMetacello (tonel.1)
BaselineOfMisc (tonel.1)
BaselineOfMongoTalk (CompatibleUserName.1595427374)
BaselineOfMonticello (tonel.1)
BaselineOfMorphic (tonel.1)
BaselineOfMorphicCore (tonel.1)
BaselineOfMustache (CompatibleUserName.1533910024)
BaselineOfNeoCSV (CompatibleUserName.1601990061)
BaselineOfNeoJSON (CompatibleUserName.1551110229)
BaselineOfOSProcess (CompatibleUserName.1559260349)
BaselineOfOSSubprocess (CompatibleUserName.1607374629)
BaselineOfOSWindow (tonel.1)
BaselineOfOrderPreservingDictionary (CompatibleUserName.1574013009)
BaselineOfParametrizedTests (tonel.1)
BaselineOfPharo (tonel.1)
BaselineOfPharoBootstrap (tonel.1)
BaselineOfPharoGT (tonel.1)
BaselineOfPharoGlamour (tonel.1)
BaselineOfPunycode (CompatibleUserName.1580142518)
BaselineOfQA (tonel.1)
BaselineOfQualityAssistant (tonel.1)
BaselineOfRKA24 (cypress.1)
BaselineOfRefactoring (tonel.1)
BaselineOfRefactoring2 (tonel.1)
BaselineOfReferenceFinder (tonel.1)
BaselineOfReflectionMirrors (tonel.1)
BaselineOfReflectivity (tonel.1)
BaselineOfRing (tonel.1)
BaselineOfSUnit (tonel.1)
BaselineOfScheduler (CompatibleUserName.1590048997)
BaselineOfSeaside3 (CompatibleUserName.1607253817)
BaselineOfSeasideGenerationTester (CompatibleUserName.1570803885)
BaselineOfShift (tonel.1)
BaselineOfShout (tonel.1)
BaselineOfSlot (tonel.1)
BaselineOfSortFunctions (tonel.1)
BaselineOfSpec (tonel.1)
BaselineOfSpec2 (tonel.1)
BaselineOfStylesheet (CompatibleUserName.1538671745)
BaselineOfSystemCommands (tonel.1)
BaselineOfTelePharoSupport (tonel.1)
BaselineOfTonel (cypress.1)
BaselineOfTraits (tonel.1)
BaselineOfUI (tonel.1)
BaselineOfUnicode (CompatibleUserName.1585749967)
BaselineOfUnifiedFFI (tonel.1)
BaselineOfUnits (CompatibleUserName.1540986418)
BaselineOfVoyage (CompatibleUserName.1595430063)
BaselineOfXMLParser (CompatibleUserName.1590047542)
BaselineOfXMLWriter (CompatibleUserName.1574019376)
BaselineOfZTimestamp (CompatibleUserName.1540753118)
BaselineOfZincHTTPComponents (CompatibleUserName.1598033096)
BaselineOfZodiac (tonel.1)
Beacon-Core (tonel.1)
Beacon-Core-Tests (tonel.1)
BlueInk-Core (tonel.1)
BlueInk-Extras (tonel.1)
BlueInk-Tests (tonel.1)
Calypso-Browser (tonel.1)
Calypso-NavigationModel (tonel.1)
Calypso-NavigationModel-Tests (tonel.1)
Calypso-Ring (tonel.1)
Calypso-SystemPlugins-ClassScripts-Browser (tonel.1)
Calypso-SystemPlugins-ClassScripts-Queries (tonel.1)
Calypso-SystemPlugins-ClassScripts-Queries-Tests (tonel.1)
Calypso-SystemPlugins-Critic-Browser (tonel.1)
Calypso-SystemPlugins-Critic-Queries (tonel.1)
Calypso-SystemPlugins-Critic-Queries-Tests (tonel.1)
Calypso-SystemPlugins-DependencyAnalyser-Browser (tonel.1)
Calypso-SystemPlugins-Deprecation-Browser (tonel.1)
Calypso-SystemPlugins-Deprecation-Queries (tonel.1)
Calypso-SystemPlugins-Deprecation-Queries-Tests (tonel.1)
Calypso-SystemPlugins-FFI-Browser (tonel.1)
Calypso-SystemPlugins-FFI-Queries (tonel.1)
Calypso-SystemPlugins-FFI-Queries-Tests (tonel.1)
Calypso-SystemPlugins-FileOut-Browser (tonel.1)
Calypso-SystemPlugins-FileOut-Queries (tonel.1)
Calypso-SystemPlugins-Flags-Browser (tonel.1)
Calypso-SystemPlugins-Flags-Queries (tonel.1)
Calypso-SystemPlugins-Flags-Queries-Tests (tonel.1)
Calypso-SystemPlugins-InheritanceAnalysis-Browser (tonel.1)
Calypso-SystemPlugins-InheritanceAnalysis-Queries (tonel.1)
Calypso-SystemPlugins-InheritanceAnalysis-Queries-Tests (tonel.1)
Calypso-SystemPlugins-MethodDiffTool (tonel.1)
Calypso-SystemPlugins-Monticello-Browser (tonel.1)
Calypso-SystemPlugins-Monticello-Queries (tonel.1)
Calypso-SystemPlugins-Reflectivity-Browser (tonel.1)
Calypso-SystemPlugins-Reflectivity-Browser-Tests (tonel.1)
Calypso-SystemPlugins-Reflectivity-Queries (tonel.1)
Calypso-SystemPlugins-Reflectivity-Queries-Tests (tonel.1)
Calypso-SystemPlugins-SUnit-Browser (tonel.1)
Calypso-SystemPlugins-SUnit-Queries (tonel.1)
Calypso-SystemPlugins-SUnit-Queries-Tests (tonel.1)
Calypso-SystemPlugins-Spotter (tonel.1)
Calypso-SystemPlugins-Traits-Browser (tonel.1)
Calypso-SystemPlugins-Traits-Queries (tonel.1)
Calypso-SystemPlugins-Traits-Queries-Tests (tonel.1)
Calypso-SystemPlugins-Traits-Queries-Tests-PExtendingTrait (tonel.1)
Calypso-SystemPlugins-Traits-Queries-Tests-PWithTraits (tonel.1)
Calypso-SystemPlugins-Undeclared-Browser (tonel.1)
Calypso-SystemPlugins-Undeclared-Queries (tonel.1)
Calypso-SystemPlugins-Undeclared-Queries-Tests (tonel.1)
Calypso-SystemQueries (tonel.1)
Calypso-SystemQueries-Tests (tonel.1)
Calypso-SystemQueries-Tests-P1WithHierarchy (tonel.1)
Calypso-SystemQueries-Tests-P2WithSubclassFromP1 (tonel.1)
Calypso-SystemQueries-Tests-P3WithSubclassFromP2 (tonel.1)
Calypso-SystemQueries-Tests-P5WithTags (tonel.1)
Calypso-SystemQueries-Tests-PExtendedByP1 (tonel.1)
Calypso-SystemQueries-Tests-PExtendedByP5 (tonel.1)
Calypso-SystemQueries-Tests-PWithSingleClass (tonel.1)
Calypso-SystemTools-Core (tonel.1)
Calypso-SystemTools-FullBrowser (tonel.1)
Calypso-SystemTools-FullBrowser-Tests (tonel.1)
Calypso-SystemTools-OldToolCompatibillity (tonel.1)
Calypso-SystemTools-QueryBrowser (tonel.1)
Calypso-SystemTools-QueryBrowser-Tests (tonel.1)
Clap-CommandLine (tonel.1)
Clap-Commands-Pharo (tonel.1)
Clap-Core (tonel.1)
Clap-Examples (tonel.1)
Clap-Tests (tonel.1)
ClassAnnotation (tonel.1)
ClassAnnotation-Tests (tonel.1)
ClassParser (tonel.1)
ClassParser-Tests (tonel.1)
CodeExport (tonel.1)
CodeExport-Traits (tonel.1)
CodeImport (tonel.1)
CodeImport-Tests (tonel.1)
CodeImport-Traits (tonel.1)
CodeImportCommandLineHandlers (tonel.1)
Collections-Abstract-Traits (tonel.1)
Collections-Arithmetic (tonel.1)
Collections-Arithmetic-Tests (tonel.1)
Collections-Atomic (tonel.1)
Collections-BitmapCharacterSet (CompatibleUserName.1574013471)
Collections-BitmapCharacterSet-Tests (CompatibleUserName.1574013471)
Collections-DoubleLinkedList (tonel.1)
Collections-DoubleLinkedList-Tests (tonel.1)
Collections-Native (tonel.1)
Collections-OrderPreservingDictionary (CompatibleUserName.1574013009)
Collections-OrderPreservingDictionary-GTExtensions (CompatibleUserName.1574013009)
Collections-OrderPreservingDictionary-Tests (CompatibleUserName.1574013009)
Collections-Sequenceable (tonel.1)
Collections-Stack (tonel.1)
Collections-Streams (tonel.1)
Collections-Strings (tonel.1)
Collections-Support (tonel.1)
Collections-Tests (tonel.1)
Collections-Unordered (tonel.1)
Collections-Weak (tonel.1)
Colors (tonel.1)
Commander-Activators-ContextMenu (tonel.1)
Commander-Activators-DragAndDrop (tonel.1)
Commander-Activators-Mouse (tonel.1)
Commander-Activators-Shortcut (tonel.1)
Commander-Activators-TextView (tonel.1)
Commander-Activators-WorldMenu (tonel.1)
Commander-Core (tonel.1)
Commander-Core-Tests (tonel.1)
Commander-Spec2-Compatibility (tonel.1)
Commander-SpecSupport (tonel.1)
Commander2 (tonel.1)
Commander2-Deprecations (tonel.1)
Commander2-Tests (tonel.1)
Commander2-UI (tonel.1)
Commander2-UI-Tests (tonel.1)
Compression-Tests (tonel.1)
ConfigurationCommandLineHandler-Core (tonel.1)
ConfigurationCommandLineHandler-Tests (tonel.1)
Cryptography (CompatibleUserName.1562316564)
Debugger-Actions (tonel.1)
Debugger-Filters (tonel.1)
Debugger-Model (tonel.1)
Debugger-Tests (tonel.1)
Debugging-Core (tonel.1)
Debugging-Settings (tonel.1)
Debugging-Utils-Tests (tonel.1)
Deprecated80 (tonel.1)
DrTests (tonel.1)
DrTests-CommentsToTests (tonel.1)
DrTests-CommentsToTests-Tests (tonel.1)
DrTests-TestCoverage (tonel.1)
DrTests-TestCoverage-MocksForTests (tonel.1)
DrTests-TestCoverage-Tests (tonel.1)
DrTests-Tests (tonel.1)
DrTests-TestsProfiling (tonel.1)
DrTests-TestsProfiling-Tests (tonel.1)
DrTests-TestsRunner (tonel.1)
EmbeddedFreeType (tonel.1)
EmbeddedFreeType-Tests (tonel.1)
EmergencyEvaluator (tonel.1)
EnlumineurFormatter (tonel.1)
EnlumineurFormatter-Tests (tonel.1)
EnlumineurFormatterUI (tonel.1)
EnlumineurFormatterUI-Tests (tonel.1)
Epicea (tonel.1)
Epicea-Tests (tonel.1)
EpiceaBrowsers (tonel.1)
EpiceaBrowsers-Tests (tonel.1)
ExceptionReport-Core (CompatibleUserName.1541499885)
FFI-Kernel (tonel.1)
FFI-Pools (tonel.1)
FFICHeaderExtractor (CompatibleUserName.1607093886)
FFICHeaderExtractor-LibC (CompatibleUserName.1607093886)
FFICHeaderExtractor-Tests (CompatibleUserName.1607093886)
FileLibraryHelper (CompatibleUserName.1570801779)
FileSystem-Core (tonel.1)
FileSystem-Disk (tonel.1)
FileSystem-Memory (tonel.1)
FileSystem-Path (tonel.1)
FileSystem-Tests-Attributes (tonel.1)
FileSystem-Tests-Core (tonel.1)
FileSystem-Tests-Disk (tonel.1)
FileSystem-Tests-Memory (tonel.1)
FileSystem-Zip (tonel.1)
Files (tonel.1)
Files-Prompt (tonel.1)
Files-Tests (tonel.1)
FixedDecimal (CompatibleUserName.1545958497)
FixedDecimal Tests (CompatibleUserName.1545958497)
Flashback-Decompiler (tonel.1)
Flashback-Decompiler-Tests (tonel.1)
Fonts-Abstract (tonel.1)
Fonts-Chooser (tonel.1)
Fonts-Infrastructure (tonel.1)
Fonts-Infrastructure-Tests (tonel.1)
Formatter-Settings (tonel.1)
FreeType (tonel.1)
FreeType-Help (tonel.1)
FreeType-Tests (tonel.1)
Fuel-Core (tonel.1)
Fuel-Platform-Core (tonel.1)
Fuel-Platform-Pharo-07 (tonel.1)
Fuel-Platform-Pharo-Core (tonel.1)
Fuel-Platform-Pharo-Core-Tests (tonel.1)
Fuel-Tests-Core (tonel.1)
Fuel-Tools-Pharo (tonel.1)
FuzzyMatcher (tonel.1)
FuzzyMatcher-Tests (tonel.1)
GT-BytecodeDebugger (tonel.1)
GT-Debugger (tonel.1)
GT-Inspector (tonel.1)
GT-InspectorExtensions-Core (tonel.1)
GT-Playground (tonel.1)
GT-SUnitDebugger (tonel.1)
GT-Spotter (tonel.1)
GT-Spotter-UI (tonel.1)
GT-SpotterExtensions-Core (tonel.1)
GT-Tests-Debugger (tonel.1)
GT-Tests-Inspector (tonel.1)
GT-Tests-Playground (tonel.1)
GT-Tests-Spotter (tonel.1)
GeneralRules (tonel.1)
GeneralRules-Tests (tonel.1)
Glamour-Announcements (tonel.1)
Glamour-Browsers (tonel.1)
Glamour-Core (tonel.1)
Glamour-FastTable (tonel.1)
Glamour-Helpers (tonel.1)
Glamour-Morphic-Brick (tonel.1)
Glamour-Morphic-Brick-Tests (tonel.1)
Glamour-Morphic-Pager (tonel.1)
Glamour-Morphic-Renderer (tonel.1)
Glamour-Morphic-Theme (tonel.1)
Glamour-Morphic-Widgets (tonel.1)
Glamour-PagerModel (tonel.1)
Glamour-Presentations (tonel.1)
Glamour-Rubric-Presentations (tonel.1)
Glamour-SpecIntegration (tonel.1)
Glamour-Tasks (tonel.1)
Glamour-Tests-Core (tonel.1)
Glamour-Tests-Morphic (tonel.1)
Glamour-Tests-Resources (tonel.1)
Glamour-Tests-Rubric (tonel.1)
Gofer-Core (tonel.1)
Gofer-Tests (tonel.1)
Gofer-UI (tonel.1)
Graphics-Canvas (tonel.1)
Graphics-Display Objects (tonel.1)
Graphics-Fonts (tonel.1)
Graphics-Primitives (tonel.1)
Graphics-Shapes (tonel.1)
Graphics-Tests (tonel.1)
Graphics-Transformations (tonel.1)
Grease-Core (CompatibleUserName.1596189679)
Grease-Pharo40-Slime (CompatibleUserName.1584203130)
Grease-Pharo70-Core (CompatibleUserName.1596189679)
Grease-Tests-Core (CompatibleUserName.1596189679)
Grease-Tests-Pharo-Core (CompatibleUserName.1596189679)
Growl (tonel.1)
HelpSystem-Core (tonel.1)
HelpSystem-Tests (tonel.1)
Hermes (tonel.1)
Hermes-Extensions (tonel.1)
Hiedra (tonel.1)
Hiedra-Examples (tonel.1)
Hiedra-Tests (tonel.1)
Iceberg-Libgit (tonel.1)
Iceberg-Libgit-Filetree (tonel.1)
Iceberg-Libgit-Tonel (tonel.1)
Iceberg-Metacello-Integration (tonel.1)
Iceberg-Plugin (tonel.1)
Iceberg-Plugin-GitHub (tonel.1)
Iceberg-Plugin-Metacello (tonel.1)
Iceberg-Plugin-Migration (tonel.1)
Iceberg-Plugin-Pharo (tonel.1)
Iceberg-TipUI (tonel.1)
Images-Animated (tonel.1)
InitializePackagesCommandLineHandler (tonel.1)
IssueTracking (tonel.1)
IssueTracking-Tests (tonel.1)
JQuery-Core (CompatibleUserName.1596183229)
JQuery-JSON (CompatibleUserName.1596183229)
JQuery-Tests-Core (CompatibleUserName.1596183229)
JQuery-Tests-UI (CompatibleUserName.1596183229)
JQuery-UI (CompatibleUserName.1596183229)
JSON (CompatibleUserName.1581717313)
Javascript-Core (CompatibleUserName.1596183229)
Javascript-Pharo-Core (CompatibleUserName.1596183229)
Javascript-Tests-Core (CompatibleUserName.1596183229)
Javascript-Tests-Pharo-Core (CompatibleUserName.1596183229)
JenkinsTools-Core (tonel.1)
JenkinsTools-ExtraReports (tonel.1)
Jobs (tonel.1)
Jobs-Tests (tonel.1)
Kernel (tonel.1)
Kernel-BytecodeEncoders (tonel.1)
Kernel-Rules (tonel.1)
Kernel-Tests (tonel.1)
Kernel-Tests-Extended (tonel.1)
Kernel-Tests-Rules (tonel.1)
Kernel-Tests-WithCompiler (tonel.1)
Kernel-Traits (tonel.1)
Keymapping-Core (tonel.1)
Keymapping-KeyCombinations (tonel.1)
Keymapping-Pragmas (tonel.1)
Keymapping-Settings (tonel.1)
Keymapping-Tests (tonel.1)
Keymapping-Tools-Spec (tonel.1)
LibGit-Core (cypress.1)
Magritte-Model (CompatibleUserName.1592506948)
Magritte-Pharo7-Model (CompatibleUserName.1592506948)
Manifest-Core (tonel.1)
Manifest-Resources-Tests (tonel.1)
Manifest-Tests (tonel.1)
Material-Design-Colors (CompatibleUserName.1540149114)
Material-Design-Colors-Platform-Pharo (CompatibleUserName.1540149114)
Material-Design-Lite-Components (CompatibleUserName.1596114643)
Material-Design-Lite-Components-Tests (CompatibleUserName.1596114643)
Material-Design-Lite-Core (CompatibleUserName.1596114643)
Material-Design-Lite-Core-Tests (CompatibleUserName.1596114643)
Material-Design-Lite-Demo (CompatibleUserName.1596114643)
Material-Design-Lite-Extensions (CompatibleUserName.1596114643)
Material-Design-Lite-Extensions-Tests (CompatibleUserName.1596114643)
Material-Design-Lite-Utils (CompatibleUserName.1596114643)
Material-Design-Lite-Widgets (CompatibleUserName.1596114643)
Material-Design-Lite-Widgets-Tests (CompatibleUserName.1596114643)
Material-Design-Tests-Colors (CompatibleUserName.1540149114)
Math-Operations-Extensions (tonel.1)
MenuRegistration (tonel.1)
Metacello-Base (tonel.1)
Metacello-Bitbucket (tonel.1)
Metacello-Core (tonel.1)
Metacello-Cypress (tonel.1)
Metacello-FileTree (tonel.1)
Metacello-GitBasedRepository (tonel.1)
Metacello-GitHub (tonel.1)
Metacello-Gitlab (tonel.1)
Metacello-Gitlab-Tests (tonel.1)
Metacello-MC (tonel.1)
Metacello-PharoCommonPlatform (tonel.1)
Metacello-PharoExtensions (tonel.1)
Metacello-Platform (tonel.1)
Metacello-ProfStef (tonel.1)
Metacello-Reference (tonel.1)
Metacello-TestsCommonMC (tonel.1)
Metacello-TestsCore (tonel.1)
Metacello-TestsMC (tonel.1)
Metacello-TestsMCCore (tonel.1)
Metacello-TestsMCResources (tonel.1)
Metacello-TestsPlatform (tonel.1)
Metacello-TestsReference (tonel.1)
Metacello-ToolBox (tonel.1)
Metacello-Tutorial (tonel.1)
MetacelloCommandLineHandler-Core (tonel.1)
MetacelloCommandLineHandler-Tests (tonel.1)
Mongo-BSON (CompatibleUserName.1595427374)
Mongo-Pharo-Tools (CompatibleUserName.1595427374)
Mongo-Queries (CompatibleUserName.1595427374)
Mongo-Squeak (CompatibleUserName.1595427374)
Mongo-Tests-BSON (CompatibleUserName.1595427374)
Mongo-Tests-Core (CompatibleUserName.1595427374)
Mongo-Tests-Queries (CompatibleUserName.1595427374)
Monticello (tonel.1)
Monticello-OldDataStreamCompatibility (tonel.1)
Monticello-Tests (tonel.1)
MonticelloConfigurations (tonel.1)
MonticelloFileServices (tonel.1)
MonticelloFileTree-Core (tonel.1)
MonticelloFileTree-FileSystem-Utilities (tonel.1)
MonticelloGUI (tonel.1)
MonticelloGUI-Tests (tonel.1)
MonticelloMocks (tonel.1)
MonticelloRemoteRepositories (tonel.1)
MonticelloTonel-Core (cypress.1)
MonticelloTonel-FileSystem (cypress.1)
MonticelloTonel-Tests (cypress.1)
Moose-Algos-Graph (tonel.1)
Moose-Algos-Graph-Tests (tonel.1)
Morphic-Base (tonel.1)
Morphic-Core (tonel.1)
Morphic-Examples (tonel.1)
Morphic-Tests (tonel.1)
Morphic-Widgets-Basic (tonel.1)
Morphic-Widgets-ColorPicker (tonel.1)
Morphic-Widgets-Extra (tonel.1)
Morphic-Widgets-FastTable (tonel.1)
Morphic-Widgets-FastTable-Tests (tonel.1)
Morphic-Widgets-List (tonel.1)
Morphic-Widgets-Menubar (tonel.1)
Morphic-Widgets-Pluggable (tonel.1)
Morphic-Widgets-PolyTabs (tonel.1)
Morphic-Widgets-Scrolling (tonel.1)
Morphic-Widgets-Tabs (tonel.1)
Morphic-Widgets-Taskbar (tonel.1)
Morphic-Widgets-Taskbar-Tests (tonel.1)
Morphic-Widgets-TickList (tonel.1)
Morphic-Widgets-Tree (tonel.1)
Morphic-Widgets-Windows (tonel.1)
Multilingual-Encodings (tonel.1)
Multilingual-Languages (tonel.1)
Multilingual-OtherLanguages (tonel.1)
Multilingual-Tests (tonel.1)
Multilingual-TextConversion (tonel.1)
Multilingual-TextConverterOtherLanguages (tonel.1)
Mustache-Core (CompatibleUserName.1533910024)
NECompletion (tonel.1)
NECompletion-Tests (tonel.1)
Native-Browser (tonel.1)
NautilusRefactoring (tonel.1)
NautilusRefactoring-Tests (tonel.1)
Neo-CSV-Core (CompatibleUserName.1601990061)
Neo-CSV-Tests (CompatibleUserName.1601990061)
Neo-JSON-Core (CompatibleUserName.1551110229)
Neo-JSON-Pharo-Core (CompatibleUserName.1551110229)
Neo-JSON-Pharo-Tests (CompatibleUserName.1551110229)
Neo-JSON-Tests (CompatibleUserName.1551110229)
Network-Kernel (tonel.1)
Network-MIME (tonel.1)
Network-Mail (tonel.1)
Network-Mail-Tests (tonel.1)
Network-Protocols (tonel.1)
Network-Tests (tonel.1)
Network-UUID (tonel.1)
NewValueHolder-Core (tonel.1)
NewValueHolder-Tests (tonel.1)
NumberParser (tonel.1)
OSProcess-AIO (CompatibleUserName.1559260349)
OSProcess-Base (CompatibleUserName.1559260349)
OSProcess-Mac (CompatibleUserName.1559260349)
OSProcess-Tests (CompatibleUserName.1559260349)
OSProcess-Unix (CompatibleUserName.1559260349)
OSProcess-Win32 (CompatibleUserName.1559260349)
OSSubprocess (CompatibleUserName.1607374629)
OSSubprocess-Tests-Stress (CompatibleUserName.1607374629)
OSSubprocess-Tests-Unit (CompatibleUserName.1607374629)
OSWindow-Core (tonel.1)
OSWindow-SDL2 (tonel.1)
OSWindow-SDL2-Examples (tonel.1)
OSWindow-Tests (tonel.1)
OSWindow-VM (tonel.1)
OldFileStream (CompatibleUserName.1607374629)
Ombu (tonel.1)
Ombu-Tests (tonel.1)
OpalCompiler-Core (tonel.1)
OpalCompiler-Tests (tonel.1)
OpalCompiler-Tools (tonel.1)
PBKDF2 (CompatibleUserName.1562316564)
ParametrizedTests (tonel.1)
PerformMessageCommandLineHandler (tonel.1)
Pharo-Help (tonel.1)
Pharo-WelcomeHelp (tonel.1)
PharoBootstrap-Initialization (tonel.1)
PharoDocComment (tonel.1)
PharoDocComment-Tests (tonel.1)
Polymorph-Widgets (tonel.1)
Polymorph-Widgets-Rules (tonel.1)
PragmaCollector (tonel.1)
ProfStef-Core (tonel.1)
ProfStef-Help (tonel.1)
ProfStef-Tests (tonel.1)
RKA24-Freshsales (cypress.1)
RKA24-Overwrites (cypress.1)
RKA24-Parasol-Tests (cypress.1)
RKA24-Report (cypress.1)
RKA24-Stripe (cypress.1)
RKA24-Translator (cypress.1)
RKA24-Validator (cypress.1)
RKA24-View-Admin (cypress.1)
RPackage-Core (tonel.1)
RPackage-Tests (tonel.1)
Random-Core (tonel.1)
Random-Tests (tonel.1)
RecentSubmissions (tonel.1)
Refactoring-Changes (tonel.1)
Refactoring-Core (tonel.1)
Refactoring-Critics (tonel.1)
Refactoring-Environment (tonel.1)
Refactoring-Help (tonel.1)
Refactoring-Tests-Changes (tonel.1)
Refactoring-Tests-Core (tonel.1)
Refactoring-Tests-Critics (tonel.1)
Refactoring-Tests-Environment (tonel.1)
Refactoring2-Core (tonel.1)
Refactoring2-Transformations (tonel.1)
Refactoring2-Transformations-Tests (tonel.1)
ReferenceFinder-Core (tonel.1)
ReflectionMirrors-Primitives (tonel.1)
ReflectionMirrors-Primitives-Tests (tonel.1)
Reflectivity-Examples (tonel.1)
Reflectivity-Tests (tonel.1)
Reflectivity-Tools (tonel.1)
Reflectivity-Tools-Tests (tonel.1)
Regex-Core (tonel.1)
Regex-Core-Tests (tonel.1)
Regex-Help (tonel.1)
ReleaseTests (tonel.1)
Renraku (tonel.1)
Renraku-Help (tonel.1)
Renraku-Test (tonel.1)
Ring-ChunkImporter (tonel.1)
Ring-Core (tonel.1)
Ring-Definitions-Containers (tonel.1)
Ring-Definitions-Core (tonel.1)
Ring-Definitions-Monticello (tonel.1)
Ring-Definitions-Tests-Containers (tonel.1)
Ring-Definitions-Tests-Core (tonel.1)
Ring-Definitions-Tests-Monticello (tonel.1)
Ring-Monticello (tonel.1)
Ring-OldChunkImporter (tonel.1)
Ring-RuntimeSupport (tonel.1)
Ring-Tests-ChunkImporter (tonel.1)
Ring-Tests-Core (tonel.1)
Ring-Tests-Monticello (tonel.1)
Ring-TraitsV2Support (tonel.1)
Rubric (tonel.1)
Rubric-Rules (tonel.1)
Rubric-SpecFindReplaceDialog (tonel.1)
Rubric-Styling (tonel.1)
Rubric-Tests (tonel.1)
STON-Core (tonel.1)
STON-Tests (tonel.1)
STON-Text support (tonel.1)
SUnit-Core (tonel.1)
SUnit-Core-Traits (tonel.1)
SUnit-Help (tonel.1)
SUnit-Rules (tonel.1)
SUnit-Support-UITesting (tonel.1)
SUnit-Support-UITesting-Tests (tonel.1)
SUnit-Tests (tonel.1)
SUnit-UI (tonel.1)
SUnit-Visitor (tonel.1)
SUnit-Visitor-Tests (tonel.1)
Scheduler-Core (CompatibleUserName.1590048997)
Scheduler-Core-Tests (CompatibleUserName.1590048997)
ScriptingExtensions (tonel.1)
ScriptingExtensions-Tests (tonel.1)
Seaside-Component (CompatibleUserName.1607253817)
Seaside-Continuation (CompatibleUserName.1607253817)
Seaside-Core (CompatibleUserName.1607253817)
Seaside-Development (CompatibleUserName.1596183229)
Seaside-Email (CompatibleUserName.1596183229)
Seaside-Environment (CompatibleUserName.1607253817)
Seaside-Examples (CompatibleUserName.1596183229)
Seaside-Flow (CompatibleUserName.1607253817)
Seaside-JSON-Core (CompatibleUserName.1596183229)
Seaside-Pharo-Canvas (CompatibleUserName.1607253817)
Seaside-Pharo-Continuation (CompatibleUserName.1607253817)
Seaside-Pharo-Core (CompatibleUserName.1607253817)
Seaside-Pharo-Development (CompatibleUserName.1596183229)
Seaside-Pharo-Email (CompatibleUserName.1596183229)
Seaside-Pharo-Environment (CompatibleUserName.1607253817)
Seaside-Pharo-Flow (CompatibleUserName.1607253817)
Seaside-Pharo-JSON-Core (CompatibleUserName.1596183229)
Seaside-Pharo-Tools-Spec2 (CompatibleUserName.1607253817)
Seaside-Pharo-Tools-Web (CompatibleUserName.1596183229)
Seaside-Pharo-Welcome (CompatibleUserName.1596183229)
Seaside-RenderLoop (CompatibleUserName.1607253817)
Seaside-Session (CompatibleUserName.1607253817)
Seaside-Tests-Canvas (CompatibleUserName.1596183229)
Seaside-Tests-Component (CompatibleUserName.1596183229)
Seaside-Tests-Core (CompatibleUserName.1596183229)
Seaside-Tests-Environment (CompatibleUserName.1596183229)
Seaside-Tests-Flow (CompatibleUserName.1596183229)
Seaside-Tests-Functional (CompatibleUserName.1596183229)
Seaside-Tests-Pharo-Canvas (CompatibleUserName.1596183229)
Seaside-Tests-Pharo-Continuation (CompatibleUserName.1596183229)
Seaside-Tests-Pharo-Core (CompatibleUserName.1596183229)
Seaside-Tests-Pharo-Functional (CompatibleUserName.1596183229)
Seaside-Tests-RenderLoop (CompatibleUserName.1596183229)
Seaside-Tests-Session (CompatibleUserName.1596183229)
Seaside-Tools-Core (CompatibleUserName.1607253817)
Seaside-Tools-Web (CompatibleUserName.1596183229)
Seaside-Welcome (CompatibleUserName.1596183229)
Seaside-Widgets (CompatibleUserName.1607253817)
SeasideGenerationTester (CompatibleUserName.1570803885)
Settings-Graphics (tonel.1)
Settings-Polymorph (tonel.1)
Settings-System (tonel.1)
Shift-Changes (tonel.1)
Shift-ClassBuilder (tonel.1)
Shift-ClassBuilder-Tests (tonel.1)
Shift-ClassInstaller (tonel.1)
Shift-ClassInstaller-Tests (tonel.1)
Shout (tonel.1)
Shout-Tests (tonel.1)
Slot-Core (tonel.1)
Slot-Examples (tonel.1)
Slot-Tests (tonel.1)
SortFunctions-Core (tonel.1)
SortFunctions-Tests (tonel.1)
Spec-Core (tonel.1)
Spec-Deprecated (tonel.1)
Spec-Examples (tonel.1)
Spec-Layout (tonel.1)
Spec-MorphicAdapters (tonel.1)
Spec-PolyWidgets (tonel.1)
Spec-StubAdapter (tonel.1)
Spec-Tests (tonel.1)
Spec2-Adapters-Morphic (tonel.1)
Spec2-Adapters-Morphic-Tests (tonel.1)
Spec2-Adapters-Stub (tonel.1)
Spec2-Backend-Tests (tonel.1)
Spec2-CommandLine (tonel.1)
Spec2-Commander2 (tonel.1)
Spec2-Commander2-ContactBook (tonel.1)
Spec2-Commander2-ContactBook-Extensions (tonel.1)
Spec2-Commander2-Tests (tonel.1)
Spec2-Commands (tonel.1)
Spec2-Core (tonel.1)
Spec2-Deprecated (tonel.1)
Spec2-Deprecated-Tools (tonel.1)
Spec2-Examples (tonel.1)
Spec2-Help (tonel.1)
Spec2-Inspector (tonel.1)
Spec2-Interactions (tonel.1)
Spec2-Layout (tonel.1)
Spec2-Morphic-Backend-Tests (tonel.1)
Spec2-ObservableSlot (tonel.1)
Spec2-Tests (tonel.1)
Spec2-Tools (tonel.1)
Spec2-Tools-Tests (tonel.1)
Spec2-Transmission (tonel.1)
StartupPreferences (tonel.1)
Stylesheet-Core (CompatibleUserName.1538671745)
Stylesheet-Tests (CompatibleUserName.1538671745)
System-Announcements (tonel.1)
System-BasicCommandLineHandler (tonel.1)
System-BasicCommandLineHandler-Tests (tonel.1)
System-Caching (tonel.1)
System-Caching-Tests (tonel.1)
System-Changes (tonel.1)
System-Changes-FileServices (tonel.1)
System-Clipboard (tonel.1)
System-CommandLine (tonel.1)
System-CommandLine-TextSupport (tonel.1)
System-CommandLineHandler (tonel.1)
System-DependenciesTests (tonel.1)
System-FileRegistry (tonel.1)
System-Finalization (tonel.1)
System-Hashing (tonel.1)
System-Hashing-Testing (tonel.1)
System-Hashing-Tests (tonel.1)
System-History (tonel.1)
System-History-Tests (tonel.1)
System-Identification (tonel.1)
System-Identification-Tests (tonel.1)
System-Installers (tonel.1)
System-Installers-Tests (tonel.1)
System-Localization (tonel.1)
System-Localization-Tests (tonel.1)
System-Model (tonel.1)
System-OSEnvironments (tonel.1)
System-OSEnvironments-Tests (tonel.1)
System-Object Events (tonel.1)
System-Object Events-Tests (tonel.1)
System-Platforms (tonel.1)
System-Platforms-Tests (tonel.1)
System-Serial Port (tonel.1)
System-SessionManager (tonel.1)
System-SessionManager-Tests (tonel.1)
System-Settings-Browser (tonel.1)
System-Settings-Core (tonel.1)
System-Settings-Rules (tonel.1)
System-Settings-Tests (tonel.1)
System-Sound (tonel.1)
System-Sources (tonel.1)
System-SourcesCondenser (tonel.1)
System-Support (tonel.1)
System-Support-Rules (tonel.1)
System-Support-Tests (tonel.1)
System-VMEvents (tonel.1)
SystemCommands-ClassCommands (tonel.1)
SystemCommands-MessageCommands (tonel.1)
SystemCommands-MethodCommands (tonel.1)
SystemCommands-PackageCommands (tonel.1)
SystemCommands-RefactoringSupport (tonel.1)
SystemCommands-RefactoringSupport-Test (tonel.1)
SystemCommands-SourceCodeCommands (tonel.1)
SystemCommands-VariableCommands (tonel.1)
Tests (tonel.1)
Text-Core (tonel.1)
Text-Diff (tonel.1)
Text-Edition (tonel.1)
Text-Edition-Tests (tonel.1)
Text-Scanning (tonel.1)
Text-Tests (tonel.1)
Tool-Base (tonel.1)
Tool-Catalog (tonel.1)
Tool-CriticBrowser (tonel.1)
Tool-DependencyAnalyser (tonel.1)
Tool-DependencyAnalyser-Tests (tonel.1)
Tool-DependencyAnalyser-Tests-Data (tonel.1)
Tool-DependencyAnalyser-UI (tonel.1)
Tool-Diff (tonel.1)
Tool-ExternalBrowser (tonel.1)
Tool-FileList (tonel.1)
Tool-FileList-Tests (tonel.1)
Tool-Finder (tonel.1)
Tool-ImageCleaner (tonel.1)
Tool-ProcessBrowser (tonel.1)
Tool-Profilers (tonel.1)
Tool-Registry (tonel.1)
Tool-SystemReporter (tonel.1)
Tool-Workspace (tonel.1)
Tools (tonel.1)
Tools-Test (tonel.1)
TraitsV2 (tonel.1)
TraitsV2-Compatibility (tonel.1)
TraitsV2-Tests (tonel.1)
Transcript-Core (tonel.1)
Transcript-Core-Traits (tonel.1)
Transcript-NonInteractive (tonel.1)
Transcript-NonInteractive-Tests (tonel.1)
Transcript-Tool (tonel.1)
UIManager (tonel.1)
UndefinedClasses (tonel.1)
UndefinedClasses-Tests (tonel.1)
Unicode-Casing (CompatibleUserName.1585749967)
Unicode-Character-Data (CompatibleUserName.1585749967)
Unicode-Initialization (tonel.1)
Unicode-Normalization (CompatibleUserName.1585749967)
Unicode-Stream-Support (CompatibleUserName.1585749967)
Unicode-Tests-Casing (CompatibleUserName.1585749967)
Unicode-Tests-Character-Data (CompatibleUserName.1585749967)
Unicode-Tests-Normalization (CompatibleUserName.1585749967)
UnifiedFFI (tonel.1)
UnifiedFFI-Legacy (tonel.1)
UnifiedFFI-Tests (tonel.1)
Units-Core (CompatibleUserName.1540986418)
Units-Tests (CompatibleUserName.1540986418)
VariablesLibrary (tonel.1)
VariablesLibrary-Tests (tonel.1)
Voyage-JSON (CompatibleUserName.1595430063)
Voyage-Mongo-Core (CompatibleUserName.1595430063)
Voyage-Mongo-Utils (CompatibleUserName.1595430063)
WebBrowser-Core (tonel.1)
XML-Parser (CompatibleUserName.1590047542)
XML-Parser-GTExtensions (CompatibleUserName.1590047542)
XML-Parser-Tests (CompatibleUserName.1590047542)
XML-Parser-Tests-Conformance (CompatibleUserName.1590047542)
XML-Writer-Core (CompatibleUserName.1574019376)
XML-Writer-Tests (CompatibleUserName.1574019376)
ZTimestamp (CompatibleUserName.1540753118)
Zinc-Character-Encoding-Core (CompatibleUserName.1598033096)
Zinc-Character-Encoding-Tests (CompatibleUserName.1598033096)
Zinc-HTTP-Examples (CompatibleUserName.1598033096)
Zinc-Resource-Meta-Core (CompatibleUserName.1598033096)
Zinc-Resource-Meta-Tests (CompatibleUserName.1598033096)
Zinc-Seaside (CompatibleUserName.1596183229)
Zinc-Tests (CompatibleUserName.1598033096)
Zinc-Zodiac-Core (CompatibleUserName.1598033096)
Zinc-Zodiac-Tests (CompatibleUserName.1598033096)
Zodiac-Core (CompatibleUserName.1585382091)
Zodiac-Extra (tonel.1)
Zodiac-Tests (CompatibleUserName.1585382091)
Virtual Machine
/Users/sabine/Documents/Pharo/vms/80-x64/Pharo.app/Contents/MacOS/Pharo
CoInterpreter * VMMaker-CompatibleUserName.1580983506 uuid: 7aff73cb-5a2e-5002-a356-37de4e762a49 Feb 12 2020
StackToRegisterMappingCogit * VMMaker-CompatibleUserName.1580983506 uuid: 7aff73cb-5a2e-5002-a356-37de4e762a49 Feb 12 2020
VM: 202002121007 https://github.com/pharo-project/opensmalltalk-vm.git Date: Wed Feb 12 11:07:12 2020 CommitHash: 2bd9e39 Plugins: 202002121007 https://github.com/pharo-project/opensmalltalk-vm.git
Mac OS X built on Feb 12 2020 10:23:42 UTC Compiler: 4.2.1 Compatible Apple LLVM 7.3.0 (clang-703.0.31)
VMMaker versionString VM: 202002121007 https://github.com/pharo-project/opensmalltalk-vm.git Date: Wed Feb 12 11:07:12 2020 CommitHash: 2bd9e39 Plugins: 202002121007 https://github.com/pharo-project/opensmalltalk-vm.git
CoInterpreter * VMMaker-CompatibleUserName.1580983506 uuid: 7aff73cb-5a2e-5002-a356-37de4e762a49 Feb 12 2020
StackToRegisterMappingCogit * VMMaker-CompatibleUserName.1580983506 uuid: 7aff73cb-5a2e-5002-a356-37de4e762a49 Feb 12 2020
Virtual Machine Commandline Options
none
Loaded VM Modules
/Users/sabine/Documents/Pharo/vms/80-x64/Pharo.app/Contents/MacOS/Plugins/libgit2.dylib
B2DPlugin VMMaker.oscog-eem.2480 (i)
BitBltPlugin VMMaker.oscog-eem.2493 (i)
DSAPrims CryptographyPlugins-eem.14 (i)
FileAttributesPlugin FileAttributesPlugin.oscog-akg.49 (i)
FilePlugin VMMaker.oscog-eem.2498 (i)
FloatArrayPlugin VMMaker.oscog-eem.2480 (i)
IA32ABI VMMaker.oscog-eem.2480 (i)
JPEGReadWriter2Plugin VMMaker.oscog-eem.2493 (e)
JPEGReaderPlugin VMMaker.oscog-eem.2480 (e)
LargeIntegers v2.0 VMMaker.oscog-eem.2495 (i)
LocalePlugin VMMaker.oscog-eem.2495 (e)
Matrix2x3Plugin VMMaker.oscog-eem.2480 (i)
MiscPrimitivePlugin VMMaker.oscog-eem.2480 (i)
SecurityPlugin VMMaker.oscog-eem.2480 (i)
SocketPlugin VMMaker.oscog-eem.2495 (i)
SqueakFFIPrims
SqueakSSL VMMaker.oscog-eem.2480 (e)
SurfacePlugin Feb 12 2020 (e)
UnixOSProcessPlugin VMConstruction-Plugins-OSProcessPlugin.oscog-dtl.66 (i)
ZipPlugin VMMaker.oscog-eem.2480 (i)
libc.dylib
libfreetype.dylib
VM Built-in Modules
ADPCMCodecPlugin VMMaker.oscog-eem.2480 (i)
AioPlugin VMConstruction-Plugins-AioPlugin-eem.22 (i)
AsynchFilePlugin VMMaker.oscog-eem.2493 (i)
B2DPlugin VMMaker.oscog-eem.2480 (i)
BMPReadWriterPlugin VMMaker.oscog-eem.2480 (i)
BitBltPlugin VMMaker.oscog-eem.2493 (i)
DSAPrims CryptographyPlugins-eem.14 (i)
DropPlugin VMMaker.oscog-eem.2480 (i)
FFTPlugin VMMaker.oscog-eem.2480 (i)
FileAttributesPlugin FileAttributesPlugin.oscog-akg.49 (i)
FilePlugin VMMaker.oscog-eem.2498 (i)
FloatArrayPlugin VMMaker.oscog-eem.2480 (i)
GeniePlugin v2.0 18 December 2018 VMMaker.oscog-eem.2493 (i)
HostWindowPlugin VMMaker.oscog-eem.2493 (i)
IA32ABI VMMaker.oscog-eem.2480 (i)
LargeIntegers v2.0 VMMaker.oscog-eem.2495 (i)
Matrix2x3Plugin VMMaker.oscog-eem.2480 (i)
MiscPrimitivePlugin VMMaker.oscog-eem.2480 (i)
SecurityPlugin VMMaker.oscog-eem.2480 (i)
SocketPlugin VMMaker.oscog-eem.2495 (i)
SoundCodecPrims VMMaker.oscog-eem.2480 (i)
SoundGenerationPlugin VMMaker.oscog-eem.2480 (i)
SoundPlugin VMMaker.oscog-eem.2495 (i)
SqueakFFIPrims
StarSqueakPlugin VMMaker.oscog-eem.2480 (i)
UnixOSProcessPlugin VMConstruction-Plugins-OSProcessPlugin.oscog-dtl.66 (i)
VMProfileMacSupportPlugin VMMaker.oscog-eem.2480 (i)
ZipPlugin VMMaker.oscog-eem.2480 (i)
Virtual Machine Parameters
#1 229738272 end (v3)/size(Spur) of old-space (0-based, read-only)
#2 1463512 end (v3)/size(Spur) of young/new-space (read-only)
#3 238690304 end (v3)/size(Spur) of heap (read-only)
#4 nil nil (was allocationCount (read-only))
#5 nil nil (was allocations between GCs (read-write)
#6 0 survivor count tenuring threshold (read-write)
#7 156 full GCs since startup (read-only)
#8 36030 total milliseconds in full GCs since startup (read-only)
#9 45070 incremental GCs (SqueakV3) or scavenges (Spur) since startup (read-only)
#10 39012 total milliseconds in incremental GCs (SqueakV3) or scavenges (Spur) since startup (read-only)
#11 136357300 tenures of surving objects since startup (read-only)
#12 0 12-20 were specific to ikp's JITTER VM, now 12-19 are open for use
#13 0 12-20 were specific to ikp's JITTER VM, now 12-19 are open for use
#14 0 12-20 were specific to ikp's JITTER VM, now 12-19 are open for use
#15 0 12-20 were specific to ikp's JITTER VM, now 12-19 are open for use
#16 15243133777 12-20 were specific to ikp's JITTER VM, now 12-19 are open for use
#17 0 12-20 were specific to ikp's JITTER VM, now 12-19 are open for use
#18 16485 12-20 were specific to ikp's JITTER VM, now 12-19 are open for use
#19 5135773 12-20 were specific to ikp's JITTER VM, now 12-19 are open for use
#20 3785039130821609 utc microseconds at VM start-up (actually at time initialization, which precedes image load).
#21 146 root table size (read-only)
#22 0 root table overflows since startup (read-only)
#23 0 bytes of extra memory to reserve for VM buffers, plugins, etc (stored in image file header).
#24 33554432 memory threshold above which shrinking object memory (rw)
#25 16777216 memory headroom when growing object memory (rw)
#26 2 interruptChecksEveryNms - force an ioProcessEvents every N milliseconds (rw) 27 number of times mark loop iterated for current IGC/FGC (read-only) includes ALL marking
#28 0 number of times sweep loop iterated for current IGC/FGC (read-only)
#29 0 number of times make forward loop iterated for current IGC/FGC (read-only) 30 number of times compact move loop iterated for current IGC/FGC (read-only)
#31 411 number of grow memory requests (read-only)
#32 140 number of shrink memory requests (read-only)
#33 145 number of root table entries used for current IGC/FGC (read-only)
#34 234242175176 number of allocations done before current IGC/FGC (read-only)
#35 2138 number of survivor objects after current IGC/FGC (read-only)
#36 116939736 millisecond clock when current IGC/FGC completed (read-only)
#37 0 number of marked objects for Roots of the world, not including Root Table entries for current IGC/FGC (read-only)
#38 0 milliseconds taken by current IGC (read-only)
#39 0 Number of finalization signals for Weak Objects pending when current IGC/FGC completed (read-only)
#40 8 BytesPerOop for this image
#41 68021 imageFormatVersion for the VM
#42 50 number of stack pages in use
#43 0 desired number of stack pages (stored in image file header, max 65535)
#44 6854880 size of eden, in bytes
#45 0 desired size of eden, in bytes (stored in image file header)
#46 1433600 machine code zone size, in bytes (Cog only; otherwise nil)
#47 0 desired machine code zone size (stored in image file header; Cog only; otherwise nil)
#48 0 various header flags. See getCogVMFlags.
#49 512 max size the image promises to grow the external semaphore table to (0 sets to default, which is 256 as of writing)
#50 nil nil; reserved for VM parameters that persist in the image (such as eden above)
#51 nil nil; reserved for VM parameters that persist in the image (such as eden above)
#52 131072 root table capacity
#53 4 number of segments (Spur only; otherwise nil)
#54 19254104 total size of free old space (Spur only, otherwise nil)
#55 0.33333298563957214 ratio of growth and image size at or above which a GC will be performed post scavenge
#56 8689334 number of process switches since startup (read-only)
#57 795008 number of ioProcessEvents calls since startup (read-only)
#58 8567501 number of ForceInterruptCheck calls since startup (read-only)
#59 2498479 number of check event calls since startup (read-only)
#60 39835091 number of stack page overflows since startup (read-only)
#61 11754 number of stack page divorces since startup (read-only) 62 compiled code compactions since startup (read-only; Cog only; otherwise nil)
#63 9121 total milliseconds in compiled code compactions since startup (read-only; Cog only; otherwise nil)
#64 3033 the number of methods that currently have jitted machine-code
#65 3 whether the VM supports a certain feature, MULTIPLE_BYTECODE_SETS is bit 0, IMMTABILITY is bit 1
#66 4096 the byte size of a stack page
#67 0 the max allowed size of old space (Spur only; nil otherwise; 0 implies no limit except that of the underlying platform)
#68 43.167268961262174 the average number of live stack pages when scanned by GC (at scavenge/gc/become et al)
#69 50 the maximum number of live stack pages when scanned by GC (at scavenge/gc/become et al)
#70 1 the vmProxyMajorVersion (the interpreterProxy VM_MAJOR_VERSION)
#71 15 the vmProxyMinorVersion (the interpreterProxy VM_MINOR_VERSION)
Virtual Machine Statistics
uptime 4h55m38s
memory 238,690,304 bytes
old 229,738,272 bytes (96.2%)
young 1,954,048 bytes (0.8%)
used 207,537,384 bytes (86.9%)
free 24,154,936 bytes (10.100000000000001%)
GCs 45,226 (392ms between GCs)
full 156 totalling 36,030ms (0.2% uptime), avg 231.0ms
incr 45070 totalling 39,012ms (0.2% uptime), avg 0.9ms
tenures 136,357,300 (avg 0 GCs/tenure)
Since last view 8 (55ms between GCs)
uptime 0.4s
full 0 totalling 0ms (0.0% uptime)
incr 8 totalling 2ms (0.5% uptime), avg 0.30000000000000004ms
tenures 0
Operating System/Hardware
Mac OS 1015.7 x64
Operating System Environment
DISPLAY=/private/tmp/com.apple.launchd.EoPQk0PiLN/org.macosforge.xquartz:0
HOME=/Users/sabine
LOGNAME=sabine
PATH=/opt/local/bin:/opt/local/sbin:/Users/sabine/Documents/Mongo_341/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/Sabine/Desktop/uitesting:/opt/X11/bin
PWD=/Users/sabine/Documents/Pharo/images/Pharo 8.0 - 64bit (16)
SHELL=/bin/bash
SHLVL=1
SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.H7VRlO1GLd/Listeners
TMPDIR=/var/folders/g9/tvqk_4d941b_kbxgc19_4p640000gn/T/
USER=sabine
XPC_FLAGS=0x0
XPC_SERVICE_NAME=org.pharo.PharoLauncher.30028
_=/Users/sabine/Documents/Pharo/vms/80-x64/Pharo.app/Contents/MacOS/Pharo
__CF_USER_TEXT_ENCODING=0x1F5:0x0:0x3
The text was updated successfully, but these errors were encountered: