Possible bug in migrating to a new repo?

Hello

I want to get started with Pijul but the test repository I wanted to do it on has not been able to migrate to pijul.

Some information.

[nix-shell:~/.tmp/qmpanel]$ git --version
git version 2.37.3
bash: fasd: command not found

[nix-shell:~/.tmp/qmpanel]$ pijul --version
pijul 1.0.0-beta.2
bash: fasd: command not found

[nix-shell:~/.tmp/qmpanel]$ bash --version
GNU bash, version 5.1.16(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://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.
bash: fasd: command not found



Steps to reproduce:

  1. git clone https://github.com/jlindgren90/qmpanel

  2. I did in a pure nix shell (details later) but my suspicion is that this is a general problem.

  3. pijul git. This creates a lot of *.ts extraneous files.

  4. git clean -f (or rm -rf *.ts and then a git status) : Essentially verify that all the extraneous files are gone and the repo is now clean

  5. pijul diff --short : Pijul feels like those *.ts files should actually be a part of our codebase.

Details of nix shell: nixpkgs is a fetchtarball with the parameters:

#https://github.com/NixOS/nixpkgs/archive/${sha}.tar.gz";
#sha = "26c27a7a0b6ab7e74a6235a9047d121cb3a18c88";
{
	nixpkgs?  (import (import "${builtins.getEnv( "nxr" )}/tarballs.nix")."latest" {})
}: 
nixpkgs.mkShell
	{
		buildInputs = 
		[
			nixpkgs.pijul
			nixpkgs.git
		];

		shellHook = ''
		'';
	}

Very happy to give more details if needed

@pmeunier Sorry for pinging but it seems like you haven’t been online in a while and this does seem like an actual bug … (pretty hard block too)

If you so wish, I’d be happy to work with you on this over tty-share

First, it looks like you have some unknown command fasd in your shell, although it seems unrelated.
I am on Ubuntu Studio 20.04. I tried the clone and then the pijul git command using version 2.25.1 of git and pijul 1.0.0-beta-2 with a patch that wasn’t in the crate (I forget what it was, but it’s on Zulip).
I’m pasting some of the console output below, because it shows that near the end of the git command, pijul reports errors for paths that are not in the repository. These files are then left there once the command stops.
I did git status at the end, and it says those files are extra.
I did pijul diff at the end, and it says that it crashed, with reference to a crash report.

ERROR While adding "plugin-mainmenu/actionview.cpp": Path not in repository: plugin-mainmenu/actionview.cpp
INFO Importing commit b95e1a5e3a7ce97bbbc76950f0357386cde9aa19: Release mouse after task button DND

Fixes https://github.com/lxqt/lxqt-panel/issues/1204

ERROR While adding "plugin-taskbar/lxqttaskbutton.cpp": Path not in repository: plugin-taskbar/lxqttaskbutton.cpp
INFO Importing commit d0c2fad6d7817fc53da9e6bd999a1dcd45d20e6c: Really remove the has-menu symbol from quicklaunch icons.

ERROR While adding "plugin-quicklaunch/quicklaunchbutton.cpp": Path not in repository: plugin-quicklaunch/quicklaunchbutton.cpp
INFO Importing commit 932cf0dfb592367f95bc6c29ec70be8329095834: Better text eliding and painting of task buttons

Since Qt 5.12, tool button texts are middle-elided. This patch restores right eliding by using a simpler and better way of painting and using the button as the paint device.

Closes https://github.com/lxqt/lxqt-panel/issues/1162

ERROR While adding "plugin-taskbar/lxqttaskbutton.cpp": Path not in repository: plugin-taskbar/lxqttaskbutton.cpp
INFO Importing commit 2208cca7be00f8023fe0bfe27715d55fb54ae382: mainmenu: Clear search edit on hide, rather than on show.

…

ERROR While adding "plugin-taskbar/lxqtgrouppopup.cpp": Path not in repository: plugin-taskbar/lxqtgrouppopup.cpp
INFO Importing commit 94977f1d1696efccc9df8a8191b58c50d4b0d446: Fix object parent hierarchy

ERROR While adding "panel/plugin.h": Path not in repository: panel/plugin.h
INFO Importing commit 194c68e816714cb3bd6e19dee50f3c8a3a68885e: Remove extra files

INFO Importing commit 8aae8337afe4a3a45f08409102ec918f07bb03aa: Consolidate LXQtQuickLaunch class

ERROR While adding "panel/lxqtpanel.cpp": Path not in repository: panel/lxqtpanel.cpp
INFO Importing commit 8c84eba5a0de1f272f2f284a59bee6833cef068d: Cleanups, mostly cosmetic

ERROR While adding "panel/lxqtpanel.cpp": Path not in repository: panel/lxqtpanel.cpp
INFO Importing commit 42ed5581056c0b36f5cd05142d8305c2c6c906b0: Fix geometry calculation

ERROR While adding "panel/lxqtpanel.cpp": Path not in repository: panel/lxqtpanel.cpp
INFO Importing commit 97b6bf9f4fb86b2a19ab990a46a084d9335dd1dd: Remove LXQtPanelApplication

INFO Importing commit a3a1c56cb6ad0f75e787429e5a3370f836cf0220: Remove main menu weirdness

INFO Importing commit 855d87277fa8878422d78e238e2b3cd92ea2bd48: mainmenu: Make some options mandatory

ERROR While adding "plugin-mainmenu/lxqtmainmenu.cpp": Path not in repository: plugin-mainmenu/lxqtmainmenu.cpp
INFO Importing commit 61b7590e48aca107986eba30ec698b2a964ba5f7: Various cleanups

ERROR While adding "panel/lxqtpanel.cpp": Path not in repository: panel/lxqtpanel.cpp
INFO Importing commit cb75e23758d52016ba9de9e2a6614e8a0d428f44: Subclass XdgMenuWidget and remove event filter

ERROR While adding "plugin-mainmenu/lxqtmainmenu.cpp": Path not in repository: plugin-mainmenu/lxqtmainmenu.cpp
INFO Importing commit bdf12ba2a7df5a2ac8bda30a733b19f98bff464c: Separate function implementations

ERROR While adding "plugin-mainmenu/lxqtmainmenu.cpp": Path not in repository: plugin-mainmenu/lxqtmainmenu.cpp
INFO Importing commit 734d75d67d6943e2f1909824a7baa5d8ac7bc2b8: More main menu refactoring

ERROR While adding "plugin-mainmenu/lxqtmainmenu.cpp": Path not in repository: plugin-mainmenu/lxqtmainmenu.cpp
INFO Importing commit c47f65bcc431f544f43ceba9b14fd5286a4abfc1: Style fixes

ERROR While adding "plugin-mainmenu/lxqtmainmenu.cpp": Path not in repository: plugin-mainmenu/lxqtmainmenu.cpp
INFO Importing commit 8063c03df09e7dac03928ff7b82001564750a04d: Minor cleanup

ERROR While adding "plugin-mainmenu/lxqtmainmenu.cpp": Path not in repository: plugin-mainmenu/lxqtmainmenu.cpp
INFO Importing commit c623566802b3f525e75b4e6536537c8a5d4b395f: Visual tweaks

ERROR While adding "plugin-mainmenu/actionview.cpp": Path not in repository: plugin-mainmenu/actionview.cpp
INFO Importing commit c2e7ab001a4cd132f2b98506a1c3bf6b7797ae75: Fix build with LXQt 0.15

…

eye@Roger:/media/bigdisk/Data/_working/contrib/qmpanel$ git status
On branch master
Your branch is up to date with 'origin/master'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)
	.ignore
	.pijul/
	colorpicker.ts
	colorpicker_da.ts
	colorpicker_pl.ts
	colorpicker_tr.ts
	cpuload.ts
	cpuload_ar.ts
	cpuload_ca.ts
	cpuload_cs.ts
	cpuload_da.ts
	cpuload_de.ts
	cpuload_el.ts
	cpuload_eo.ts
	cpuload_es.ts
	cpuload_es_VE.ts
	cpuload_eu.ts
	cpuload_fi.ts
	cpuload_fr.ts
	cpuload_hr.ts
	cpuload_hu.ts
	cpuload_id.ts
	cpuload_it.ts
	cpuload_ja.ts
	cpuload_lt.ts
	cpuload_nl.ts
	cpuload_pl.ts
	cpuload_pt.ts
	cpuload_pt_BR.ts
	cpuload_ro_RO.ts
	cpuload_ru.ts
	cpuload_sl.ts
	cpuload_th_TH.ts
	cpuload_tr.ts
	cpuload_uk.ts
	cpuload_zh_CN.ts
	cpuload_zh_TW.ts
	desktopswitch.ts
	desktopswitch_ar.ts
	desktopswitch_ca.ts
	desktopswitch_cs.ts
	desktopswitch_da.ts
	desktopswitch_de.ts
	desktopswitch_el.ts
	desktopswitch_eo.ts
	desktopswitch_es.ts
	desktopswitch_es_UY.ts
	desktopswitch_es_VE.ts
	desktopswitch_eu.ts
	desktopswitch_fi.ts
	desktopswitch_fr.ts
	desktopswitch_hr.ts
	desktopswitch_hu.ts
	desktopswitch_ia.ts
	desktopswitch_id.ts
	desktopswitch_it.ts
	desktopswitch_ja.ts
	desktopswitch_ko.ts
	desktopswitch_lt.ts
	desktopswitch_nl.ts
	desktopswitch_pl.ts
	desktopswitch_pt.ts
	desktopswitch_pt_BR.ts
	desktopswitch_ro_RO.ts
	desktopswitch_ru.ts
	desktopswitch_sk_SK.ts
	desktopswitch_sl.ts
	desktopswitch_sr@latin.ts
	desktopswitch_sr_BA.ts
	desktopswitch_sr_RS.ts
	desktopswitch_th_TH.ts
	desktopswitch_tr.ts
	desktopswitch_uk.ts
	desktopswitch_zh_CN.ts
	desktopswitch_zh_TW.ts
	directorymenu.ts
	directorymenu_ar.ts
	directorymenu_ca.ts
	directorymenu_cs.ts
	directorymenu_da.ts
	directorymenu_de.ts
	directorymenu_el.ts
	directorymenu_es.ts
	directorymenu_fr.ts
	directorymenu_hr.ts
	directorymenu_hu.ts
	directorymenu_id.ts
	directorymenu_it.ts
	directorymenu_ja.ts
	directorymenu_lt.ts
	directorymenu_nl.ts
	directorymenu_pl.ts
	directorymenu_pt.ts
	directorymenu_ru.ts
	directorymenu_tr.ts
	directorymenu_uk.ts
	directorymenu_zh_CN.ts
	dom.ts
	dom_ar.ts
	dom_ca.ts
	dom_cs.ts
	dom_da.ts
	dom_de.ts
	dom_el.ts
	dom_es.ts
	dom_fr.ts
	dom_hr.ts
	dom_hu.ts
	dom_id.ts
	dom_it.ts
	dom_ja.ts
	dom_lt.ts
	dom_nl.ts
	dom_pl.ts
	dom_pt.ts
	dom_ru.ts
	dom_tr.ts
	dom_uk.ts
	dom_zh_CN.ts
	kbindicator.ts
	kbindicator_ar.ts
	kbindicator_ca.ts
	kbindicator_cs.ts
	kbindicator_da.ts
	kbindicator_de.ts
	kbindicator_el.ts
	kbindicator_es.ts
	kbindicator_fr.ts
	kbindicator_hr.ts
	kbindicator_hu.ts
	kbindicator_id.ts
	kbindicator_it.ts
	kbindicator_ja.ts
	kbindicator_lt.ts
	kbindicator_nl.ts
	kbindicator_pl.ts
	kbindicator_pt.ts
	kbindicator_ru.ts
	kbindicator_tr.ts
	kbindicator_uk.ts
	kbindicator_zh_CN.ts
	lxqt-panel.ts
	lxqt-panel_ar.ts
	lxqt-panel_ca.ts
	lxqt-panel_cs.ts
	lxqt-panel_da.ts
	lxqt-panel_de.ts
	lxqt-panel_el.ts
	lxqt-panel_eo.ts
	lxqt-panel_es.ts
	lxqt-panel_es_UY.ts
	lxqt-panel_es_VE.ts
	lxqt-panel_eu.ts
	lxqt-panel_fi.ts
	lxqt-panel_fr.ts
	lxqt-panel_hr.ts
	lxqt-panel_hu.ts
	lxqt-panel_ia.ts
	lxqt-panel_id.ts
	lxqt-panel_it.ts
	lxqt-panel_ja.ts
	lxqt-panel_ko.ts
	lxqt-panel_lt.ts
	lxqt-panel_nl.ts
	lxqt-panel_pl.ts
	lxqt-panel_pt.ts
	lxqt-panel_pt_BR.ts
	lxqt-panel_ro_RO.ts
	lxqt-panel_ru.ts
	lxqt-panel_sk_SK.ts
	lxqt-panel_sl.ts
	lxqt-panel_sr@latin.ts
	lxqt-panel_sr_BA.ts
	lxqt-panel_sr_RS.ts
	lxqt-panel_th_TH.ts
	lxqt-panel_tr.ts
	lxqt-panel_uk.ts
	lxqt-panel_zh_CN.ts
	lxqt-panel_zh_TW.ts
	mainmenu.ts
	mainmenu_ar.ts
	mainmenu_ca.ts
	mainmenu_cs.ts
	mainmenu_da.ts
	mainmenu_de.ts
	mainmenu_el.ts
	mainmenu_eo.ts
	mainmenu_es.ts
	mainmenu_es_UY.ts
	mainmenu_es_VE.ts
	mainmenu_eu.ts
	mainmenu_fi.ts
	mainmenu_fr.ts
	mainmenu_hr.ts
	mainmenu_hu.ts
	mainmenu_ia.ts
	mainmenu_id.ts
	mainmenu_it.ts
	mainmenu_ja.ts
	mainmenu_ko.ts
	mainmenu_lt.ts
	mainmenu_nl.ts
	mainmenu_pl.ts
	mainmenu_pt.ts
	mainmenu_pt_BR.ts
	mainmenu_ro_RO.ts
	mainmenu_ru.ts
	mainmenu_sk_SK.ts
	mainmenu_sl.ts
	mainmenu_sr@latin.ts
	mainmenu_sr_BA.ts
	mainmenu_sr_RS.ts
	mainmenu_th_TH.ts
	mainmenu_tr.ts
	mainmenu_uk.ts
	mainmenu_zh_CN.ts
	mainmenu_zh_TW.ts
	mount.ts
	mount_ar.ts
	mount_ca.ts
	mount_cs.ts
	mount_da.ts
	mount_de.ts
	mount_el.ts
	mount_eo.ts
	mount_es.ts
	mount_es_UY.ts
	mount_es_VE.ts
	mount_eu.ts
	mount_fi.ts
	mount_fr.ts
	mount_hr.ts
	mount_hu.ts
	mount_ia.ts
	mount_id.ts
	mount_it.ts
	mount_ja.ts
	mount_ko.ts
	mount_lt.ts
	mount_nl.ts
	mount_pl.ts
	mount_pt.ts
	mount_pt_BR.ts
	mount_ro_RO.ts
	mount_ru.ts
	mount_sk_SK.ts
	mount_sl.ts
	mount_sr@latin.ts
	mount_sr_BA.ts
	mount_sr_RS.ts
	mount_th_TH.ts
	mount_tr.ts
	mount_uk.ts
	mount_zh_CN.ts
	mount_zh_TW.ts
	networkmonitor.ts
	networkmonitor_ar.ts
	networkmonitor_ca.ts
	networkmonitor_cs.ts
	networkmonitor_da.ts
	networkmonitor_de.ts
	networkmonitor_el.ts
	networkmonitor_eo.ts
	networkmonitor_es.ts
	networkmonitor_eu.ts
	networkmonitor_fi.ts
	networkmonitor_fr.ts
	networkmonitor_hr.ts
	networkmonitor_hu.ts
	networkmonitor_id.ts
	networkmonitor_it.ts
	networkmonitor_ja.ts
	networkmonitor_lt.ts
	networkmonitor_nl.ts
	networkmonitor_pl.ts
	networkmonitor_pt.ts
	networkmonitor_pt_BR.ts
	networkmonitor_ro_RO.ts
	networkmonitor_ru.ts
	networkmonitor_th_TH.ts
	networkmonitor_tr.ts
	networkmonitor_uk.ts
	networkmonitor_zh_CN.ts
	networkmonitor_zh_TW.ts
	panel/razorpanel_p.h
	quicklaunch.ts
	quicklaunch_ar.ts
	quicklaunch_ca.ts
	quicklaunch_cs.ts
	quicklaunch_da.ts
	quicklaunch_de.ts
	quicklaunch_el.ts
	quicklaunch_eo.ts
	quicklaunch_es.ts
	quicklaunch_es_VE.ts
	quicklaunch_eu.ts
	quicklaunch_fi.ts
	quicklaunch_fr.ts
	quicklaunch_hu.ts
	quicklaunch_ia.ts
	quicklaunch_id.ts
	quicklaunch_it.ts
	quicklaunch_ja.ts
	quicklaunch_ko.ts
	quicklaunch_lt.ts
	quicklaunch_nl.ts
	quicklaunch_pl.ts
	quicklaunch_pt.ts
	quicklaunch_pt_BR.ts
	quicklaunch_ro_RO.ts
	quicklaunch_ru.ts
	quicklaunch_sk_SK.ts
	quicklaunch_sl.ts
	quicklaunch_sr@latin.ts
	quicklaunch_sr_BA.ts
	quicklaunch_sr_RS.ts
	quicklaunch_th_TH.ts
	quicklaunch_tr.ts
	quicklaunch_uk.ts
	quicklaunch_zh_CN.ts
	quicklaunch_zh_TW.ts
	sensors.ts
	sensors_ar.ts
	sensors_ca.ts
	sensors_cs.ts
	sensors_da.ts
	sensors_de.ts
	sensors_el.ts
	sensors_es.ts
	sensors_es_VE.ts
	sensors_eu.ts
	sensors_fi.ts
	sensors_fr.ts
	sensors_hr.ts
	sensors_hu.ts
	sensors_id.ts
	sensors_it.ts
	sensors_ja.ts
	sensors_lt.ts
	sensors_nl.ts
	sensors_pl.ts
	sensors_pt.ts
	sensors_pt_BR.ts
	sensors_ro_RO.ts
	sensors_ru.ts
	sensors_th_TH.ts
	sensors_tr.ts
	sensors_uk.ts
	sensors_zh_CN.ts
	sensors_zh_TW.ts
	showdesktop.ts
	showdesktop_ar.ts
	showdesktop_ca.ts
	showdesktop_cs.ts
	showdesktop_da.ts
	showdesktop_de.ts
	showdesktop_el.ts
	showdesktop_eo.ts
	showdesktop_es.ts
	showdesktop_es_VE.ts
	showdesktop_eu.ts
	showdesktop_fi.ts
	showdesktop_fr.ts
	showdesktop_hr.ts
	showdesktop_hu.ts
	showdesktop_ia.ts
	showdesktop_id.ts
	showdesktop_it.ts
	showdesktop_ja.ts
	showdesktop_ko.ts
	showdesktop_lt.ts
	showdesktop_nl.ts
	showdesktop_pl.ts
	showdesktop_pt.ts
	showdesktop_pt_BR.ts
	showdesktop_ro_RO.ts
	showdesktop_ru.ts
	showdesktop_sk_SK.ts
	showdesktop_sl.ts
	showdesktop_sr@latin.ts
	showdesktop_sr_BA.ts
	showdesktop_sr_RS.ts
	showdesktop_th_TH.ts
	showdesktop_tr.ts
	showdesktop_uk.ts
	showdesktop_zh_CN.ts
	showdesktop_zh_TW.ts
	spacer.ts
	spacer_ar.ts
	spacer_ca.ts
	spacer_cs.ts
	spacer_da.ts
	spacer_de.ts
	spacer_el.ts
	spacer_es.ts
	spacer_fr.ts
	spacer_hr.ts
	spacer_hu.ts
	spacer_id.ts
	spacer_it.ts
	spacer_ja.ts
	spacer_lt.ts
	spacer_nl.ts
	spacer_pl.ts
	spacer_pt.ts
	spacer_ru.ts
	spacer_sk.ts
	spacer_tr.ts
	spacer_uk.ts
	spacer_zh_CN.ts
	statusnotifier.ts
	statusnotifier_da.ts
	statusnotifier_pl.ts
	statusnotifier_tr.ts
	sysstat.ts
	sysstat_ca.ts
	sysstat_cs.ts
	sysstat_da.ts
	sysstat_de.ts
	sysstat_el.ts
	sysstat_es.ts
	sysstat_fr.ts
	sysstat_hu.ts
	sysstat_id.ts
	sysstat_it.ts
	sysstat_ja.ts
	sysstat_lt.ts
	sysstat_nl.ts
	sysstat_pl.ts
	sysstat_pt.ts
	sysstat_ru.ts
	sysstat_tr.ts
	sysstat_uk.ts
	sysstat_zh_CN.ts
	taskbar.ts
	taskbar_ar.ts
	taskbar_ca.ts
	taskbar_cs.ts
	taskbar_da.ts
	taskbar_de.ts
	taskbar_el.ts
	taskbar_eo.ts
	taskbar_es.ts
	taskbar_es_VE.ts
	taskbar_eu.ts
	taskbar_fi.ts
	taskbar_fr.ts
	taskbar_hr.ts
	taskbar_hu.ts
	taskbar_ia.ts
	taskbar_id.ts
	taskbar_it.ts
	taskbar_ja.ts
	taskbar_ko.ts
	taskbar_lt.ts
	taskbar_nl.ts
	taskbar_pl.ts
	taskbar_pt.ts
	taskbar_pt_BR.ts
	taskbar_ro_RO.ts
	taskbar_ru.ts
	taskbar_sk_SK.ts
	taskbar_sl.ts
	taskbar_sr@latin.ts
	taskbar_sr_BA.ts
	taskbar_sr_RS.ts
	taskbar_th_TH.ts
	taskbar_tr.ts
	taskbar_uk.ts
	taskbar_zh_CN.ts
	taskbar_zh_TW.ts
	tray.ts
	tray_da.ts
	tray_pl.ts
	tray_tr.ts
	volume.ts
	volume_ar.ts
	volume_ca.ts
	volume_cs.ts
	volume_da.ts
	volume_de.ts
	volume_el.ts
	volume_eo.ts
	volume_es.ts
	volume_es_VE.ts
	volume_eu.ts
	volume_fi.ts
	volume_fr.ts
	volume_hu.ts
	volume_id.ts
	volume_it.ts
	volume_ja.ts
	volume_lt.ts
	volume_nl.ts
	volume_pl.ts
	volume_pt.ts
	volume_pt_BR.ts
	volume_ro_RO.ts
	volume_ru.ts
	volume_sl.ts
	volume_th_TH.ts
	volume_tr.ts
	volume_uk.ts
	volume_zh_CN.ts
	volume_zh_TW.ts
	worldclock.ts
	worldclock_ar.ts
	worldclock_ca.ts
	worldclock_cs.ts
	worldclock_da.ts
	worldclock_de.ts
	worldclock_el.ts
	worldclock_es.ts
	worldclock_fr.ts
	worldclock_hu.ts
	worldclock_id.ts
	worldclock_it.ts
	worldclock_ja.ts
	worldclock_lt.ts
	worldclock_nl.ts
	worldclock_pl.ts
	worldclock_pt.ts
	worldclock_ru.ts
	worldclock_tr.ts
	worldclock_uk.ts
	worldclock_zh_CN.ts

nothing added to commit but untracked files present (use "git add" to track)
eye@Roger:/media/bigdisk/Data/_working/contrib/qmpanel$ pijul diff
message = ''
timestamp = '2022-10-10T15:08:59.277943591Z'
authors = []

# Dependencies
[2] PNNOYSBCV2E4A34X2PBORZG4XK2DY3N6ZBX7GWH2ZTSHLSMWBGJAC
[3]+BGJTHXUBILJWDQORQAF6DPZWQ2VQFCXM4QJ76RRJLFOYE35SKLEAC
[*] BGJTHXUBILJWDQORQAF6DPZWQ2VQFCXM4QJ76RRJLFOYE35SKLEAC
[*] ALHTJZF7PE6PFDYHGAE5GKK4DOTG2FPMZI2HCJXZXXJFBCHI5MVQC
[*] JXAI3PQVI7HFZKYMP46HVIGALEF7A7JPDRIJJ2NSIZIX2VBRSTEQC
[*] 63SG6T3O4UC6NDLA5HUMKKS2UUOQXFXBGOW5P4X7VPH7J6DURV3AC
[*] KQJ3CWGVBW3TEPZCFT7JHCA72NM3MEUNZI74BAU3A5VIGB5PYSKAC
[*] 6JT5RZOZ5MP6GFSL75R4Y4NJMXQZ3N7CID6P7QZYY6MS2BQWXSHAC
[*] IMAMCPH2XGQSENNAWRHLOYRRXGRKBPEOQWG6NZOTMQ2NWYYR3JWAC
[*] XJ5JP7PWY7JQOT2KIQYOJ6BUY2FKXGJMQUKYGZV3Q2YM6DRP3QHAC
[*] VH7UXN5XTFZYPW27WR6TOJFHVTPR5F24HUYUO7XKSKVCVVPH4OZQC
[*] CBG2CFDVX25G7SMQD2EQAW4ATXECRSG6QAEX2A3SMQ3BIEFH7JQAC
[*] JJ2JF4VN4Q5NINVPANUAGPMVTLEVGRF4XEHYS4N522CDBYSRXQQAC
[*] T24YQWWNPGXBHGR2TDS2BWE7DVDPBJBIMPSOXW3OERERWXWDSRVQC
[*] YISBNNPEA3MEOPZBUL776TUPHGEXU676Q4ERSBZCQHA7LFHYUFIAC
[*] NGIQZ4PH4M2YVAFH2NYV57FFWYTPZM4MRRDXBSIAJMNIMBQYOCNAC
[*] NT4BHLHEBW6M4EVIXXWOUSQ7XZTQGILT6UL7IHI7ESLDUUVMV25QC
[*] EUDG7GOUQRGJMOICCVC6TMADWDUTANQFRDJMDK4S5L34QVTSUY2AC
[*] ZSK74AI3CUSOCRSHZJ7LYEP3EW7UQANV54NCQHL7T753KCZABKGQC
[*] GHV4VB54XAQSOFSEBHK4EH4762ZD2OUNIFAVWSAMR2DG7NVSLF6AC
[*] CNJ6ZGS42F27IINR3WITRJGVZF7AZV3RKXCDIQMNKTRS7GYCLO3QC
[*] YMMEFOTT5YXQQ5LFK7GV6A5FN3ILW5KD6PGZNKXVA7LPLSNDCZPAC
[*] UJIYY2LDJKXXJJRIBGWAROGDA4RJZNMXXT4ZTT4E7K4LXJGOQ4PAC
[*] 7MHQ5TFLUEIUMAOBQH7NAB3JGUPUKIAWVXD35R6A6TBIDXSZCSLAC
[*] 5EPB6SYEUOAT6HRRRTLGBD6OHEUGIZW3F3GGPZY753XXEEOGRFBQC
[*] YYGLMHTJQO2D5MCIH7SGHDYTUGEGWWXG4G5XO5XY3A6NLYDKDSTAC
[*] C76HM4VROLUT3ZPBPIW7FNSMDXSMA5BVMEMVZ33Q2A6VUALV6O7QC
[*] 2XIAJBPE3LKL6MCCRUWGYBVXFWNNCESFW4GBQILBAELJC5ELRBLAC
[*] QZFOGCDFJAPD274C7MZ2GVCEK44DTVKWAJ3RHFIPPYOYPFUS5WTQC
[*] UKIGUA65HE676R5KIIZBXIFTMJM5WCJXV3OVGDLD6GJAEAYQYQXQC
[*] ZWKMHX6PKZVGV6GY5ZRYP2OHV22QPJ5DZIVYJYWF27JZK4YAVGLQC
[*] IFP76VWR6ONMQP4BNK7LNUKHOXGF56HRKS47L4KBAKP6OUDLWK6AC
[*] PRHM32ILSVBYYVKNBB6EZUGFWAZGHJV3XOEOTBNGDFGVSLCENNJAC
[*] G67L3QEYUDYALOKGFWZGFCZHLSIUXEM4SCZNMCZ5VXB5M7C5CUKQC
[*] OODR3WO3SHIUCMLWZMZSD4W7PPNKN4JBGNRTXWJ7TVIL6K7DPBVAC
[*] JHTULLJVECDD5Z6MXX5XT3BIRIWKJFPWYWQAFGEXVGMXALRYZCVQC
[*] NPIEC5SPXEJ6CJ5X46VJKS5UPKOKCKLXJZLZGHAAU42LA27RHBQAC
[*] UVDVGLLPJBY2BZXI7RELJVNSSND6MW7ZWKDUNQCXMSSIRXMW7RNQC
[*] 5LC5JSE3J3IPMBVLJCJHUQCSF32YBRN5YBRQTEHEIVUDK2XZ5PDAC
[*] SZQHC7JFNVGZYH3WOEEELDSSCWZMAWH6I3YEFS7G6JI2X22MSJHAC
[*] FWVEKRDDLJWOWHQILCULVQLRWWGX6VZ2QSOATLBGXEM3AHHBR3BAC
[*] 6L67DNUAMLEJ4EVLH2OT6HJF54PGANQ6EMM4THBFDUBUALMWTTKAC
[*] SVZ36CAFMRX2SPXB2UZJN5Q4PNOR6JX77OKSOFZYHJ33RI5JRFNQC
[*] 5C6ENWD4K2SHBYGD5CK7SFERUH32YML3PWCBFJBUJDZ7XQTGAF4AC
[*] 3ZIWQGEUWXZL4KE5C5KHTQ4M7LI4XYPQN3RYEJJWDMKBCTCNMS7QC
[*] Z4SVZ3TJOZ3HV63LTO55BNDXOKJ5MTL7AG3XO4A5EZWOSGQ7CSEQC
[*] PTKUONDBFA4OQDGE4MC46ZTCRWNVPQARGEZPGBD3AG43GNYXKIZAC
[*] MP6G6XSCSKN7ZWJ5RRC62JXLHP53T5BK7OVRWWULEY47EZ3CCTNQC
[*] IPDVVRJOFOAPYDG2OIMCVZVWZBWUAOEXAJOSRVUZ2WRTFGSHJMCAC
[*] 73GFOSS4A5IP6E2PZBGMWYSPODTEZQO7TZ6MNTZOM2G67LY4257QC
[*] 5SMCRI6L45Y3MPINMCCFGFMV5TS4ZBVATX2PGMLTFRGQJAXJRXXQC
[*] 4XVZXMORXWWZBET6VM5A6SXJG7S3YNTAKF62N7T2K3HFULNRJ6YAC
[*] GS2LZPO5O26CABKNJ7CAECPGV3HHFHKG5XUHKENM4ZOGOFG4I77QC
[*] TUPFVCNDJIJCJZOJ67P4W5G6MXFZM4ZRHA5KMUJKYM2XEAZYXQMAC
[*] ASCS3FNJCHY434P3ZHDFENWL5FCO64TDFHGPMXH2NK7ZMNLY7JVAC
[*] SKTB5OPW7RRUWZECRMZKO2EO6Z7ZH32MOW4W4JUPHY7E4Q36ZHIQC
[*] PE672SPIKNAUPIXVKE4QYPVVQKHZMZ3LGUEDN6T7VF5II2BIVYPAC
[*] E6VUYBAY5TPYG7DRB6TI2EKHABUIMYDTQ5L3YCIQNCIU2BU77UZQC
[*] ZKXEVQARRCW3I6PEBBSDPDSTOFSRFRAFFVUGD6NSWWVKAAQVXEWQC
[*] BNUOYSQOYI2OEP3LRFI6ECNCN4C6YV4XHOFQI7X3TJQ5TDXOY25AC
[*] 2LU7Y6BRERYETQ557DSWMVJUHUDSKT76KJTQ3PKYN5ACOUBJD43AC
[*] 77OVPDPLGTNN6LULM3YYYJOBW6BXDEW3FBX7QRMU3ORUOUSIS3WQC
[*] 7XWXVFSHK5C36HGK5YYAVOYMHRJDSY5FA2OHF3W5IONAGDLC4OEQC
[*] RNP5CRVZBKJO37FBIOPM47WBJ4MVUJ36HV4LQBXQ3N6XBZLCZAAAC
[*] 5KBWNF4V2H2RD7LB36A3456JA7EHAYLW2ZVUX6XFY23XTAMH7EHQC
[*] UCILHT52WSXM3PQLTXCBDEYJVIWTKINYDIPTMJT7IW7RA2KA6PPQC
[*] BAOSS3ZIHDZAIFCGYU5VOYDN6VCQIOJKGJVB6HCWYBDXO25N4N3QC
[*] SWUOSLH7PE2LWNUP2L5ATZORBHC7X5IZTXQVEOT7XGJ3XM25URKAC
[*] IDQT3II5WTN3FAKBMR7Y7YZA6ATUPTVR6ONYXQHILXZD7BC24HKAC
[*] RK5ZMNRY4TF526ZMT6PKJ6T7PH3IAWQVYNMBAVCDAMUBKXGOVWPAC
[*] X3G4ZI4YGFYCIJXWEAFYH2NGGKTPWLFVUI5URJMBV4VY5LM66FDAC
[*] 4EC45FH2QPTAFVAAY73UBMUXG63AQX22BIIBNYZWJQ63X6SESZSQC
[*] F2QOLT2ITJXIRYW2WORU6QDAD34OZZYUQHXH4E5SIHQZ2E626CUAC
[*] VNEUAAICNN77P55SJGJTXLUCPPEOCHLHCMSNQDDFAD2OLUIRCJMAC
[*] 2N32TDZUTJECCQ3AVXRV3XAZVQ73R25BWWQ6WZBNNNCKOPGQ5CRAC
[*] AFU3TM2BSEQPMTHS6SS7YSZF22HTQMC65IZP5LUJEQRTLCBWU2BQC
[*] EOSFIWR3MTWLNMZJV4OAXVMAPQDD2HWTLXJ2HTKXTIUO7JAVWSUQC
[*] WT6JLNFF76WSGT524AKR5WAAKW7PJZVJFOYLU6K7KCHU7OGQQKQQC
[*] X6TQ6MNOGNQYLTPGHQIL5ULH5HS633BEOBY2UA7IX6UHKHKIXKYAC
[*] ROCCBADJSFQO6EQZNNZHV4GBJVCQE6FGIULDVALLHCPDYPA27Q3QC
[*] PI7VZL36TGIC34Q6HAUZGUXOD2EHQEKIWOZGRCAL2A424DTDCISQC
[*] Y55FXRYXP2CTTR2VA4BB6NOGWKI6DWWOUGPHUIYQIK3K6GNYGNDAC
[*] DGBKGMRTUJWOPTYI3N72CVWE3NCCJK5EOYNBZ4FINXWRJGOHODYQC
[*] YWNKQTIWH2AL5BRYRAMSRRKN2IZ6PZ6QJNA7UGNBFLHSPY72TMNAC
[*] HD6HXYQAOD3G7KLHTWE7LVYLNIE3KIW6SVWD7XA6P2PKEF23DY4AC
[*] 4K7OAMG6PA3WXB4OE6YELQZHZNPRTEDXQ5LJUJX2JHFDQTO6WRXQC
[*] U3N5IUZWFODQSVVQ2E4CULQ2U7EPXEELCEPP3YZBAHWVF5AEQT2QC
[*] RSMLEI6WNS4RQJWAIMGJFAAVIJ5XHDXOYF6ILPVBBCYTKY7H45IQC
[*] 2E7KVU6BQEV6BS3HKDIJ3UDPE7A2IFEFQHM554RDAYAW4HWAIB2AC
[*] AWCCURHMHHN5IUOKZKIMUSYS7TR36S454UQFVOVGYJLY2TCVYXXQC
[*] AIKKILWHAKOSIC56UYUL7VSGX7DLKWNSWNR44KTM4STQEQCEN3PQC
[*] C4LA4XJJ6S5K2BFXSTSSE4TOMK6PS2ODGNB4XQMVTA7THQXO6T4QC
[*] D6Q35SAKAY6PRLEM2D2A6X43ETUNTM5OENRWBEIZX2U6PGQTAJLQC
[*] PYZ5HLYHKWMNHYFBSB46F6DH2ZP7JI5C2PMGXMY4UICK555KMR6QC
[*] 7HMYMWMXAW3FSC3N72T674Z7EA23GN6VVYCD2EHV636CBDWPVHFQC
[*] TEZLYV7N3QEUGRPFK77YVA3RF5AQWYGPRJRQQQSSOTJAMXR6EV5AC
[*] JURUNCF2TE23S7XVX6IFJTAG2TFKONRYN2ZGXVNIOP2CM7WY7IAAC
[*] K2PTYNADFOBX7YQP4CCAWXOKRDUSWBZICOOEVAJ3B6EGWUPCCFOQC
[*] TDM52FK5ZV7EFCAIEGCBF2UACNBGPTM5P3GGFE5OV3REMVK7GCJQC
[*] STTN26Y6XBYIJRR5FEFC7G4E3I4YRK2B3NK3UZZPQWRNWHOONVQQC
[*] FVE4NOA6OAPNLB3URLUHD4KCTBXRRSIC3IRK5GMVD76SDCHKWWFAC
[*] GKBZJHIAH57NVQMDJF3CZ43NVH7XFLFGH2TPEUEMLS7BEBDBRYXAC
[*] VILBHQVILXDTJXTC4QFHQ6LEMYDI4A72X5SUSLIRE7NBBVQEYR4QC
[*] 6TRM2GIVSPTOVBAXWH7PRS65SPL46MN22WSSCOODYMH23BRLB44AC
[*] A7ECMKL5EDYHV7QTNW7R2FEZIGXYBVC2OHNKTG5HNMIRIV2F2FDAC
[*] NPMJM74F6S53OOOR6WKXDGED2S3WE2B6ZG3BVPWKQ7AGZMVOCSDAC
[*] LMUOKCM4JJV47S3EYV5DICBASUS47QUQDDQQKTEEIA2GC7MND6CQC
[*] GOWR4ZEJEU7OVG7AWP4SYQJXOBHWJ5CCIN4JQWPDJ2WL6JRVX32AC
[*] EC5WH4A4GSNPXW544U55NXX2S46DA5OXZVUWBY4332PFYZWJQWDAC
[*] 327DNIAJG5NB5I6B6PEPTSMIMZ625FMKAC3QXYLHXI55WQYXRDHAC
[*] NWSDXWTPP7BMNZQUS2KRKGECDTIWQZFLBOZONBUSQ34JEUZFF62QC
[*] 5VL3ZYEGFT624WF4ZFVS6773L6V24L75PPDHWLHMW2EFY5TB5YEAC
[*] HMCLMAAX5WFZCJUFVB665FHREQCTQXNP5CZJ3EXZ5ONJOQIUBARAC
[*] LCEOSWP2ZO2BYKAADPSRIOTZT6C234JDJZZGG7M6ANGJODC3JAWQC
[*] 7HT2VQ2DSTTUUHSML45TQNZVYR7B6MGK7NBVSIW5O3N2V57QRPWQC
[*] HM7XBYVE3IYIZ73EYNXDUK75OWEPXFYMQLOKDCWOB6LNHZUTBADQC
[*] XGUSNMUZWFHRLPMYCPYPH3UAP4OLXY6DWX6GXLXN3BMUW23HWHYQC
[*] RWPO2FL5EXB6DLY4AANYVB44A3AEBNYPWS24AZ5CCX2TSOJFW6BAC
[*] RO446RYMKF5BCQ3WLBJ7WBOLQSIVUTVNAXVNPMPHQXNQ727S7SYAC

