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

fix(deps): update rust crate serde_json to v1.0.138 #36

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

fix(deps): update rust crate serde_json to v1.0.138

345c494
Select commit
Loading
Failed to load commit list.
Open

fix(deps): update rust crate serde_json to v1.0.138 #36

fix(deps): update rust crate serde_json to v1.0.138
345c494
Select commit
Loading
Failed to load commit list.
Garnix CI / package temporal-sdk-ghc98 [x86_64-linux] failed Jan 28, 2025 in 13m 30s

Run results

Build failed

Details

Last 100 lines of logs:

         at test/IntegrationSpec/HangingWorkflow.hs:85:1-4)
     |
1334 |           let opts =
     |               ^^^^

test/IntegrationSpec.hs:1361:13: warning: [GHC-63397] [-Wname-shadowing]
    This binding for ‘opts’ shadows the existing binding
      imported from ‘IntegrationSpec.HangingWorkflow’ at test/IntegrationSpec.hs:45:1-38
      (and originally defined
         at test/IntegrationSpec/HangingWorkflow.hs:85:1-4)
     |
1361 |         let opts =
     |             ^^^^

test/IntegrationSpec.hs:1379:13: warning: [GHC-63397] [-Wname-shadowing]
    This binding for ‘opts’ shadows the existing binding
      imported from ‘IntegrationSpec.HangingWorkflow’ at test/IntegrationSpec.hs:45:1-38
      (and originally defined
         at test/IntegrationSpec/HangingWorkflow.hs:85:1-4)
     |
1379 |         let opts =
     |             ^^^^

test/IntegrationSpec.hs:1421:13: warning: [GHC-63397] [-Wname-shadowing]
    This binding for ‘opts’ shadows the existing binding
      imported from ‘IntegrationSpec.HangingWorkflow’ at test/IntegrationSpec.hs:45:1-38
      (and originally defined
         at test/IntegrationSpec/HangingWorkflow.hs:85:1-4)
     |
1421 |         let opts =
     |             ^^^^

test/IntegrationSpec.hs:1442:13: warning: [GHC-63397] [-Wname-shadowing]
    This binding for ‘opts’ shadows the existing binding
      imported from ‘IntegrationSpec.HangingWorkflow’ at test/IntegrationSpec.hs:45:1-38
      (and originally defined
         at test/IntegrationSpec/HangingWorkflow.hs:85:1-4)
     |
1442 |         let opts =
     |             ^^^^

test/IntegrationSpec.hs:1497:13: warning: [GHC-63397] [-Wname-shadowing]
    This binding for ‘opts’ shadows the existing binding
      imported from ‘IntegrationSpec.HangingWorkflow’ at test/IntegrationSpec.hs:45:1-38
      (and originally defined
         at test/IntegrationSpec/HangingWorkflow.hs:85:1-4)
     |
1497 |         let opts =
     |             ^^^^

test/Main.hs:3:1: warning: [GHC-66111] [-Wunused-imports]
    The import of ‘Control.Exception’ is redundant
      except perhaps to import instances from ‘Control.Exception’
    To import instances alone, use: import Control.Exception()
  |
3 | import Control.Exception
  | ^^^^^^^^^^^^^^^^^^^^^^^^

test/Main.hs:5:1: warning: [GHC-66111] [-Wunused-imports]
    The import of ‘OpenTelemetry.Trace’ is redundant
      except perhaps to import instances from ‘OpenTelemetry.Trace’
    To import instances alone, use: import OpenTelemetry.Trace()
  |
5 | import OpenTelemetry.Trace
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[11 of 11] Linking dist/build/temporal-sdk-tests/temporal-sdk-tests
buildPhase completed in 1 minutes 9 seconds
Running phase: checkPhase
@nix {"action":"setPhase","phase":"checkPhase"}
Running 1 test suites...
Test suite temporal-sdk-tests: RUNNING...
Error: TonicTransportError(tonic::transport::Error(Transport, ConnectError(ConnectError("tcp connect error", Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))))
Error: TonicTransportError(tonic::transport::Error(Transport, ConnectError(ConnectError("tcp connect error", Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))))
Error: TonicTransportError(tonic::transport::Error(Transport, ConnectError(ConnectError("tcp connect error", Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))))
Error: TonicTransportError(tonic::transport::Error(Transport, ConnectError(ConnectError("tcp connect error", Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))))
Error: TonicTransportError(tonic::transport::Error(Transport, ConnectError(ConnectError("tcp connect error", Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))))
Error: TonicTransportError(tonic::transport::Error(Transport, ConnectError(ConnectError("tcp connect error", Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))))
Error: TonicTransportError(tonic::transport::Error(Transport, ConnectError(ConnectError("tcp connect error", Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))))
Error: TonicTransportError(tonic::transport::Error(Transport, ConnectError(ConnectError("tcp connect error", Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))))
Error: TonicTransportError(tonic::transport::Error(Transport, ConnectError(ConnectError("tcp connect error", Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))))
Error: TonicTransportError(tonic::transport::Error(Transport, ConnectError(ConnectError("tcp connect error", Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))))
Error: TonicTransportError(tonic::transport::Error(Transport, ConnectError(ConnectError("tcp connect error", Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))))
Error: TonicTransportError(tonic::transport::Error(Transport, ConnectError(ConnectError("tcp connect error", Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))))
.................................F....................................................
Failures:

  test/IntegrationSpec.hs:529:5: 
  1) Integration.Workflow should run a workflow
       uncaught exception: ClientError
       ClientConnectionError "Server connection error: tonic::transport::Error(Transport, ConnectError(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })))"

  To rerun use: --match "/Integration/Workflow/should run a workflow/"

Randomized with seed 466890238

Finished in 128.3256 seconds
86 examples, 1 failure, 66 pending
Test suite temporal-sdk-tests: FAIL
Test suite logged to: dist/test/temporal-sdk-0.0.1.0-temporal-sdk-tests.log
0 of 1 test suites (0 of 1 test cases) passed.