workers-rs icon indicating copy to clipboard operation
workers-rs copied to clipboard

[BUG] A ServiceDesignator in the config referenced the entrypoint "fetch", but this class does not extend 'WorkerEntrypoint'.

Open FlippingBinary opened this issue 10 months ago • 0 comments

Is there an existing issue for this?

  • [x] I have searched the existing issues

What version of workers-rs are you using?

0.5.0

What version of wrangler are you using?

3.108.0

Describe the bug

A significant number of warnings are appearing when starting dev mode with the latest wrangler immediately after wrangler updated from 3.107.3 to 3.108.0. The warnings weren't appearing with the previous version.

❯ npx wrangler dev

 ⛅️ wrangler 3.108.0
--------------------

Running custom build: cargo install -q worker-build && worker-build --release
╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
│  [b] open a browser, [d] open devtools, [l] turn off local mode, [c] clear console, [x] to exit  │
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
[INFO]: 🎯  Checking for the Wasm target...
[INFO]: 🌀  Compiling to Wasm...
   Compiling unicode-ident v1.0.16
   Compiling proc-macro2 v1.0.93
   Compiling wasm-bindgen-shared v0.2.100
   Compiling log v0.4.25
   Compiling bumpalo v3.17.0
   Compiling rustversion v1.0.19
   Compiling wasm-bindgen v0.2.100
   Compiling stable_deref_trait v1.2.0
   Compiling cfg-if v1.0.0
   Compiling once_cell v1.20.3
   Compiling autocfg v1.4.0
   Compiling litemap v0.7.4
   Compiling writeable v0.5.5
   Compiling serde v1.0.217
   Compiling icu_locid_transform_data v1.5.0
   Compiling itoa v1.0.14
   Compiling icu_properties_data v1.5.0
   Compiling smallvec v1.13.2
   Compiling write16 v1.0.0
   Compiling utf16_iter v1.0.5
   Compiling icu_normalizer_data v1.5.0
   Compiling utf8_iter v1.0.4
   Compiling memchr v2.7.4
   Compiling thiserror v1.0.69
   Compiling percent-encoding v2.3.1
   Compiling pin-project-lite v0.2.16
   Compiling futures-core v0.3.31
   Compiling ryu v1.0.19
   Compiling serde_json v1.0.138
   Compiling pin-utils v0.1.0
   Compiling fnv v1.0.7
   Compiling futures-task v0.3.31
   Compiling futures-sink v0.3.31
   Compiling bytes v1.10.0
   Compiling futures-io v0.3.31
   Compiling matchit v0.7.3
   Compiling tokio v1.43.0
   Compiling slab v0.4.9
   Compiling num-traits v0.2.19
   Compiling futures-channel v0.3.31
   Compiling form_urlencoded v1.2.1
   Compiling quote v1.0.38
   Compiling http v1.2.0
   Compiling syn v2.0.98
   Compiling http-body v1.0.1
   Compiling wasm-bindgen-backend v0.2.100
   Compiling synstructure v0.13.1
   Compiling zerofrom-derive v0.1.5
   Compiling yoke-derive v0.7.5
   Compiling zerovec-derive v0.10.3
   Compiling displaydoc v0.2.5
   Compiling icu_provider_macros v1.5.0
   Compiling serde_derive v1.0.217
   Compiling thiserror-impl v1.0.69
   Compiling futures-macro v0.3.31
   Compiling async-trait v0.1.86
   Compiling pin-project-internal v1.1.9
   Compiling wasm-bindgen-macro-support v0.2.100
   Compiling futures-util v0.3.31
   Compiling pin-project v1.1.9
   Compiling zerofrom v0.1.5
   Compiling yoke v0.7.5
   Compiling zerovec v0.10.4
   Compiling wasm-bindgen-macro v0.2.100
   Compiling tinystr v0.7.6
   Compiling icu_collections v1.5.0
   Compiling icu_locid v1.5.0
   Compiling js-sys v0.3.77
   Compiling console_error_panic_hook v0.1.7
   Compiling icu_provider v1.5.0
   Compiling icu_locid_transform v1.5.0
   Compiling icu_properties v1.5.1
   Compiling serde_urlencoded v0.7.1
   Compiling web-sys v0.3.77
   Compiling wasm-bindgen-futures v0.4.50
   Compiling icu_normalizer v1.5.0
   Compiling idna_adapter v1.2.0
   Compiling idna v1.0.3
   Compiling url v2.5.4
   Compiling worker-sys v0.5.0
   Compiling serde-wasm-bindgen v0.5.0
   Compiling chrono v0.4.39
   Compiling serde-wasm-bindgen v0.6.5
   Compiling worker-kv v0.7.0
   Compiling worker-macros v0.5.0
   Compiling wasm-streams v0.4.2
   Compiling worker v0.5.0
   Compiling check v0.1.0 (/tmp/check)
    Finished `release` profile [optimized] target(s) in 8.69s
[INFO]: ⬇️  Installing wasm-bindgen...
[INFO]: Optional fields missing from Cargo.toml: 'description', 'repository', and 'license'. These are not necessary, but recommended
[INFO]: ✨   Done in 8.83s
[INFO]: 📦   Your wasm pkg is ready to publish at /tmp/check/build.