# Hunks

Well, this is embarrassing.

pijul had a problem and crashed. To help us diagnose the problem you can send us a crash report.

We have generated a report file at "/tmp/report-6b552134-42a0-46c5-bf01-37aff7eb2b7f.toml". Submit an issue or email with the subject of "pijul Crash Report" and include the report as an attachment.

- Authors: Pierre-Étienne Meunier <pe@pijul.org>

We take privacy seriously, and do not perform any automated error collection. In order to improve the software, we rely on people to submit reports.

Thank you kindly!
1.

The report file says the panic occurred in libpijul/src/change/printable.rs.

I just fixed the panic @joyously mentioned.

For the other issues, I have projects to improve our Git import, allowed by recent improvements in the Libpijul API. I’ll keep you posted. That command is feature-gated btw, I wrote it primarily for testing purposes.

Thank you! Can you also release a beta 3 please? I think this would help all parties involved.

I will, but first there are one or two other bugs I’d like to fix before that, also related to the Git import.

1 Like

Hopefully soon!

On second thoughts, what is the most authoritative version right now. @joyously helpfully mentions that there is a patch not on nest but only on zulip and I see 3 changes yesterday on nest, is everything on nest latest now?

Just pushed the update allowing to import Git repos without touching anything, @joyously will finally be able to celebrate.

2 Likes

Can you make a tag in the repo when you next push to crates.io?

Yay! I got the update and built pijul. I reran this test (clone and import) and there were no errors.
A git status shows only the .pijul folder and the .ignore file.
A pijul diff command shows nothing.
A pijul log shows lots of stuff.

I can’t tell if it ran faster, because I had started another import before I started this one, so they were running at the same time (and the fan on my laptop stayed on).

What’s left is for the import to happen in the current folder instead of the folder passed as an argument.
Also, I tried one which listed the uncommitted files and “Error: There were uncommitted files”, yet the command still created a .pijul folder and a .ignore file, which does not seem like the correct outcome.

Crates.io still has b2, how did you get update?

You can clone the pijul repository from the Nest and build it.
I already had one, but the command is
pijul clone https://nest.pijul.com/pijul/pijul
(I used pijul pull on my existing repo.)
I used this build command
cargo build --release --all-features
but that made some debug artifacts. There is likely an option to get just the git feature, but I’m not sure what it is.
Then install it or simply execute the built pijul.
The thread at Zulip shows how long my test ran, but I see there is a fix to test for that.

1 Like

Has beta 3 been released yet? https://crates.io/crates/pijul shows 0.12 and pijul package versions - Repology shows beta2 is the latest anyone has.

I’m not sure if this is related, but I’m seeing some of the same errors:

ERROR While adding “src/dk/some/project/assets.clj”: Path not in repository: src/dk/some/project/assets.clj

Basically every file for every commit in my git repo shows the same error, and in the end I have an empty pijul repo alongside the (untouched) git repo.

The output from pijul -V:

pijul 1.0.0-beta.2

If I then run pijul git from the same directory again, it crashes with this report:

name = 'pijul'
operating_system = 'unix:Ubuntu'
crate_version = '1.0.0-beta.2'
explanation = '''
Panic occurred in file '/home/matthias/.cargo/registry/src/github.com-1ecc6299db9ec823/pijul-1.0.0-beta.2/src/commands/git.rs' at line 261
'''
cause = 'called `Option::unwrap()` on a `None` value'
method = 'Panic'
backtrace = '''

   0: 0x55f14657872d - core::panicking::panic::h341545107301821d
                at /rustc/fc594f15669680fa70d255faec3ca3fb507c3405/library/core/src/panicking.rs:111
   1: 0x55f146887d68 - pijul::commands::git::import::h45e3c7ac5ceb2583
   2: 0x55f146880d1e - pijul::commands::git::Git::run::h74547fd81e5ae21a
   3: 0x55f1468fecda - pijul::run::{{closure}}::h049fe3f54a0ee84a
   4: 0x55f1468b048c - tokio::runtime::park::CachedParkThread::block_on::h15076e65060a0129
   5: 0x55f14667d5e9 - tokio::runtime::scheduler::multi_thread::MultiThread::block_on::h5fe22eaf74d163ad
   6: 0x55f1465e4960 - tokio::runtime::runtime::Runtime::block_on::hed245ce257f70f62
   7: 0x55f1467b5a1f - pijul::main::hc25dfe71fd242198
   8: 0x55f146670983 - std::sys_common::backtrace::__rust_begin_short_backtrace::hcf4d8c8deeb2f93a
   9: 0x55f1465bf759 - std::rt::lang_start::{{closure}}::h5aabf4428ee56502
  10: 0x55f146eddfec - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h9ab31282e87f134a
                at /rustc/fc594f15669680fa70d255faec3ca3fb507c3405/library/core/src/ops/function.rs:606
                 - std::panicking::try::do_call::h42ddf5b01d0b4bc7
                at /rustc/fc594f15669680fa70d255faec3ca3fb507c3405/library/std/src/panicking.rs:483
                 - std::panicking::try::hfb70320d7386c61a
                at /rustc/fc594f15669680fa70d255faec3ca3fb507c3405/library/std/src/panicking.rs:447
                 - std::panic::catch_unwind::h978c9edbad2bb4d4
                at /rustc/fc594f15669680fa70d255faec3ca3fb507c3405/library/std/src/panic.rs:137
                 - std::rt::lang_start_internal::{{closure}}::h04ede5bd2f26b553
                at /rustc/fc594f15669680fa70d255faec3ca3fb507c3405/library/std/src/rt.rs:148
                 - std::panicking::try::do_call::ha6b9da35a0885c93
                at /rustc/fc594f15669680fa70d255faec3ca3fb507c3405/library/std/src/panicking.rs:483
                 - std::panicking::try::h3325520cab3a642e
                at /rustc/fc594f15669680fa70d255faec3ca3fb507c3405/library/std/src/panicking.rs:447
                 - std::panic::catch_unwind::h160beec6f047175b
                at /rustc/fc594f15669680fa70d255faec3ca3fb507c3405/library/std/src/panic.rs:137
                 - std::rt::lang_start_internal::h79190e3a877a769d
                at /rustc/fc594f15669680fa70d255faec3ca3fb507c3405/library/std/src/rt.rs:148
  11: 0x55f1467b5b85 - main
  12: 0x7f42c0c0ed90 - __libc_start_call_main
                at ./csu/../sysdeps/nptl/libc_start_call_main.h:58
  13: 0x7f42c0c0ee40 - __libc_start_main_impl
                at ./csu/../csu/libc-start.c:392
  14: 0x55f146578c75 - _start
  15:        0x0 - <unresolved>'''

