-
-
Notifications
You must be signed in to change notification settings - Fork 9
Cannot run project Wget+At missing #18
Copy link
Copy link
Open
Description
My warrior (using the official docker image) doesn't seem able to run the project. Looking at the logs this is the issue:
2026-01-22 09:41:13.535304+00:002026-01-22 09:41:13,535 - seesaw.warrior - DEBUG - Start selected project telegram (reinstall=False)
2026-01-22 09:41:13.535427+00:002026-01-22 09:41:13,535 - seesaw.warrior - DEBUG - Install project telegram
2026-01-22 09:41:13.535680+00:002026-01-22 09:41:13,535 - seesaw.warrior - DEBUG - git clone
2026-01-22 09:41:14.244551+00:002026-01-22 09:41:14,244 - seesaw.warrior - DEBUG - git operation: Cloning into '/home/warrior/projects/telegram'...
2026-01-22 09:41:14.244591+00:002026-01-22T09:41:14.244591070Z
2026-01-22 09:41:14.244957+00:002026-01-22 09:41:14,244 - seesaw.warrior - DEBUG - Install complete Cloning into '/home/warrior/projects/telegram'...
2026-01-22 09:41:14.244980+00:002026-01-22T09:41:14.244980903Z
2026-01-22 09:41:14.245528+00:002026-01-22 09:41:14,245 - seesaw.warrior - DEBUG - Result of the install process: True
2026-01-22 09:41:14.245609+00:002026-01-22 09:41:14,245 - seesaw.warrior - DEBUG - Clone project telegram /home/warrior/projects/telegram
2026-01-22 09:41:14.249609+00:002026-01-22 09:41:14,249 - seesaw.warrior - DEBUG - Cloning version 1dfe419
2026-01-22 09:41:14.252436+00:00Cloning into '/home/warrior/data/projects/telegram-1dfe419'...
2026-01-22 09:41:14.260119+00:00done.
2026-01-22 09:41:14.266145+00:002026-01-22 09:41:14,265 - seesaw.warrior - DEBUG - Load pipeline /home/warrior/data/projects/telegram-1dfe419/pipeline.py
2026-01-22 09:41:14.266387+00:002026-01-22 09:41:14,266 - seesaw.warrior - DEBUG - Pipeline has been read. Begin ConfigValue collection
2026-01-22 09:41:14.266489+00:002026-01-22 09:41:14,266 - seesaw.warrior - DEBUG - Executing pipeline
2026-01-22 09:41:14.318987+00:002026-01-22 09:41:14,318 - seesaw.warrior - ERROR - Error loading pipeline
2026-01-22 09:41:14.319012+00:00Traceback (most recent call last):
2026-01-22 09:41:14.319021+00:00File "/usr/local/lib/python3.9/site-packages/seesaw/warrior.py", line 736, in start_selected_project
2026-01-22 09:41:14.319029+00:00(project, pipeline, config_values) = self.load_pipeline(
2026-01-22 09:41:14.319046+00:00File "/usr/local/lib/python3.9/site-packages/seesaw/warrior.py", line 686, in load_pipeline
2026-01-22 09:41:14.319054+00:00exec(pipeline_str, local_context, global_context)
2026-01-22 09:41:14.319062+00:00File "<string>", line 68, in <module>
2026-01-22 09:41:14.319076+00:00Exception: No usable Wget+At found.
It used to run fine until a few days ago. Not sure what changed, the docker image has a valid wget installed
$ wget --version
GNU Wget 1.21.3 built on linux-gnu.
-cares +digest -gpgme +https +ipv6 +iri +large-file -metalink +nls
+ntlm +opie +psl +ssl/gnutls
Wgetrc:
/etc/wgetrc (system)
Locale:
/usr/share/locale
Compile:
gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC="/etc/wgetrc"
-DLOCALEDIR="/usr/share/locale" -I. -I../../src -I../lib
-I../../lib -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/p11-kit-1 -DHAVE_LIBGNUTLS -DNDEBUG -g -O2
-ffile-prefix-map=/build/reproducible-path/wget-1.21.3=.
-fstack-protector-strong -Wformat -Werror=format-security
-DNO_SSLv2 -D_FILE_OFFSET_BITS=64 -g -Wall
Link:
gcc -I/usr/include/p11-kit-1 -DHAVE_LIBGNUTLS -DNDEBUG -g -O2
-ffile-prefix-map=/build/reproducible-path/wget-1.21.3=.
-fstack-protector-strong -Wformat -Werror=format-security
-DNO_SSLv2 -D_FILE_OFFSET_BITS=64 -g -Wall -Wl,-z,relro -Wl,-z,now
-lpcre2-8 -luuid -lidn2 -lnettle -lgnutls -lz -lpsl ../lib/libgnu.a
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://www.gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Originally written by Hrvoje Niksic <hniksic@xemacs.org>.
Please send bug reports and questions to <bug-wget@gnu.org>.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels