Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cargo-binutils: update test (rust 1.83.0) #199604

Merged
merged 1 commit into from
Dec 1, 2024

Conversation

chenrui333
Copy link
Member

@chenrui333 chenrui333 commented Nov 30, 2024

  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

seeing some regression test failure in rust 1.83.0 build as

    Minitest::Assertion: Expected /T\ _main/ to match "                 U __Unwind_Backtrace\n                 U __Unwind_DeleteException\n                 U __Unwind_GetDataRelBase\n                 U __Unwind_GetIP\n                 U __Unwind_GetIPInfo\n                 U __Unwind_GetLanguageSpecificData\n                 U __Unwind_GetRegionStart\n                 U __Unwind_GetTextRelBase\n                 U __Unwind_RaiseException\n                 U __Unwind_Resume\n                 U __Unwind_SetGR\n                 U __Unwind_SetIP\n                 U ___error\n                 U __dyld_get_image_header\n                 U __dyld_get_image_name\n                 U __dyld_get_image_vmaddr_slide\n                 U __dyld_image_count\n0000000100000000 T __mh_execute_header\n                 U __tlv_atexit\n                 U _abort\n                 U _bzero\n                 U _calloc\n                 U _close\n                 U _closedir\n                 U _dirfd\n                 U _dispatch_release\n                 U _dispatch_semaphore_create\n                 U _dispatch_semaphore_signal\n                 U _dispatch_semaphore_wait\n                 U _fcntl\n                 U _free\n                 U _fstat\n                 U _getcwd\n                 U _getenv\n                 U _malloc\n                 U _memcmp\n                 U _memcpy\n                 U _memmove\n                 U _mmap\n                 U _mprotect\n                 U _munmap\n                 U _open\n                 U _opendir\n                 U _posix_memalign\n                 U _pthread_get_stackaddr_np\n                 U _pthread_get_stacksize_np\n                 U _pthread_mutex_destroy\n                 U _pthread_mutex_init\n                 U _pthread_mutex_lock\n                 U _pthread_mutex_trylock\n                 U _pthread_mutex_unlock\n                 U _pthread_mutexattr_destroy\n                 U _pthread_mutexattr_init\n                 U _pthread_mutexattr_settype\n                 U _pthread_self\n                 U _pthread_setname_np\n                 U _readdir_r\n                 U _realloc\n                 U _sigaction\n                 U _sigaltstack\n                 U _signal\n                 U _strerror_r\n                 U _strlen\n                 U _sysconf\n                 U _write\n                 U dyld_stub_binder\n".

@chenrui333 chenrui333 added rust Rust use is a significant feature of the PR or issue CI-no-bottles Merge without publishing bottles labels Nov 30, 2024
@chenrui333 chenrui333 mentioned this pull request Nov 30, 2024
1 task
@chenrui333 chenrui333 force-pushed the cargo-binutils-update-test branch from 316c926 to 0ebf32f Compare November 30, 2024 22:33
@chenrui333 chenrui333 changed the title cargo-binutils: update test cargo-binutils: update test (rust 1.83.0) Nov 30, 2024
@chenrui333 chenrui333 enabled auto-merge November 30, 2024 22:58
@chenrui333 chenrui333 added this pull request to the merge queue Dec 1, 2024
Merged via the queue into master with commit 42480fe Dec 1, 2024
22 checks passed
@chenrui333 chenrui333 deleted the cargo-binutils-update-test branch December 1, 2024 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI-no-bottles Merge without publishing bottles rust Rust use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants