nixpkgs icon indicating copy to clipboard operation
nixpkgs copied to clipboard

Build failure: feishu

Open milewski opened this issue 1 month ago • 4 comments

Steps To Reproduce

Steps to reproduce the behavior:

NIXPKGS_ALLOW_UNFREE=1 nix-shell -p feishu

Build log

these 2 derivations will be built:
  /nix/store/kwknr3bqjk2lbjz8k8iin105q2i6qzsp-Feishu-linux_x64-6.9.20.deb.drv
  /nix/store/cp7d3758ax7kg7vs6xppkd728ak0gqpb-feishu-6.9.20.drv
building '/nix/store/kwknr3bqjk2lbjz8k8iin105q2i6qzsp-Feishu-linux_x64-6.9.20.deb.drv'...

trying https://sf3-cn.feishucdn.com/obj/ee-appcenter/6085d1c4/Feishu-linux_x64-6.9.20.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0   238    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (56) The requested URL returned error: 403
error: cannot download Feishu-linux_x64-6.9.20.deb from any mirror
error: builder for '/nix/store/kwknr3bqjk2lbjz8k8iin105q2i6qzsp-Feishu-linux_x64-6.9.20.deb.drv' failed with exit code 1;
       last 7 log lines:
       >
       > trying https://sf3-cn.feishucdn.com/obj/ee-appcenter/6085d1c4/Feishu-linux_x64-6.9.20.deb
       >   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
       >                                  Dload  Upload   Total   Spent    Left  Speed
       >   0   238    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
       > curl: (56) The requested URL returned error: 403
       > error: cannot download Feishu-linux_x64-6.9.20.deb from any mirror
       For full logs, run 'nix log /nix/store/kwknr3bqjk2lbjz8k8iin105q2i6qzsp-Feishu-linux_x64-6.9.20.deb.drv'.
error: 1 dependencies of derivation '/nix/store/cp7d3758ax7kg7vs6xppkd728ak0gqpb-feishu-6.9.20.drv' failed to build

Additional context

Looks like previous URL is now invalid / offline:

https://sf3-cn.feishucdn.com/obj/ee-appcenter/6085d1c4/Feishu-linux_x64-6.9.20.deb

and new URL has a signature / expiration date:

https://lf6-ug-sign.feishucdn.com/ee-appcenter/ec62a2df/Feishu-linux_x64-7.11.9.deb?lk3s=fb957577&x-expires=1715609237&x-signature=ZCPomgDbIhivceMDBZxXXqfOs4E%3D

Notify maintainers

@BillHuang2001

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 6.6.30, NixOS, 24.05 (Uakari), 24.05.20240509.f1010e0`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.2`
 - channels(root): `"nixos-23.11"`
 - nixpkgs: `/nix/store/asymc3nsl739p1wwr0w6xbjnqs3qb94p-source`

Add a :+1: reaction to issues you find important.

milewski avatar May 13 '24 13:05 milewski