2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/guix-cuirass.git synced 2023-12-14 06:03:04 +01:00
guix-cuirass/src/cuirass
Mathieu Othacehe 3fd0eb154f
Revert "Use a non-blocking socket for store communication."
This reverts commit 387909454c that causes:

2020-11-02T11:05:08 fatal: uncaught exception 'wrong-type-arg' in 'build' fiber!
2020-11-02T11:05:08 exception arguments: ("struct-vtable" "Wrong type argument in position 1 (expecting struct): ~S" (#f) (#f))
In ice-9/boot-9.scm:
  1731:15 12 (with-exception-handler #<procedure 7fb1a93f9930 at ic…> …)
  1736:10 11 (with-exception-handler _ _ #:unwind? _ # _)
    718:2 10 (call-with-prompt ("break") #<procedure 7fb1ab76f440 a…> …)
    718:2  9 (call-with-prompt ("continue") #<procedure 7fb1ab77084…> …)
In ice-9/eval.scm:
    619:8  8 (_ #(#(#<directory (guile-user) 7fb1ac680f00> #<var…> …)))
In srfi/srfi-1.scm:
    634:9  7 (for-each #<procedure 7fb1a9525900 at cuirass/base.scm…> …)
In ice-9/boot-9.scm:
  1731:15  6 (with-exception-handler #<procedure 7fb1a95a94e0 at ic…> …)
  1669:16  5 (raise-exception _ #:continuable? _)
  1764:13  4 (_ #<&compound-exception components: (#<&assertion-fail…>)
In cuirass/utils.scm:
    319:8  3 (_ _ . _)
In ice-9/boot-9.scm:
  1731:15  2 (with-exception-handler #<procedure 7fb1ab2e3720 at ic…> …)
In cuirass/utils.scm:
   320:22  1 (_)
In unknown file:
           0 (make-stack #t)
ERROR: In procedure make-stack:
In procedure struct-vtable: Wrong type argument in position 1 (expecting struct): #f
2020-11-02 11:05:50 +01:00
..
base.scm Revert "Use a non-blocking socket for store communication." 2020-11-02 11:05:50 +01:00
config.scm.in config: Remove references to '$prefix' expansion hack. 2016-12-28 18:19:03 +01:00
database.scm Use with-db-writer-worker-thread/force macro. 2020-10-15 10:45:13 +02:00
http.scm Optimize build query. 2020-10-07 13:07:05 +02:00
logging.scm Add date to SQL queries log file. 2020-10-03 08:06:56 +02:00
metrics.scm Use the writer worker for all write queries. 2020-10-15 09:53:53 +02:00
send-events.scm Support publishing build events 2020-01-16 08:32:52 +00:00
templates.scm Do not allow full search on nix_name field. 2020-10-05 14:54:06 +02:00
ui.scm ui: Bump copyright year in '--version' output. 2018-01-24 14:02:53 +01:00
utils.scm Queue write operations. 2020-10-14 14:15:09 +02:00
watchdog.scm Add missing copyrights. 2020-10-09 09:54:37 +02:00