GNU bug report logs -
#30868
test-suite fails: publish.scm
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 22 Mar 2018 12:56:44 +0100
with message-id <87tvt8gw77.fsf <at> gnu.org>
and subject line Re: bug#30868: test-suite fails: publish.scm
has caused the debbugs.gnu.org bug report #30868,
regarding test-suite fails: publish.scm
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
30868: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30868
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
make check TESTS=tests/publish.scm
results in the attached log
--
GPG: 7FDE 7190 2F73 2C50 236E 403D CC13 48F1 E644 08EC
[test-suite.log (text/x-log, attachment)]
[signature.asc (application/pgp-signature, attachment)]
[Message part 6 (message/rfc822, inline)]
Hello Martin,
Martin Castillo <castilma <at> uni-bremen.de> skribis:
> test-name: /log/NAME
> location: /home/mcd/guix/tests/publish.scm:459
> source:
> + (test-equal
> + "/log/NAME"
> + `(200 #t application/x-bzip2)
> + (let ((drv (run-with-store
> + %store
> + (gexp->derivation
> + "with-log"
> + (gexp (call-with-output-file
> + (ungexp output)
> + (lambda (port)
> + (display
> + "Hello, build log!"
> + (current-error-port))
> + (display "" port))))))))
> + (build-derivations %store (list drv))
> + (let* ((response
> + (http-get
> + (publish-uri
> + (string-append
> + "/log/"
> + (basename (derivation->output-path drv))))
> + #:decode-body?
> + #f))
> + (base (basename (derivation-file-name drv)))
> + (log (string-append
> + (dirname %state-directory)
> + "/log/guix/drvs/"
> + (string-take base 2)
> + "/"
> + (string-drop base 2)
> + ".bz2")))
> + (list (response-code response)
> + (= (response-content-length response)
> + (stat:size (stat log)))
> + (first (response-content-type response))))))
> expected-value: (200 #t application/x-bzip2)
> actual-value: #f
> actual-error:
> + (system-error
> + "stat"
> + "~A: ~S"
> + ("No such file or directory"
> + "/home/mcd/guix/test-tmp/var/log/guix/drvs/b7/nz0wvppdyr4n5sgs3b89j682sksqcb-with-log.drv.bz2")
> + (2))
> result: FAIL
Should be fixed in 04d2a16c4ffd2f3ddfbaf3848093424228e7d918.
Thanks,
Ludo’.
This bug report was last modified 7 years and 56 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.