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

erigon 2.57.1 #159436

Closed
wants to merge 2 commits into from
Closed

erigon 2.57.1 #159436

wants to merge 2 commits into from

Conversation

timsutton
Copy link
Member

@timsutton timsutton commented Jan 9, 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>?

This would supercede #159075.

@github-actions github-actions bot added the go Go use is a significant feature of the PR or issue label Jan 9, 2024
@timsutton
Copy link
Member Author

I get the same failure as in the 2.56.0 PR, but I can't reproduce the same issue in the Linux docker container:

Config:

linuxbrew@389de8fcbdfc:~/.linuxbrew$ brew config
HOMEBREW_VERSION: 4.2.3-44-g11e4b66
ORIGIN: https://github.com/Homebrew/brew
HEAD: 11e4b66dcfacd8740b56df79cae1673b22143a7b
Last commit: 9 hours ago
Core tap HEAD: 9cf56834f1780320960de42f245cb65c94797098
Core tap last commit: 86 minutes ago
Core tap JSON: 09 Jan 18:56 UTC
HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_MAKE_JOBS: 10
HOMEBREW_NO_INSTALL_FROM_API: set
HOMEBREW_SORBET_RUNTIME: set
Homebrew Ruby: 3.1.4 => /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/bin/ruby
CPU: 10-core 64-bit unknown_0x0_0x0
Clang: N/A
Git: 2.43.0 => /bin/git
Curl: 7.81.0 => /bin/curl
Kernel: Linux 6.5.13-orbstack-00121-ge428743e4e98 x86_64 GNU/Linux
OS: Ubuntu 22.04.3 LTS
Host glibc: 2.35
/usr/bin/gcc: 11.4.0
/usr/bin/ruby: N/A
glibc: N/A
gcc@11: N/A
gcc: 13.2.0
xorg: N/A

test:

linuxbrew@389de8fcbdfc:~/.linuxbrew$ brew test -v erigon
/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/bundle/ruby/3.1.0/bin/bundle clean
==> Testing erigon
==> /home/linuxbrew/.linuxbrew/Cellar/erigon/2.56.1/bin/erigon --datadir testchain --log.dir.verbosity debug --log.dir.path /tmp/erigon-test-20240109-75213-aeiz8g init genesis.json
[INFO] [01-09|20:17:48.541] logging to file system                   log dir=/tmp/erigon-test-20240109-75213-aeiz8g file prefix=erigon log level=dbug json=false
[INFO] [01-09|20:17:48.545] Opening Database                         label=chaindata path=/tmp/erigon-test-20240109-75213-aeiz8g/testchain/chaindata
[INFO] [01-09|20:17:48.553] [db] open                                lable=chaindata sizeLimit=2TB pageSize=4096
[INFO] [01-09|20:17:48.568] Re-Opening DB in exclusive mode to apply migrations 
[INFO] [01-09|20:17:48.570] [db] open                                lable=chaindata sizeLimit=2TB pageSize=4096
[INFO] [01-09|20:17:48.570] Apply migration                          name=db_schema_version5
[INFO] [01-09|20:17:48.572] Applied migration                        name=db_schema_version5
[INFO] [01-09|20:17:48.572] Apply migration                          name=txs_begin_end
[INFO] [01-09|20:17:48.574] Applied migration                        name=txs_begin_end
[INFO] [01-09|20:17:48.574] Apply migration                          name=txs_v3
[INFO] [01-09|20:17:48.575] Applied migration                        name=txs_v3
[INFO] [01-09|20:17:48.575] Apply migration                          name=prohibit_new_downloads_lock
[INFO] [01-09|20:17:48.575] Applied migration                        name=prohibit_new_downloads_lock
[INFO] [01-09|20:17:48.575] Updated DB schema to                     version=6.1.0
[INFO] [01-09|20:17:48.577] [db] open                                lable=chaindata sizeLimit=2TB pageSize=4096
[INFO] [01-09|20:17:48.586] Writing custom genesis block             hash=0x7c1e729eb135f2ba82ed8c0612511dda7f2a4d5e4fa6778feb70c394ea19dfef
[INFO] [01-09|20:17:48.587] Successfully wrote genesis state         hash=0x7c1e729eb135f2ba82ed8c0612511dda7f2a4d5e4fa6778feb70c394ea19dfef

linkage:

linuxbrew@389de8fcbdfc:~/.linuxbrew$ brew linkage --test erigon
Unwanted system libraries:
  /home/linuxbrew/.cache/Homebrew/go_mod_cache/pkg/mod/github.com/erigontech/silkworm-go@v0.10.0/lib/linux_x64/libsilkworm_capi.so

@chenrui333 chenrui333 added CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. linux Linux is specifically affected labels Jan 10, 2024
@chenrui333 chenrui333 added 12 Monterey is specifically affected 12-arm64 Monterey arm64 is specifically affected labels Jan 28, 2024
Signed-off-by: Rui Chen <rui@chenrui.dev>
@chenrui333 chenrui333 changed the title erigon 2.56.1 erigon 2.57.1 Jan 28, 2024
Signed-off-by: Rui Chen <rui@chenrui.dev>
@github-actions github-actions bot added the autosquash Automatically squash pull request commits according to Homebrew style. label Feb 14, 2024
@timsutton
Copy link
Member Author

Closing as there's newer versions with open PR, with the same errors.

@timsutton timsutton closed this Feb 18, 2024
@github-actions github-actions bot added the outdated PR was locked due to age label Mar 20, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
12-arm64 Monterey arm64 is specifically affected 12 Monterey is specifically affected autosquash Automatically squash pull request commits according to Homebrew style. CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. go Go use is a significant feature of the PR or issue linux Linux is specifically affected outdated PR was locked due to age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants