Skip to content
Started 9 mo 12 days ago
Took 1 hr 44 min
Failed

Build #2 (Aug 9, 2023, 1:58:28 PM)

Build Artifacts
Changes
  1. Changing the order of command-line processing and PList in OSX (details / githubweb)
  2. Fixing category of methods and adding a test to validate that all known methods are correctly identified as object accessors. (details / githubweb)
  3. rename selectors when the conflict with other selectors (details / githubweb)
  4. throw error with conflicting API methods (details / githubweb)
  5. Adding parsing of image parameters from PList (details / githubweb)
  6. error message (details / githubweb)
  7. rename conflicting locals (details / githubweb)
  8. remove unused method StackInterpreter>>findSelectorAndClassForMethod:lookupClass:do: (details / githubweb)
  9. StackInterpreter>>#lookupMethodInClass: be robust when sending cannotInterpret: (details / githubweb)
  10. VMLookUpTest add test related to robust `cannotInterpret:` send (details / githubweb)
  11. Adding check to fix when the image is open with an older VM that corrupts the remembered set. (details / githubweb)
  12. Use exit code 128+n. (details / githubweb)
  13. (details / githubweb)
  14. Pass cmake parameters to VM generator (details / githubweb)
  15. Pass options as argument to allow more flexible configuration (details / githubweb)
  16. Add option accessor (details / githubweb)
  17. Image format validation (details / githubweb)
  18. Avoid escaping of spaces (details / githubweb)
  19. rename hardcoded C code (details / githubweb)
  20. rename before inlinings (details / githubweb)
  21. clean (details / githubweb)
  22. A single API method is allowed (details / githubweb)
  23. sizeOfIntegralCType: bytesPerWord (details / githubweb)
  24. This PR provides multiple fixes to failing CAST tests, due to changes in the SmaCC parse results. (details / githubweb)
  25. - Removing unused variables (details / githubweb)
  26. Linter rule (details / githubweb)
  27. declareC pragma + tests (details / githubweb)
  28. Removing unused method (details / githubweb)
  29. Removing references to removed method in C code (details / githubweb)
  30. Removing unused instance and class variables (details / githubweb)
  31. Removing unused variables (details / githubweb)
  32. Fixing the declaration of variables (details / githubweb)
  33. Refactored to #assertIntDeclaration: as suggested by Nahuel (details / githubweb)
  34. Revert initializeRememberedSetShouldStartEmpty: (details / githubweb)
  35. test arguments (details / githubweb)
  36. Add tests for an incorrectly case of generated inlined C code from the CCodeGenerator. (details / githubweb)
  37. Add a C code generator test for inlinings which has a shift right in the left side. (details / githubweb)
  38. Changed tests as suggested to check Slang methods annotated with types, either using built-in and without built-in C operations. (details / githubweb)
  39. Update Jenkins to use Pharo 110 for building (details / githubweb)
Changes
  1. Changing the order of command-line processing and PList in OSX (details / githubweb)
  2. Fixing category of methods and adding a test to validate that all known methods are correctly identified as object accessors. (details / githubweb)
  3. rename selectors when the conflict with other selectors (details / githubweb)
  4. throw error with conflicting API methods (details / githubweb)
  5. Adding parsing of image parameters from PList (details / githubweb)
  6. error message (details / githubweb)
  7. rename conflicting locals (details / githubweb)
  8. remove unused method StackInterpreter>>findSelectorAndClassForMethod:lookupClass:do: (details / githubweb)
  9. StackInterpreter>>#lookupMethodInClass: be robust when sending cannotInterpret: (details / githubweb)
  10. VMLookUpTest add test related to robust `cannotInterpret:` send (details / githubweb)
  11. Adding check to fix when the image is open with an older VM that corrupts the remembered set. (details / githubweb)
  12. Use exit code 128+n. (details / githubweb)
  13. (details / githubweb)
  14. Pass cmake parameters to VM generator (details / githubweb)
  15. Pass options as argument to allow more flexible configuration (details / githubweb)
  16. Add option accessor (details / githubweb)
  17. Image format validation (details / githubweb)
  18. Avoid escaping of spaces (details / githubweb)
  19. rename hardcoded C code (details / githubweb)
  20. rename before inlinings (details / githubweb)
  21. clean (details / githubweb)
  22. A single API method is allowed (details / githubweb)
  23. sizeOfIntegralCType: bytesPerWord (details / githubweb)
  24. This PR provides multiple fixes to failing CAST tests, due to changes in the SmaCC parse results. (details / githubweb)
  25. - Removing unused variables (details / githubweb)
  26. Linter rule (details / githubweb)
  27. declareC pragma + tests (details / githubweb)
  28. Removing unused method (details / githubweb)
  29. Removing references to removed method in C code (details / githubweb)
  30. Removing unused instance and class variables (details / githubweb)
  31. Removing unused variables (details / githubweb)
  32. Fixing the declaration of variables (details / githubweb)
  33. Refactored to #assertIntDeclaration: as suggested by Nahuel (details / githubweb)
  34. Revert initializeRememberedSetShouldStartEmpty: (details / githubweb)
  35. test arguments (details / githubweb)
  36. Add tests for an incorrectly case of generated inlined C code from the CCodeGenerator. (details / githubweb)
  37. Add a C code generator test for inlinings which has a shift right in the left side. (details / githubweb)
  38. Changed tests as suggested to check Slang methods annotated with types, either using built-in and without built-in C operations. (details / githubweb)
  39. Update Jenkins to use Pharo 110 for building (details / githubweb)
Changes
  1. Changing the order of command-line processing and PList in OSX (details / githubweb)
  2. Fixing category of methods and adding a test to validate that all known methods are correctly identified as object accessors. (details / githubweb)
  3. rename selectors when the conflict with other selectors (details / githubweb)
  4. throw error with conflicting API methods (details / githubweb)
  5. Adding parsing of image parameters from PList (details / githubweb)
  6. error message (details / githubweb)
  7. rename conflicting locals (details / githubweb)
  8. remove unused method StackInterpreter>>findSelectorAndClassForMethod:lookupClass:do: (details / githubweb)
  9. StackInterpreter>>#lookupMethodInClass: be robust when sending cannotInterpret: (details / githubweb)
  10. VMLookUpTest add test related to robust `cannotInterpret:` send (details / githubweb)
  11. Adding check to fix when the image is open with an older VM that corrupts the remembered set. (details / githubweb)
  12. Use exit code 128+n. (details / githubweb)
  13. (details / githubweb)
  14. Pass cmake parameters to VM generator (details / githubweb)
  15. Pass options as argument to allow more flexible configuration (details / githubweb)
  16. Add option accessor (details / githubweb)
  17. Image format validation (details / githubweb)
  18. Avoid escaping of spaces (details / githubweb)
  19. rename hardcoded C code (details / githubweb)
  20. rename before inlinings (details / githubweb)
  21. clean (details / githubweb)
  22. A single API method is allowed (details / githubweb)
  23. sizeOfIntegralCType: bytesPerWord (details / githubweb)
  24. This PR provides multiple fixes to failing CAST tests, due to changes in the SmaCC parse results. (details / githubweb)
  25. - Removing unused variables (details / githubweb)
  26. Linter rule (details / githubweb)
  27. declareC pragma + tests (details / githubweb)
  28. Removing unused method (details / githubweb)
  29. Removing references to removed method in C code (details / githubweb)
  30. Removing unused instance and class variables (details / githubweb)
  31. Removing unused variables (details / githubweb)
  32. Fixing the declaration of variables (details / githubweb)
  33. Refactored to #assertIntDeclaration: as suggested by Nahuel (details / githubweb)
  34. Revert initializeRememberedSetShouldStartEmpty: (details / githubweb)
  35. test arguments (details / githubweb)
  36. Add tests for an incorrectly case of generated inlined C code from the CCodeGenerator. (details / githubweb)
  37. Add a C code generator test for inlinings which has a shift right in the left side. (details / githubweb)
  38. Changed tests as suggested to check Slang methods annotated with types, either using built-in and without built-in C operations. (details / githubweb)
  39. Update Jenkins to use Pharo 110 for building (details / githubweb)