Again, not sure if this is even related to this, or if I am just “holding it wrong”.

1 Like

Fun fact: I dug around in the pijul sources, and in the git.rs file the line &repo.repo.working_copy is commented out and a &Commit { r: git, c: git.find_commit(*child)?, pref: prefstr, } is inserted instead. I don’t know rust, but replacing the &Commit ... line by the &repo... line makes the git repo import at least not fail.

There might be other problems (that some of you are maybe aware of?) with the git import, as the import doesn’t catch all the git commits.

Do you have a minimal reproduction script?

Also, I fixed a large number of bugs in the last few days, my recent activity on Pijul has been a bit irregular, as I’m also bootstrapping an unrelated company in parallel.

1 Like

I’m afraid not. I was just experimenting with the code to see what would happen if I poked at it a bit. :blush:

Also, it occurs to me that I am likely not comparing apples to apples, as the code where I changed the line was from the main channel, whereas the failure was from the beta.2 release.

Alright. Reproducible bug reports are incredibly helpful in a project like this one, as bugs are becoming more and more subtle and hard to chase.

If you ever come across another failure, please report it on pijul/pijul - Discussions. Thanks!

I will try to make a minimal example when I have some time. Is it relevant to see it fail with the beta.2 release on cargo, or does it only make sense with the code at the head of main?