Skip to Content.
Sympa Menu

perfsonar-user - [perfsonar-user] Latest docker testpoint build fails

Subject: perfSONAR User Q&A and Other Discussion

List archive

[perfsonar-user] Latest docker testpoint build fails


Chronological Thread 
  • From: Johann Hugo <>
  • To:
  • Subject: [perfsonar-user] Latest docker testpoint build fails
  • Date: Wed, 9 Jul 2025 08:43:15 +0200

Hi all

Has anyone installed the latest perfSONAR docker testpoint? 

Mine fails to build. I'm following the docker compose section from  https://docs.perfsonar.net/install_docker.html

Any ideas to get it up and running? Maybe it's some previous stuff that I need to clean first.

root@host-7:~# git clone https://github.com/perfsonar/perfsonar-testpoint-docker
Cloning into 'perfsonar-testpoint-docker'...
remote: Enumerating objects: 975, done.
remote: Counting objects: 100% (260/260), done.
remote: Compressing objects: 100% (71/71), done.
remote: Total 975 (delta 227), reused 189 (delta 189), pack-reused 715 (from 1)
Receiving objects: 100% (975/975), 206.60 KiB | 17.22 MiB/s, done.
Resolving deltas: 100% (543/543), done.
root@host-7:~# cd perfsonar-testpoint-docker
root@host-7:~/perfsonar-testpoint-docker# docker compose -f docker-compose.systemd.yml build
[+] Building 9.4s (23/23) FINISHED
 => [internal] load local bake definitions                                                                                                              0.0s
 => => reading from stdin 394B                                                                                                                          0.0s
 => [internal] load build definition from Dockerfile                                                                                                    0.0s
 => => transferring dockerfile: 3.29kB                                                                                                                  0.0s
 => [internal] load metadata for docker.io/library/ubuntu:22.04                                                                                         2.2s
 => [internal] load .dockerignore                                                                                                                       0.0s
 => => transferring context: 2B                                                                                                                         0.0s
 => [ 1/18] FROM docker.io/library/ubuntu:22.04@sha256:3c61d3759c2639d4b836d32a2d3c83fa0214e36f195a3421018dbaaf79cbe37f                                 0.0s
 => [internal] load build context                                                                                                                       0.0s
 => => transferring context: 41.44kB                                                                                                                    0.0s
 => CACHED [ 2/18] RUN sed -i 's/# deb/deb/g' /etc/apt/sources.list                                                                                     0.0s
 => CACHED [ 3/18] RUN apt-get update     && apt-get install -y systemd systemd-sysv software-properties-common     && apt-get clean     && rm -rf /va  0.0s
 => CACHED [ 4/18] RUN cd /lib/systemd/system/sysinit.target.wants/     && ls | grep -v systemd-tmpfiles-setup | xargs rm -f $1                         0.0s
 => CACHED [ 5/18] RUN rm -f /lib/systemd/system/multi-user.target.wants/*     /etc/systemd/system/*.wants/*     /lib/systemd/system/local-fs.target.w  0.0s
 => CACHED [ 6/18] RUN apt-get update     && apt-get install -y vim curl gnupg rsyslog net-tools sysstat iproute2 dnsutils tcpdump     && apt-get clea  0.0s
 => CACHED [ 7/18] RUN apt-get update     && apt-get install -y postgresql-14 postgresql-client-14     && rm -rf /var/lib/postgresql/14/main            0.0s
 => CACHED [ 8/18] RUN su - postgres -c "/usr/lib/postgresql/14/bin/pg_ctl init -D /var/lib/postgresql/14/main"                                         0.0s
 => CACHED [ 9/18] COPY --chown=postgres:postgres postgresql/postgresql.conf /etc/postgresql/14/main/postgresql.conf                                    0.0s
 => CACHED [10/18] COPY --chown=postgres:postgres postgresql/pg_hba.conf /etc/postgresql/14/main/pg_hba.conf                                            0.0s
 => CACHED [11/18] RUN su - postgres -c "/usr/lib/postgresql/14/bin/pg_ctl start -w -t 60 -D /var/lib/postgresql/14/main"                               0.0s
 => CACHED [12/18] COPY rsyslog/rsyslog /etc/init.d/rsyslog                                                                                             0.0s
 => CACHED [13/18] COPY rsyslog/rsyslog.conf /etc/rsyslog.conf                                                                                          0.0s
 => CACHED [14/18] COPY rsyslog/listen.conf /etc/rsyslog.d/listen.conf                                                                                  0.0s
 => CACHED [15/18] COPY rsyslog/python-pscheduler.conf /etc/rsyslog.d/python-pscheduler.conf                                                            0.0s
 => CACHED [16/18] COPY rsyslog/owamp-syslog.conf /etc/rsyslog.d/owamp-syslog.conf                                                                      0.0s
 => CACHED [17/18] RUN curl -o /etc/apt/sources.list.d/perfsonar-minor-staging.list http://downloads.perfsonar.net/debian/perfsonar-minor-staging.list  0.0s
 => ERROR [18/18] RUN apt-get update     && apt-get install -y perfsonar-testpoint     && apt-get clean     && rm -rf /var/lib/apt/lists/* /tmp/* /var  7.1s
------
 > [18/18] RUN apt-get update     && apt-get install -y perfsonar-testpoint     && apt-get clean     && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*:
0.816 Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
1.014 Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
1.035 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
1.551 Hit:4 https://downloads.perfsonar.net/debian perfsonar-minor-staging InRelease
2.011 Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
2.209 Get:6 http://security.ubuntu.com/ubuntu jammy-security/restricted Sources [98.5 kB]
2.404 Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe Sources [578 kB]
2.574 Get:8 http://security.ubuntu.com/ubuntu jammy-security/universe Sources [382 kB]
2.912 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main Sources [694 kB]
3.027 Get:10 http://security.ubuntu.com/ubuntu jammy-security/main Sources [401 kB]
3.162 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Sources [105 kB]
3.184 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [4948 kB]
3.222 Get:13 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3098 kB]
3.674 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3413 kB]
3.734 Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1264 kB]
3.814 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1567 kB]
3.827 Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [4780 kB]
3.859 Get:18 http://archive.ubuntu.com/ubuntu jammy-backports/universe Sources [11.7 kB]
3.860 Get:19 http://archive.ubuntu.com/ubuntu jammy-backports/main Sources [10.2 kB]
3.860 Get:20 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.2 kB]
4.437 Fetched 21.8 MB in 4s (5310 kB/s)
4.437 Reading package lists...
5.493 W: https://downloads.perfsonar.net/debian/dists/perfsonar-minor-staging/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
5.584 Reading package lists...
6.630 Building dependency tree...
6.860 Reading state information...
6.970 Some packages could not be installed. This may mean that you have
6.970 requested an impossible situation or if you are using the unstable
6.970 distribution that some required packages have not yet been created
6.970 or been moved out of Incoming.
6.970 The following information may help to resolve the situation:
6.970
6.970 The following packages have unmet dependencies:
7.064  pscheduler-bundle-full : Depends: pscheduler-tool-tracemtu but it is not installable
7.072 E: Unable to correct problems, you have held broken packages.
------
Dockerfile:74

--------------------

  73 |

  74 | >>> RUN apt-get update \

  75 | >>>     && apt-get install -y perfsonar-testpoint \

  76 | >>>     && apt-get clean \

  77 | >>>     && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

  78 |

--------------------

failed to solve: process "/bin/sh -c apt-get update     && apt-get install -y perfsonar-testpoint     && apt-get clean     && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 100




  • [perfsonar-user] Latest docker testpoint build fails, Johann Hugo, 07/09/2025

Archive powered by MHonArc 2.6.24.

Top of Page