No bindings found.
The file src changed, restarting build...
Running custom build: cargo install -q worker-build && worker-build --release
[wrangler:inf] Ready on http://localhost:8787
╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
│  [b] open a browser, [d] open devtools, [l] turn off local mode, [c] clear console, [x] to exit  │
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
[INFO]: 🎯  Checking for the Wasm target...
[INFO]: 🌀  Compiling to Wasm...
    Finished `release` profile [optimized] target(s) in 0.03s
[INFO]: ⬇️  Installing wasm-bindgen...
[INFO]: Optional fields missing from Cargo.toml: 'description', 'repository', and 'license'. These are not necessary, but recommended
[INFO]: ✨   Done in 0.18s
[INFO]: 📦   Your wasm pkg is ready to publish at /tmp/check/build.

⎔ Starting local server...
▲ [WARNING] workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the entrypoint "IntoUnderlyingByteSource", but this class does not extend 'WorkerEntrypoint'. Attempts to call this entrypoint will fail at runtime, but historically this was not a startup-time error. Future versions of workerd may make this a startup-time error.

  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "IntoUnderlyingSink", but this class does not extend 'WorkerEntrypoint'. Attempts to
  call this entrypoint will fail at runtime, but historically this was not a startup-time error.
  Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "IntoUnderlyingSource", but this class does not extend 'WorkerEntrypoint'. Attempts to
  call this entrypoint will fail at runtime, but historically this was not a startup-time error.
  Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "MinifyConfig", but this class does not extend 'WorkerEntrypoint'. Attempts to call
  this entrypoint will fail at runtime, but historically this was not a startup-time error. Future
  versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "R2Range", but this class does not extend 'WorkerEntrypoint'. Attempts to call this
  entrypoint will fail at runtime, but historically this was not a startup-time error. Future
  versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_String_8f0eb39a4a4c2f66", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_append_8c7dd8d641a5f01b", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_body_018617e858cb7195", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_buffer_09165b52af8c5237", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_buffer_609cc3eee51ed158", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_byobRequest_77d9adf63337edfb", but this class does not extend
  'WorkerEntrypoint'. Attempts to call this entrypoint will fail at runtime, but historically this
  was not a startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_byteLength_e674b853d9c77e1d", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_byteOffset_fd862df290ef848d", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_call_672a4d21634d4a24", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_call_7cccdd69e0791ae2", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_cancel_8a308660caa6cadf", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_catch_a6e601879b2610e9", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_cause_9940c4e8dfcd5129", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_cf_123509d53a2ea003", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_close_304cc1fef3466669", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_close_5ce03e29be453811", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_done_769e5ede4b31c67b", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.


▲ [WARNING] workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the entrypoint "__wbg_enqueue_bb16ba72f537dc9e", but this class does not extend 'WorkerEntrypoint'. Attempts to call this entrypoint will fail at runtime, but historically this was not a startup-time error. Future versions of workerd may make this a startup-time error.

  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_entries_2a52db465d0421fb", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_error_524f506f44df1645", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_error_7534b8e9a36f1ab4", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_getReader_48e00749fe3f6089", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_get_b9b93047fe3cf45b", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_getdone_d47073731acd3e74", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_getvalue_009dcd63692bee1f", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_headers_7852a8ea641c1379", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_httpProtocol_4cc3ab4fde2ecf82", but this class does not extend
  'WorkerEntrypoint'. Attempts to call this entrypoint will fail at runtime, but historically this
  was not a startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_instanceof_Error_4d54113b22d20306", but this class does not extend
  'WorkerEntrypoint'. Attempts to call this entrypoint will fail at runtime, but historically this
  was not a startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_length_a446193dc22c12f8", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_method_3dcc854b644c5a56", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_new_018dcc2d6c8c2f6a", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_new_23a2665fac83c611", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_new_405e22f390576ce2", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_new_8a6f238a6ece86ea", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_new_a12002a7f91c75be", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_new_c68d7209be747379", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_newnoargs_105ed471475aaf50", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_newwithbyteoffsetandlength_d97e637ebe145a9a", but this class does not extend
  'WorkerEntrypoint'. Attempts to call this entrypoint will fail at runtime, but historically this
  was not a startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_newwithintounderlyingsource_b47f6a6a596a7f24", but this class does not extend
  'WorkerEntrypoint'. Attempts to call this entrypoint will fail at runtime, but historically this
  was not a startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_newwithlength_a381634e90c276d4", but this class does not extend
  'WorkerEntrypoint'. Attempts to call this entrypoint will fail at runtime, but historically this
  was not a startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_newwithoptbuffersourceandinit_fb8ed95e326eb3a1", but this class does not extend
  'WorkerEntrypoint'. Attempts to call this entrypoint will fail at runtime, but historically this
  was not a startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_newwithoptreadablestreamandinit_e7fabd7063fd0b3e", but this class does not
  extend 'WorkerEntrypoint'. Attempts to call this entrypoint will fail at runtime, but historically
  this was not a startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_newwithoptstrandinit_615a266ef226c260", but this class does not extend
  'WorkerEntrypoint'. Attempts to call this entrypoint will fail at runtime, but historically this
  was not a startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_next_6574e1a8a62d1055", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_queueMicrotask_97d92b4fcc8a61c5", but this class does not extend
  'WorkerEntrypoint'. Attempts to call this entrypoint will fail at runtime, but historically this
  was not a startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_queueMicrotask_d3219def82552485", but this class does not extend
  'WorkerEntrypoint'. Attempts to call this entrypoint will fail at runtime, but historically this
  was not a startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_read_a2434af1186cb56c", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_redirect_14b0c8193458f8c3", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_releaseLock_091899af97991d2e", but this class does not extend
  'WorkerEntrypoint'. Attempts to call this entrypoint will fail at runtime, but historically this
  was not a startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_resolve_4851785c9c5f573d", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_respond_1f279fa9f8edcb1c", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_set_65595bdd868b3009", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_set_bb8cecf6a62b9f46", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_set_wasm", but this class does not extend 'WorkerEntrypoint'. Attempts to call
  this entrypoint will fail at runtime, but historically this was not a startup-time error. Future
  versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_setheaders_3b47c898e8de6d44", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_sethighwatermark_793c99c89830c8e9", but this class does not extend
  'WorkerEntrypoint'. Attempts to call this entrypoint will fail at runtime, but historically this
  was not a startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_setstatus_51b4fc011091cbb3", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_signal_02f4435f82019061", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_stack_0ed75d68575b0f3c", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_static_accessor_GLOBAL_88a902d13a557d07", but this class does not extend
  'WorkerEntrypoint'. Attempts to call this entrypoint will fail at runtime, but historically this
  was not a startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_static_accessor_GLOBAL_THIS_56578be7e9f832b0", but this class does not extend
  'WorkerEntrypoint'. Attempts to call this entrypoint will fail at runtime, but historically this
  was not a startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_static_accessor_SELF_37c5d418e4bf5819", but this class does not extend
  'WorkerEntrypoint'. Attempts to call this entrypoint will fail at runtime, but historically this
  was not a startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_static_accessor_WINDOW_5de37043a91a9c40", but this class does not extend
  'WorkerEntrypoint'. Attempts to call this entrypoint will fail at runtime, but historically this
  was not a startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_then_44b73946d2fb3e7d", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_then_48b406749878a531", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_toString_c813bbd34d063839", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_url_8f9653b899456042", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_value_cd1ffa7b1ab794f1", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbg_view_fd8a56e8983f448d", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbindgen_cb_drop", but this class does not extend 'WorkerEntrypoint'. Attempts to
  call this entrypoint will fail at runtime, but historically this was not a startup-time error.
  Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbindgen_closure_wrapper281", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbindgen_closure_wrapper963", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbindgen_debug_string", but this class does not extend 'WorkerEntrypoint'. Attempts
  to call this entrypoint will fail at runtime, but historically this was not a startup-time error.
  Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbindgen_init_externref_table", but this class does not extend 'WorkerEntrypoint'.
  Attempts to call this entrypoint will fail at runtime, but historically this was not a
  startup-time error. Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbindgen_is_function", but this class does not extend 'WorkerEntrypoint'. Attempts
  to call this entrypoint will fail at runtime, but historically this was not a startup-time error.
  Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbindgen_is_undefined", but this class does not extend 'WorkerEntrypoint'. Attempts
  to call this entrypoint will fail at runtime, but historically this was not a startup-time error.
  Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbindgen_memory", but this class does not extend 'WorkerEntrypoint'. Attempts to
  call this entrypoint will fail at runtime, but historically this was not a startup-time error.
  Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbindgen_string_get", but this class does not extend 'WorkerEntrypoint'. Attempts to
  call this entrypoint will fail at runtime, but historically this was not a startup-time error.
  Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbindgen_string_new", but this class does not extend 'WorkerEntrypoint'. Attempts to
  call this entrypoint will fail at runtime, but historically this was not a startup-time error.
  Future versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "__wbindgen_throw", but this class does not extend 'WorkerEntrypoint'. Attempts to call
  this entrypoint will fail at runtime, but historically this was not a startup-time error. Future
  versions of workerd may make this a startup-time error.
  workerd/server/server.c++:1833: warning: A ServiceDesignator in the config referenced the
  entrypoint "fetch", but this class does not extend 'WorkerEntrypoint'. Attempts to call this
  entrypoint will fail at runtime, but historically this was not a startup-time error. Future
  versions of workerd may make this a startup-time error.


╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
│  [b] open a browser, [d] open devtools, [l] turn off local mode, [c] clear console, [x] to exit  │
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯

Steps To Reproduce

  1. In Ubuntu under WSL2 on Windows 11 (or likely any other supported build environment, I would imagine).
  2. cargo generate cloudflare/workers-rs -- select templates/hello-world-http (or likely any other template).
  3. cd into the new directory.
  4. npx wrangler dev -- update to 3.108.0, if prompted.

FlippingBinary avatar Feb 11 '25 17:02 FlippingBinary