Changes
  1. Changing the order of command-line processing and PList in OSX (details / githubweb)
  2. Fixing category of methods and adding a test to validate that all known methods are correctly identified as object accessors. (details / githubweb)
  3. rename selectors when the conflict with other selectors (details / githubweb)
  4. throw error with conflicting API methods (details / githubweb)
  5. Adding parsing of image parameters from PList (details / githubweb)
  6. error message (details / githubweb)
  7. rename conflicting locals (details / githubweb)
  8. remove unused method StackInterpreter>>findSelectorAndClassForMethod:lookupClass:do: (details / githubweb)
  9. StackInterpreter>>#lookupMethodInClass: be robust when sending cannotInterpret: (details / githubweb)
  10. VMLookUpTest add test related to robust `cannotInterpret:` send (details / githubweb)
  11. Adding check to fix when the image is open with an older VM that corrupts the remembered set. (details / githubweb)
  12. Use exit code 128+n. (details / githubweb)
  13. (details / githubweb)
  14. Pass cmake parameters to VM generator (details / githubweb)
  15. Pass options as argument to allow more flexible configuration (details / githubweb)
  16. Add option accessor (details / githubweb)
  17. Image format validation (details / githubweb)
  18. Avoid escaping of spaces (details / githubweb)
  19. rename hardcoded C code (details / githubweb)
  20. rename before inlinings (details / githubweb)
  21. clean (details / githubweb)
  22. A single API method is allowed (details / githubweb)
  23. sizeOfIntegralCType: bytesPerWord (details / githubweb)
  24. This PR provides multiple fixes to failing CAST tests, due to changes in the SmaCC parse results. (details / githubweb)
  25. - Removing unused variables (details / githubweb)
  26. Linter rule (details / githubweb)
  27. declareC pragma + tests (details / githubweb)
  28. Removing unused method (details / githubweb)
  29. Removing references to removed method in C code (details / githubweb)
  30. Removing unused instance and class variables (details / githubweb)
  31. Removing unused variables (details / githubweb)
  32. Fixing the declaration of variables (details / githubweb)
  33. Refactored to #assertIntDeclaration: as suggested by Nahuel (details / githubweb)
  34. Revert initializeRememberedSetShouldStartEmpty: (details / githubweb)
  35. test arguments (details / githubweb)
  36. Add tests for an incorrectly case of generated inlined C code from the CCodeGenerator. (details / githubweb)
  37. Add a C code generator test for inlinings which has a shift right in the left side. (details / githubweb)
  38. Changed tests as suggested to check Slang methods annotated with types, either using built-in and without built-in C operations. (details / githubweb)
  39. Update Jenkins to use Pharo 110 for building (details / githubweb)
Changes
  1. Changing the order of command-line processing and PList in OSX (details / githubweb)
  2. Fixing category of methods and adding a test to validate that all known methods are correctly identified as object accessors. (details / githubweb)
  3. rename selectors when the conflict with other selectors (details / githubweb)
  4. throw error with conflicting API methods (details / githubweb)
  5. Adding parsing of image parameters from PList (details / githubweb)
  6. error message (details / githubweb)
  7. rename conflicting locals (details / githubweb)
  8. remove unused method StackInterpreter>>findSelectorAndClassForMethod:lookupClass:do: (details / githubweb)
  9. StackInterpreter>>#lookupMethodInClass: be robust when sending cannotInterpret: (details / githubweb)
  10. VMLookUpTest add test related to robust `cannotInterpret:` send (details / githubweb)
  11. Adding check to fix when the image is open with an older VM that corrupts the remembered set. (details / githubweb)
  12. Use exit code 128+n. (details / githubweb)
  13. (details / githubweb)
  14. Pass cmake parameters to VM generator (details / githubweb)
  15. Pass options as argument to allow more flexible configuration (details / githubweb)
  16. Add option accessor (details / githubweb)
  17. Image format validation (details / githubweb)
  18. Avoid escaping of spaces (details / githubweb)
  19. rename hardcoded C code (details / githubweb)
  20. rename before inlinings (details / githubweb)
  21. clean (details / githubweb)
  22. A single API method is allowed (details / githubweb)
  23. sizeOfIntegralCType: bytesPerWord (details / githubweb)
  24. This PR provides multiple fixes to failing CAST tests, due to changes in the SmaCC parse results. (details / githubweb)
  25. - Removing unused variables (details / githubweb)
  26. Linter rule (details / githubweb)
  27. declareC pragma + tests (details / githubweb)
  28. Removing unused method (details / githubweb)
  29. Removing references to removed method in C code (details / githubweb)
  30. Removing unused instance and class variables (details / githubweb)
  31. Removing unused variables (details / githubweb)
  32. Fixing the declaration of variables (details / githubweb)
  33. Refactored to #assertIntDeclaration: as suggested by Nahuel (details / githubweb)
  34. Revert initializeRememberedSetShouldStartEmpty: (details / githubweb)
  35. test arguments (details / githubweb)
  36. Add tests for an incorrectly case of generated inlined C code from the CCodeGenerator. (details / githubweb)
  37. Add a C code generator test for inlinings which has a shift right in the left side. (details / githubweb)
  38. Changed tests as suggested to check Slang methods annotated with types, either using built-in and without built-in C operations. (details / githubweb)
  39. Update Jenkins to use Pharo 110 for building (details / githubweb)
