Closed harm363 closed 1 month ago
I believe this was already fixed in the version 1.6.0 (as it works when I test it). Could you confirm that you don't observe the problem with the newest version?
hmm, when I build the panel locally with version 1.6.0 it works. it seems the problem is somewhere with kikit in the kibot docker image. i wil contact its maintainer. in any case many thanks for your reply,
yep, when i manually install kikit in the kibot docker my project is panelized correctly. very strange, but the cause is not here
KiKit version
kikit, version 1.5.1-1
KiCAD version
8.0.1
Get the latest images, they have KiCad 8.0.3 and KiKit 1.6.0 (KiBot 1.7.0)
i have, i did pull the latest kicad 8 docker and installed the latest kikit version via pip. that seems to work.
my current dockerfile:
FROM ghcr.io/inti-cmnb/kicad8_auto:latest
RUN sed -i -e's/ main/ main contrib non-free/g' /etc/apt/sources.list && \
apt-get update && \
apt install -y jq pip zip python3-pandas python3-semver
RUN apt remove -y kikit
#RUN dl_deb.py INTI-CMNB/KiKit --skip kikit-doc
#RUN apt -y install --no-install-recommends ./*.deb && \
# apt-get -y autoremove && \
# rm /*.deb && \
# rm -rf /var/lib/apt/lists/* /var/cache/debconf/templates.dat-old /var/lib/dpkg/status-old
RUN pip install --break-system-packages kikit
COPY entry.sh /entry.sh
RUN chmod a+x /entry.sh
WORKDIR /mnt
ENTRYPOINT [ "/entry.sh" ]
this gives the version results:
kibot --version
eeschema_do --version
pcbnew_do --version
kikit --version
kicad-diff.py --version
KiBot 1.7.0 - Copyright 2018-2024, Salvador E. Tropea/INTI/John Beard - License: AGPL v3
eeschema_do 2.3.2 - Copyright 2018-2024, INTI/Productize SPRL - License: Apache 2.0
pcbnew_do 2.3.2 - Copyright 2018-2024, INTI/Productize SPRL - License: Apache 2.0
kikit, version 1.6.0
kicad-diff.py 2.5.4 - Copyright 2020-2024, INTI/Salvador E. Tropea - License: GPL 2.0
i have, i did pull the latest kicad 8 docker and installed the latest kikit version via pip. that seems to work.
Current docker images already contains KiKit 1.6.0, no need to install it.
BTW: I don't recommend installing KiKit using pip in KiBot images, I provide Debian packages that integrate with the system (pip is 100% alien, this is why you need --break-system-packages)
BTW: I don't recommend installing KiKit using pip in KiBot images, I provide Debian packages that integrate with the system (pip is 100% alien, this is why you need --break-system-packages)
I know, the pip install was purely to test if v1.6.0 worked.
I already pull the latest kicad8_auto image
FROM ghcr.io/inti-cmnb/kicad8_auto:latest
that gave me crashes, but i will test again.
When i get home tonight i will rebuild my docker with:
FROM ghcr.io/inti-cmnb/kicad8_auto:latest
RUN sed -i -e's/ main/ main contrib non-free/g' /etc/apt/sources.list && \
apt-get update && \
apt install -y jq pip zip python3-pandas python3-semver
COPY entry.sh /entry.sh
RUN chmod a+x /entry.sh
WORKDIR /mnt
ENTRYPOINT [ "/entry.sh" ]
with command sudo docker build --pull --no-cache -f docker/Dockerfile -t harm363/hw_ci:dev docker/
That should get all the correct versions rigth?
I already pull the latest kicad8_auto image
FROM ghcr.io/inti-cmnb/kicad8_auto:latest
Yes, this contains KiKit 1.6.0, but remember to pull a fresh image, if you get 1.5.1 is because you are using a cached copy.
well, i dont really know what happened. it works now. I had multiple kicad projects in the same folder for some reason, maybe that was the reason. anyway many thanks your both of your answers it really helped.
Prerequisites
KiKit version
kikit, version 1.5.1-1
KiCAD version
8.0.1
Operating system
debian sid (kicad8_auto docker from kibot)
Description
When i try to build a panel from a project it fails when i try to build projects with a tightframe instead of a normal frame.
I do run everything via the kibot_auto docker and these projects did work with the kicad7 docker, so i am sure i missed a change in how to configure the tightframe. I see no difference in panelizing rectangular boards or other shapes, i get a panel with frame type: frame, but not with frame type: tightframe.
running with debug trace gives :
I am probably missing something simple or I did something stupid but i dont know where to continue searching from this debug output.
If you have any questions do not hesitate to ask, i will do my best to answer quickly.
Steps to Reproduce
the command i use:
my kikit.json config:
my project_kikit.json config