Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wgactuator image build failing #831

Open
BrianJKoopman opened this issue Feb 13, 2025 · 1 comment
Open

wgactuator image build failing #831

BrianJKoopman opened this issue Feb 13, 2025 · 1 comment
Assignees
Labels
bug Something isn't working needs triage Cause of bug still unknown, needs investigation.

Comments

@BrianJKoopman
Copy link
Member

This build started failing recently. @sadachi5 mind taking a look?

9.457 --2025-02-13 16:38:23--  https://www.galil.com/sw/pub/apt/all/galil-release_1_all.deb
9.462 Resolving www.galil.com (www.galil.com)... 66.60.179.66
9.491 Connecting to www.galil.com (www.galil.com)|66.60.179.66|:443... connected.
9.683 HTTP request sent, awaiting response... 200 OK
9.874 Length: 2532 (2.5K) [application/vnd.debian.binary-package]
9.875 Saving to: ‘galil-release_1_all.deb’
9.875
9.875      0K ..                                                    100% 1.05G=0s
9.875
9.875 2025-02-13 16:38:24 (1.05 GB/s) - ‘galil-release_1_all.deb’ saved [2532/2532]
9.875
9.929 Reading package lists...
10.67 Building dependency tree...
10.84 Reading state information...
11.03 The following NEW packages will be installed:
11.03   galil-release
11.05 0 upgraded, 1 newly installed, 0 to remove and 28 not upgraded.
11.05 Need to get 0 B/2532 B of archives.
11.05 After this operation, 1024 B of additional disk space will be used.
11.05 Get:1 /home/ocs/galil-release_1_all.deb galil-release all 1 [2532 B]
11.84 Selecting previously unselected package galil-release.
(Reading database ... 20596 files and directories currently installed.)
11.86 Preparing to unpack .../ocs/galil-release_1_all.deb ...
11.86 Unpacking galil-release (1) ...
11.88 Setting up galil-release (1) ...
12.02 Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease
12.03 Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
12.04 Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
12.04 Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
12.65 Get:5 https://www.galil.com/sw/pub/apt  InRelease [2086 B]
12.81 Get:6 https://www.galil.com/sw/pub/apt  Packages [4632 B]
12.84 Fetched 6718 B in 1s (7491 B/s)
12.84 Reading package lists...
13.50
13.50 WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
13.50
13.52 Reading package lists...
14.15 Building dependency tree...
14.29 Reading state information...
14.43 The following NEW packages will be installed:
14.43   gclib
15.20 0 upgraded, 1 newly installed, 0 to remove and 28 not upgraded.
15.20 Need to get 5676 kB of archives.
15.20 After this operation, 17.6 MB of additional disk space will be used.
15.20 Get:1 https://www.galil.com/sw/pub/apt  gclib 1:2.0.10 [5676 kB]
21.66 Fetched 5676 kB in 6s (880 kB/s)
21.67 Selecting previously unselected package gclib.
(Reading database ... 20600 files and directories currently installed.)
21.68 Preparing to unpack .../gclib_1%3a2.0.10_amd64.deb ...
21.69 Unpacking gclib (1:2.0.10) ...
21.79 Setting up gclib (1:2.0.10) ...
21.80 Processing triggers for libc-bin (2.35-0ubuntu3.8) ...
21.86 Reading package lists...
22.54 Building dependency tree...
22.68 Reading state information...
22.81 The following NEW packages will be installed:
22.81   gcapsd
23.54 0 upgraded, 1 newly installed, 0 to remove and 28 not upgraded.
23.54 Need to get 2523 kB of archives.
23.54 After this operation, 6689 kB of additional disk space will be used.
23.54 Get:1 https://www.galil.com/sw/pub/apt  gcapsd 1:2.0.10 [2523 kB]
28.03 Fetched 2523 kB in 5s (484 kB/s)
28.03 Download complete and in download only mode
28.22 renamed '/tmp/gcapsd/usr/sbin/gcapsd' -> '/usr/sbin/gcapsd'
28.22 cp: cannot stat '/usr/share/gclib/src/wrappers/python/*': No such file or directory
------
failed to solve: process "/bin/sh -c apt-get update  && apt-get install -y apt-utils  && apt-get install -y wget libavahi-common-dev libavahi-client-dev libavahi-core-dev libcap-dev libdaemon-dev avahi-daemon  && wget https://www.galil.com/sw/pub/apt/all/galil-release_1_all.deb  && apt-get install -y ./galil-release_1_all.deb  && rm ./galil-release_1_all.deb  && apt-get update  && apt install -y gclib  && apt-get install -y --download-only gcapsd  && dpkg -x $(find / -name \"gcapsd*.deb\") /tmp/gcapsd/  && mv -v /tmp/gcapsd/usr/sbin/gcapsd /usr/sbin/  && rm -r /tmp/gcapsd/  && cp /usr/share/gclib/src/wrappers/python/* .  && cp /usr/share/gclib/doc/examples/python/* .  && python3 -m pip install .  && python3 -c \"import gclib; print(f'gclib location: {gclib.__file__}')\"" did not complete successfully: exit code: 1
@BrianJKoopman BrianJKoopman added bug Something isn't working needs triage Cause of bug still unknown, needs investigation. labels Feb 13, 2025
@sadachi5
Copy link
Contributor

I modified Dockerfile for wiregrid_actuator. Please check #833.
The installation procedure for gclib has been often changed. So, it may be better to store the files obtained by "wget" in our any server...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage Cause of bug still unknown, needs investigation.
Projects
None yet
Development

No branches or pull requests

2 participants