Changes
  1. Changing the order of command-line processing and PList in OSX (details / githubweb)
  2. Fixing category of methods and adding a test to validate that all known methods are correctly identified as object accessors. (details / githubweb)
  3. rename selectors when the conflict with other selectors (details / githubweb)
  4. throw error with conflicting API methods (details / githubweb)
  5. Adding parsing of image parameters from PList (details / githubweb)
  6. error message (details / githubweb)
  7. rename conflicting locals (details / githubweb)
  8. remove unused method StackInterpreter>>findSelectorAndClassForMethod:lookupClass:do: (details / githubweb)
  9. StackInterpreter>>#lookupMethodInClass: be robust when sending cannotInterpret: (details / githubweb)
  10. VMLookUpTest add test related to robust `cannotInterpret:` send (details / githubweb)
  11. Adding check to fix when the image is open with an older VM that corrupts the remembered set. (details / githubweb)
  12. Use exit code 128+n. (details / githubweb)
  13. (details / githubweb)
  14. Pass cmake parameters to VM generator (details / githubweb)
  15. Pass options as argument to allow more flexible configuration (details / githubweb)
  16. Add option accessor (details / githubweb)
  17. Image format validation (details / githubweb)
  18. Avoid escaping of spaces (details / githubweb)
  19. rename hardcoded C code (details / githubweb)
  20. rename before inlinings (details / githubweb)
  21. clean (details / githubweb)
  22. A single API method is allowed (details / githubweb)
  23. sizeOfIntegralCType: bytesPerWord (details / githubweb)
  24. This PR provides multiple fixes to failing CAST tests, due to changes in the SmaCC parse results. (details / githubweb)
  25. - Removing unused variables (details / githubweb)
  26. Linter rule (details / githubweb)
  27. declareC pragma + tests (details / githubweb)
  28. Removing unused method (details / githubweb)
  29. Removing references to removed method in C code (details / githubweb)
  30. Removing unused instance and class variables (details / githubweb)
  31. Removing unused variables (details / githubweb)
  32. Fixing the declaration of variables (details / githubweb)
  33. Refactored to #assertIntDeclaration: as suggested by Nahuel (details / githubweb)
  34. Revert initializeRememberedSetShouldStartEmpty: (details / githubweb)
  35. test arguments (details / githubweb)
  36. Add tests for an incorrectly case of generated inlined C code from the CCodeGenerator. (details / githubweb)
  37. Add a C code generator test for inlinings which has a shift right in the left side. (details / githubweb)
  38. Changed tests as suggested to check Slang methods annotated with types, either using built-in and without built-in C operations. (details / githubweb)
  39. Update Jenkins to use Pharo 110 for building (details / githubweb)
Changes
  1. Changing the order of command-line processing and PList in OSX (details / githubweb)
  2. Fixing category of methods and adding a test to validate that all known methods are correctly identified as object accessors. (details / githubweb)
  3. rename selectors when the conflict with other selectors (details / githubweb)
  4. throw error with conflicting API methods (details / githubweb)
  5. Adding parsing of image parameters from PList (details / githubweb)
  6. error message (details / githubweb)
  7. rename conflicting locals (details / githubweb)
  8. remove unused method StackInterpreter>>findSelectorAndClassForMethod:lookupClass:do: (details / githubweb)
  9. StackInterpreter>>#lookupMethodInClass: be robust when sending cannotInterpret: (details / githubweb)
  10. VMLookUpTest add test related to robust `cannotInterpret:` send (details / githubweb)
  11. Adding check to fix when the image is open with an older VM that corrupts the remembered set. (details / githubweb)
  12. Use exit code 128+n. (details / githubweb)
  13. (details / githubweb)
  14. Pass cmake parameters to VM generator (details / githubweb)
  15. Pass options as argument to allow more flexible configuration (details / githubweb)
  16. Add option accessor (details / githubweb)
  17. Image format validation (details / githubweb)
  18. Avoid escaping of spaces (details / githubweb)
  19. rename hardcoded C code (details / githubweb)
  20. rename before inlinings (details / githubweb)
  21. clean (details / githubweb)
  22. A single API method is allowed (details / githubweb)
  23. sizeOfIntegralCType: bytesPerWord (details / githubweb)
  24. This PR provides multiple fixes to failing CAST tests, due to changes in the SmaCC parse results. (details / githubweb)
  25. - Removing unused variables (details / githubweb)
  26. Linter rule (details / githubweb)
  27. declareC pragma + tests (details / githubweb)
  28. Removing unused method (details / githubweb)
  29. Removing references to removed method in C code (details / githubweb)
  30. Removing unused instance and class variables (details / githubweb)
  31. Removing unused variables (details / githubweb)
  32. Fixing the declaration of variables (details / githubweb)
  33. Refactored to #assertIntDeclaration: as suggested by Nahuel (details / githubweb)
  34. Revert initializeRememberedSetShouldStartEmpty: (details / githubweb)
  35. test arguments (details / githubweb)
  36. Add tests for an incorrectly case of generated inlined C code from the CCodeGenerator. (details / githubweb)
  37. Add a C code generator test for inlinings which has a shift right in the left side. (details / githubweb)
  38. Changed tests as suggested to check Slang methods annotated with types, either using built-in and without built-in C operations. (details / githubweb)
  39. Update Jenkins to use Pharo 110 for building (details / githubweb)
