unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: branch master updated: gnu: gitolite: Wrap programs instead of using propagated inputs.
       [not found] <166229600776.17238.6132632689955853313@vcs2.savannah.gnu.org>
@ 2022-09-05 12:59 ` Mathieu Othacehe
  2022-09-05 17:08   ` Thompson, David
  0 siblings, 1 reply; 6+ messages in thread
From: Mathieu Othacehe @ 2022-09-05 12:59 UTC (permalink / raw)
  To: David Thompson; +Cc: guix-devel


Hello David,

I noticed that the gitolite test is now failing. Any chance it is
related to the recent work on the package?

https://ci.guix.gnu.org/build/1333185/details

Thanks

Mathieu


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: branch master updated: gnu: gitolite: Wrap programs instead of using propagated inputs.
  2022-09-05 12:59 ` branch master updated: gnu: gitolite: Wrap programs instead of using propagated inputs Mathieu Othacehe
@ 2022-09-05 17:08   ` Thompson, David
  2022-09-05 17:20     ` Tobias Geerinckx-Rice
  2022-09-05 17:30     ` zimoun
  0 siblings, 2 replies; 6+ messages in thread
From: Thompson, David @ 2022-09-05 17:08 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: David Thompson, guix-devel

On Mon, Sep 5, 2022 at 9:01 AM Mathieu Othacehe <othacehe@gnu.org> wrote:
>
>
> Hello David,
>
> I noticed that the gitolite test is now failing. Any chance it is
> related to the recent work on the package?
>
> https://ci.guix.gnu.org/build/1333185/details

Hmm, it built successfully for me and worked when I deployed it to my
own server. Looking at the log file from the CI system it seems that
the build failed due to a network issue:

@ substituter-started
/gnu/store/pszh9ml0nz1izsxi6d6x08dfl6cc11qb-manual-database-builder
substitute
  2172:10 14 (run-guix-command _ . _)
