Giter VIP home page Giter VIP logo

Comments (6)

knopp avatar knopp commented on July 16, 2024

Can you post here verbose build logs? This does not contain the actual error.

from super_native_extensions.

jay-athelas avatar jay-athelas commented on July 16, 2024

sure here is the complete log
https://jmp.sh/s/QDv09yzJbXh8gj9bB3AQ

from super_native_extensions.

jay-athelas avatar jay-athelas commented on July 16, 2024

I think this is the error ?

SEVERE: error[E0282]: type annotations needed for `Box<_>`
2024-06-16T05:17:53.0338530Z              SEVERE:   --> /Users/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.25/src/format_description/parse/mod.rs:83:9
2024-06-16T05:17:53.0338670Z              SEVERE:    |
2024-06-16T05:17:53.0338790Z              SEVERE: 83 |     let items = format_items
2024-06-16T05:17:53.0338880Z              SEVERE:    |         ^^^^^
2024-06-16T05:17:53.0338950Z              SEVERE: ...
2024-06-16T05:17:53.0339230Z              SEVERE: 86 |     Ok(items.into())
2024-06-16T05:17:53.0339740Z              SEVERE:    |              ---- type must be known at this point
2024-06-16T05:17:53.0339940Z              SEVERE:    |
2024-06-16T05:17:53.0340310Z              SEVERE: help: consider giving `items` an explicit type, where the placeholders `_` are specified
2024-06-16T05:17:53.0340380Z              SEVERE:    |
2024-06-16T05:17:53.0340560Z              SEVERE: 83 |     let items: Box<_> = format_items
2024-06-16T05:17:53.0340730Z              SEVERE:    |              ++++++++
2024-06-16T05:17:53.0340810Z              SEVERE: 
2024-06-16T05:17:53.0340950Z              SEVERE:    Compiling form_urlencoded v1.2.0
2024-06-16T05:17:53.0341060Z              SEVERE:    Compiling rand_chacha v0.3.1
2024-06-16T05:17:53.0341340Z              SEVERE: For more information about this error, try `rustc --explain E0282`.
2024-06-16T05:17:53.0349610Z              SEVERE: error: could not compile `time` (lib) due to 1 previous error
2024-06-16T05:17:53.0350090Z              SEVERE: warning: build failed, waiting for other jobs to finish...
2024-06-16T05:17:53.0350400Z              SEVERE: --------------------------------------------------------------------------------
2024-06-16T05:17:53.0350590Z              SEVERE: #0      runCommand (package:build_tool/src/util.dart:118:5)
2024-06-16T05:17:53.0350800Z              SEVERE: #1      RustBuilder.build (package:build_tool/src/builder.dart:139:5)
2024-06-16T05:17:53.0350910Z              SEVERE: <asynchronous suspension>
2024-06-16T05:17:53.0351210Z              SEVERE: #2      ArtifactProvider.getArtifacts (package:build_tool/src/artifacts_provider.dart:68:25)
2024-06-16T05:17:53.0351320Z              SEVERE: <asynchronous suspension>
2024-06-16T05:17:53.0351570Z              SEVERE: #3      BuildPod.build (package:build_tool/src/build_pod.dart:31:23)
2024-06-16T05:17:53.0351720Z              SEVERE: <asynchronous suspension>
2024-06-16T05:17:53.0352000Z              SEVERE: #4      BuildPodCommand.runBuildCommand (package:build_tool/src/build_tool.dart:48:5)
2024-06-16T05:17:53.0352110Z              SEVERE: <asynchronous suspension>
2024-06-16T05:17:53.0352370Z              SEVERE: #5      BuildCommand.run (package:build_tool/src/build_tool.dart:34:5)
2024-06-16T05:17:53.0352470Z              SEVERE: <asynchronous suspension>
2024-06-16T05:17:53.0352710Z              SEVERE: #6      CommandRunner.runCommand (package:args/command_runner.dart:212:13)
2024-06-16T05:17:53.0352810Z              SEVERE: <asynchronous suspension>
2024-06-16T05:17:53.0353000Z              SEVERE: #7      runMain (package:build_tool/src/build_tool.dart:248:5)
2024-06-16T05:17:53.0363560Z              SEVERE: <asynchronous suspension>
2024-06-16T05:17:53.0364440Z              SEVERE: --------------------------------------------------------------------------------
2024-06-16T05:17:53.0364840Z              SEVERE: BuildTool arguments: [build-pod, ../rust, super_native_extensions]

from super_native_extensions.

jay-athelas avatar jay-athelas commented on July 16, 2024

also found this link
https://users.rust-lang.org/t/time-crate-compilation-error/111789

from super_native_extensions.

knopp avatar knopp commented on July 16, 2024

This should be fixed in current super_clipboard version (0.8.17).

from super_native_extensions.

jay-athelas avatar jay-athelas commented on July 16, 2024

Thanks @knopp overriding this dependencies seems to have worked, wondering why in my local didn't complain about this issue?

from super_native_extensions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.