Skip to content

chore: rclone initialization version check #8517

chore: rclone initialization version check

chore: rclone initialization version check #8517

Triggered via pull request September 9, 2025 16:20
Status Failure
Total duration 5m 25s
Artifacts 3

main.yml

on: pull_request
Test API
5m 21s
Test API
Build Unraid UI Library (Webcomponent Version)
1m 4s
Build Unraid UI Library (Webcomponent Version)
Build Web App
2m 47s
Build Web App
Release Please
0s
Release Please
Build and Deploy Plugin  /  Build and Deploy Plugin
Build and Deploy Plugin / Build and Deploy Plugin
Build and Deploy Production Plugin  /  Build and Deploy Plugin
Build and Deploy Production Plugin / Build and Deploy Plugin
Fit to window
Zoom out
Zoom in

Annotations

10 errors
__test__/components/Wrapper/mount-engine.test.ts > mount-engine > mountVueApp > should mount a Vue app to a single element: web/__test__/components/Wrapper/mount-engine.test.ts#L77
Error: Hook timed out in 10000ms. If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout". ❯ __test__/components/Wrapper/mount-engine.test.ts:77:3
src/__test__/graphql/resolvers/rclone-api.service.test.ts > RCloneApiService > listRunningJobs > should return list of running jobs: api/src/__test__/graphql/resolvers/rclone-api.service.test.ts#L356
AssertionError: expected "spy" to be called with arguments: [ …(2) ] Received: 1st spy call: [ - "http://unix:/tmp/rclone.sock:/job/list", - ObjectContaining { + "/job/list", + { "enableUnixSockets": true, - "headers": ObjectContaining { - "Authorization": StringMatching /^Basic /, + "headers": { + "Authorization": "Basic V3l0R0RFM1F0ZFVzUXYzQjphVElxT3ZrcklKSkhLczhQMFA5U0NFdTdtdXo5ZHRmTg==", }, "json": {}, "responseType": "json", }, ] Number of calls: 1 ❯ src/__test__/graphql/resolvers/rclone-api.service.test.ts:356:34
src/__test__/graphql/resolvers/rclone-api.service.test.ts > RCloneApiService > getJobStatus > should return job status: api/src/__test__/graphql/resolvers/rclone-api.service.test.ts#L331
AssertionError: expected "spy" to be called with arguments: [ …(2) ] Received: 1st spy call: @@ -1,11 +1,11 @@ [ - "http://unix:/tmp/rclone.sock:/job/status", - ObjectContaining { + "/job/status", + { "enableUnixSockets": true, - "headers": ObjectContaining { - "Authorization": StringMatching /^Basic /, + "headers": { + "Authorization": "Basic RG1QSDBOWWxSaVcyWnBFNzoxb1o4dTN6KzVWcWp2OFpLVHRvOXM3RU8ycmx3T3NUaw==", }, "json": { "jobid": "job-123", }, "responseType": "json", Number of calls: 1 ❯ src/__test__/graphql/resolvers/rclone-api.service.test.ts:331:34
src/__test__/graphql/resolvers/rclone-api.service.test.ts > RCloneApiService > startBackup > should start a backup operation: api/src/__test__/graphql/resolvers/rclone-api.service.test.ts#L304
AssertionError: expected "spy" to be called with arguments: [ …(2) ] Received: 1st spy call: @@ -1,11 +1,11 @@ [ - "http://unix:/tmp/rclone.sock:/sync/copy", - ObjectContaining { + "/sync/copy", + { "enableUnixSockets": true, - "headers": ObjectContaining { - "Authorization": StringMatching /^Basic /, + "headers": { + "Authorization": "Basic cEd0azBkb2h4QXIyeG5RRTpkLzJ0OFg0OTlQRUdwZzJCM2RGMUpyOVpzNkUyM2RKcA==", }, "json": { "delete_on": "dst", "dstFs": "remote:backup/path", "srcFs": "/source/path", Number of calls: 1 ❯ src/__test__/graphql/resolvers/rclone-api.service.test.ts:304:34
src/__test__/graphql/resolvers/rclone-api.service.test.ts > RCloneApiService > deleteRemote > should delete a remote: api/src/__test__/graphql/resolvers/rclone-api.service.test.ts#L277
AssertionError: expected "spy" to be called with arguments: [ …(2) ] Received: 1st spy call: @@ -1,11 +1,11 @@ [ - "http://unix:/tmp/rclone.sock:/config/delete", - ObjectContaining { + "/config/delete", + { "enableUnixSockets": true, - "headers": ObjectContaining { - "Authorization": StringMatching /^Basic /, + "headers": { + "Authorization": "Basic cE82WStkWE1rbjZRRExZTjpxd2dVc2RtY2ZQT1MxU0JSTlJ2Z1djLzFtUCt0MVJYRg==", }, "json": { "name": "remote-to-delete", }, "responseType": "json", Number of calls: 1 ❯ src/__test__/graphql/resolvers/rclone-api.service.test.ts:277:34
src/__test__/graphql/resolvers/rclone-api.service.test.ts > RCloneApiService > updateRemote > should update an existing remote: api/src/__test__/graphql/resolvers/rclone-api.service.test.ts#L251
AssertionError: expected "spy" to be called with arguments: [ …(2) ] Received: 1st spy call: @@ -1,11 +1,11 @@ [ - "http://unix:/tmp/rclone.sock:/config/update", - ObjectContaining { + "/config/update", + { "enableUnixSockets": true, - "headers": ObjectContaining { - "Authorization": StringMatching /^Basic /, + "headers": { + "Authorization": "Basic TFduc2RDbGRVSG9WTndqbDp3TGZaN3REMjdaYmRGcnpaeVFTd2h3RWVkY3dLVnhDMQ==", }, "json": { "access_key_id": "NEW_AKIA...", "name": "existing-remote", }, Number of calls: 1 ❯ src/__test__/graphql/resolvers/rclone-api.service.test.ts:251:34
src/__test__/graphql/resolvers/rclone-api.service.test.ts > RCloneApiService > createRemote > should create a new remote: api/src/__test__/graphql/resolvers/rclone-api.service.test.ts#L221
AssertionError: expected "spy" to be called with arguments: [ …(2) ] Received: 1st spy call: @@ -1,11 +1,11 @@ [ - "http://unix:/tmp/rclone.sock:/config/create", - ObjectContaining { + "/config/create", + { "enableUnixSockets": true, - "headers": ObjectContaining { - "Authorization": StringMatching /^Basic /, + "headers": { + "Authorization": "Basic Rm1nL2E5WWFxMy9YeVJibjp3RWJiS3Fsb3JkS3lGNXBuVGxEdytjanEzcnBBL3gzTw==", }, "json": { "name": "new-remote", "parameters": { "access_key_id": "AKIA...", Number of calls: 1 ❯ src/__test__/graphql/resolvers/rclone-api.service.test.ts:221:34
src/__test__/graphql/resolvers/rclone-api.service.test.ts > RCloneApiService > getRemoteDetails > should return remote details: api/src/__test__/graphql/resolvers/rclone-api.service.test.ts#L182
AssertionError: expected "spy" to be called with arguments: [ …(2) ] Received: 1st spy call: @@ -1,11 +1,11 @@ [ - "http://unix:/tmp/rclone.sock:/config/get", - ObjectContaining { + "/config/get", + { "enableUnixSockets": true, - "headers": ObjectContaining { - "Authorization": StringMatching /^Basic /, + "headers": { + "Authorization": "Basic YzhXd0R0ZGxOTzVMS3V2bzp5NitkNnI0MU5yWG4vYURuM2RXN2JDTU5EM0sydUFwZw==", }, "json": { "name": "test-remote", }, "responseType": "json", Number of calls: 1 ❯ src/__test__/graphql/resolvers/rclone-api.service.test.ts:182:34
src/__test__/graphql/resolvers/rclone-api.service.test.ts > RCloneApiService > listRemotes > should return list of remotes: api/src/__test__/graphql/resolvers/rclone-api.service.test.ts#L151
AssertionError: expected "spy" to be called with arguments: [ …(2) ] Received: 1st spy call: [ - "http://unix:/tmp/rclone.sock:/config/listremotes", - ObjectContaining { + "/config/listremotes", + { "enableUnixSockets": true, - "headers": ObjectContaining { - "Authorization": StringMatching /^Basic /, + "headers": { + "Authorization": "Basic bHZrcTJtSUFhQUh6a2REdTpkdUU4VmZ5cEZLVmJLSncvU25iTGpQS2xZWFJxd1BaUw==", }, "json": {}, "responseType": "json", }, ] Number of calls: 1 ❯ src/__test__/graphql/resolvers/rclone-api.service.test.ts:151:34
src/__test__/graphql/resolvers/rclone-api.service.test.ts > RCloneApiService > getProviders > should return list of providers: api/src/__test__/graphql/resolvers/rclone-api.service.test.ts#L119
AssertionError: expected "spy" to be called with arguments: [ …(2) ] Received: 1st spy call: [ - "http://unix:/tmp/rclone.sock:/config/providers", - ObjectContaining { + "/config/providers", + { "enableUnixSockets": true, - "headers": ObjectContaining { - "Authorization": StringMatching /^Basic /, + "headers": { + "Authorization": "Basic OWVOL3FXSmxyM2VMczRTLzpVU1Y5M2s1N1JVaXZabkRZKy9Ca1R2cjBES2NqYjBNUQ==", }, "json": {}, "responseType": "json", }, ] Number of calls: 1 ❯ src/__test__/graphql/resolvers/rclone-api.service.test.ts:119:34

Artifacts

Produced during runtime
Name Size Digest
unraid-api Expired
39.8 MB
sha256:0724530b7cb20127b0db34f06ba659162205d5bfde6ba6e2c73245883502c8b9
unraid-wc-rich Expired
1000 KB
sha256:4a34791240f55021b27b3d711af81a787bbe5192f92fa44e0949ab76a14e48a4
unraid-wc-ui Expired
751 KB
sha256:7d9e0abface3e4325358b6b7791295ddac4512242ecc724b5ae19f080c456d4f