In ice-9/boot-9.scm:
  1752:10 13 (with-exception-handler _ _ #:unwind? _ # _)
Downloading http://141.80.167.131/nar/lzip/pszh9ml0nz1izsxi6d6x08dfl6cc11qb-manual-database-builder...
  1752:10 12 (with-exception-handler _ _ #:unwind? _ # _)
In guix/scripts/substitute.scm:
   771:15 11 (_)
In ice-9/exceptions.scm:
   406:15 10 (process-substitution #<output: file 4> _ "/gnu/store/?" ?)
In ice-9/boot-9.scm:
  1752:10  9 (with-exception-handler _ _ #:unwind? _ # _)
In guix/scripts/substitute.scm:
    479:9  8 (_)
In ice-9/boot-9.scm:
  1747:15  7 (with-exception-handler #<procedure 7fb9d98664b0 at ic?> ?)
  1685:16  6 (raise-exception _ #:continuable? _)
  1683:16  5 (raise-exception _ #:continuable? _)
  1685:16  4 (raise-exception _ #:continuable? _)
  1780:13  3 (_ #<&compound-exception components: (#<&error> #<&irri?>)
  1685:16  2 (raise-exception _ #:continuable? _)
  1683:16  1 (raise-exception _ #:continuable? _)
  1685:16  0 (raise-exception _ #:continuable? _)

ice-9/boot-9.scm:1685:16: In procedure raise-exception:
ERROR:
  1. &http-get-error:
      uri: #<<uri> scheme: http userinfo: #f host: "141.80.167.131"
port: #f path: "/nar/zstd/j8mqqhvihc2bg4nczbs6rs6iih1g5619-iw-5.19.drv"
query: #f fragment: #f>
      code: 504
      reason: "Gateway Time-out"
  2. &message: "http://141.80.167.131/nar/zstd/j8mqqhvihc2bg4nczbs6rs6iih1g5619-iw-5.19.drv:
HTTP download failed: 504 (\"Gateway Time-out\")"
fetching path `/gnu/store/j8mqqhvihc2bg4nczbs6rs6iih1g5619-iw-5.19.drv'
(empty status: '')
@ substituter-failed
/gnu/store/j8mqqhvihc2bg4nczbs6rs6iih1g5619-iw-5.19.drv  fetching path
`/gnu/store/j8mqqhvihc2bg4nczbs6rs6iih1g5619-iw-5.19.drv' (empty
status: '')

Will this build be retried at some point?

- Dave


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: branch master updated: gnu: gitolite: Wrap programs instead of using propagated inputs.
  2022-09-05 17:08   ` Thompson, David
@ 2022-09-05 17:20     ` Tobias Geerinckx-Rice
  2022-09-05 17:26       ` Thompson, David
  2022-09-05 17:30     ` zimoun
  1 sibling, 1 reply; 6+ messages in thread
From: Tobias Geerinckx-Rice @ 2022-09-05 17:20 UTC (permalink / raw)
  To: Thompson, David; +Cc: Mathieu Othacehe, David Thompson, guix-devel

[-- Attachment #1: Type: text/plain, Size: 351 bytes --]

Thompson, David 写道:
> Will this build be retried at some point?

Yes: now ;-)

(There are no automatic retries.)

Fresh new errors at 
<https://ci.guix.gnu.org/build/1333185/log/raw>.

I would say these look fundamental and not transient, but if you 
say you built this at home, I don't know what to say…

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: branch master updated: gnu: gitolite: Wrap programs instead of using propagated inputs.
  2022-09-05 17:20     ` Tobias Geerinckx-Rice
@ 2022-09-05 17:26       ` Thompson, David
  2022-09-05 18:01         ` Thompson, David
  0 siblings, 1 reply; 6+ messages in thread
From: Thompson, David @ 2022-09-05 17:26 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: Mathieu Othacehe, David Thompson, guix-devel

On Mon, Sep 5, 2022 at 1:22 PM Tobias Geerinckx-Rice <me@tobias.gr> wrote:
>
> Thompson, David 写道:
> > Will this build be retried at some point?
>
> Yes: now ;-)
>
> (There are no automatic retries.)
>
> Fresh new errors at
> <https://ci.guix.gnu.org/build/1333185/log/raw>.
>
> I would say these look fundamental and not transient, but if you
> say you built this at home, I don't know what to say…

This log looks much different than the last one I saw.  I'll see if I
can figure out what's going on.

- Dave


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: branch master updated: gnu: gitolite: Wrap programs instead of using propagated inputs.
  2022-09-05 17:08   ` Thompson, David
  2022-09-05 17:20     ` Tobias Geerinckx-Rice
@ 2022-09-05 17:30     ` zimoun
  1 sibling, 0 replies; 6+ messages in thread
From: zimoun @ 2022-09-05 17:30 UTC (permalink / raw)
  To: Thompson, David, Mathieu Othacehe; +Cc: David Thompson, guix-devel

Hi,

On lun., 05 sept. 2022 at 13:08, "Thompson, David" <dthompson2@worcester.edu> wrote:

>> https://ci.guix.gnu.org/build/1333185/details

> ice-9/boot-9.scm:1685:16: In procedure raise-exception:
> ERROR:
>   1. &http-get-error:
>       uri: #<<uri> scheme: http userinfo: #f host: "141.80.167.131"
> port: #f path: "/nar/zstd/j8mqqhvihc2bg4nczbs6rs6iih1g5619-iw-5.19.drv"
> query: #f fragment: #f>
>       code: 504
>       reason: "Gateway Time-out"
>   2. &message: "http://141.80.167.131/nar/zstd/j8mqqhvihc2bg4nczbs6rs6iih1g5619-iw-5.19.drv:
> HTTP download failed: 504 (\"Gateway Time-out\")"
> fetching path `/gnu/store/j8mqqhvihc2bg4nczbs6rs6iih1g5619-iw-5.19.drv'
> (empty status: '')
> @ substituter-failed
> /gnu/store/j8mqqhvihc2bg4nczbs6rs6iih1g5619-iw-5.19.drv  fetching path
> `/gnu/store/j8mqqhvihc2bg4nczbs6rs6iih1g5619-iw-5.19.drv' (empty
> status: '')

Hum, the previous evaluation reports the same failure:

     https://ci.guix.gnu.org/build/1324235/detail


> Will this build be retried at some point?

Evaluation 1333185 is rescheduled.


Cheers,
simon


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: branch master updated: gnu: gitolite: Wrap programs instead of using propagated inputs.
  2022-09-05 17:26       ` Thompson, David
@ 2022-09-05 18:01         ` Thompson, David
  0 siblings, 0 replies; 6+ messages in thread
From: Thompson, David @ 2022-09-05 18:01 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: Mathieu Othacehe, David Thompson, guix-devel

Okay so I was a little confused because gitolite has no test suite.
Turns out this failure is for the system test of the gitolite service
that I didn't know existed.  I figured out how to run that and
reproduced the failure.  Despite git-minimal being sufficient for
everything I use gitolite for on my server, using it breaks the system
test. I reverted back to using the bigger git package and the test is
passing again.  Revert pushed as commit
c4504dfb1da78f2f21fc5139a2fd5e82ed0ef21c.

Sorry for the breakage,

- Dave


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-09-05 18:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <166229600776.17238.6132632689955853313@vcs2.savannah.gnu.org>
2022-09-05 12:59 ` branch master updated: gnu: gitolite: Wrap programs instead of using propagated inputs Mathieu Othacehe
2022-09-05 17:08   ` Thompson, David
2022-09-05 17:20     ` Tobias Geerinckx-Rice
2022-09-05 17:26       ` Thompson, David
2022-09-05 18:01         ` Thompson, David
2022-09-05 17:30     ` zimoun

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).