From: Andrew Tropin <andrew@trop.in>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: 53230-done@debbugs.gnu.org
Subject: bug#53230: Disable authentication seems broken
Date: Fri, 14 Jan 2022 17:56:47 +0300 [thread overview]
Message-ID: <8735lqbc28.fsf@trop.in> (raw)
In-Reply-To: <87o84f5lkc.fsf@gnu.org>
[-- Attachment #1: Type: text/plain, Size: 3812 bytes --]
On 2022-01-13 23:15, Ludovic Courtès wrote:
> Andrew Tropin <andrew@trop.in> skribis:
>
>> A day ago I found out that I can't pull/time-machine from my local guix
>> repo with patches. After running guix time-machine -C ./channels ...,
>> guix reported the following:
>>
>> Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
>> guix time-machine: warning: channel authentication disabled
>> Computing Guix derivation for 'x86_64-linux'... -
>> Backtrace:
>> 18 (primitive-load "/home/bob/.config/guix/current/bin/guix")
>> In guix/ui.scm:
>> 2206:7 17 (run-guix . _)
>> 2169:10 16 (run-guix-command _ . _)
>> In ice-9/boot-9.scm:
>> 1752:10 15 (with-exception-handler _ _ #:unwind? _ #:unwind-for-type _)
>> 1747:15 14 (with-exception-handler #<procedure 7f66dc8711b0 at ice-9/boot-9.…> …)
>> In guix/store.scm:
>> 671:3 13 (_)
>> In ice-9/boot-9.scm:
>> 1752:10 12 (with-exception-handler _ _ #:unwind? _ #:unwind-for-type _)
>> In guix/store.scm:
>> 658:37 11 (thunk)
>> In guix/status.scm:
>> 802:4 10 (call-with-status-report _ _)
>> In guix/store.scm:
>> 1320:8 9 (call-with-build-handler _ _)
>> 1320:8 8 (call-with-build-handler #<procedure 7f66dc887840 at guix/ui.scm:…> …)
>> 2123:24 7 (run-with-store #<store-connection 256.99 7f66dc829460> _ # _ # _ # …)
>> In guix/inferior.scm:
>> 817:16 6 (_ _)
>> In guix/store.scm:
>> 1995:38 5 (_ #<store-connection 256.99 7f66ca72bdc0>)
>> 1468:0 4 (add-temp-root #<store-connection 256.99 7f66ca72bdc0> #<derivatio…>)
>> In guix/serialization.scm:
>> 130:20 3 (write-store-path #<derivation /gnu/store/pqn1xr6882907b41j6mybvs…> …)
>> In unknown file:
>> 2 (string->utf8 #<derivation /gnu/store/pqn1xr6882907b41j6mybvsg4218…>)
>> In ice-9/boot-9.scm:
>> 1685:16 1 (raise-exception _ #:continuable? _)
>> 1685:16 0 (raise-exception _ #:continuable? _)
>>
>> ice-9/boot-9.scm:1685:16: In procedure raise-exception:
>> In procedure string->utf8: Wrong type argument in position 1 (expecting
>> string): #<derivation /gnu/store/pqn1xr6882907b41j6mybvsg4218kc0k-profile.drv =>
>> /gnu/store/3hc33q0xlajd75l52grsg8dg1ais2hss-profile 7f66cb7eaeb0>
>
> Fixed in b1fc98d6b063a117fe2bcc19a60c8b9a48301593, thanks!
>
> Ludo’.
Oops,
guix time-machine --disable-authentication -- describe
fails with:
--8<---------------cut here---------------start------------->8---
Backtrace:
7 (primitive-load "/home/bob/.config/guix/current/bin/guix")
In guix/ui.scm:
2209:7 6 (run-guix . _)
2172:10 5 (run-guix-command _ . _)
In ice-9/boot-9.scm:
1752:10 4 (with-exception-handler _ _ #:unwind? _ #:unwind-for-type _)
1747:15 3 (with-exception-handler #<procedure 7fc91eff8fc0 at ice-9/boot-9.scm:1831:7 (exn)> _ #:unwind? _ #:unwind-for-type _)
In guix/scripts/time-machine.scm:
158:28 2 (_)
In unknown file:
1 (string-append #<derivation /gnu/store/18bv09fgcchf1ymxz5x4hq8bc9igsiq2-profile.drv => /gnu/store/gqbh9r3v6zba7066k2xbaf5hyqx15d8p-profile 7fc90d4bdd20> "/b…")
In ice-9/boot-9.scm:
1685:16 0 (raise-exception _ #:continuable? _)
ice-9/boot-9.scm:1685:16: In procedure raise-exception:
In procedure string-append: Wrong type (expecting string): #<derivation /gnu/store/18bv09fgcchf1ymxz5x4hq8bc9igsiq2-profile.drv => /gnu/store/gqbh9r3v6zba7066k2xbaf5hyqx15d8p-profile 7fc90d4bdd20>
--8<---------------cut here---------------end--------------->8---
But
guix time-machine --commit=bccfcef4 -- time-machine --disable-authentication -- describe
works fine.
Probably, I forgot to remove a workaround, when I was testing
b1fc98d6b063a117fe2bcc19a60c8b9a48301593.
--
Best regards,
Andrew Tropin
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 853 bytes --]
next prev parent reply other threads:[~2022-01-14 14:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-13 13:58 bug#53230: Disable authentication seems broken Andrew Tropin
[not found] ` <handler.53230.B.16420823537013.ack@debbugs.gnu.org>
2022-01-13 16:23 ` bug#53230: Acknowledgement (Disable authentication seems broken) Andrew Tropin
2022-01-13 22:15 ` bug#53230: Disable authentication seems broken Ludovic Courtès
2022-01-14 7:05 ` Andrew Tropin
2022-01-14 14:56 ` Andrew Tropin [this message]
2022-01-17 18:12 ` Ludovic Courtès
2022-01-21 8:24 ` Andrew Tropin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8735lqbc28.fsf@trop.in \
--to=andrew@trop.in \
--cc=53230-done@debbugs.gnu.org \
--cc=ludo@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.