-
Notifications
You must be signed in to change notification settings - Fork 265
chore: temporary change to see how tests behave with nwaku #7074
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
Conversation
Jenkins BuildsClick to see older builds (6)
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #7074 +/- ##
===========================================
- Coverage 59.84% 54.92% -4.93%
===========================================
Files 803 810 +7
Lines 114133 115458 +1325
===========================================
- Hits 68305 63410 -4895
- Misses 38911 45344 +6433
+ Partials 6917 6704 -213
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
All functional tests passed, which is weird in the assumption of light client not working 🤔 Looking at the logs, Seems that it's still |
|
Well... the docker build failed [2025-11-06T20:56:00.988Z] #15 117.1 �[92mBuilding:�[39m Nim compiler
[2025-11-06T20:58:57.509Z] #15 292.8 �[92mBuilding:�[39m install/usr/lib/libbacktrace.a
[2025-11-06T20:59:01.802Z] #15 297.0 �[92mBuilding:�[39m install/usr/lib/libbacktracenim.a
[2025-11-06T20:59:01.802Z] #15 297.0 �[92mBuilding:�[39m librln_v0.9.0.a
[2025-11-06T20:59:01.802Z] #15 297.1 ./scripts/build_rln.sh: line 18: rustc: command not found
[2025-11-06T20:59:01.802Z] #15 297.3 Failed to download -rln.tar.gz
[2025-11-06T20:59:01.802Z] #15 297.3 ./scripts/build_rln.sh: line 37: cargo: command not found
[2025-11-06T20:59:01.802Z] #15 297.3 make[1]: *** [Makefile:189: librln_v0.9.0.a] Error 127
[2025-11-06T20:59:01.802Z] #15 297.3 make[1]: Leaving directory '/go/src/github.com/status-im/nwaku'
[2025-11-06T20:59:01.802Z] #15 297.3 make: *** [Makefile:196: /go/src/github.com/status-im/status-go//../nwaku/build/libwaku.so] Error 2
[2025-11-06T20:59:01.802Z] #15 ERROR: process "/bin/sh -c make $build_target BUILD_TAGS=\"$build_tags\" BUILD_FLAGS=\"$build_flags\" GO_GENERATE_FAST_RECACHE=$([ \"$enable_go_cache\" = \"true\" ] && echo false || echo true) GO_GENERATE_FAST_DIR=\"/root/.cache/go-generate-fast\"" did not complete successfully: exit code: 2
[2025-11-06T20:59:01.802Z] ------
[2025-11-06T20:59:01.803Z] > [builder 9/9] RUN --mount=type=cache,target="/root/.cache/go-build",id=statusgo-build-local --mount=type=cache,target="/root/.cache/go-generate-fast",id=statusgo-build-local make cmd BUILD_TAGS="'gowaku_no_rln'" BUILD_FLAGS="-cover" GO_GENERATE_FAST_RECACHE=$([ "false" = "true" ] && echo false || echo true) GO_GENERATE_FAST_DIR="/root/.cache/go-generate-fast":
[2025-11-06T20:59:01.803Z] 117.1 �[92mBuilding:�[39m Nim compiler
[2025-11-06T20:59:01.803Z] 292.8 �[92mBuilding:�[39m install/usr/lib/libbacktrace.a
[2025-11-06T20:59:01.803Z] 297.0 �[92mBuilding:�[39m install/usr/lib/libbacktracenim.a
[2025-11-06T20:59:01.803Z] 297.0 �[92mBuilding:�[39m librln_v0.9.0.a
[2025-11-06T20:59:01.803Z] 297.1 ./scripts/build_rln.sh: line 18: rustc: command not found
[2025-11-06T20:59:01.803Z] 297.3 Failed to download -rln.tar.gz
[2025-11-06T20:59:01.803Z] 297.3 ./scripts/build_rln.sh: line 37: cargo: command not found
[2025-11-06T20:59:01.803Z] 297.3 make[1]: *** [Makefile:189: librln_v0.9.0.a] Error 127
[2025-11-06T20:59:01.803Z] 297.3 make[1]: Leaving directory '/go/src/github.com/status-im/nwaku'
[2025-11-06T20:59:01.803Z] 297.3 make: *** [Makefile:196: /go/src/github.com/status-im/status-go//../nwaku/build/libwaku.so] Error 2
[2025-11-06T20:59:01.803Z] ------
[2025-11-06T20:59:01.803Z] Dockerfile:30
[2025-11-06T20:59:01.803Z] --------------------
[2025-11-06T20:59:01.803Z] 29 | fi
[2025-11-06T20:59:01.803Z] 30 | >>> RUN --mount=type=cache,target="/root/.cache/go-build",id=statusgo-build-$cache_id \
[2025-11-06T20:59:01.803Z] 31 | >>> --mount=type=cache,target="/root/.cache/go-generate-fast",id=statusgo-build-$cache_id \
[2025-11-06T20:59:01.803Z] 32 | >>> make $build_target BUILD_TAGS="$build_tags" BUILD_FLAGS="$build_flags" \
[2025-11-06T20:59:01.803Z] 33 | >>> GO_GENERATE_FAST_RECACHE=$([ "$enable_go_cache" = "true" ] && echo false || echo true) \
[2025-11-06T20:59:01.803Z] 34 | >>> GO_GENERATE_FAST_DIR="/root/.cache/go-generate-fast"
[2025-11-06T20:59:01.803Z] 35 |
[2025-11-06T20:59:01.803Z] --------------------
[2025-11-06T20:59:01.803Z] ERROR: failed to build: failed to solve: process "/bin/sh -c make $build_target BUILD_TAGS=\"$build_tags\" BUILD_FLAGS=\"$build_flags\" GO_GENERATE_FAST_RECACHE=$([ \"$enable_go_cache\" = \"true\" ] && echo false || echo true) GO_GENERATE_FAST_DIR=\"/root/.cache/go-generate-fast\"" did not complete successfully: exit code: 2 |
0de1e49 to
769f554
Compare
|
Thank you for opening this pull request! We require pull request titles and commits to follow the Conventional Commits specification and it looks like your PR needs to be adjusted. Details:
|
|
@Ivansete-status I've pushed a (temporal) change of |
|
In the first version, docker build failed (because of rust missing). But this was ignored by Fixed it here: |
|
Looks quite good, closing |
Simple PR to validate how tests behave when using nwaku