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

update base image for evmtool Dockerfile #8304

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

macfarla
Copy link
Contributor

PR description

Matches the version used in Besu Dockerfile

Fixed Issue(s)

Thanks for sending a pull request! Have you done the following?

  • Checked out our contribution guidelines?
  • Considered documentation and added the doc-change-required label to this PR if updates are required.
  • Considered the changelog and included an update if required.
  • For database changes (e.g. KeyValueSegmentIdentifier) considered compatibility and performed forwards and backwards compatibility tests

Locally, you can run these tests to catch failures early:

  • spotless: ./gradlew spotlessApply
  • unit tests: ./gradlew build
  • acceptance tests: ./gradlew acceptanceTest
  • integration tests: ./gradlew integrationTest
  • reference tests: ./gradlew ethereum:referenceTests:referenceTests

@macfarla
Copy link
Contributor Author

https://github.com/hyperledger/besu/actions/runs/13321609074/job/37207187360

> Task :acceptance-tests:tests:shanghai:jar UP-TO-DATE
> Task :acceptance-tests:tests:acceptanceTestNotPrivacy
The message received from the daemon indicates that the daemon has disappeared.
Build request sent: Build{id=bc94a07d-779c-4abb-8679-38928edd71d9, currentDir=/home/runner/work/besu/besu}
Attempting to read last messages from the daemon log...

Daemon pid: 2002
  log file: /home/runner/.gradle/daemon/8.8/daemon-2002.out.log
----- Last  20 lines from daemon log file - daemon-2002.out.log -----
[202](https://github.com/hyperledger/besu/actions/runs/13321609074/job/37207187360#step:14:203)5-02-14T03:05:15.720+0000 [DEBUG] [org.gradle.launcher.daemon.server.DefaultDaemonConnection] thread 204: Received non-IO message from client: Build{id=bc94a07d-779c-4abb-8679-38928edd71d9, currentDir=/home/runner/work/besu/besu}
2025-02-14T03:05:15.720+0000 [INFO] [org.gradle.launcher.daemon.server.DefaultIncomingConnectionHandler] Received command: Build{id=bc94a07d-779c-4abb-8679-38928edd71d9, currentDir=/home/runner/work/besu/besu}.
2025-02-14T03:05:15.720+0000 [DEBUG] [org.gradle.launcher.daemon.server.DefaultIncomingConnectionHandler] Starting executing command: Build{id=bc94a07d-779c-4abb-8679-38928edd71d9, currentDir=/home/runner/work/besu/besu} with connection: socket connection from /127.0.0.1:33903 to /127.0.0.1:48098.
2025-02-14T03:05:15.721+0000 [DEBUG] [org.gradle.launcher.daemon.server.DaemonStateCoordinator] Command execution: started DaemonCommandExecution[command = Build{id=bc94a07d-779c-4abb-8679-38928edd71d9, currentDir=/home/runner/work/besu/besu}, connection = DefaultDaemonConnection: socket connection from /127.0.0.1:33903 to /127.0.0.1:48098] after 0.0 minutes of idle
2025-02-14T03:05:15.721+0000 [INFO] [org.gradle.launcher.daemon.server.DaemonRegistryUpdater] Marking the daemon as busy, address: [9fb0254e-a72f-4dc6-b2a7-6fd056dc1af0 port:33903, addresses:[localhost/127.0.0.1]]
2025-02-14T03:05:15.721+0000 [DEBUG] [org.gradle.launcher.daemon.registry.PersistentDaemonRegistry] Marking busy by address: [9fb0254e-a72f-4dc6-b2a7-6fd056dc1af0 port:33903, addresses:[localhost/127.0.0.1]]
2025-02-14T03:05:15.721+0000 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Waiting to acquire exclusive lock on daemon addresses registry.
2025-02-14T03:05:15.721+0000 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Lock acquired on daemon addresses registry.
2025-02-14T03:05:15.722+0000 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on daemon addresses registry.
2025-02-14T03:05:15.722+0000 [DEBUG] [org.gradle.launcher.daemon.server.DaemonStateCoordinator] resetting idle timer
2025-02-14T03:05:15.722+0000 [DEBUG] [org.gradle.launcher.daemon.server.DaemonStateCoordinator] daemon is running. Sleeping until state changes.
2025-02-14T03:05:15.722+0000 [INFO] [org.gradle.launcher.daemon.server.exec.StartBuildOrRespondWithBusy] Daemon is about to start building Build{id=bc94a07d-779c-4abb-8679-38928edd71d9, currentDir=/home/runner/work/besu/besu}. Dispatching build started information...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant