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

New release #7966

Merged
merged 8 commits into from
Nov 27, 2024
Merged

New release #7966

merged 8 commits into from
Nov 27, 2024

Conversation

waghanza
Copy link
Collaborator

@waghanza waghanza commented Nov 19, 2024

Missing

  • kore
  • act
  • chubbyts-uwebsockets
  • oak-deno
  • spliffy
  • vixeny-bun
  • turbo
  • dancer2
  • httpz
  • dream

@waghanza waghanza added the release This PR contains results update label Nov 19, 2024
@enghitalo
Copy link
Contributor

There is time yet for #7967 ?

@waghanza
Copy link
Collaborator Author

There is time yet for #7967 ?

PE approved, but not to merge yet (it helps me to know if results are to compute again or not)

@waghanza waghanza force-pushed the update branch 2 times, most recently from a595d96 to 012a88f Compare November 21, 2024 20:49
@waghanza
Copy link
Collaborator Author

When using cpanm --installdeps . --with-feature=accelerate with dancer2, I have

--> Working on Test::Pod
Fetching https://backpan.perl.org/authors/id/E/ET/ETHER/Test-Pod-1.52.tar.gz ... OK
Configuring Test-Pod-1.52 ... OK
Building and testing Test-Pod-1.52 ... OK
Successfully installed Test-Pod-1.52
Building and testing AppConfig-1.71 ... OK
Successfully installed AppConfig-1.71
Building and testing Template-Toolkit-3.102 ... OK
Successfully installed Template-Toolkit-3.102
! Installing the dependencies failed: Module 'Config::Any' is not installed
! Bailing out the installation for Dancer2-0.400001.
! Installing the dependencies failed: Module 'Dancer2' is not installed
! Bailing out the installation for ..
42 distributions installed

@SysPete

the cpanfile is

requires 'Dancer2', '>= 0.4, < 0.5';

any idea ?

@waghanza
Copy link
Collaborator Author

@enghitalo I've nearly finish to repair some projects here, you can finish #7932 to take update train

@enghitalo
Copy link
Contributor

@enghitalo I've nearly finish to repair some projects here, you can finish #7932 to take update train

Great. #7932 has a bug related to the route, which I haven't had time to analyze how to solve yet. I believe this PR would only be finalized in the next release. :/

@enghitalo
Copy link
Contributor

By the way, in V, "weekly.2024.47" can be already updated to "weekly.2024.48"

@waghanza
Copy link
Collaborator Author

By the way, in V, "weekly.2024.47" can be already updated to "weekly.2024.48"

yep done in this PR

@waghanza
Copy link
Collaborator Author

@mimiMonads could you check bun implementation for vixeny ?

@waghanza
Copy link
Collaborator Author

waghanza commented Nov 26, 2024

@aantron When I am in the container, I have

bash: dune: command not found

the dockerfile I use is

FROM ocaml/opam:debian-12-ocaml-5.2

WORKDIR /usr/src/app

USER root
RUN apt-get update -y && apt-get install pkg-config libev-dev libssl-dev libgmp-dev -y
RUN apt-get -qy install curl
USER opam

  COPY 'server.opam' 'server.opam'
  COPY 'server.ml' 'server.ml'
  COPY 'dune' 'dune'
  COPY 'dune-project' 'dune-project'

  RUN opam install --deps-only --yes .



  ENTRYPOINT dune exec --root . ./server.exe

HEALTHCHECK CMD curl --fail http://0.0.0.0:3000 || exit 1

@waghanza
Copy link
Collaborator Author

@Kayden1412 for zig, I have

[+] Building 0.8s (5/5) FINISHED                                                                                                                                                                  docker:default
 => [internal] load build definition from .Dockerfile.default                                                                                                                                               0.0s
 => => transferring dockerfile: 448B                                                                                                                                                                        0.0s
 => CANCELED [internal] load metadata for docker.io/library/debian:latest                                                                                                                                   0.8s
 => ERROR [internal] load metadata for docker.io/chainguard/zig:latest                                                                                                                                      0.8s
 => [auth] library/debian:pull token for registry-1.docker.io                                                                                                                                               0.0s
 => [auth] chainguard/zig:pull token for registry-1.docker.io                                                                                                                                               0.0s
------
 > [internal] load metadata for docker.io/chainguard/zig:latest:
------
.Dockerfile.default:1
--------------------
   1 | >>> FROM chainguard/zig:latest AS build
   2 |
   3 |     WORKDIR /app
--------------------
ERROR: failed to solve: chainguard/zig:latest: failed to resolve source metadata for docker.io/chainguard/zig:latest: docker.io/chainguard/zig:latest: not found

@waghanza
Copy link
Collaborator Author

@snowbldr spliffy is not compliant with the latest LTS, node 22

@waghanza
Copy link
Collaborator Author

@donywan for oak-deno, I have

error: npm package '@jsr/oak__oak' does not exist.

@waghanza
Copy link
Collaborator Author

@dominikzogg for chubbyts, I can not use uws since its not compatible with node 22

@donywan
Copy link
Contributor

donywan commented Nov 27, 2024

@donywan for oak-deno, I have

error: npm package '@jsr/oak__oak' does not exist.

Yes,npm mirrors is not lastest version,use jsr please.

@dominikzogg
Copy link
Member

@waghanza i have to update that dependency. I am for holiday and will look into it next week.

@waghanza
Copy link
Collaborator Author

@greenlaw110 for act, I have

/opt/web/runroot@6c4ef42303b6:/opt/web# /opt/web/run
  _    _         _                    _                  _  ___
 |_)  |_  |\ |  /   |_|  |\/|   /\   |_)  |/  __   /\   /    |
 |_)  |_  | \|  \_  | |  |  |  /--\  | \  |\      /--\  \_   |

                            powered by ActFramework r1.9.2-c4fe6

 version: unknown
scan pkg: benchmark.act
base dir: /opt/web
     pid: 19
 profile: prod
    mode: PROD
      OS: Linux
     jdk: OpenJDK 64-Bit Server VM 11

     zen: Beautiful is better than ugly.

                        -  Zen of Python

Exception in thread "main" java.lang.IllegalArgumentException
        at act.asm.ClassReader.<init>(ClassReader.java:170)
        at act.asm.ClassReader.<init>(ClassReader.java:153)
        at act.app.AppClassLoader.scanByteCode(AppClassLoader.java:314)
        at act.app.AppClassLoader.scan(AppClassLoader.java:266)
        at act.app.App.scanAppCodes(App.java:1868)
        at act.app.App.refresh(App.java:783)
        at act.app.AppManager.load(AppManager.java:77)
        at act.app.AppManager$_F$1.visit(AppManager.java:145)
        at act.app.AppManager$_F$1.visit(AppManager.java:141)
        at org.osgl.Lang$Visitor.apply(Lang.java:2462)
        at org.osgl.Lang$Visitor.apply(Lang.java:2452)
        at act.app.AppScanner.scan(AppScanner.java:91)
        at act.app.AppScanner.scan(AppScanner.java:71)
        at act.app.AppManager.loadSingleApp(AppManager.java:55)
        at act.Act.startup(Act.java:338)
        at act.Act.startup(Act.java:1322)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.base/java.lang.reflect.Method.invoke(Unknown Source)
        at org.osgl.Lang.invokeStatic(Lang.java:8150)
        at act.Act.bootstrap(Act.java:1221)
        at act.Act.start(Act.java:703)
        at benchmark.act.AppEntry.main(AppEntry.java:29)

@waghanza waghanza merged commit 5e1ecea into master Nov 27, 2024
232 of 257 checks passed
@waghanza waghanza deleted the update branch November 27, 2024 10:17
@dominikzogg
Copy link
Member

@waghanza hopefully it works with https://www.npmjs.com/package/@chubbyts/chubbyts-http-uwebsockets-bridge/v/1.2.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release This PR contains results update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants