Skip to content

fix: copy gateway runner app instead of symlink for FDA

bcbd699
Select commit
Loading
Failed to load commit list.
Open

Update gateway version to 2026.1.23, fix defaultInstance bugs, and enhance auto-update #7

fix: copy gateway runner app instead of symlink for FDA
bcbd699
Select commit
Loading
Failed to load commit list.
Garnix CI / check gateway-tests [x86_64-linux] failed Jan 28, 2026 in 28m 13s

check gateway-tests [x86_64-linux]

check gateway-tests [x86_64-linux] failed

Details

Last 100 lines of logs:

clawdbot-gateway-tests-2026.1.16-2> Expected: "Readability disabled"
clawdbot-gateway-tests-2026.1.16-2> Received: "getaddrinfo EAI_AGAIN example.com"
clawdbot-gateway-tests-2026.1.16-2> 
clawdbot-gateway-tests-2026.1.16-2>  ❯ src/agents/tools/web-tools.fetch.test.ts:133:5
clawdbot-gateway-tests-2026.1.16-2>     131|     });
clawdbot-gateway-tests-2026.1.16-2>     132| 
clawdbot-gateway-tests-2026.1.16-2>     133|     await expect(
clawdbot-gateway-tests-2026.1.16-2>        |     ^
clawdbot-gateway-tests-2026.1.16-2>     134|       tool?.execute?.("call", { url: "https://example.com/readability-…
clawdbot-gateway-tests-2026.1.16-2>     135|     ).rejects.toThrow("Readability disabled");
clawdbot-gateway-tests-2026.1.16-2> 
clawdbot-gateway-tests-2026.1.16-2> ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[8/13]⎯
clawdbot-gateway-tests-2026.1.16-2> 
clawdbot-gateway-tests-2026.1.16-2>  FAIL  src/agents/tools/web-tools.fetch.test.ts > web_fetch extraction fallbacks > throws when readability is empty and firecrawl fails
clawdbot-gateway-tests-2026.1.16-2> AssertionError: expected [Function] to throw error including 'Readability and Firecrawl returned no…' but got 'Firecrawl fetch failed (403): blocked'
clawdbot-gateway-tests-2026.1.16-2> 
clawdbot-gateway-tests-2026.1.16-2> Expected: "Readability and Firecrawl returned no content"
clawdbot-gateway-tests-2026.1.16-2> Received: "Firecrawl fetch failed (403): blocked"
clawdbot-gateway-tests-2026.1.16-2> 
clawdbot-gateway-tests-2026.1.16-2>  ❯ src/agents/tools/web-tools.fetch.test.ts:162:5
clawdbot-gateway-tests-2026.1.16-2>     160|     });
clawdbot-gateway-tests-2026.1.16-2>     161| 
clawdbot-gateway-tests-2026.1.16-2>     162|     await expect(
clawdbot-gateway-tests-2026.1.16-2>        |     ^
clawdbot-gateway-tests-2026.1.16-2>     163|       tool?.execute?.("call", { url: "https://example.com/readability-…
clawdbot-gateway-tests-2026.1.16-2>     164|     ).rejects.toThrow("Readability and Firecrawl returned no content");
clawdbot-gateway-tests-2026.1.16-2> 
clawdbot-gateway-tests-2026.1.16-2> ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[9/13]⎯
clawdbot-gateway-tests-2026.1.16-2> 
clawdbot-gateway-tests-2026.1.16-2>  FAIL  src/agents/tools/web-tools.fetch.test.ts > web_fetch extraction fallbacks > strips and truncates HTML from error responses
clawdbot-gateway-tests-2026.1.16-2> AssertionError: expected 'getaddrinfo EAI_AGAIN example.com' to contain 'Web fetch failed (404):'
clawdbot-gateway-tests-2026.1.16-2> 
clawdbot-gateway-tests-2026.1.16-2> Expected: "Web fetch failed (404):"
clawdbot-gateway-tests-2026.1.16-2> Received: "getaddrinfo EAI_AGAIN example.com"
clawdbot-gateway-tests-2026.1.16-2> 
clawdbot-gateway-tests-2026.1.16-2>  ❯ src/agents/tools/web-tools.fetch.test.ts:229:21
clawdbot-gateway-tests-2026.1.16-2>     227|     }
clawdbot-gateway-tests-2026.1.16-2>     228| 
clawdbot-gateway-tests-2026.1.16-2>     229|     expect(message).toContain("Web fetch failed (404):");
clawdbot-gateway-tests-2026.1.16-2>        |                     ^
clawdbot-gateway-tests-2026.1.16-2>     230|     expect(message).toContain("Not Found");
clawdbot-gateway-tests-2026.1.16-2>     231|     expect(message).not.toContain("<html");
clawdbot-gateway-tests-2026.1.16-2> 
clawdbot-gateway-tests-2026.1.16-2> ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[10/13]⎯
clawdbot-gateway-tests-2026.1.16-2> 
clawdbot-gateway-tests-2026.1.16-2>  FAIL  src/agents/tools/web-tools.fetch.test.ts > web_fetch extraction fallbacks > strips HTML errors when content-type is missing
clawdbot-gateway-tests-2026.1.16-2> AssertionError: expected [Function] to throw error matching /Web fetch failed \(500\):.*Oops/ but got 'getaddrinfo EAI_AGAIN example.com'
clawdbot-gateway-tests-2026.1.16-2> 
clawdbot-gateway-tests-2026.1.16-2> - Expected: 
clawdbot-gateway-tests-2026.1.16-2> /Web fetch failed \(500\):.*Oops/
clawdbot-gateway-tests-2026.1.16-2> 
clawdbot-gateway-tests-2026.1.16-2> + Received: 
clawdbot-gateway-tests-2026.1.16-2> "getaddrinfo EAI_AGAIN example.com"
clawdbot-gateway-tests-2026.1.16-2> 
clawdbot-gateway-tests-2026.1.16-2>  ❯ src/agents/tools/web-tools.fetch.test.ts:255:5
clawdbot-gateway-tests-2026.1.16-2>     253|     });
clawdbot-gateway-tests-2026.1.16-2>     254| 
clawdbot-gateway-tests-2026.1.16-2>     255|     await expect(tool?.execute?.("call", { url: "https://example.com/o…
clawdbot-gateway-tests-2026.1.16-2>        |     ^
clawdbot-gateway-tests-2026.1.16-2>     256|       /Web fetch failed \(500\):.*Oops/,
clawdbot-gateway-tests-2026.1.16-2>     257|     );
clawdbot-gateway-tests-2026.1.16-2> 
clawdbot-gateway-tests-2026.1.16-2> ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[11/13]⎯
clawdbot-gateway-tests-2026.1.16-2> 
clawdbot-gateway-tests-2026.1.16-2> 
clawdbot-gateway-tests-2026.1.16-2>  Test Files  6 failed | 736 passed (742)
clawdbot-gateway-tests-2026.1.16-2>       Tests  13 failed | 4213 passed (4226)
clawdbot-gateway-tests-2026.1.16-2>    Start at  03:10:04
clawdbot-gateway-tests-2026.1.16-2>    Duration  1113.13s (transform 21.97s, setup 429.45s, import 218.46s, tests 374.70s, environment 95ms)
clawdbot-gateway-tests-2026.1.16-2> 
clawdbot-gateway-tests-2026.1.16-2>  ELIFECYCLE  Test failed. See above for more details.
error: build of '/nix/store/j8whxfx6hdirwbn4dqkvd07f3d7yx4ff-clawdbot-gateway-tests-2026.1.16-2.drv' on 'ssh-ng://nix-ssh@garnix5' failed: builder for '/nix/store/j8whxfx6hdirwbn4dqkvd07f3d7yx4ff-clawdbot-gateway-tests-2026.1.16-2.drv' failed with exit code 1;
       last 25 log lines:
       > AssertionError: expected [Function] to throw error matching /Web fetch failed \(500\):.*Oops/ but got 'getaddrinfo EAI_AGAIN example.com'
       >
       > - Expected:
       > /Web fetch failed \(500\):.*Oops/
       >
       > + Received:
       > "getaddrinfo EAI_AGAIN example.com"
       >
       >  ❯ src/agents/tools/web-tools.fetch.test.ts:255:5
       >     253|     });
       >     254| 
       >     255|     await expect(tool?.execute?.("call", { url: "https://example.com/o…
       >        |     ^
       >     256|       /Web fetch failed \(500\):.*Oops/,
       >     257|     );
       >
       > ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[11/13]⎯
       >
       >
       >  Test Files  6 failed | 736 passed (742)
       >       Tests  13 failed | 4213 passed (4226)
       >    Start at  03:10:04
       >    Duration  1113.13s (transform 21.97s, setup 429.45s, import 218.46s, tests 374.70s, environment 95ms)
       >
       >  ELIFECYCLE  Test failed. See above for more details.
       For full logs, run 'nix log /nix/store/j8whxfx6hdirwbn4dqkvd07f3d7yx4ff-clawdbot-gateway-tests-2026.1.16-2.drv'.
error: builder for '/nix/store/j8whxfx6hdirwbn4dqkvd07f3d7yx4ff-clawdbot-gateway-tests-2026.1.16-2.drv' failed with exit code 1