Changes
  1. Changing the order of command-line processing and PList in OSX (details / githubweb)
  2. Fixing category of methods and adding a test to validate that all known methods are correctly identified as object accessors. (details / githubweb)
  3. rename selectors when the conflict with other selectors (details / githubweb)
  4. throw error with conflicting API methods (details / githubweb)
  5. Adding parsing of image parameters from PList (details / githubweb)
  6. error message (details / githubweb)
  7. rename conflicting locals (details / githubweb)
  8. remove unused method StackInterpreter>>findSelectorAndClassForMethod:lookupClass:do: (details / githubweb)
  9. StackInterpreter>>#lookupMethodInClass: be robust when sending cannotInterpret: (details / githubweb)
  10. VMLookUpTest add test related to robust `cannotInterpret:` send (details / githubweb)
  11. Adding check to fix when the image is open with an older VM that corrupts the remembered set. (details / githubweb)
  12. Use exit code 128+n. (details / githubweb)
  13. (details / githubweb)
  14. Pass cmake parameters to VM generator (details / githubweb)
  15. Pass options as argument to allow more flexible configuration (details / githubweb)
  16. Add option accessor (details / githubweb)
  17. Image format validation (details / githubweb)
  18. Avoid escaping of spaces (details / githubweb)
  19. rename hardcoded C code (details / githubweb)
  20. rename before inlinings (details / githubweb)
  21. clean (details / githubweb)
  22. A single API method is allowed (details / githubweb)
  23. sizeOfIntegralCType: bytesPerWord (details / githubweb)
  24. This PR provides multiple fixes to failing CAST tests, due to changes in the SmaCC parse results. (details / githubweb)
  25. - Removing unused variables (details / githubweb)
  26. Linter rule (details / githubweb)
  27. declareC pragma + tests (details / githubweb)
  28. Removing unused method (details / githubweb)
  29. Removing references to removed method in C code (details / githubweb)
  30. Removing unused instance and class variables (details / githubweb)
  31. Removing unused variables (details / githubweb)
  32. Fixing the declaration of variables (details / githubweb)
  33. Refactored to #assertIntDeclaration: as suggested by Nahuel (details / githubweb)
  34. Revert initializeRememberedSetShouldStartEmpty: (details / githubweb)
  35. test arguments (details / githubweb)
  36. Add tests for an incorrectly case of generated inlined C code from the CCodeGenerator. (details / githubweb)
  37. Add a C code generator test for inlinings which has a shift right in the left side. (details / githubweb)
  38. Changed tests as suggested to check Slang methods annotated with types, either using built-in and without built-in C operations. (details / githubweb)
  39. Update Jenkins to use Pharo 110 for building (details / githubweb)

Branch indexing

Revision: 3752eb4cf9dbd59c3c6ab0d288c788ae736e9885
Repository: https://github.com/pharo-project/pharo-vm.git
  • PR-650
Test Resultย (284 failures / ยฑ0)Show all failed tests >>>
Revision: 1fa87d1fd458009edbc43719836d5c124d47b567
Repository: https://github.com/pharo-project/pharo-vm.git
  • PR-650
Revision: 0681e2ea79868607c1a40cfeeccc145f564de721
Repository: https://github.com/pharo-project/pharo-vm.git
  • PR-650
Revision: 8adfecfb3035c95c7625b0c3ef127e3a8ab0956c
Repository: https://github.com/pharo-project/pharo-vm.git
  • PR-650
Revision: 12a7b8d88c914c44bca219dfa360927f77ea9bad
Repository: https://github.com/pharo-project/pharo-vm.git
  • PR-650
Revision: 127b5c3cbc3cdb3bac69f6732b38870bb969a0db
Repository: https://github.com/pharo-project/pharo-vm.git
  • PR-650
Revision: b0a05fbbcca83d8131fc3534d0b29e590a50679f
Repository: https://github.com/pharo-project/pharo-vm.git
  • PR-650
Revision: 7b381b8f954e407c6e91e13e54974510bbca0053
Repository: https://github.com/pharo-project/pharo-vm.git
  • PR-650