Merge ~paelzer/ubuntu-helpers:fix-unparsable-jobs into ~paelzer/ubuntu-helpers:master

Proposed by Christian Ehrhardt 
Status: Superseded
Proposed branch: ~paelzer/ubuntu-helpers:fix-unparsable-jobs
Merge into: ~paelzer/ubuntu-helpers:master
Diff against target: 16593 lines
Reviewer Review Type Date Requested Status
Canonical Server Reporter Pending
Review via email: mp+426876@code.launchpad.net

This proposal has been superseded by a proposal from 2022-07-14.

To post a comment you must log in.

Unmerged commits

b4f7d42... by Christian Ehrhardt 

lp-test-isrunning: tolerate more job types

Sometimes jobs can't be parsed and that crashes the listing right now.
There are two types that are better handled by this change:
1. private jobs which are the only key content we get in this case
2. broken json data which also should not abort the rest of the listing

Signed-off-by: Christian Ehrhardt <email address hidden>

08d4655... by Bryce Harrington

lp-test-ppa: Improve overall status reporting

This fixes a bug where the overall_status was being reset for each
subtest, so really was only accurate about the final subtest's status.

A secondary bug tracking overall_status could crop up if using --subtest
to limit the display of results; this would cause overall_status to miss
failures of non-displayed subtests.

We now track the overall status in Result.status by iterating over all
subtests, separately from the subtest display.

Further, this splits (overall) status and status_icon for Result
objects, like done for Subtests. Status of Subtest and Result objects
are distinguished design-wise by using solid buttons for the former, and
colorful symbols for the latter. Both use the same symbol to indicate
error conditions, to avoid ambiguity that something's broken.

b54c104... by Bryce Harrington

lp-test-ppa: Refactor a Results.subtests() property

Introduce a Subtest class for encapsulating per-subtest status
information. Primarily, this is used to parse the status from the
subtest's result line, and to give a colorful status icon.

Previously, the unicode icon was used as the status value itself, but
this uses a textual string ('PASS', 'FAIL', et al) that will be easier
to use in code.

f1952de... by Bryce Harrington

lp-test-ppa: Refactor a Result.triggers() property

Code for parsing triggers from the test results log is refactored out to
become a new property for the Results class. The parse results are
cached so that this can be called multiple times without
reparsing/reformatting the data.

8202349... by Bryce Harrington

lp-test-ppa: Refactor a Result.log() property

Move the code to download the log file into its own property member
inside the Result class. This caches the downloaded results, so that
multiple calls don't re-download the data.

Also adds a Result.status property, which for now just stores download
errors, but will also be used for storing the overall pass/fail state
for the test.

19a4035... by Bryce Harrington

lp-test-ppa: Refactor a Result.timestamp() property

Member function to format the result's time as a str timestamp.

7b938ce... by Bryce Harrington

lp-test-ppa: Rename getLink() to ansi_hyperlink()

For clarity to emphasize this is formatting an ANSI hyperlink.

It appears the end param to this routine is not actually used in the
formatting, so drop its use.

6e22ed0... by Bryce Harrington

lp-test-ppa: Store Result objects in result_data array

result_data remains keyed by a source, arch tuple, but now contains
actual Result objects rather than a tuple of elements.

c15773e... by Christian Ehrhardt 

pkg_per_release.sh: trivial helper to get PKG counts per release/component

Signed-off-by: Christian Ehrhardt <email address hidden>

5acc16c... by Christian Ehrhardt 

chatanalysis.sh: better tolerate missing dates in logs

Signed-off-by: Christian Ehrhardt <email address hidden>

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/.gitignore b/.gitignore
2new file mode 100644
3index 0000000..dcfcf60
4--- /dev/null
5+++ b/.gitignore
6@@ -0,0 +1,9 @@
7+/build/
8+/dist/
9+
10+*.snap
11+
12+# Logs
13+*-debug.log
14+*-error.log
15+*.pyc
16diff --git a/README.md b/README.md
17new file mode 100644
18index 0000000..954fac8
19--- /dev/null
20+++ b/README.md
21@@ -0,0 +1,277 @@
22+# Ubuntu Server Tooling collection
23+
24+This is a collection of tools used by different team members of the
25+Ubuntu server team. The purpose of this repository is to reduce the re-creation
26+of such tools over and over again.
27+
28+We start with a per-user subdirectory as historically people have diverged
29+the very same tools. The intention is to unify some things over time.
30+
31+All tools are as-is and without any guarantees.
32+
33+This file shall give an overview what these tools actually do to allow
34+exploring and evaluating them more easily.
35+
36+## Proposed migration work
37+
38+* cpaelzer/check-autopkgtest-stats.sh
39+Check the past of a packages autopkgtest success rate and scan for a given
40+pattern in those fails. Most useful when debugging if a certain issue
41+comes back but hiding between other errors.
42+It will list which sub-test failed and visually show the frequency of those.
43+Example: `$ check-autopkgtest-stats.sh -c 40 -p libreoffice -r xenial -a amd64 -P 'gb_JunitTest_DEBUGRUN'`
44+will give you some stats plus `1 junit-subsequentcheck ( 2.50%) ....................F..................`
45+
46+* cpaelzer/check-component-mismatches.sh
47+Run this against a link to a buildlog on launchpad - e.g. where you prep
48+your shiny new package/version for main.
49+It tries to identify dependencies of that build into non-main.
50+
51+* cpaelzer/check-component-mismatches-v2.sh
52+Like the checker above, but instead of a buildlog just run it with a package
53+name. Preferrably in a container with the target release.
54+
55+* cpaelzer/lp-affects-devel
56+Mark a bug affected by a given package/release combo.
57+Example: `$ lp-affects-devel 1863108 postgresql-9.5 xenial`
58+
59+* cpaelzer/lp-test-ppa
60+Trigger and report autopkgtests on a PPA
61+Example: `$ ./lp-test-ppa ppa:ci-train-ppa-service/4318 hirsute`
62+
63+* cpaelzer/rma
64+Rmadison to Debian and Ubuntu at once to compare versions with each other.
65+
66+* cpaelzer/testify.sh
67+Insert all autopkgtest architectures into a autopkgtest retry link
68+
69+* rbasak/chdist-if-migrated
70+Simulate proposed migration for a set of packages so that you can then
71+poke apt-get to see why britney says something will become
72+uninstallable.
73+
74+* rbasak/autopkgtest-urls
75+Look up versions of packages in proposed to run autopkgtest against, and
76+output the retry URLs.
77+
78+* bryce/migration-filter
79+This script filters the update_excuses YAML data and prints subsets or
80+counts of data by various criteria. E.g.L
81+ $ migration-filter --total
82+ $ migration-filter single-build-failures
83+ $ migration-filter single-test-regressions
84+
85+* rbasak/prep-rebuild
86+Given a list of source packages, automate fetching, bumping the
87+changelog and preparing the upload. This leaves a pile of changes files
88+in the current directory ready to debsign and dput.
89+
90+* rbasak/lp_build_status.py
91+Some people might have already attempted no change rebuilds, so if I
92+look at the current state of things to get a list of packages that look
93+like they need a no change rebuild, I might be duplicating effort and
94+wasting build resources. This tool takes a list of source packages,
95+examines Launchpad, and lists any packages whose highest versions are
96+currently not built on amd64 for whatever reason (eg. in the queue,
97+build in progress, failed to build). This allows me to remove these from
98+my list of no-change rebuild uploads and investigate these manually.
99+
100+## Package information
101+
102+* cpaelzer/get-packages-subscribed.py
103+List packages a team is subscribed to (e.g. for MIR processing)
104+
105+* cpaelzer/check-OS-packages-on-server-mapping.sh
106+Due to the team split in the past we have some overlap that we need to
107+clear on a regular base. Finds packages subscribed by both teams.
108+
109+* cpaelzer/packageset-subscription-mismatches.sh
110+Find packages subscribed but not in main (candiate to drop) and packages
111+in server packageset (uploads) but not subscribed (candidate to clear either)
112+
113+* bryce/debian-changes
114+Views top 100 lines of the current Debian changelog for package.
115+Intended to be similar in nature to the 'ubuntu-changes' script.
116+
117+* bryce/pkg-bin-contents: Lists executables from given package
118+* bryce/pkg-component: What component (main|universe) is package in?
119+* bryce/pkg-depends: Looks up the install-time dependencies for package
120+* bryce/pkg-rdepends: Looks up reverse-dependencies for package
121+* bryce/pkg-source: What source package contains this binary?
122+* bryce/pkg-policy: apt-cache policy but just for just installed packages
123+
124+## Updating Packages
125+
126+* cpaelzer/dput
127+Break on common errors before uploading them
128+
129+* cpaelzer/git-to-dquilt.sh
130+Convert a git commit into a debian/patches/ entry.
131+Automatically adds dep3 headers, date and bug.
132+Can work on multiple commits at once and trivializes bug-fixing.
133+Note: you need to add the upstream remote beofre you can pick patches from
134+there.
135+Example:
136+ git-to-dquilt.sh -b 1895366 -p "ubuntu-v3.0.3-fixes" -u 'https://github.com/corosync/corosync/commit/' 7f64a1dc ec889e89 9105d94a 21e1c711 ee38d93c f31a31f9
137+
138+* cpaelzer/sbuildchroot
139+Enter an sbuild chroos without having to remember the /...../ path.
140+
141+* cpaelzer/localrepo.sh
142+If you have a bunch of local debs e.g. from a sbuild run this will create
143+and sign the necesary files to include it as a local repository.
144+
145+* cpaelzer/pull-uca-source.py
146+Like pull-lp-source but for Ubuntu cloud archive
147+
148+* bryce/cl-diff
149+Extracts and reformats text from uncommitted debian/changelog.
150+
151+* bryce/pkg-nochange
152+Prepares a no-change rebuild for a package
153+
154+* bryce/install-build-deps
155+Determines build-dependencies from ./debian/control and installs.
156+
157+* bryce/pkg-clean
158+Removes build junk from a git-managed package, or its parent dir.
159+
160+## Virtualization stack special cases
161+
162+* cpaelzer/locallibvirt.sh
163+Helps to build libvirt locally close to what we usually build for Ubuntu
164+releases.
165+
166+* cpaelzer/buildpkg-qemu.sh
167+Qemu had some serious mismatches between git and tarballs prior to Eoan.
168+This helps to clean up before build and restore the proper content.
169+
170+## Packaging VCS management
171+
172+* rbasak/adopt.py
173+Adopt non-VCS uploads made by other Ubuntu developers into your package
174+maintenance VCS by making use of the synthesized git-ubuntu view.
175+
176+* bryce/pkg-get
177+Grabs code from non-git-ubuntu sources (universe, .dsc's from a PPA or
178+debian) and sticks into a new git tree.
179+
180+* rbasak/lp_scrape_mps.py
181+Workaround for Launchpad not supporting an API version of the
182++activereviews page. Pending MP:
183+https://code.launchpad.net/~cjwatson/launchpad/git-getRequestedReviews/+merge/271136
184+
185+* rbasak/lp_auto_approve.py, lp-auto-approve.{service,timer}
186+Auto approver bot for git-ubuntu based MPs and the Canonical Server
187+Team's peer review rules.
188+
189+## Packaging/Container related tools:
190+
191+* bryce/ls-installed - dump list of what unique packages are installed
192+* bryce/ls-lxc - list all lxc containers
193+* bryce/rmad - look up debian and ubuntu versions of a package
194+* bryce/dependency-tree - organize list of packages in revdep order
195+* bryce/enable-debsrc - uncomments deb-src entries in sources.list*
196+* bryce/enable-proposed - enables the proposed pocket in sources.list
197+
198+## Git branch review related tools:
199+
200+I don't find myself using these for Ubuntu packaging, but they proved
201+handy when doing upstream maintenance work, esp. for reviewing large git
202+branch MP's.
203+
204+* bryce/git-cmp-branches - diff branches
205+* bryce/git-cmp-repos - diff entire repos
206+* bryce/git-exam - dump git changes to a given file
207+* bryce/git-grep - greps for a string within a range of commits
208+* bryce/git-log-branch - pretty formatted log graph
209+* bryce/git-pop - removes top commit (saved to /tmp/)
210+
211+## Testing tools:
212+
213+* bryce/check-scripts
214+Convenience script to run various lint/flake/compile checkers on code
215+
216+## X11 / Desktop cli's:
217+
218+* bryce/middle-paste - I map this to ctrl+alt+v to simulate middle-paste
219+
220+## Basic Unix-style commands I've added to my workflow:
221+
222+* bryce/binit - Symlink a script into ~/bin
223+* bryce/columns - Extract columns from text tables
224+* bryce/mv-smart - avoid clobbering existing files unless they're identical
225+* bryce/prepend - Inserts file content at top of files
226+* bryce/json-check - Checks that a given file can be loaded as valid JSON
227+* bryce/json-get - Retrieves a specified element within a JSON file
228+
229+## Externally hosted things:
230+
231+* ppa-dev-tools: CLI for creating PPAs.
232+ - Create, list, delete, etc. PPAs
233+ - https://launchpad.net/ppa-dev-tools
234+
235+* post-discourse: CLI tool for interacting with Discourse
236+ - https://gitlab.com/bryceharrington/post-discourse
237+
238+* launchpad-gm-scripts: Firefox enhancements for bug report triaging and
239+ other launchpad-related work.
240+ - https://launchpad.net/launchpad-gm-scripts
241+
242+* php-ubuntu-tools: CLI for preparing for packageset transitions.
243+ - https://code.launchpad.net/~php-ubuntu/+git/php-ubuntu-tools
244+ - Currently pretty specific to PHP but could be repurposeable for
245+ other kinds of transitions.
246+ - Honestly is kind of a mess because transitions involve so many
247+ different parts which change on a daily basis, so it's tough to
248+ engineer a general solution.
249+ - I'm thinking instead of trying to automate the full process, to
250+ break it down into smaller helper scripts...
251+
252+* usmerges: Email service to look for merge opportunities.
253+ - Not posted publically yet
254+ - Kind of an agglomeration of quick hacks; I want to rewrite it with
255+ test cases, proper python modules, and a less organic structure.
256+
257+* excuses-kicker: Tool for mass-retargeting autopkgtest runs, similar in
258+ concept to retry-autopkgtest-regressions, but figures out other
259+ proposed packages likely to be needed, and constructs URLs for
260+ retriggering against all those.
261+ - https://launchpad.net/~bryce/+git/excuses-kicker
262+
263+## Misc
264+
265+* rbasak/standup_timer.py: used to time our standups.
266+* bryce/debb: Convenience wrapper for filing bugs with Debian.
267+* bryce/guadm-import: Admin tool to import a package into git-ubuntu
268+* bryceguadm-reprioritize: Admin tool to bump import priorities
269+* bryce/guadm-set-target: Admin tool to make imported repo the default
270+* rbasak/master2main.py: automatically migrate Launchpad git repository
271+ mainline branches from "master" to "main".
272+
273+
274+## Experiments / WIP:
275+
276+These are some side projects I own or help maintain, which aren't
277+currently in an immediately useful state, but may be worth mentioning if
278+others have similar needs/interests.
279+
280+* diskwatch: Displays status of collection of hdd's, including their
281+ serial numbers, bus location, raid details, etc. Doesn't handle a
282+ wide enough breadth of hardware, so still rather WIPish.
283+ - https://gitlab.com/bryceharrington/diskwatch
284+
285+* python-fstab: Python module for managing fstab contents.
286+ - Originally written by Lars Wirzenius, but seems unmaintained now.
287+ - My hope was to use something off-the-shelf but what I've found
288+ unfortunately doesn't meet my requirements. This came closest.
289+ - Note: I've ported it to python3 but still buggy, not quite ready
290+ for prime time.
291+ - https://code.launchpad.net/~bryce/python-fstab/+git/python-fstab
292+
293+* python-bullettree: Python module for managing Debian-changelog style
294+ bullet lists (* / - / +). Super early in development.
295+ - https://gitlab.com/bryceharrington/bullet-tree
296+
297+* bryce/nbs-to-ppa
298+Prepares rebuilds of all packages on NBS page for upload to a PPA
299diff --git a/bryce/binit b/bryce/binit
300new file mode 100755
301index 0000000..1ae5167
302--- /dev/null
303+++ b/bryce/binit
304@@ -0,0 +1,50 @@
305+#!/bin/bash
306+
307+## Prints to stderr
308+##
309+## @param str *: String to be displayed.
310+info() {
311+ echo "${*}" 1>&2
312+}
313+
314+## Prints to stderr, prefixed by 'Warning:'
315+##
316+## @param str *: String to be displayed.
317+warn() {
318+ echo "Warning: $1" 1>&2
319+}
320+
321+## Prints to stderr, prefixed by 'Error:'
322+##
323+## @param str *: String to be displayed.
324+error() {
325+ echo "Error: ${*}" 1>&2
326+}
327+
328+## Prints to stderr, prefixed by 'Fatal:', and terminates with non-zero exit code
329+##
330+## @param str 1: Exit error code (optional).
331+## @param str *: String to be displayed.
332+die() {
333+ echo "Fatal: ${*}" 1>&2
334+ if [[ "${1}" =~ ^[0-9]+$ ]]; then
335+ exit "${1}"
336+ else
337+ exit 1
338+ fi
339+}
340+
341+for item in $* ; do
342+ if [ ! -e ${item} ]; then
343+ error "No such file '${item}'"
344+ continue
345+ fi
346+ path=$(realpath ${item})
347+ tool=$(basename ${path})
348+ if [ -e ~/bin/$tool ]; then
349+ error "$tool already in ~/bin"
350+ continue
351+ fi
352+ ln -s $path ~/bin/$tool
353+ echo "linked ~/bin/$tool"
354+done
355diff --git a/bryce/check-scripts b/bryce/check-scripts
356new file mode 100755
357index 0000000..0b90a7f
358--- /dev/null
359+++ b/bryce/check-scripts
360@@ -0,0 +1,108 @@
361+#!/bin/bash
362+# -*- coding: utf-8; mode: sh -*-
363+
364+# Do some basic compile/lint style checks on scripts of various
365+# programming languages.
366+
367+# Copyright (C) 2020 Bryce W. Harrington <bryce@bryceharrington.org>
368+#
369+# This program is free software: you can redistribute it and/or
370+# modify it under the terms of the GNU Affero General Public
371+# License as published by the Free Software Foundation, either
372+# version 3 of the License, or (at your option) any later
373+# version.
374+#
375+# This program is distributed in the hope that it will be useful,
376+# but WITHOUT ANY WARRANTY; without even the implied warranty of
377+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
378+# GNU Affero General Public License for more details.
379+#
380+# You should have received a copy of the GNU Affero General Public License
381+# along with this program. If not, see <http://www.gnu.org/licenses/>.
382+
383+progname=$(basename "${0}")
384+
385+usage() {
386+ cat >&2 <<EOF
387+Usage: ${progname} [scripts]
388+EOF
389+ exit "${1}"
390+}
391+
392+warn() {
393+ echo "Warning: $1" 1>&2
394+}
395+
396+die() {
397+ echo "Error: $1" 1>&2
398+ exit 1
399+}
400+
401+function check_script_bash() {
402+ local code_file="${1}"
403+
404+ bash -n "${code_file}"
405+ shellcheck "${code_file}"
406+}
407+
408+function check_script_python() {
409+ local code_file="${1}"
410+
411+ echo "### python3 -m py_compile '${code_file}' ###"
412+ python3 -m py_compile "${code_file}"
413+ if [ -e "${code_file}c" ]; then
414+ rm "${code_file}c"
415+ fi
416+ echo
417+ echo "### pyflakes3 '${code_file}' ###"
418+ pyflakes3 "${code_file}"
419+ echo
420+ echo "### flake8 '${code_file}' ###"
421+ flake8 "${code_file}"
422+ echo
423+ echo "### pylint '${code_file}' ###"
424+ pylint "${code_file}"
425+}
426+
427+function check_code_c() {
428+ local code_file="${1}"
429+ die "${FUNCNAME[0]}: Unimplemented"
430+}
431+
432+function check_code_cpp() {
433+ local code_file="${1}"
434+ die "${FUNCNAME[0]}: Unimplemented"
435+}
436+
437+main() {
438+ # TODO: If no args given, check all scripts in CWD
439+
440+ for code_file in "${@}"; do
441+ code_file=$(realpath "${code_file}")
442+ file_type=$(file -b "${code_file}")
443+
444+ case ${file_type,,} in
445+ *bash*)
446+ check_script_bash "${code_file}"
447+ ;;
448+ *bourne*)
449+ check_script_bash "${code_file}"
450+ ;;
451+ *python*script*)
452+ check_script_python "${code_file}"
453+ ;;
454+ *c++*source*)
455+ check_code_cpp "${code_file}"
456+ ;;
457+ *c*source*)
458+ check_code_c "${code_file}"
459+ ;;
460+ *)
461+ warn "Unknown script type '${file_type}' for ${code_file}"
462+ esac
463+ done
464+}
465+
466+if [[ "${0}" == "${BASH_SOURCE[0]}" ]]; then
467+ main "$@"
468+fi
469diff --git a/bryce/cl-diff b/bryce/cl-diff
470new file mode 100755
471index 0000000..f87b174
472--- /dev/null
473+++ b/bryce/cl-diff
474@@ -0,0 +1,7 @@
475+#!/usr/bin/env bash
476+
477+git diff debian/changelog \
478+ | grep '^+ ' \
479+ | sed 's/^../ /' \
480+ | sed 's/ \* / - /' \
481+ | sed 's/ \- / + /'
482diff --git a/bryce/columns b/bryce/columns
483new file mode 100755
484index 0000000..b36455f
485--- /dev/null
486+++ b/bryce/columns
487@@ -0,0 +1,27 @@
488+#!/usr/bin/perl -w
489+# -*- coding: utf-8 -*-
490+
491+my @fields = grep { $_ =~ /^\d+\+?$/ } sort @ARGV;
492+
493+while (<STDIN>) {
494+ chomp;
495+ $_ =~ s/^\s+//;
496+ my @cols = split /\s+/, $_;
497+ my $show_after = undef;
498+ foreach my $field (@fields) {
499+ if ($field =~ /\+$/) {
500+ $field =~ s/\+//;
501+ $show_after = $field;
502+ }
503+ next unless $field && $cols[$field-1];
504+ print $cols[$field-1], ' ';
505+ }
506+ if ($show_after) {
507+ $field = $show_after;
508+ while ($field < $#cols+1) {
509+ $field += 1;
510+ print $cols[$field-1], ' ';
511+ }
512+ }
513+ print "\n";
514+}
515diff --git a/bryce/data/example-buildlog-00.txt b/bryce/data/example-buildlog-00.txt
516new file mode 100644
517index 0000000..6fd82df
518--- /dev/null
519+++ b/bryce/data/example-buildlog-00.txt
520@@ -0,0 +1,2018 @@
521+https://launchpad.net/ubuntu/+source/ggcov/0.10-3/+build/21476022
522+RUN: /usr/share/launchpad-buildd/bin/builder-prep
523+Kernel version: Linux lcy01-amd64-026 4.15.0-144-generic #148-Ubuntu SMP Sat May 8 02:33:43 UTC 2021 x86_64
524+Buildd toolchain package versions: launchpad-buildd_196~482~ubuntu18.04.1 python3-lpbuildd_196~482~ubuntu18.04.1 sbuild_0.75.0-1ubuntu1 bzr-builder_0.7.3+bzr174~ppa13~ubuntu16.04.1 bzr_2.7.0+bzr6622-10 git-build-recipe_0.3.6~git201906051340.ff11471~ubuntu18.04.1 git_1:2.17.1-1ubuntu0.8 dpkg-dev_1.19.0.5ubuntu2.3 python-debian_0.1.32 python3-debian_0.1.32.
525+Syncing the system clock with the buildd NTP service...
526+27 May 19:48:33 ntpdate[1657]: adjust time server 10.211.37.1 offset 0.006556 sec
527+RUN: /usr/share/launchpad-buildd/bin/in-target unpack-chroot --backend=chroot --series=impish --arch=amd64 PACKAGEBUILD-21476022 --image-type chroot /home/buildd/filecache-default/470b94eb81e7101f5c7afd2cf17d7483b3ea9d4e
528+Creating target for build PACKAGEBUILD-21476022
529+RUN: /usr/share/launchpad-buildd/bin/in-target mount-chroot --backend=chroot --series=impish --arch=amd64 PACKAGEBUILD-21476022
530+Starting target for build PACKAGEBUILD-21476022
531+RUN: /usr/share/launchpad-buildd/bin/in-target override-sources-list --backend=chroot --series=impish --arch=amd64 PACKAGEBUILD-21476022 'deb http://ftpmaster.internal/ubuntu impish main universe' 'deb http://ftpmaster.internal/ubuntu impish-security main universe' 'deb http://ftpmaster.internal/ubuntu impish-updates main universe' 'deb http://ftpmaster.internal/ubuntu impish-proposed main universe'
532+Overriding sources.list in build-PACKAGEBUILD-21476022
533+RUN: /usr/share/launchpad-buildd/bin/in-target update-debian-chroot --backend=chroot --series=impish --arch=amd64 PACKAGEBUILD-21476022
534+Updating target for build PACKAGEBUILD-21476022
535+Get:1 http://ftpmaster.internal/ubuntu impish InRelease [269 kB]
536+Get:2 http://ftpmaster.internal/ubuntu impish-security InRelease [90.7 kB]
537+Get:3 http://ftpmaster.internal/ubuntu impish-updates InRelease [90.7 kB]
538+Get:4 http://ftpmaster.internal/ubuntu impish-proposed InRelease [121 kB]
539+Get:5 http://ftpmaster.internal/ubuntu impish/main amd64 Packages [1408 kB]
540+Get:6 http://ftpmaster.internal/ubuntu impish/main Translation-en [512 kB]
541+Get:7 http://ftpmaster.internal/ubuntu impish/universe amd64 Packages [13.6 MB]
542+Get:8 http://ftpmaster.internal/ubuntu impish/universe Translation-en [5464 kB]
543+Get:9 http://ftpmaster.internal/ubuntu impish-proposed/main amd64 Packages [77.7 kB]
544+Get:10 http://ftpmaster.internal/ubuntu impish-proposed/main Translation-en [22.3 kB]
545+Get:11 http://ftpmaster.internal/ubuntu impish-proposed/universe amd64 Packages [117 kB]
546+Get:12 http://ftpmaster.internal/ubuntu impish-proposed/universe Translation-en [56.5 kB]
547+Fetched 21.8 MB in 5s (4404 kB/s)
548+Reading package lists...
549+Reading package lists...
550+Building dependency tree...
551+Reading state information...
552+Calculating upgrade...
553+The following packages will be upgraded:
554+ apt base-files base-passwd bash build-essential cpp cpp-10 dash debconf
555+ diffutils dpkg dpkg-dev e2fsprogs g++ g++-10 gcc gcc-10 gcc-10-base
556+ gcc-11-base gzip libapparmor1 libapt-pkg6.0 libasan6 libatomic1 libc-bin
557+ libc-dev-bin libc6 libc6-dev libcc1-0 libcom-err2 libcrypt-dev libcrypt1
558+ libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 libgcc-10-dev libgcc-s1
559+ libgcrypt20 libgomp1 libgssapi-krb5-2 libidn2-0 libisl23 libitm1
560+ libk5crypto3 libkrb5-3 libkrb5support0 liblsan0 liblz4-1 liblzma5 libnsl-dev
561+ libnsl2 libpam-modules libpam-modules-bin libpam-runtime libpam0g libprocps8
562+ libquadmath0 libreadline8 libsqlite3-0 libss2 libssl1.1 libstdc++-10-dev
563+ libstdc++6 libsystemd0 libtsan0 libubsan1 libudev1 libzstd1 linux-libc-dev
564+ logsave lto-disabled-list openssl procps readline-common systemd
565+ systemd-sysv systemd-timesyncd sysvinit-utils xz-utils
566+80 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
567+Need to get 71.7 MB of archives.
568+After this operation, 6503 kB disk space will be freed.
569+Get:1 http://ftpmaster.internal/ubuntu impish/main amd64 libcrypt-dev amd64 1:4.4.18-4ubuntu1 [104 kB]
570+Get:2 http://ftpmaster.internal/ubuntu impish/main amd64 libnsl-dev amd64 1.3.0-2 [66.2 kB]
571+Get:3 http://ftpmaster.internal/ubuntu impish/main amd64 libc6-dev amd64 2.33-0ubuntu7 [2146 kB]
572+Get:4 http://ftpmaster.internal/ubuntu impish/main amd64 libc-dev-bin amd64 2.33-0ubuntu7 [19.3 kB]
573+Get:5 http://ftpmaster.internal/ubuntu impish/main amd64 libcrypt1 amd64 1:4.4.18-4ubuntu1 [75.6 kB]
574+Get:6 http://ftpmaster.internal/ubuntu impish/main amd64 libnsl2 amd64 1.3.0-2 [39.0 kB]
575+Get:7 http://ftpmaster.internal/ubuntu impish-proposed/main amd64 linux-libc-dev amd64 5.11.0-18.19+21.10.1 [1213 kB]
576+Get:8 http://ftpmaster.internal/ubuntu impish/main amd64 libasan6 amd64 11.1.0-2ubuntu1 [2045 kB]
577+Get:9 http://ftpmaster.internal/ubuntu impish/main amd64 libubsan1 amd64 11.1.0-2ubuntu1 [840 kB]
578+Get:10 http://ftpmaster.internal/ubuntu impish/main amd64 libtsan0 amd64 11.1.0-2ubuntu1 [2023 kB]
579+Get:11 http://ftpmaster.internal/ubuntu impish/main amd64 libquadmath0 amd64 11.1.0-2ubuntu1 [146 kB]
580+Get:12 http://ftpmaster.internal/ubuntu impish/main amd64 liblsan0 amd64 11.1.0-2ubuntu1 [891 kB]
581+Get:13 http://ftpmaster.internal/ubuntu impish/main amd64 libitm1 amd64 11.1.0-2ubuntu1 [26.4 kB]
582+Get:14 http://ftpmaster.internal/ubuntu impish/main amd64 libgomp1 amd64 11.1.0-2ubuntu1 [107 kB]
583+Get:15 http://ftpmaster.internal/ubuntu impish/main amd64 gcc-11-base amd64 11.1.0-2ubuntu1 [19.8 kB]
584+Get:16 http://ftpmaster.internal/ubuntu impish/main amd64 libgcc-s1 amd64 11.1.0-2ubuntu1 [42.1 kB]
585+Get:17 http://ftpmaster.internal/ubuntu impish/main amd64 libcc1-0 amd64 11.1.0-2ubuntu1 [48.6 kB]
586+Get:18 http://ftpmaster.internal/ubuntu impish/main amd64 libatomic1 amd64 11.1.0-2ubuntu1 [9232 B]
587+Get:19 http://ftpmaster.internal/ubuntu impish/main amd64 libstdc++6 amd64 11.1.0-2ubuntu1 [582 kB]
588+Get:20 http://ftpmaster.internal/ubuntu impish/main amd64 libc6 amd64 2.33-0ubuntu7 [2700 kB]
589+Get:21 http://ftpmaster.internal/ubuntu impish/main amd64 base-files amd64 11.1ubuntu3 [60.9 kB]
590+Get:22 http://ftpmaster.internal/ubuntu impish/main amd64 bash amd64 5.1-3ubuntu1 [731 kB]
591+Get:23 http://ftpmaster.internal/ubuntu impish/main amd64 dpkg amd64 1.20.9ubuntu1 [1268 kB]
592+Get:24 http://ftpmaster.internal/ubuntu impish/main amd64 debconf all 1.5.76 [121 kB]
593+Get:25 http://ftpmaster.internal/ubuntu impish/main amd64 dash amd64 0.5.11+git20210120+802ebd4-1 [87.3 kB]
594+Get:26 http://ftpmaster.internal/ubuntu impish/main amd64 diffutils amd64 1:3.7-5ubuntu1 [192 kB]
595+Get:27 http://ftpmaster.internal/ubuntu impish/main amd64 gzip amd64 1.10-4ubuntu1 [92.9 kB]
596+Get:28 http://ftpmaster.internal/ubuntu impish/main amd64 base-passwd amd64 3.5.50 [46.5 kB]
597+Get:29 http://ftpmaster.internal/ubuntu impish/main amd64 libc-bin amd64 2.33-0ubuntu7 [645 kB]
598+Get:30 http://ftpmaster.internal/ubuntu impish/main amd64 sysvinit-utils amd64 2.96-7ubuntu1 [20.1 kB]
599+Get:31 http://ftpmaster.internal/ubuntu impish/main amd64 libgcrypt20 amd64 1.8.7-5ubuntu1 [430 kB]
600+Get:32 http://ftpmaster.internal/ubuntu impish/main amd64 liblz4-1 amd64 1.9.3-2 [52.9 kB]
601+Get:33 http://ftpmaster.internal/ubuntu impish/main amd64 liblzma5 amd64 5.2.5-2 [96.5 kB]
602+Get:34 http://ftpmaster.internal/ubuntu impish/main amd64 systemd-sysv amd64 248.3-1ubuntu1 [10.3 kB]
603+Get:35 http://ftpmaster.internal/ubuntu impish/main amd64 systemd-timesyncd amd64 248.3-1ubuntu1 [29.0 kB]
604+Get:36 http://ftpmaster.internal/ubuntu impish/main amd64 libapparmor1 amd64 3.0.0-0ubuntu8 [34.4 kB]
605+Get:37 http://ftpmaster.internal/ubuntu impish/main amd64 libpam0g amd64 1.3.1-5ubuntu7 [55.8 kB]
606+Get:38 http://ftpmaster.internal/ubuntu impish/main amd64 systemd amd64 248.3-1ubuntu1 [4136 kB]
607+Get:39 http://ftpmaster.internal/ubuntu impish/main amd64 libsystemd0 amd64 248.3-1ubuntu1 [282 kB]
608+Get:40 http://ftpmaster.internal/ubuntu impish/main amd64 libudev1 amd64 248.3-1ubuntu1 [71.4 kB]
609+Get:41 http://ftpmaster.internal/ubuntu impish/main amd64 libzstd1 amd64 1.4.8+dfsg-2.1 [290 kB]
610+Get:42 http://ftpmaster.internal/ubuntu impish/main amd64 libapt-pkg6.0 amd64 2.3.5 [815 kB]
611+Get:43 http://ftpmaster.internal/ubuntu impish/main amd64 apt amd64 2.3.5 [1308 kB]
612+Get:44 http://ftpmaster.internal/ubuntu impish/main amd64 libpam-modules-bin amd64 1.3.1-5ubuntu7 [39.1 kB]
613+Get:45 http://ftpmaster.internal/ubuntu impish/main amd64 libpam-modules amd64 1.3.1-5ubuntu7 [261 kB]
614+Get:46 http://ftpmaster.internal/ubuntu impish/main amd64 logsave amd64 1.46.2-1ubuntu2 [11.5 kB]
615+Get:47 http://ftpmaster.internal/ubuntu impish/main amd64 libext2fs2 amd64 1.46.2-1ubuntu2 [194 kB]
616+Get:48 http://ftpmaster.internal/ubuntu impish/main amd64 e2fsprogs amd64 1.46.2-1ubuntu2 [558 kB]
617+Get:49 http://ftpmaster.internal/ubuntu impish/main amd64 libcom-err2 amd64 1.46.2-1ubuntu2 [10.8 kB]
618+Get:50 http://ftpmaster.internal/ubuntu impish/main amd64 libdb5.3 amd64 5.3.28+dfsg1-0.8ubuntu1 [673 kB]
619+Get:51 http://ftpmaster.internal/ubuntu impish/main amd64 libpam-runtime all 1.3.1-5ubuntu7 [37.3 kB]
620+Get:52 http://ftpmaster.internal/ubuntu impish/main amd64 libk5crypto3 amd64 1.18.3-5 [76.1 kB]
621+Get:53 http://ftpmaster.internal/ubuntu impish/main amd64 libkrb5support0 amd64 1.18.3-5 [29.9 kB]
622+Get:54 http://ftpmaster.internal/ubuntu impish/main amd64 libkrb5-3 amd64 1.18.3-5 [313 kB]
623+Get:55 http://ftpmaster.internal/ubuntu impish/main amd64 libgssapi-krb5-2 amd64 1.18.3-5 [130 kB]
624+Get:56 http://ftpmaster.internal/ubuntu impish/main amd64 libssl1.1 amd64 1.1.1j-1ubuntu4 [1324 kB]
625+Get:57 http://ftpmaster.internal/ubuntu impish-proposed/main amd64 libidn2-0 amd64 2.3.1-1 [49.8 kB]
626+Get:58 http://ftpmaster.internal/ubuntu impish/main amd64 libprocps8 amd64 2:3.3.17-5ubuntu1 [32.7 kB]
627+Get:59 http://ftpmaster.internal/ubuntu impish/main amd64 libss2 amd64 1.46.2-1ubuntu2 [11.4 kB]
628+Get:60 http://ftpmaster.internal/ubuntu impish/main amd64 procps amd64 2:3.3.17-5ubuntu1 [365 kB]
629+Get:61 http://ftpmaster.internal/ubuntu impish-proposed/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1ubuntu1 [128 kB]
630+Get:62 http://ftpmaster.internal/ubuntu impish/main amd64 readline-common all 8.1-2 [54.1 kB]
631+Get:63 http://ftpmaster.internal/ubuntu impish/main amd64 libreadline8 amd64 8.1-2 [138 kB]
632+Get:64 http://ftpmaster.internal/ubuntu impish-proposed/main amd64 libsqlite3-0 amd64 3.35.5-1 [601 kB]
633+Get:65 http://ftpmaster.internal/ubuntu impish/main amd64 openssl amd64 1.1.1j-1ubuntu4 [623 kB]
634+Get:66 http://ftpmaster.internal/ubuntu impish/main amd64 xz-utils amd64 5.2.5-2 [82.0 kB]
635+Get:67 http://ftpmaster.internal/ubuntu impish/main amd64 g++-10 amd64 10.3.0-3ubuntu1 [9804 kB]
636+Get:68 http://ftpmaster.internal/ubuntu impish/main amd64 gcc-10 amd64 10.3.0-3ubuntu1 [17.5 MB]
637+Get:69 http://ftpmaster.internal/ubuntu impish/main amd64 libstdc++-10-dev amd64 10.3.0-3ubuntu1 [1758 kB]
638+Get:70 http://ftpmaster.internal/ubuntu impish/main amd64 libgcc-10-dev amd64 10.3.0-3ubuntu1 [2337 kB]
639+Get:71 http://ftpmaster.internal/ubuntu impish/main amd64 cpp-10 amd64 10.3.0-3ubuntu1 [8612 kB]
640+Get:72 http://ftpmaster.internal/ubuntu impish/main amd64 gcc-10-base amd64 10.3.0-3ubuntu1 [20.7 kB]
641+Get:73 http://ftpmaster.internal/ubuntu impish/main amd64 libisl23 amd64 0.24-1 [668 kB]
642+Get:74 http://ftpmaster.internal/ubuntu impish/main amd64 g++ amd64 4:10.3.0-1ubuntu3 [1608 B]
643+Get:75 http://ftpmaster.internal/ubuntu impish/main amd64 gcc amd64 4:10.3.0-1ubuntu3 [5216 B]
644+Get:76 http://ftpmaster.internal/ubuntu impish/main amd64 cpp amd64 4:10.3.0-1ubuntu3 [27.7 kB]
645+Get:77 http://ftpmaster.internal/ubuntu impish/main amd64 dpkg-dev all 1.20.9ubuntu1 [937 kB]
646+Get:78 http://ftpmaster.internal/ubuntu impish/main amd64 libdpkg-perl all 1.20.9ubuntu1 [232 kB]
647+Get:79 http://ftpmaster.internal/ubuntu impish/main amd64 lto-disabled-list all 9 [12.1 kB]
648+Get:80 http://ftpmaster.internal/ubuntu impish/main amd64 build-essential amd64 12.9ubuntu1 [4740 B]
649+debconf: delaying package configuration, since apt-utils is not installed
650+Fetched 71.7 MB in 2s (42.2 MB/s)
651+(Reading database ... 13130 files and directories currently installed.)
652+Preparing to unpack .../libcrypt-dev_1%3a4.4.18-4ubuntu1_amd64.deb ...
653+Unpacking libcrypt-dev:amd64 (1:4.4.18-4ubuntu1) over (1:4.4.17-1ubuntu3) ...
654+Preparing to unpack .../libnsl-dev_1.3.0-2_amd64.deb ...
655+Unpacking libnsl-dev:amd64 (1.3.0-2) over (1.3.0-0ubuntu3) ...
656+Preparing to unpack .../libc6-dev_2.33-0ubuntu7_amd64.deb ...
657+Unpacking libc6-dev:amd64 (2.33-0ubuntu7) over (2.33-0ubuntu5) ...
658+Preparing to unpack .../libc-dev-bin_2.33-0ubuntu7_amd64.deb ...
659+Unpacking libc-dev-bin (2.33-0ubuntu7) over (2.33-0ubuntu5) ...
660+Preparing to unpack .../libcrypt1_1%3a4.4.18-4ubuntu1_amd64.deb ...
661+Unpacking libcrypt1:amd64 (1:4.4.18-4ubuntu1) over (1:4.4.17-1ubuntu3) ...
662+Setting up libcrypt1:amd64 (1:4.4.18-4ubuntu1) ...
663+(Reading database ... 13130 files and directories currently installed.)
664+Preparing to unpack .../libnsl2_1.3.0-2_amd64.deb ...
665+Unpacking libnsl2:amd64 (1.3.0-2) over (1.3.0-0ubuntu3) ...
666+Setting up libnsl2:amd64 (1.3.0-2) ...
667+(Reading database ... 13130 files and directories currently installed.)
668+Preparing to unpack .../0-linux-libc-dev_5.11.0-18.19+21.10.1_amd64.deb ...
669+Unpacking linux-libc-dev:amd64 (5.11.0-18.19+21.10.1) over (5.11.0-14.15) ...
670+Preparing to unpack .../1-libasan6_11.1.0-2ubuntu1_amd64.deb ...
671+Unpacking libasan6:amd64 (11.1.0-2ubuntu1) over (11-20210417-1ubuntu1) ...
672+Preparing to unpack .../2-libubsan1_11.1.0-2ubuntu1_amd64.deb ...
673+Unpacking libubsan1:amd64 (11.1.0-2ubuntu1) over (11-20210417-1ubuntu1) ...
674+Preparing to unpack .../3-libtsan0_11.1.0-2ubuntu1_amd64.deb ...
675+Unpacking libtsan0:amd64 (11.1.0-2ubuntu1) over (11-20210417-1ubuntu1) ...
676+Preparing to unpack .../4-libquadmath0_11.1.0-2ubuntu1_amd64.deb ...
677+Unpacking libquadmath0:amd64 (11.1.0-2ubuntu1) over (11-20210417-1ubuntu1) ...
678+Preparing to unpack .../5-liblsan0_11.1.0-2ubuntu1_amd64.deb ...
679+Unpacking liblsan0:amd64 (11.1.0-2ubuntu1) over (11-20210417-1ubuntu1) ...
680+Preparing to unpack .../6-libitm1_11.1.0-2ubuntu1_amd64.deb ...
681+Unpacking libitm1:amd64 (11.1.0-2ubuntu1) over (11-20210417-1ubuntu1) ...
682+Preparing to unpack .../7-libgomp1_11.1.0-2ubuntu1_amd64.deb ...
683+Unpacking libgomp1:amd64 (11.1.0-2ubuntu1) over (11-20210417-1ubuntu1) ...
684+Preparing to unpack .../8-gcc-11-base_11.1.0-2ubuntu1_amd64.deb ...
685+Unpacking gcc-11-base:amd64 (11.1.0-2ubuntu1) over (11-20210417-1ubuntu1) ...
686+Setting up gcc-11-base:amd64 (11.1.0-2ubuntu1) ...
687+(Reading database ... 13130 files and directories currently installed.)
688+Preparing to unpack .../libgcc-s1_11.1.0-2ubuntu1_amd64.deb ...
689+Unpacking libgcc-s1:amd64 (11.1.0-2ubuntu1) over (11-20210417-1ubuntu1) ...
690+Setting up libgcc-s1:amd64 (11.1.0-2ubuntu1) ...
691+(Reading database ... 13130 files and directories currently installed.)
692+Preparing to unpack .../libcc1-0_11.1.0-2ubuntu1_amd64.deb ...
693+Unpacking libcc1-0:amd64 (11.1.0-2ubuntu1) over (11-20210417-1ubuntu1) ...
694+Preparing to unpack .../libatomic1_11.1.0-2ubuntu1_amd64.deb ...
695+Unpacking libatomic1:amd64 (11.1.0-2ubuntu1) over (11-20210417-1ubuntu1) ...
696+Preparing to unpack .../libstdc++6_11.1.0-2ubuntu1_amd64.deb ...
697+Unpacking libstdc++6:amd64 (11.1.0-2ubuntu1) over (11-20210417-1ubuntu1) ...
698+Setting up libstdc++6:amd64 (11.1.0-2ubuntu1) ...
699+(Reading database ... 13130 files and directories currently installed.)
700+Preparing to unpack .../libc6_2.33-0ubuntu7_amd64.deb ...
701+Unpacking libc6:amd64 (2.33-0ubuntu7) over (2.33-0ubuntu5) ...
702+Setting up libc6:amd64 (2.33-0ubuntu7) ...
703+(Reading database ... 13130 files and directories currently installed.)
704+Preparing to unpack .../base-files_11.1ubuntu3_amd64.deb ...
705+Unpacking base-files (11.1ubuntu3) over (11ubuntu18) ...
706+Setting up base-files (11.1ubuntu3) ...
707+Installing new version of config file /etc/debian_version ...
708+Installing new version of config file /etc/dpkg/origins/debian ...
709+Installing new version of config file /etc/issue ...
710+Installing new version of config file /etc/issue.net ...
711+Installing new version of config file /etc/lsb-release ...
712+Updating /etc/profile to current default.
713+(Reading database ... 13130 files and directories currently installed.)
714+Preparing to unpack .../bash_5.1-3ubuntu1_amd64.deb ...
715+Unpacking bash (5.1-3ubuntu1) over (5.1-2ubuntu1) ...
716+Setting up bash (5.1-3ubuntu1) ...
717+update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
718+(Reading database ... 13130 files and directories currently installed.)
719+Preparing to unpack .../dpkg_1.20.9ubuntu1_amd64.deb ...
720+Unpacking dpkg (1.20.9ubuntu1) over (1.20.7.1ubuntu4) ...
721+Setting up dpkg (1.20.9ubuntu1) ...
722+(Reading database ... 13135 files and directories currently installed.)
723+Preparing to unpack .../debconf_1.5.76_all.deb ...
724+Unpacking debconf (1.5.76) over (1.5.74) ...
725+Setting up debconf (1.5.76) ...
726+(Reading database ... 13135 files and directories currently installed.)
727+Preparing to unpack .../dash_0.5.11+git20210120+802ebd4-1_amd64.deb ...
728+Unpacking dash (0.5.11+git20210120+802ebd4-1) over (0.5.11+git20200708+dd9ef66+really0.5.11+git20200708+dd9ef66-5ubuntu1) ...
729+Setting up dash (0.5.11+git20210120+802ebd4-1) ...
730+(Reading database ... 13135 files and directories currently installed.)
731+Preparing to unpack .../diffutils_1%3a3.7-5ubuntu1_amd64.deb ...
732+Unpacking diffutils (1:3.7-5ubuntu1) over (1:3.7-3ubuntu1) ...
733+Setting up diffutils (1:3.7-5ubuntu1) ...
734+(Reading database ... 13135 files and directories currently installed.)
735+Preparing to unpack .../gzip_1.10-4ubuntu1_amd64.deb ...
736+Unpacking gzip (1.10-4ubuntu1) over (1.10-2ubuntu3) ...
737+Setting up gzip (1.10-4ubuntu1) ...
738+(Reading database ... 13135 files and directories currently installed.)
739+Preparing to unpack .../base-passwd_3.5.50_amd64.deb ...
740+Unpacking base-passwd (3.5.50) over (3.5.49) ...
741+Setting up base-passwd (3.5.50) ...
742+(Reading database ... 13135 files and directories currently installed.)
743+Preparing to unpack .../libc-bin_2.33-0ubuntu7_amd64.deb ...
744+Unpacking libc-bin (2.33-0ubuntu7) over (2.33-0ubuntu5) ...
745+Setting up libc-bin (2.33-0ubuntu7) ...
746+(Reading database ... 13135 files and directories currently installed.)
747+Preparing to unpack .../sysvinit-utils_2.96-7ubuntu1_amd64.deb ...
748+Unpacking sysvinit-utils (2.96-7ubuntu1) over (2.96-6ubuntu1) ...
749+Setting up sysvinit-utils (2.96-7ubuntu1) ...
750+(Reading database ... 13135 files and directories currently installed.)
751+Preparing to unpack .../libgcrypt20_1.8.7-5ubuntu1_amd64.deb ...
752+Unpacking libgcrypt20:amd64 (1.8.7-5ubuntu1) over (1.8.7-2ubuntu2) ...
753+Setting up libgcrypt20:amd64 (1.8.7-5ubuntu1) ...
754+(Reading database ... 13135 files and directories currently installed.)
755+Preparing to unpack .../liblz4-1_1.9.3-2_amd64.deb ...
756+Unpacking liblz4-1:amd64 (1.9.3-2) over (1.9.3-1build1) ...
757+Setting up liblz4-1:amd64 (1.9.3-2) ...
758+(Reading database ... 13135 files and directories currently installed.)
759+Preparing to unpack .../liblzma5_5.2.5-2_amd64.deb ...
760+Unpacking liblzma5:amd64 (5.2.5-2) over (5.2.5-1.0build2) ...
761+Setting up liblzma5:amd64 (5.2.5-2) ...
762+(Reading database ... 13135 files and directories currently installed.)
763+Preparing to unpack .../systemd-sysv_248.3-1ubuntu1_amd64.deb ...
764+Unpacking systemd-sysv (248.3-1ubuntu1) over (247.3-3ubuntu3) ...
765+Preparing to unpack .../systemd-timesyncd_248.3-1ubuntu1_amd64.deb ...
766+Unpacking systemd-timesyncd (248.3-1ubuntu1) over (247.3-3ubuntu3) ...
767+Preparing to unpack .../libapparmor1_3.0.0-0ubuntu8_amd64.deb ...
768+Unpacking libapparmor1:amd64 (3.0.0-0ubuntu8) over (3.0.0-0ubuntu7) ...
769+Preparing to unpack .../libpam0g_1.3.1-5ubuntu7_amd64.deb ...
770+Unpacking libpam0g:amd64 (1.3.1-5ubuntu7) over (1.3.1-5ubuntu6) ...
771+Setting up libpam0g:amd64 (1.3.1-5ubuntu7) ...
772+(Reading database ... 13135 files and directories currently installed.)
773+Preparing to unpack .../systemd_248.3-1ubuntu1_amd64.deb ...
774+Unpacking systemd (248.3-1ubuntu1) over (247.3-3ubuntu3) ...
775+Preparing to unpack .../libsystemd0_248.3-1ubuntu1_amd64.deb ...
776+Unpacking libsystemd0:amd64 (248.3-1ubuntu1) over (247.3-3ubuntu3) ...
777+Setting up libsystemd0:amd64 (248.3-1ubuntu1) ...
778+(Reading database ... 13149 files and directories currently installed.)
779+Preparing to unpack .../libudev1_248.3-1ubuntu1_amd64.deb ...
780+Unpacking libudev1:amd64 (248.3-1ubuntu1) over (247.3-3ubuntu3) ...
781+Setting up libudev1:amd64 (248.3-1ubuntu1) ...
782+(Reading database ... 13149 files and directories currently installed.)
783+Preparing to unpack .../libzstd1_1.4.8+dfsg-2.1_amd64.deb ...
784+Unpacking libzstd1:amd64 (1.4.8+dfsg-2.1) over (1.4.8+dfsg-2build2) ...
785+Setting up libzstd1:amd64 (1.4.8+dfsg-2.1) ...
786+(Reading database ... 13149 files and directories currently installed.)
787+Preparing to unpack .../libapt-pkg6.0_2.3.5_amd64.deb ...
788+Unpacking libapt-pkg6.0:amd64 (2.3.5) over (2.2.3) ...
789+Setting up libapt-pkg6.0:amd64 (2.3.5) ...
790+(Reading database ... 13149 files and directories currently installed.)
791+Preparing to unpack .../archives/apt_2.3.5_amd64.deb ...
792+Unpacking apt (2.3.5) over (2.2.3) ...
793+Setting up apt (2.3.5) ...
794+(Reading database ... 13149 files and directories currently installed.)
795+Preparing to unpack .../libpam-modules-bin_1.3.1-5ubuntu7_amd64.deb ...
796+Unpacking libpam-modules-bin (1.3.1-5ubuntu7) over (1.3.1-5ubuntu6) ...
797+Setting up libpam-modules-bin (1.3.1-5ubuntu7) ...
798+(Reading database ... 13151 files and directories currently installed.)
799+Preparing to unpack .../libpam-modules_1.3.1-5ubuntu7_amd64.deb ...
800+Unpacking libpam-modules:amd64 (1.3.1-5ubuntu7) over (1.3.1-5ubuntu6) ...
801+Setting up libpam-modules:amd64 (1.3.1-5ubuntu7) ...
802+(Reading database ... 13155 files and directories currently installed.)
803+Preparing to unpack .../logsave_1.46.2-1ubuntu2_amd64.deb ...
804+Unpacking logsave (1.46.2-1ubuntu2) over (1.45.7-1ubuntu2) ...
805+Preparing to unpack .../libext2fs2_1.46.2-1ubuntu2_amd64.deb ...
806+Unpacking libext2fs2:amd64 (1.46.2-1ubuntu2) over (1.45.7-1ubuntu2) ...
807+Setting up libext2fs2:amd64 (1.46.2-1ubuntu2) ...
808+(Reading database ... 13155 files and directories currently installed.)
809+Preparing to unpack .../e2fsprogs_1.46.2-1ubuntu2_amd64.deb ...
810+Unpacking e2fsprogs (1.46.2-1ubuntu2) over (1.45.7-1ubuntu2) ...
811+Preparing to unpack .../libcom-err2_1.46.2-1ubuntu2_amd64.deb ...
812+Unpacking libcom-err2:amd64 (1.46.2-1ubuntu2) over (1.45.7-1ubuntu2) ...
813+Setting up libcom-err2:amd64 (1.46.2-1ubuntu2) ...
814+(Reading database ... 13155 files and directories currently installed.)
815+Preparing to unpack .../libdb5.3_5.3.28+dfsg1-0.8ubuntu1_amd64.deb ...
816+Unpacking libdb5.3:amd64 (5.3.28+dfsg1-0.8ubuntu1) over (5.3.28+dfsg1-0.6ubuntu4) ...
817+Setting up libdb5.3:amd64 (5.3.28+dfsg1-0.8ubuntu1) ...
818+(Reading database ... 13155 files and directories currently installed.)
819+Preparing to unpack .../libpam-runtime_1.3.1-5ubuntu7_all.deb ...
820+Unpacking libpam-runtime (1.3.1-5ubuntu7) over (1.3.1-5ubuntu6) ...
821+Setting up libpam-runtime (1.3.1-5ubuntu7) ...
822+(Reading database ... 13155 files and directories currently installed.)
823+Preparing to unpack .../libk5crypto3_1.18.3-5_amd64.deb ...
824+Unpacking libk5crypto3:amd64 (1.18.3-5) over (1.18.3-4) ...
825+Setting up libk5crypto3:amd64 (1.18.3-5) ...
826+(Reading database ... 13155 files and directories currently installed.)
827+Preparing to unpack .../libkrb5support0_1.18.3-5_amd64.deb ...
828+Unpacking libkrb5support0:amd64 (1.18.3-5) over (1.18.3-4) ...
829+Setting up libkrb5support0:amd64 (1.18.3-5) ...
830+(Reading database ... 13155 files and directories currently installed.)
831+Preparing to unpack .../libkrb5-3_1.18.3-5_amd64.deb ...
832+Unpacking libkrb5-3:amd64 (1.18.3-5) over (1.18.3-4) ...
833+Setting up libkrb5-3:amd64 (1.18.3-5) ...
834+(Reading database ... 13155 files and directories currently installed.)
835+Preparing to unpack .../libgssapi-krb5-2_1.18.3-5_amd64.deb ...
836+Unpacking libgssapi-krb5-2:amd64 (1.18.3-5) over (1.18.3-4) ...
837+Setting up libgssapi-krb5-2:amd64 (1.18.3-5) ...
838+(Reading database ... 13155 files and directories currently installed.)
839+Preparing to unpack .../libssl1.1_1.1.1j-1ubuntu4_amd64.deb ...
840+Unpacking libssl1.1:amd64 (1.1.1j-1ubuntu4) over (1.1.1j-1ubuntu3) ...
841+Setting up libssl1.1:amd64 (1.1.1j-1ubuntu4) ...
842+(Reading database ... 13155 files and directories currently installed.)
843+Preparing to unpack .../libidn2-0_2.3.1-1_amd64.deb ...
844+Unpacking libidn2-0:amd64 (2.3.1-1) over (2.3.0-5) ...
845+Setting up libidn2-0:amd64 (2.3.1-1) ...
846+(Reading database ... 13155 files and directories currently installed.)
847+Preparing to unpack .../00-libprocps8_2%3a3.3.17-5ubuntu1_amd64.deb ...
848+Unpacking libprocps8:amd64 (2:3.3.17-5ubuntu1) over (2:3.3.16-5ubuntu3) ...
849+Preparing to unpack .../01-libss2_1.46.2-1ubuntu2_amd64.deb ...
850+Unpacking libss2:amd64 (1.46.2-1ubuntu2) over (1.45.7-1ubuntu2) ...
851+Preparing to unpack .../02-procps_2%3a3.3.17-5ubuntu1_amd64.deb ...
852+Unpacking procps (2:3.3.17-5ubuntu1) over (2:3.3.16-5ubuntu3) ...
853+Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu1_amd64.deb ...
854+Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu1) over (2:1.02.175-2ubuntu4) ...
855+Preparing to unpack .../04-readline-common_8.1-2_all.deb ...
856+Unpacking readline-common (8.1-2) over (8.1-1) ...
857+Preparing to unpack .../05-libreadline8_8.1-2_amd64.deb ...
858+Unpacking libreadline8:amd64 (8.1-2) over (8.1-1) ...
859+Preparing to unpack .../06-libsqlite3-0_3.35.5-1_amd64.deb ...
860+Unpacking libsqlite3-0:amd64 (3.35.5-1) over (3.34.1-3) ...
861+Preparing to unpack .../07-openssl_1.1.1j-1ubuntu4_amd64.deb ...
862+Unpacking openssl (1.1.1j-1ubuntu4) over (1.1.1j-1ubuntu3) ...
863+Preparing to unpack .../08-xz-utils_5.2.5-2_amd64.deb ...
864+Unpacking xz-utils (5.2.5-2) over (5.2.5-1.0build2) ...
865+Preparing to unpack .../09-g++-10_10.3.0-3ubuntu1_amd64.deb ...
866+Unpacking g++-10 (10.3.0-3ubuntu1) over (10.3.0-1ubuntu1) ...
867+Preparing to unpack .../10-gcc-10_10.3.0-3ubuntu1_amd64.deb ...
868+Unpacking gcc-10 (10.3.0-3ubuntu1) over (10.3.0-1ubuntu1) ...
869+Preparing to unpack .../11-libstdc++-10-dev_10.3.0-3ubuntu1_amd64.deb ...
870+Unpacking libstdc++-10-dev:amd64 (10.3.0-3ubuntu1) over (10.3.0-1ubuntu1) ...
871+Preparing to unpack .../12-libgcc-10-dev_10.3.0-3ubuntu1_amd64.deb ...
872+Unpacking libgcc-10-dev:amd64 (10.3.0-3ubuntu1) over (10.3.0-1ubuntu1) ...
873+Preparing to unpack .../13-cpp-10_10.3.0-3ubuntu1_amd64.deb ...
874+Unpacking cpp-10 (10.3.0-3ubuntu1) over (10.3.0-1ubuntu1) ...
875+Preparing to unpack .../14-gcc-10-base_10.3.0-3ubuntu1_amd64.deb ...
876+Unpacking gcc-10-base:amd64 (10.3.0-3ubuntu1) over (10.3.0-1ubuntu1) ...
877+Preparing to unpack .../15-libisl23_0.24-1_amd64.deb ...
878+Unpacking libisl23:amd64 (0.24-1) over (0.23-1build1) ...
879+Preparing to unpack .../16-g++_4%3a10.3.0-1ubuntu3_amd64.deb ...
880+Unpacking g++ (4:10.3.0-1ubuntu3) over (4:10.3.0-1ubuntu1) ...
881+Preparing to unpack .../17-gcc_4%3a10.3.0-1ubuntu3_amd64.deb ...
882+Unpacking gcc (4:10.3.0-1ubuntu3) over (4:10.3.0-1ubuntu1) ...
883+Preparing to unpack .../18-cpp_4%3a10.3.0-1ubuntu3_amd64.deb ...
884+Unpacking cpp (4:10.3.0-1ubuntu3) over (4:10.3.0-1ubuntu1) ...
885+Preparing to unpack .../19-dpkg-dev_1.20.9ubuntu1_all.deb ...
886+Unpacking dpkg-dev (1.20.9ubuntu1) over (1.20.7.1ubuntu4) ...
887+Preparing to unpack .../20-libdpkg-perl_1.20.9ubuntu1_all.deb ...
888+Unpacking libdpkg-perl (1.20.9ubuntu1) over (1.20.7.1ubuntu4) ...
889+Preparing to unpack .../21-lto-disabled-list_9_all.deb ...
890+Unpacking lto-disabled-list (9) over (7) ...
891+Preparing to unpack .../22-build-essential_12.9ubuntu1_amd64.deb ...
892+Unpacking build-essential (12.9ubuntu1) over (12.8ubuntu3) ...
893+Setting up lto-disabled-list (9) ...
894+Setting up libapparmor1:amd64 (3.0.0-0ubuntu8) ...
895+Setting up libsqlite3-0:amd64 (3.35.5-1) ...
896+Setting up linux-libc-dev:amd64 (5.11.0-18.19+21.10.1) ...
897+Setting up libgomp1:amd64 (11.1.0-2ubuntu1) ...
898+Setting up libasan6:amd64 (11.1.0-2ubuntu1) ...
899+Setting up gcc-10-base:amd64 (10.3.0-3ubuntu1) ...
900+Setting up xz-utils (5.2.5-2) ...
901+Setting up libquadmath0:amd64 (11.1.0-2ubuntu1) ...
902+Setting up libatomic1:amd64 (11.1.0-2ubuntu1) ...
903+Setting up libss2:amd64 (1.46.2-1ubuntu2) ...
904+Setting up libdpkg-perl (1.20.9ubuntu1) ...
905+Setting up logsave (1.46.2-1ubuntu2) ...
906+Setting up libubsan1:amd64 (11.1.0-2ubuntu1) ...
907+Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu1) ...
908+Setting up libnsl-dev:amd64 (1.3.0-2) ...
909+Setting up libcrypt-dev:amd64 (1:4.4.18-4ubuntu1) ...
910+Setting up libisl23:amd64 (0.24-1) ...
911+Setting up libc-dev-bin (2.33-0ubuntu7) ...
912+Setting up openssl (1.1.1j-1ubuntu4) ...
913+Setting up readline-common (8.1-2) ...
914+Setting up libcc1-0:amd64 (11.1.0-2ubuntu1) ...
915+Setting up liblsan0:amd64 (11.1.0-2ubuntu1) ...
916+Setting up libprocps8:amd64 (2:3.3.17-5ubuntu1) ...
917+Setting up cpp-10 (10.3.0-3ubuntu1) ...
918+Setting up libitm1:amd64 (11.1.0-2ubuntu1) ...
919+Setting up libtsan0:amd64 (11.1.0-2ubuntu1) ...
920+Setting up libgcc-10-dev:amd64 (10.3.0-3ubuntu1) ...
921+Setting up libreadline8:amd64 (8.1-2) ...
922+Setting up e2fsprogs (1.46.2-1ubuntu2) ...
923+Setting up dpkg-dev (1.20.9ubuntu1) ...
924+Setting up gcc-10 (10.3.0-3ubuntu1) ...
925+Setting up cpp (4:10.3.0-1ubuntu3) ...
926+Setting up procps (2:3.3.17-5ubuntu1) ...
927+update-alternatives: warning: alternative /usr/bin/w.procps (part of link group w) doesn't exist; removing from list of alternatives
928+update-alternatives: warning: /etc/alternatives/w is dangling; it will be updated with best choice
929+Setting up libc6-dev:amd64 (2.33-0ubuntu7) ...
930+Setting up libstdc++-10-dev:amd64 (10.3.0-3ubuntu1) ...
931+Setting up g++-10 (10.3.0-3ubuntu1) ...
932+Setting up gcc (4:10.3.0-1ubuntu3) ...
933+Setting up g++ (4:10.3.0-1ubuntu3) ...
934+Setting up build-essential (12.9ubuntu1) ...
935+Setting up systemd-timesyncd (248.3-1ubuntu1) ...
936+Installing new version of config file /etc/systemd/timesyncd.conf ...
937+Setting up systemd (248.3-1ubuntu1) ...
938+Installing new version of config file /etc/systemd/journald.conf ...
939+Installing new version of config file /etc/systemd/logind.conf ...
940+Installing new version of config file /etc/systemd/networkd.conf ...
941+Installing new version of config file /etc/systemd/pstore.conf ...
942+Installing new version of config file /etc/systemd/resolved.conf ...
943+Installing new version of config file /etc/systemd/sleep.conf ...
944+Installing new version of config file /etc/systemd/system.conf ...
945+Installing new version of config file /etc/systemd/user.conf ...
946+Initializing machine ID from random generator.
947+Setting up systemd-sysv (248.3-1ubuntu1) ...
948+Processing triggers for libc-bin (2.33-0ubuntu7) ...
949+RUN: /usr/share/launchpad-buildd/bin/sbuild-package PACKAGEBUILD-21476022 amd64 impish-proposed -c chroot:build-PACKAGEBUILD-21476022 --arch=amd64 --dist=impish-proposed --nolog -A ggcov_0.10-3.dsc
950+Initiating build PACKAGEBUILD-21476022 with 4 jobs across 4 processor cores.
951+Kernel reported to sbuild: 4.15.0-144-generic #148-Ubuntu SMP Sat May 8 02:33:43 UTC 2021 x86_64
952+sbuild (Debian sbuild) 0.75.0 (21 Mar 2018) on lcy01-amd64-026.buildd
953+
954++==============================================================================+
955+| ggcov 0.10-3 (amd64) Thu, 27 May 2021 19:49:15 +0000 |
956++==============================================================================+
957+
958+Package: ggcov
959+Version: 0.10-3
960+Source Version: 0.10-3
961+Distribution: impish-proposed
962+Machine Architecture: amd64
963+Host Architecture: amd64
964+Build Architecture: amd64
965+Build Type: binary
966+
967+I: NOTICE: Log filtering will replace 'home/buildd/build-PACKAGEBUILD-21476022/chroot-autobuild' with '<<CHROOT>>'
968+
969++------------------------------------------------------------------------------+
970+| Fetch source files |
971++------------------------------------------------------------------------------+
972+
973+
974+Local sources
975+-------------
976+
977+ggcov_0.10-3.dsc exists in .; copying to chroot
978+I: NOTICE: Log filtering will replace 'build/ggcov-zn6VxK/ggcov-0.10' with '<<PKGBUILDDIR>>'
979+I: NOTICE: Log filtering will replace 'build/ggcov-zn6VxK' with '<<BUILDDIR>>'
980+
981++------------------------------------------------------------------------------+
982+| Install build-essential |
983++------------------------------------------------------------------------------+
984+
985+
986+Setup apt archive
987+-----------------
988+
989+Merged Build-Depends: build-essential, fakeroot
990+Filtered Build-Depends: build-essential, fakeroot
991+dpkg-deb: building package 'sbuild-build-depends-core-dummy' in '/<<BUILDDIR>>/resolver-iXBfo1/apt_archive/sbuild-build-depends-core-dummy.deb'.
992+dpkg-scanpackages: warning: Packages in archive but missing from override file:
993+dpkg-scanpackages: warning: sbuild-build-depends-core-dummy
994+dpkg-scanpackages: info: Wrote 1 entries to output Packages file.
995+Ign:1 copy:/<<BUILDDIR>>/resolver-iXBfo1/apt_archive ./ InRelease
996+Get:2 copy:/<<BUILDDIR>>/resolver-iXBfo1/apt_archive ./ Release [957 B]
997+Ign:3 copy:/<<BUILDDIR>>/resolver-iXBfo1/apt_archive ./ Release.gpg
998+Get:4 copy:/<<BUILDDIR>>/resolver-iXBfo1/apt_archive ./ Sources [349 B]
999+Get:5 copy:/<<BUILDDIR>>/resolver-iXBfo1/apt_archive ./ Packages [431 B]
1000+Fetched 1737 B in 0s (76.0 kB/s)
1001+Reading package lists...
1002+Reading package lists...
1003+
1004+Install core build dependencies (apt-based resolver)
1005+----------------------------------------------------
1006+
1007+Installing build dependencies
1008+Reading package lists...
1009+Building dependency tree...
1010+Reading state information...
1011+The following NEW packages will be installed:
1012+ sbuild-build-depends-core-dummy
1013+0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
1014+Need to get 856 B of archives.
1015+After this operation, 0 B of additional disk space will be used.
1016+Get:1 copy:/<<BUILDDIR>>/resolver-iXBfo1/apt_archive ./ sbuild-build-depends-core-dummy 0.invalid.0 [856 B]
1017+debconf: delaying package configuration, since apt-utils is not installed
1018+Fetched 856 B in 0s (0 B/s)
1019+Selecting previously unselected package sbuild-build-depends-core-dummy.
1020+(Reading database ... 13218 files and directories currently installed.)
1021+Preparing to unpack .../sbuild-build-depends-core-dummy_0.invalid.0_amd64.deb ...
1022+Unpacking sbuild-build-depends-core-dummy (0.invalid.0) ...
1023+Setting up sbuild-build-depends-core-dummy (0.invalid.0) ...
1024+
1025++------------------------------------------------------------------------------+
1026+| Check architectures |
1027++------------------------------------------------------------------------------+
1028+
1029+Arch check ok (amd64 included in any)
1030+
1031++------------------------------------------------------------------------------+
1032+| Install package build dependencies |
1033++------------------------------------------------------------------------------+
1034+
1035+
1036+Setup apt archive
1037+-----------------
1038+
1039+Merged Build-Depends: debhelper-compat (= 12), pkg-config, libpopt-dev, binutils-dev, libiberty-dev, libglib2.0-dev, libgd-dev, libxml2-dev, ruby-mustache, libdb-dev (>= 3.6.19)
1040+Filtered Build-Depends: debhelper-compat (= 12), pkg-config, libpopt-dev, binutils-dev, libiberty-dev, libglib2.0-dev, libgd-dev, libxml2-dev, ruby-mustache, libdb-dev (>= 3.6.19)
1041+dpkg-deb: building package 'sbuild-build-depends-ggcov-dummy' in '/<<BUILDDIR>>/resolver-iXBfo1/apt_archive/sbuild-build-depends-ggcov-dummy.deb'.
1042+dpkg-scanpackages: warning: Packages in archive but missing from override file:
1043+dpkg-scanpackages: warning: sbuild-build-depends-core-dummy sbuild-build-depends-ggcov-dummy
1044+dpkg-scanpackages: info: Wrote 2 entries to output Packages file.
1045+Ign:1 copy:/<<BUILDDIR>>/resolver-iXBfo1/apt_archive ./ InRelease
1046+Get:2 copy:/<<BUILDDIR>>/resolver-iXBfo1/apt_archive ./ Release [963 B]
1047+Ign:3 copy:/<<BUILDDIR>>/resolver-iXBfo1/apt_archive ./ Release.gpg
1048+Get:4 copy:/<<BUILDDIR>>/resolver-iXBfo1/apt_archive ./ Sources [561 B]
1049+Get:5 copy:/<<BUILDDIR>>/resolver-iXBfo1/apt_archive ./ Packages [640 B]
1050+Fetched 2164 B in 0s (83.7 kB/s)
1051+Reading package lists...
1052+Reading package lists...
1053+
1054+Install ggcov build dependencies (apt-based resolver)
1055+-----------------------------------------------------
1056+
1057+Installing build dependencies
1058+Reading package lists...
1059+Building dependency tree...
1060+Reading state information...
1061+The following additional packages will be installed:
1062+ autoconf automake autopoint autotools-dev binutils-dev bsdextrautils
1063+ debhelper debugedit dh-autoreconf dh-strip-nondeterminism dwz file
1064+ fontconfig-config fonts-dejavu-core gettext gettext-base groff-base
1065+ icu-devtools intltool-debian libarchive-zip-perl libblkid-dev libbrotli-dev
1066+ libbrotli1 libbsd0 libdb-dev libdb5.3-dev libdebhelper-perl libdeflate-dev
1067+ libdeflate0 libdw1 libedit2 libelf1 libexpat1 libexpat1-dev libffi-dev
1068+ libfile-stripnondeterminism-perl libfontconfig-dev libfontconfig1
1069+ libfreetype-dev libfreetype6 libfreetype6-dev libgd-dev libgd3 libglib2.0-0
1070+ libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin
1071+ libiberty-dev libice-dev libice6 libicu-dev libicu67 libjbig-dev libjbig0
1072+ libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 libjpeg8-dev
1073+ liblzma-dev libmagic-mgc libmagic1 libmd0 libmount-dev libmpdec3 libpcre16-3
1074+ libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev
1075+ libpcre32-3 libpcrecpp0v5 libpipeline1 libpng-dev libpopt-dev libpopt0
1076+ libpthread-stubs0-dev libpython3-stdlib libpython3.9-minimal
1077+ libpython3.9-stdlib libruby2.7 libselinux1-dev libsepol1-dev libsigsegv2
1078+ libsm-dev libsm6 libsub-override-perl libtiff-dev libtiff5 libtiffxx5
1079+ libtool libuchardet0 libvpx-dev libvpx6 libwebp6 libx11-6 libx11-data
1080+ libx11-dev libxau-dev libxau6 libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6
1081+ libxml2 libxml2-dev libxpm-dev libxpm4 libxt-dev libxt6 libyaml-0-2 m4
1082+ man-db media-types pkg-config po-debconf python3 python3-distutils
1083+ python3-lib2to3 python3-minimal python3.9 python3.9-minimal rake ruby
1084+ ruby-minitest ruby-mustache ruby-net-telnet ruby-power-assert ruby-rubygems
1085+ ruby-test-unit ruby-xmlrpc ruby2.7 rubygems-integration ucf uuid-dev
1086+ x11-common x11proto-dev xorg-sgml-doctools xtrans-dev zlib1g-dev
1087+Suggested packages:
1088+ autoconf-archive gnu-standards autoconf-doc dh-make gettext-doc
1089+ libasprintf-dev libgettextpo-dev groff db5.3-doc freetype2-doc libgd-tools
1090+ libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin
1091+ | libgdk-pixbuf2.0-dev libxml2-utils libice-doc icu-doc liblzma-doc
1092+ libsm-doc libtool-doc gfortran | fortran95-compiler gcj-jdk libx11-doc
1093+ libxcb-doc libxt-doc m4-doc apparmor less www-browser libmail-box-perl
1094+ python3-doc python3-tk python3-venv python3.9-venv python3.9-doc
1095+ binfmt-support ri ruby-dev bundler
1096+Recommended packages:
1097+ curl | wget | lynx libarchive-cpio-perl shared-mime-info xdg-user-dirs
1098+ libpng-tools libltdl-dev libmail-sendmail-perl zip fonts-lato libjs-jquery
1099+The following NEW packages will be installed:
1100+ autoconf automake autopoint autotools-dev binutils-dev bsdextrautils
1101+ debhelper debugedit dh-autoreconf dh-strip-nondeterminism dwz file
1102+ fontconfig-config fonts-dejavu-core gettext gettext-base groff-base
1103+ icu-devtools intltool-debian libarchive-zip-perl libblkid-dev libbrotli-dev
1104+ libbrotli1 libbsd0 libdb-dev libdb5.3-dev libdebhelper-perl libdeflate-dev
1105+ libdeflate0 libdw1 libedit2 libelf1 libexpat1 libexpat1-dev libffi-dev
1106+ libfile-stripnondeterminism-perl libfontconfig-dev libfontconfig1
1107+ libfreetype-dev libfreetype6 libfreetype6-dev libgd-dev libgd3 libglib2.0-0
1108+ libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin
1109+ libiberty-dev libice-dev libice6 libicu-dev libicu67 libjbig-dev libjbig0
1110+ libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 libjpeg8-dev
1111+ liblzma-dev libmagic-mgc libmagic1 libmd0 libmount-dev libmpdec3 libpcre16-3
1112+ libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev
1113+ libpcre32-3 libpcrecpp0v5 libpipeline1 libpng-dev libpopt-dev libpopt0
1114+ libpthread-stubs0-dev libpython3-stdlib libpython3.9-minimal
1115+ libpython3.9-stdlib libruby2.7 libselinux1-dev libsepol1-dev libsigsegv2
1116+ libsm-dev libsm6 libsub-override-perl libtiff-dev libtiff5 libtiffxx5
1117+ libtool libuchardet0 libvpx-dev libvpx6 libwebp6 libx11-6 libx11-data
1118+ libx11-dev libxau-dev libxau6 libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6
1119+ libxml2 libxml2-dev libxpm-dev libxpm4 libxt-dev libxt6 libyaml-0-2 m4
1120+ man-db media-types pkg-config po-debconf python3 python3-distutils
1121+ python3-lib2to3 python3-minimal python3.9 python3.9-minimal rake ruby
1122+ ruby-minitest ruby-mustache ruby-net-telnet ruby-power-assert ruby-rubygems
1123+ ruby-test-unit ruby-xmlrpc ruby2.7 rubygems-integration
1124+ sbuild-build-depends-ggcov-dummy ucf uuid-dev x11-common x11proto-dev
1125+ xorg-sgml-doctools xtrans-dev zlib1g-dev
1126+0 upgraded, 143 newly installed, 0 to remove and 0 not upgraded.
1127+Need to get 56.8 MB of archives.
1128+After this operation, 253 MB of additional disk space will be used.
1129+Get:1 copy:/<<BUILDDIR>>/resolver-iXBfo1/apt_archive ./ sbuild-build-depends-ggcov-dummy 0.invalid.0 [932 B]
1130+Get:2 http://ftpmaster.internal/ubuntu impish/main amd64 libpython3.9-minimal amd64 3.9.5-3 [756 kB]
1131+Get:3 http://ftpmaster.internal/ubuntu impish/main amd64 libexpat1 amd64 2.3.0-1 [76.7 kB]
1132+Get:4 http://ftpmaster.internal/ubuntu impish/main amd64 python3.9-minimal amd64 3.9.5-3 [1913 kB]
1133+Get:5 http://ftpmaster.internal/ubuntu impish/main amd64 python3-minimal amd64 3.9.4-1 [23.7 kB]
1134+Get:6 http://ftpmaster.internal/ubuntu impish/main amd64 media-types all 4.0.0 [22.2 kB]
1135+Get:7 http://ftpmaster.internal/ubuntu impish/main amd64 libmpdec3 amd64 2.5.1-2 [79.8 kB]
1136+Get:8 http://ftpmaster.internal/ubuntu impish/main amd64 libpython3.9-stdlib amd64 3.9.5-3 [1686 kB]
1137+Get:9 http://ftpmaster.internal/ubuntu impish/main amd64 python3.9 amd64 3.9.5-3 [423 kB]
1138+Get:10 http://ftpmaster.internal/ubuntu impish/main amd64 libpython3-stdlib amd64 3.9.4-1 [6984 B]
1139+Get:11 http://ftpmaster.internal/ubuntu impish/main amd64 python3 amd64 3.9.4-1 [22.2 kB]
1140+Get:12 http://ftpmaster.internal/ubuntu impish/main amd64 bsdextrautils amd64 2.36.1-7ubuntu2 [81.6 kB]
1141+Get:13 http://ftpmaster.internal/ubuntu impish/main amd64 libuchardet0 amd64 0.0.7-1 [68.0 kB]
1142+Get:14 http://ftpmaster.internal/ubuntu impish/main amd64 groff-base amd64 1.22.4-6 [864 kB]
1143+Get:15 http://ftpmaster.internal/ubuntu impish/main amd64 libpipeline1 amd64 1.5.3-1 [27.8 kB]
1144+Get:16 http://ftpmaster.internal/ubuntu impish/main amd64 man-db amd64 2.9.4-2 [1154 kB]
1145+Get:17 http://ftpmaster.internal/ubuntu impish/main amd64 libmd0 amd64 1.0.3-3build1 [21.5 kB]
1146+Get:18 http://ftpmaster.internal/ubuntu impish/main amd64 libbsd0 amd64 0.11.3-1ubuntu2 [41.1 kB]
1147+Get:19 http://ftpmaster.internal/ubuntu impish/main amd64 libelf1 amd64 0.185-1 [47.2 kB]
1148+Get:20 http://ftpmaster.internal/ubuntu impish/main amd64 libglib2.0-0 amd64 2.68.1-2 [1301 kB]
1149+Get:21 http://ftpmaster.internal/ubuntu impish/main amd64 libglib2.0-data all 2.68.1-2 [5764 B]
1150+Get:22 http://ftpmaster.internal/ubuntu impish/main amd64 libicu67 amd64 67.1-6ubuntu2 [8619 kB]
1151+Get:23 http://ftpmaster.internal/ubuntu impish/main amd64 libpopt0 amd64 1.18-2build2 [26.0 kB]
1152+Get:24 http://ftpmaster.internal/ubuntu impish-proposed/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [697 kB]
1153+Get:25 http://ftpmaster.internal/ubuntu impish/main amd64 libyaml-0-2 amd64 0.2.2-1 [48.9 kB]
1154+Get:26 http://ftpmaster.internal/ubuntu impish/main amd64 ucf all 3.0043 [56.1 kB]
1155+Get:27 http://ftpmaster.internal/ubuntu impish/main amd64 libmagic-mgc amd64 1:5.39-3 [228 kB]
1156+Get:28 http://ftpmaster.internal/ubuntu impish/main amd64 libmagic1 amd64 1:5.39-3 [80.6 kB]
1157+Get:29 http://ftpmaster.internal/ubuntu impish/main amd64 file amd64 1:5.39-3 [23.7 kB]
1158+Get:30 http://ftpmaster.internal/ubuntu impish/main amd64 gettext-base amd64 0.21-3ubuntu2 [39.5 kB]
1159+Get:31 http://ftpmaster.internal/ubuntu impish/main amd64 libedit2 amd64 3.1-20191231-2 [87.8 kB]
1160+Get:32 http://ftpmaster.internal/ubuntu impish/main amd64 libxau6 amd64 1:1.0.9-1build3 [7360 B]
1161+Get:33 http://ftpmaster.internal/ubuntu impish/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu3 [10.3 kB]
1162+Get:34 http://ftpmaster.internal/ubuntu impish/main amd64 libxcb1 amd64 1.14-3ubuntu1 [45.3 kB]
1163+Get:35 http://ftpmaster.internal/ubuntu impish/main amd64 libx11-data all 2:1.7.1-1 [112 kB]
1164+Get:36 http://ftpmaster.internal/ubuntu impish/main amd64 libx11-6 amd64 2:1.7.1-1 [577 kB]
1165+Get:37 http://ftpmaster.internal/ubuntu impish/main amd64 libsigsegv2 amd64 2.13-1ubuntu1 [14.2 kB]
1166+Get:38 http://ftpmaster.internal/ubuntu impish/main amd64 m4 amd64 1.4.18-5 [200 kB]
1167+Get:39 http://ftpmaster.internal/ubuntu impish/main amd64 autoconf all 2.69-14 [293 kB]
1168+Get:40 http://ftpmaster.internal/ubuntu impish/main amd64 autotools-dev all 20180224.1+nmu1 [39.4 kB]
1169+Get:41 http://ftpmaster.internal/ubuntu impish/main amd64 automake all 1:1.16.3-2ubuntu1 [552 kB]
1170+Get:42 http://ftpmaster.internal/ubuntu impish/main amd64 autopoint all 0.21-3ubuntu2 [422 kB]
1171+Get:43 http://ftpmaster.internal/ubuntu impish/main amd64 libdebhelper-perl all 13.3.4ubuntu1 [61.1 kB]
1172+Get:44 http://ftpmaster.internal/ubuntu impish/main amd64 libtool all 2.4.6-15 [161 kB]
1173+Get:45 http://ftpmaster.internal/ubuntu impish/main amd64 dh-autoreconf all 20 [16.1 kB]
1174+Get:46 http://ftpmaster.internal/ubuntu impish/main amd64 libarchive-zip-perl all 1.68-1 [90.2 kB]
1175+Get:47 http://ftpmaster.internal/ubuntu impish/main amd64 libsub-override-perl all 0.09-2 [9532 B]
1176+Get:48 http://ftpmaster.internal/ubuntu impish/main amd64 libfile-stripnondeterminism-perl all 1.12.0-1 [17.5 kB]
1177+Get:49 http://ftpmaster.internal/ubuntu impish/main amd64 dh-strip-nondeterminism all 1.12.0-1 [5228 B]
1178+Get:50 http://ftpmaster.internal/ubuntu impish/main amd64 libdw1 amd64 0.185-1 [225 kB]
1179+Get:51 http://ftpmaster.internal/ubuntu impish/main amd64 debugedit amd64 1:0.2+20210520-0ubuntu1 [44.0 kB]
1180+Get:52 http://ftpmaster.internal/ubuntu impish/main amd64 dwz amd64 0.14-1 [98.1 kB]
1181+Get:53 http://ftpmaster.internal/ubuntu impish/main amd64 gettext amd64 0.21-3ubuntu2 [825 kB]
1182+Get:54 http://ftpmaster.internal/ubuntu impish/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
1183+Get:55 http://ftpmaster.internal/ubuntu impish/main amd64 po-debconf all 1.0.21+nmu1 [233 kB]
1184+Get:56 http://ftpmaster.internal/ubuntu impish/main amd64 debhelper all 13.3.4ubuntu1 [920 kB]
1185+Get:57 http://ftpmaster.internal/ubuntu impish/main amd64 fonts-dejavu-core all 2.37-2build1 [1041 kB]
1186+Get:58 http://ftpmaster.internal/ubuntu impish/main amd64 fontconfig-config all 2.13.1-4.2ubuntu3 [28.2 kB]
1187+Get:59 http://ftpmaster.internal/ubuntu impish/main amd64 icu-devtools amd64 67.1-6ubuntu2 [182 kB]
1188+Get:60 http://ftpmaster.internal/ubuntu impish/main amd64 libbrotli1 amd64 1.0.9-2build2 [274 kB]
1189+Get:61 http://ftpmaster.internal/ubuntu impish/main amd64 libbrotli-dev amd64 1.0.9-2build2 [285 kB]
1190+Get:62 http://ftpmaster.internal/ubuntu impish/main amd64 libdeflate0 amd64 1.7-1ubuntu1 [52.6 kB]
1191+Get:63 http://ftpmaster.internal/ubuntu impish/main amd64 libdeflate-dev amd64 1.7-1ubuntu1 [45.5 kB]
1192+Get:64 http://ftpmaster.internal/ubuntu impish/main amd64 libexpat1-dev amd64 2.3.0-1 [121 kB]
1193+Get:65 http://ftpmaster.internal/ubuntu impish/main amd64 libfreetype6 amd64 2.10.4+dfsg-1build1 [348 kB]
1194+Get:66 http://ftpmaster.internal/ubuntu impish/main amd64 libfontconfig1 amd64 2.13.1-4.2ubuntu3 [116 kB]
1195+Get:67 http://ftpmaster.internal/ubuntu impish/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2ubuntu6 [156 kB]
1196+Get:68 http://ftpmaster.internal/ubuntu impish/main amd64 libpng-dev amd64 1.6.37-3build3 [179 kB]
1197+Get:69 http://ftpmaster.internal/ubuntu impish/main amd64 libfreetype-dev amd64 2.10.4+dfsg-1build1 [499 kB]
1198+Get:70 http://ftpmaster.internal/ubuntu impish/main amd64 libfreetype6-dev amd64 2.10.4+dfsg-1build1 [9828 B]
1199+Get:71 http://ftpmaster.internal/ubuntu impish/main amd64 uuid-dev amd64 2.36.1-7ubuntu2 [35.5 kB]
1200+Get:72 http://ftpmaster.internal/ubuntu impish/main amd64 pkg-config amd64 0.29.2-1ubuntu1 [46.2 kB]
1201+Get:73 http://ftpmaster.internal/ubuntu impish/main amd64 libfontconfig-dev amd64 2.13.1-4.2ubuntu3 [136 kB]
1202+Get:74 http://ftpmaster.internal/ubuntu impish/main amd64 libjpeg-turbo8 amd64 2.0.6-0ubuntu2 [117 kB]
1203+Get:75 http://ftpmaster.internal/ubuntu impish/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2194 B]
1204+Get:76 http://ftpmaster.internal/ubuntu impish/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB]
1205+Get:77 http://ftpmaster.internal/ubuntu impish/main amd64 libwebp6 amd64 0.6.1-2ubuntu1 [184 kB]
1206+Get:78 http://ftpmaster.internal/ubuntu impish/main amd64 libtiff5 amd64 4.2.0-1build1 [168 kB]
1207+Get:79 http://ftpmaster.internal/ubuntu impish/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB]
1208+Get:80 http://ftpmaster.internal/ubuntu impish/main amd64 libgd3 amd64 2.3.0-2 [118 kB]
1209+Get:81 http://ftpmaster.internal/ubuntu impish/main amd64 libjpeg-turbo8-dev amd64 2.0.6-0ubuntu2 [238 kB]
1210+Get:82 http://ftpmaster.internal/ubuntu impish/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1552 B]
1211+Get:83 http://ftpmaster.internal/ubuntu impish/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1546 B]
1212+Get:84 http://ftpmaster.internal/ubuntu impish/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
1213+Get:85 http://ftpmaster.internal/ubuntu impish/main amd64 x11proto-dev all 2020.1-1 [594 kB]
1214+Get:86 http://ftpmaster.internal/ubuntu impish/main amd64 libxau-dev amd64 1:1.0.9-1build3 [9352 B]
1215+Get:87 http://ftpmaster.internal/ubuntu impish/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu3 [25.5 kB]
1216+Get:88 http://ftpmaster.internal/ubuntu impish/main amd64 xtrans-dev all 1.4.0-1 [68.9 kB]
1217+Get:89 http://ftpmaster.internal/ubuntu impish/main amd64 libpthread-stubs0-dev amd64 0.4-1 [5384 B]
1218+Get:90 http://ftpmaster.internal/ubuntu impish/main amd64 libxcb1-dev amd64 1.14-3ubuntu1 [80.5 kB]
1219+Get:91 http://ftpmaster.internal/ubuntu impish/main amd64 libx11-dev amd64 2:1.7.1-1 [648 kB]
1220+Get:92 http://ftpmaster.internal/ubuntu impish/main amd64 libxpm-dev amd64 1:3.5.12-1 [87.4 kB]
1221+Get:93 http://ftpmaster.internal/ubuntu impish/main amd64 x11-common all 1:7.7+22ubuntu1 [22.3 kB]
1222+Get:94 http://ftpmaster.internal/ubuntu impish/main amd64 libice6 amd64 2:1.0.10-1 [40.2 kB]
1223+Get:95 http://ftpmaster.internal/ubuntu impish/main amd64 libsm6 amd64 2:1.2.3-1 [16.1 kB]
1224+Get:96 http://ftpmaster.internal/ubuntu impish/main amd64 libxt6 amd64 1:1.2.0-1 [160 kB]
1225+Get:97 http://ftpmaster.internal/ubuntu impish/main amd64 libice-dev amd64 2:1.0.10-1 [47.3 kB]
1226+Get:98 http://ftpmaster.internal/ubuntu impish/main amd64 libsm-dev amd64 2:1.2.3-1 [17.0 kB]
1227+Get:99 http://ftpmaster.internal/ubuntu impish/main amd64 libxt-dev amd64 1:1.2.0-1 [378 kB]
1228+Get:100 http://ftpmaster.internal/ubuntu impish/main amd64 libvpx6 amd64 1.9.0-1 [815 kB]
1229+Get:101 http://ftpmaster.internal/ubuntu impish/main amd64 libvpx-dev amd64 1.9.0-1 [945 kB]
1230+Get:102 http://ftpmaster.internal/ubuntu impish/main amd64 libjbig-dev amd64 2.1-3.1build1 [25.2 kB]
1231+Get:103 http://ftpmaster.internal/ubuntu impish/main amd64 liblzma-dev amd64 5.2.5-2 [151 kB]
1232+Get:104 http://ftpmaster.internal/ubuntu impish/main amd64 libtiffxx5 amd64 4.2.0-1build1 [5672 B]
1233+Get:105 http://ftpmaster.internal/ubuntu impish/main amd64 libtiff-dev amd64 4.2.0-1build1 [292 kB]
1234+Get:106 http://ftpmaster.internal/ubuntu impish/main amd64 libgd-dev amd64 2.3.0-2 [245 kB]
1235+Get:107 http://ftpmaster.internal/ubuntu impish/main amd64 libglib2.0-bin amd64 2.68.1-2 [74.6 kB]
1236+Get:108 http://ftpmaster.internal/ubuntu impish/main amd64 libffi-dev amd64 3.4~20200819gead65ca871-0ubuntu5 [57.5 kB]
1237+Get:109 http://ftpmaster.internal/ubuntu impish/main amd64 python3-lib2to3 all 3.9.5-0ubuntu3 [76.2 kB]
1238+Get:110 http://ftpmaster.internal/ubuntu impish/main amd64 python3-distutils all 3.9.5-0ubuntu3 [142 kB]
1239+Get:111 http://ftpmaster.internal/ubuntu impish/main amd64 libglib2.0-dev-bin amd64 2.68.1-2 [111 kB]
1240+Get:112 http://ftpmaster.internal/ubuntu impish/main amd64 libblkid-dev amd64 2.36.1-7ubuntu2 [161 kB]
1241+Get:113 http://ftpmaster.internal/ubuntu impish/main amd64 libsepol1-dev amd64 3.1-1ubuntu1 [330 kB]
1242+Get:114 http://ftpmaster.internal/ubuntu impish/main amd64 libpcre2-16-0 amd64 10.36-2ubuntu5 [189 kB]
1243+Get:115 http://ftpmaster.internal/ubuntu impish/main amd64 libpcre2-32-0 amd64 10.36-2ubuntu5 [179 kB]
1244+Get:116 http://ftpmaster.internal/ubuntu impish/main amd64 libpcre2-posix2 amd64 10.36-2ubuntu5 [5996 B]
1245+Get:117 http://ftpmaster.internal/ubuntu impish/main amd64 libpcre2-dev amd64 10.36-2ubuntu5 [686 kB]
1246+Get:118 http://ftpmaster.internal/ubuntu impish/main amd64 libselinux1-dev amd64 3.1-3build1 [148 kB]
1247+Get:119 http://ftpmaster.internal/ubuntu impish/main amd64 libmount-dev amd64 2.36.1-7ubuntu2 [14.1 kB]
1248+Get:120 http://ftpmaster.internal/ubuntu impish/main amd64 libpcre16-3 amd64 2:8.39-13build3 [153 kB]
1249+Get:121 http://ftpmaster.internal/ubuntu impish/main amd64 libpcre32-3 amd64 2:8.39-13build3 [144 kB]
1250+Get:122 http://ftpmaster.internal/ubuntu impish/main amd64 libpcrecpp0v5 amd64 2:8.39-13build3 [15.3 kB]
1251+Get:123 http://ftpmaster.internal/ubuntu impish/main amd64 libpcre3-dev amd64 2:8.39-13build3 [544 kB]
1252+Get:124 http://ftpmaster.internal/ubuntu impish/main amd64 libglib2.0-dev amd64 2.68.1-2 [1525 kB]
1253+Get:125 http://ftpmaster.internal/ubuntu impish/main amd64 libiberty-dev amd64 20210106-1 [152 kB]
1254+Get:126 http://ftpmaster.internal/ubuntu impish/main amd64 libicu-dev amd64 67.1-6ubuntu2 [9581 kB]
1255+Get:127 http://ftpmaster.internal/ubuntu impish/main amd64 libpopt-dev amd64 1.18-2build2 [44.1 kB]
1256+Get:128 http://ftpmaster.internal/ubuntu impish/main amd64 rubygems-integration all 1.18 [5336 B]
1257+Get:129 http://ftpmaster.internal/ubuntu impish/main amd64 ruby2.7 amd64 2.7.3-2ubuntu1 [95.6 kB]
1258+Get:130 http://ftpmaster.internal/ubuntu impish/main amd64 ruby-rubygems all 3.2.5-2 [221 kB]
1259+Get:131 http://ftpmaster.internal/ubuntu impish/main amd64 ruby amd64 1:2.7+2 [5280 B]
1260+Get:132 http://ftpmaster.internal/ubuntu impish/main amd64 rake all 13.0.3-1 [61.5 kB]
1261+Get:133 http://ftpmaster.internal/ubuntu impish/main amd64 ruby-minitest all 5.13.0-1 [40.9 kB]
1262+Get:134 http://ftpmaster.internal/ubuntu impish/main amd64 ruby-net-telnet all 0.1.1-2 [12.6 kB]
1263+Get:135 http://ftpmaster.internal/ubuntu impish/main amd64 ruby-power-assert all 1.1.7-2 [11.5 kB]
1264+Get:136 http://ftpmaster.internal/ubuntu impish/main amd64 ruby-test-unit all 3.3.9-1 [73.6 kB]
1265+Get:137 http://ftpmaster.internal/ubuntu impish/main amd64 ruby-xmlrpc all 0.3.0-2 [23.8 kB]
1266+Get:138 http://ftpmaster.internal/ubuntu impish/main amd64 libruby2.7 amd64 2.7.3-2ubuntu1 [3547 kB]
1267+Get:139 http://ftpmaster.internal/ubuntu impish-proposed/main amd64 libxml2-dev amd64 2.9.10+dfsg-6.7 [717 kB]
1268+Get:140 http://ftpmaster.internal/ubuntu impish/universe amd64 ruby-mustache all 1.1.1-2 [26.6 kB]
1269+Get:141 http://ftpmaster.internal/ubuntu impish/main amd64 binutils-dev amd64 2.36.1-6ubuntu1 [4197 kB]
1270+Get:142 http://ftpmaster.internal/ubuntu impish/main amd64 libdb5.3-dev amd64 5.3.28+dfsg1-0.8ubuntu1 [764 kB]
1271+Get:143 http://ftpmaster.internal/ubuntu impish/main amd64 libdb-dev amd64 1:5.3.21~exp1ubuntu2 [2294 B]
1272+debconf: delaying package configuration, since apt-utils is not installed
1273+Fetched 56.8 MB in 3s (22.2 MB/s)
1274+Selecting previously unselected package libpython3.9-minimal:amd64.
1275+(Reading database ... 13218 files and directories currently installed.)
1276+Preparing to unpack .../libpython3.9-minimal_3.9.5-3_amd64.deb ...
1277+Unpacking libpython3.9-minimal:amd64 (3.9.5-3) ...
1278+Selecting previously unselected package libexpat1:amd64.
1279+Preparing to unpack .../libexpat1_2.3.0-1_amd64.deb ...
1280+Unpacking libexpat1:amd64 (2.3.0-1) ...
1281+Selecting previously unselected package python3.9-minimal.
1282+Preparing to unpack .../python3.9-minimal_3.9.5-3_amd64.deb ...
1283+Unpacking python3.9-minimal (3.9.5-3) ...
1284+Setting up libpython3.9-minimal:amd64 (3.9.5-3) ...
1285+Setting up libexpat1:amd64 (2.3.0-1) ...
1286+Setting up python3.9-minimal (3.9.5-3) ...
1287+Selecting previously unselected package python3-minimal.
1288+(Reading database ... 13511 files and directories currently installed.)
1289+Preparing to unpack .../0-python3-minimal_3.9.4-1_amd64.deb ...
1290+Unpacking python3-minimal (3.9.4-1) ...
1291+Selecting previously unselected package media-types.
1292+Preparing to unpack .../1-media-types_4.0.0_all.deb ...
1293+Unpacking media-types (4.0.0) ...
1294+Selecting previously unselected package libmpdec3:amd64.
1295+Preparing to unpack .../2-libmpdec3_2.5.1-2_amd64.deb ...
1296+Unpacking libmpdec3:amd64 (2.5.1-2) ...
1297+Selecting previously unselected package libpython3.9-stdlib:amd64.
1298+Preparing to unpack .../3-libpython3.9-stdlib_3.9.5-3_amd64.deb ...
1299+Unpacking libpython3.9-stdlib:amd64 (3.9.5-3) ...
1300+Selecting previously unselected package python3.9.
1301+Preparing to unpack .../4-python3.9_3.9.5-3_amd64.deb ...
1302+Unpacking python3.9 (3.9.5-3) ...
1303+Selecting previously unselected package libpython3-stdlib:amd64.
1304+Preparing to unpack .../5-libpython3-stdlib_3.9.4-1_amd64.deb ...
1305+Unpacking libpython3-stdlib:amd64 (3.9.4-1) ...
1306+Setting up python3-minimal (3.9.4-1) ...
1307+Selecting previously unselected package python3.
1308+(Reading database ... 13907 files and directories currently installed.)
1309+Preparing to unpack .../000-python3_3.9.4-1_amd64.deb ...
1310+Unpacking python3 (3.9.4-1) ...
1311+Selecting previously unselected package bsdextrautils.
1312+Preparing to unpack .../001-bsdextrautils_2.36.1-7ubuntu2_amd64.deb ...
1313+Unpacking bsdextrautils (2.36.1-7ubuntu2) ...
1314+Selecting previously unselected package libuchardet0:amd64.
1315+Preparing to unpack .../002-libuchardet0_0.0.7-1_amd64.deb ...
1316+Unpacking libuchardet0:amd64 (0.0.7-1) ...
1317+Selecting previously unselected package groff-base.
1318+Preparing to unpack .../003-groff-base_1.22.4-6_amd64.deb ...
1319+Unpacking groff-base (1.22.4-6) ...
1320+Selecting previously unselected package libpipeline1:amd64.
1321+Preparing to unpack .../004-libpipeline1_1.5.3-1_amd64.deb ...
1322+Unpacking libpipeline1:amd64 (1.5.3-1) ...
1323+Selecting previously unselected package man-db.
1324+Preparing to unpack .../005-man-db_2.9.4-2_amd64.deb ...
1325+Unpacking man-db (2.9.4-2) ...
1326+Selecting previously unselected package libmd0:amd64.
1327+Preparing to unpack .../006-libmd0_1.0.3-3build1_amd64.deb ...
1328+Unpacking libmd0:amd64 (1.0.3-3build1) ...
1329+Selecting previously unselected package libbsd0:amd64.
1330+Preparing to unpack .../007-libbsd0_0.11.3-1ubuntu2_amd64.deb ...
1331+Unpacking libbsd0:amd64 (0.11.3-1ubuntu2) ...
1332+Selecting previously unselected package libelf1:amd64.
1333+Preparing to unpack .../008-libelf1_0.185-1_amd64.deb ...
1334+Unpacking libelf1:amd64 (0.185-1) ...
1335+Selecting previously unselected package libglib2.0-0:amd64.
1336+Preparing to unpack .../009-libglib2.0-0_2.68.1-2_amd64.deb ...
1337+Unpacking libglib2.0-0:amd64 (2.68.1-2) ...
1338+Selecting previously unselected package libglib2.0-data.
1339+Preparing to unpack .../010-libglib2.0-data_2.68.1-2_all.deb ...
1340+Unpacking libglib2.0-data (2.68.1-2) ...
1341+Selecting previously unselected package libicu67:amd64.
1342+Preparing to unpack .../011-libicu67_67.1-6ubuntu2_amd64.deb ...
1343+Unpacking libicu67:amd64 (67.1-6ubuntu2) ...
1344+Selecting previously unselected package libpopt0:amd64.
1345+Preparing to unpack .../012-libpopt0_1.18-2build2_amd64.deb ...
1346+Unpacking libpopt0:amd64 (1.18-2build2) ...
1347+Selecting previously unselected package libxml2:amd64.
1348+Preparing to unpack .../013-libxml2_2.9.10+dfsg-6.7_amd64.deb ...
1349+Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ...
1350+Selecting previously unselected package libyaml-0-2:amd64.
1351+Preparing to unpack .../014-libyaml-0-2_0.2.2-1_amd64.deb ...
1352+Unpacking libyaml-0-2:amd64 (0.2.2-1) ...
1353+Selecting previously unselected package ucf.
1354+Preparing to unpack .../015-ucf_3.0043_all.deb ...
1355+Moving old data out of the way
1356+Unpacking ucf (3.0043) ...
1357+Selecting previously unselected package libmagic-mgc.
1358+Preparing to unpack .../016-libmagic-mgc_1%3a5.39-3_amd64.deb ...
1359+Unpacking libmagic-mgc (1:5.39-3) ...
1360+Selecting previously unselected package libmagic1:amd64.
1361+Preparing to unpack .../017-libmagic1_1%3a5.39-3_amd64.deb ...
1362+Unpacking libmagic1:amd64 (1:5.39-3) ...
1363+Selecting previously unselected package file.
1364+Preparing to unpack .../018-file_1%3a5.39-3_amd64.deb ...
1365+Unpacking file (1:5.39-3) ...
1366+Selecting previously unselected package gettext-base.
1367+Preparing to unpack .../019-gettext-base_0.21-3ubuntu2_amd64.deb ...
1368+Unpacking gettext-base (0.21-3ubuntu2) ...
1369+Selecting previously unselected package libedit2:amd64.
1370+Preparing to unpack .../020-libedit2_3.1-20191231-2_amd64.deb ...
1371+Unpacking libedit2:amd64 (3.1-20191231-2) ...
1372+Selecting previously unselected package libxau6:amd64.
1373+Preparing to unpack .../021-libxau6_1%3a1.0.9-1build3_amd64.deb ...
1374+Unpacking libxau6:amd64 (1:1.0.9-1build3) ...
1375+Selecting previously unselected package libxdmcp6:amd64.
1376+Preparing to unpack .../022-libxdmcp6_1%3a1.1.3-0ubuntu3_amd64.deb ...
1377+Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu3) ...
1378+Selecting previously unselected package libxcb1:amd64.
1379+Preparing to unpack .../023-libxcb1_1.14-3ubuntu1_amd64.deb ...
1380+Unpacking libxcb1:amd64 (1.14-3ubuntu1) ...
1381+Selecting previously unselected package libx11-data.
1382+Preparing to unpack .../024-libx11-data_2%3a1.7.1-1_all.deb ...
1383+Unpacking libx11-data (2:1.7.1-1) ...
1384+Selecting previously unselected package libx11-6:amd64.
1385+Preparing to unpack .../025-libx11-6_2%3a1.7.1-1_amd64.deb ...
1386+Unpacking libx11-6:amd64 (2:1.7.1-1) ...
1387+Selecting previously unselected package libsigsegv2:amd64.
1388+Preparing to unpack .../026-libsigsegv2_2.13-1ubuntu1_amd64.deb ...
1389+Unpacking libsigsegv2:amd64 (2.13-1ubuntu1) ...
1390+Selecting previously unselected package m4.
1391+Preparing to unpack .../027-m4_1.4.18-5_amd64.deb ...
1392+Unpacking m4 (1.4.18-5) ...
1393+Selecting previously unselected package autoconf.
1394+Preparing to unpack .../028-autoconf_2.69-14_all.deb ...
1395+Unpacking autoconf (2.69-14) ...
1396+Selecting previously unselected package autotools-dev.
1397+Preparing to unpack .../029-autotools-dev_20180224.1+nmu1_all.deb ...
1398+Unpacking autotools-dev (20180224.1+nmu1) ...
1399+Selecting previously unselected package automake.
1400+Preparing to unpack .../030-automake_1%3a1.16.3-2ubuntu1_all.deb ...
1401+Unpacking automake (1:1.16.3-2ubuntu1) ...
1402+Selecting previously unselected package autopoint.
1403+Preparing to unpack .../031-autopoint_0.21-3ubuntu2_all.deb ...
1404+Unpacking autopoint (0.21-3ubuntu2) ...
1405+Selecting previously unselected package libdebhelper-perl.
1406+Preparing to unpack .../032-libdebhelper-perl_13.3.4ubuntu1_all.deb ...
1407+Unpacking libdebhelper-perl (13.3.4ubuntu1) ...
1408+Selecting previously unselected package libtool.
1409+Preparing to unpack .../033-libtool_2.4.6-15_all.deb ...
1410+Unpacking libtool (2.4.6-15) ...
1411+Selecting previously unselected package dh-autoreconf.
1412+Preparing to unpack .../034-dh-autoreconf_20_all.deb ...
1413+Unpacking dh-autoreconf (20) ...
1414+Selecting previously unselected package libarchive-zip-perl.
1415+Preparing to unpack .../035-libarchive-zip-perl_1.68-1_all.deb ...
1416+Unpacking libarchive-zip-perl (1.68-1) ...
1417+Selecting previously unselected package libsub-override-perl.
1418+Preparing to unpack .../036-libsub-override-perl_0.09-2_all.deb ...
1419+Unpacking libsub-override-perl (0.09-2) ...
1420+Selecting previously unselected package libfile-stripnondeterminism-perl.
1421+Preparing to unpack .../037-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
1422+Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
1423+Selecting previously unselected package dh-strip-nondeterminism.
1424+Preparing to unpack .../038-dh-strip-nondeterminism_1.12.0-1_all.deb ...
1425+Unpacking dh-strip-nondeterminism (1.12.0-1) ...
1426+Selecting previously unselected package libdw1:amd64.
1427+Preparing to unpack .../039-libdw1_0.185-1_amd64.deb ...
1428+Unpacking libdw1:amd64 (0.185-1) ...
1429+Selecting previously unselected package debugedit.
1430+Preparing to unpack .../040-debugedit_1%3a0.2+20210520-0ubuntu1_amd64.deb ...
1431+Unpacking debugedit (1:0.2+20210520-0ubuntu1) ...
1432+Selecting previously unselected package dwz.
1433+Preparing to unpack .../041-dwz_0.14-1_amd64.deb ...
1434+Unpacking dwz (0.14-1) ...
1435+Selecting previously unselected package gettext.
1436+Preparing to unpack .../042-gettext_0.21-3ubuntu2_amd64.deb ...
1437+Unpacking gettext (0.21-3ubuntu2) ...
1438+Selecting previously unselected package intltool-debian.
1439+Preparing to unpack .../043-intltool-debian_0.35.0+20060710.5_all.deb ...
1440+Unpacking intltool-debian (0.35.0+20060710.5) ...
1441+Selecting previously unselected package po-debconf.
1442+Preparing to unpack .../044-po-debconf_1.0.21+nmu1_all.deb ...
1443+Unpacking po-debconf (1.0.21+nmu1) ...
1444+Selecting previously unselected package debhelper.
1445+Preparing to unpack .../045-debhelper_13.3.4ubuntu1_all.deb ...
1446+Unpacking debhelper (13.3.4ubuntu1) ...
1447+Selecting previously unselected package fonts-dejavu-core.
1448+Preparing to unpack .../046-fonts-dejavu-core_2.37-2build1_all.deb ...
1449+Unpacking fonts-dejavu-core (2.37-2build1) ...
1450+Selecting previously unselected package fontconfig-config.
1451+Preparing to unpack .../047-fontconfig-config_2.13.1-4.2ubuntu3_all.deb ...
1452+Unpacking fontconfig-config (2.13.1-4.2ubuntu3) ...
1453+Selecting previously unselected package icu-devtools.
1454+Preparing to unpack .../048-icu-devtools_67.1-6ubuntu2_amd64.deb ...
1455+Unpacking icu-devtools (67.1-6ubuntu2) ...
1456+Selecting previously unselected package libbrotli1:amd64.
1457+Preparing to unpack .../049-libbrotli1_1.0.9-2build2_amd64.deb ...
1458+Unpacking libbrotli1:amd64 (1.0.9-2build2) ...
1459+Selecting previously unselected package libbrotli-dev:amd64.
1460+Preparing to unpack .../050-libbrotli-dev_1.0.9-2build2_amd64.deb ...
1461+Unpacking libbrotli-dev:amd64 (1.0.9-2build2) ...
1462+Selecting previously unselected package libdeflate0:amd64.
1463+Preparing to unpack .../051-libdeflate0_1.7-1ubuntu1_amd64.deb ...
1464+Unpacking libdeflate0:amd64 (1.7-1ubuntu1) ...
1465+Selecting previously unselected package libdeflate-dev:amd64.
1466+Preparing to unpack .../052-libdeflate-dev_1.7-1ubuntu1_amd64.deb ...
1467+Unpacking libdeflate-dev:amd64 (1.7-1ubuntu1) ...
1468+Selecting previously unselected package libexpat1-dev:amd64.
1469+Preparing to unpack .../053-libexpat1-dev_2.3.0-1_amd64.deb ...
1470+Unpacking libexpat1-dev:amd64 (2.3.0-1) ...
1471+Selecting previously unselected package libfreetype6:amd64.
1472+Preparing to unpack .../054-libfreetype6_2.10.4+dfsg-1build1_amd64.deb ...
1473+Unpacking libfreetype6:amd64 (2.10.4+dfsg-1build1) ...
1474+Selecting previously unselected package libfontconfig1:amd64.
1475+Preparing to unpack .../055-libfontconfig1_2.13.1-4.2ubuntu3_amd64.deb ...
1476+Unpacking libfontconfig1:amd64 (2.13.1-4.2ubuntu3) ...
1477+Selecting previously unselected package zlib1g-dev:amd64.
1478+Preparing to unpack .../056-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu6_amd64.deb ...
1479+Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu6) ...
1480+Selecting previously unselected package libpng-dev:amd64.
1481+Preparing to unpack .../057-libpng-dev_1.6.37-3build3_amd64.deb ...
1482+Unpacking libpng-dev:amd64 (1.6.37-3build3) ...
1483+Selecting previously unselected package libfreetype-dev:amd64.
1484+Preparing to unpack .../058-libfreetype-dev_2.10.4+dfsg-1build1_amd64.deb ...
1485+Unpacking libfreetype-dev:amd64 (2.10.4+dfsg-1build1) ...
1486+Selecting previously unselected package libfreetype6-dev:amd64.
1487+Preparing to unpack .../059-libfreetype6-dev_2.10.4+dfsg-1build1_amd64.deb ...
1488+Unpacking libfreetype6-dev:amd64 (2.10.4+dfsg-1build1) ...
1489+Selecting previously unselected package uuid-dev:amd64.
1490+Preparing to unpack .../060-uuid-dev_2.36.1-7ubuntu2_amd64.deb ...
1491+Unpacking uuid-dev:amd64 (2.36.1-7ubuntu2) ...
1492+Selecting previously unselected package pkg-config.
1493+Preparing to unpack .../061-pkg-config_0.29.2-1ubuntu1_amd64.deb ...
1494+Unpacking pkg-config (0.29.2-1ubuntu1) ...
1495+Selecting previously unselected package libfontconfig-dev:amd64.
1496+Preparing to unpack .../062-libfontconfig-dev_2.13.1-4.2ubuntu3_amd64.deb ...
1497+Unpacking libfontconfig-dev:amd64 (2.13.1-4.2ubuntu3) ...
1498+Selecting previously unselected package libjpeg-turbo8:amd64.
1499+Preparing to unpack .../063-libjpeg-turbo8_2.0.6-0ubuntu2_amd64.deb ...
1500+Unpacking libjpeg-turbo8:amd64 (2.0.6-0ubuntu2) ...
1501+Selecting previously unselected package libjpeg8:amd64.
1502+Preparing to unpack .../064-libjpeg8_8c-2ubuntu8_amd64.deb ...
1503+Unpacking libjpeg8:amd64 (8c-2ubuntu8) ...
1504+Selecting previously unselected package libjbig0:amd64.
1505+Preparing to unpack .../065-libjbig0_2.1-3.1build1_amd64.deb ...
1506+Unpacking libjbig0:amd64 (2.1-3.1build1) ...
1507+Selecting previously unselected package libwebp6:amd64.
1508+Preparing to unpack .../066-libwebp6_0.6.1-2ubuntu1_amd64.deb ...
1509+Unpacking libwebp6:amd64 (0.6.1-2ubuntu1) ...
1510+Selecting previously unselected package libtiff5:amd64.
1511+Preparing to unpack .../067-libtiff5_4.2.0-1build1_amd64.deb ...
1512+Unpacking libtiff5:amd64 (4.2.0-1build1) ...
1513+Selecting previously unselected package libxpm4:amd64.
1514+Preparing to unpack .../068-libxpm4_1%3a3.5.12-1_amd64.deb ...
1515+Unpacking libxpm4:amd64 (1:3.5.12-1) ...
1516+Selecting previously unselected package libgd3:amd64.
1517+Preparing to unpack .../069-libgd3_2.3.0-2_amd64.deb ...
1518+Unpacking libgd3:amd64 (2.3.0-2) ...
1519+Selecting previously unselected package libjpeg-turbo8-dev:amd64.
1520+Preparing to unpack .../070-libjpeg-turbo8-dev_2.0.6-0ubuntu2_amd64.deb ...
1521+Unpacking libjpeg-turbo8-dev:amd64 (2.0.6-0ubuntu2) ...
1522+Selecting previously unselected package libjpeg8-dev:amd64.
1523+Preparing to unpack .../071-libjpeg8-dev_8c-2ubuntu8_amd64.deb ...
1524+Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ...
1525+Selecting previously unselected package libjpeg-dev:amd64.
1526+Preparing to unpack .../072-libjpeg-dev_8c-2ubuntu8_amd64.deb ...
1527+Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ...
1528+Selecting previously unselected package xorg-sgml-doctools.
1529+Preparing to unpack .../073-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
1530+Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
1531+Selecting previously unselected package x11proto-dev.
1532+Preparing to unpack .../074-x11proto-dev_2020.1-1_all.deb ...
1533+Unpacking x11proto-dev (2020.1-1) ...
1534+Selecting previously unselected package libxau-dev:amd64.
1535+Preparing to unpack .../075-libxau-dev_1%3a1.0.9-1build3_amd64.deb ...
1536+Unpacking libxau-dev:amd64 (1:1.0.9-1build3) ...
1537+Selecting previously unselected package libxdmcp-dev:amd64.
1538+Preparing to unpack .../076-libxdmcp-dev_1%3a1.1.3-0ubuntu3_amd64.deb ...
1539+Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu3) ...
1540+Selecting previously unselected package xtrans-dev.
1541+Preparing to unpack .../077-xtrans-dev_1.4.0-1_all.deb ...
1542+Unpacking xtrans-dev (1.4.0-1) ...
1543+Selecting previously unselected package libpthread-stubs0-dev:amd64.
1544+Preparing to unpack .../078-libpthread-stubs0-dev_0.4-1_amd64.deb ...
1545+Unpacking libpthread-stubs0-dev:amd64 (0.4-1) ...
1546+Selecting previously unselected package libxcb1-dev:amd64.
1547+Preparing to unpack .../079-libxcb1-dev_1.14-3ubuntu1_amd64.deb ...
1548+Unpacking libxcb1-dev:amd64 (1.14-3ubuntu1) ...
1549+Selecting previously unselected package libx11-dev:amd64.
1550+Preparing to unpack .../080-libx11-dev_2%3a1.7.1-1_amd64.deb ...
1551+Unpacking libx11-dev:amd64 (2:1.7.1-1) ...
1552+Selecting previously unselected package libxpm-dev:amd64.
1553+Preparing to unpack .../081-libxpm-dev_1%3a3.5.12-1_amd64.deb ...
1554+Unpacking libxpm-dev:amd64 (1:3.5.12-1) ...
1555+Selecting previously unselected package x11-common.
1556+Preparing to unpack .../082-x11-common_1%3a7.7+22ubuntu1_all.deb ...
1557+Unpacking x11-common (1:7.7+22ubuntu1) ...
1558+Selecting previously unselected package libice6:amd64.
1559+Preparing to unpack .../083-libice6_2%3a1.0.10-1_amd64.deb ...
1560+Unpacking libice6:amd64 (2:1.0.10-1) ...
1561+Selecting previously unselected package libsm6:amd64.
1562+Preparing to unpack .../084-libsm6_2%3a1.2.3-1_amd64.deb ...
1563+Unpacking libsm6:amd64 (2:1.2.3-1) ...
1564+Selecting previously unselected package libxt6:amd64.
1565+Preparing to unpack .../085-libxt6_1%3a1.2.0-1_amd64.deb ...
1566+Unpacking libxt6:amd64 (1:1.2.0-1) ...
1567+Selecting previously unselected package libice-dev:amd64.
1568+Preparing to unpack .../086-libice-dev_2%3a1.0.10-1_amd64.deb ...
1569+Unpacking libice-dev:amd64 (2:1.0.10-1) ...
1570+Selecting previously unselected package libsm-dev:amd64.
1571+Preparing to unpack .../087-libsm-dev_2%3a1.2.3-1_amd64.deb ...
1572+Unpacking libsm-dev:amd64 (2:1.2.3-1) ...
1573+Selecting previously unselected package libxt-dev:amd64.
1574+Preparing to unpack .../088-libxt-dev_1%3a1.2.0-1_amd64.deb ...
1575+Unpacking libxt-dev:amd64 (1:1.2.0-1) ...
1576+Selecting previously unselected package libvpx6:amd64.
1577+Preparing to unpack .../089-libvpx6_1.9.0-1_amd64.deb ...
1578+Unpacking libvpx6:amd64 (1.9.0-1) ...
1579+Selecting previously unselected package libvpx-dev:amd64.
1580+Preparing to unpack .../090-libvpx-dev_1.9.0-1_amd64.deb ...
1581+Unpacking libvpx-dev:amd64 (1.9.0-1) ...
1582+Selecting previously unselected package libjbig-dev:amd64.
1583+Preparing to unpack .../091-libjbig-dev_2.1-3.1build1_amd64.deb ...
1584+Unpacking libjbig-dev:amd64 (2.1-3.1build1) ...
1585+Selecting previously unselected package liblzma-dev:amd64.
1586+Preparing to unpack .../092-liblzma-dev_5.2.5-2_amd64.deb ...
1587+Unpacking liblzma-dev:amd64 (5.2.5-2) ...
1588+Selecting previously unselected package libtiffxx5:amd64.
1589+Preparing to unpack .../093-libtiffxx5_4.2.0-1build1_amd64.deb ...
1590+Unpacking libtiffxx5:amd64 (4.2.0-1build1) ...
1591+Selecting previously unselected package libtiff-dev:amd64.
1592+Preparing to unpack .../094-libtiff-dev_4.2.0-1build1_amd64.deb ...
1593+Unpacking libtiff-dev:amd64 (4.2.0-1build1) ...
1594+Selecting previously unselected package libgd-dev:amd64.
1595+Preparing to unpack .../095-libgd-dev_2.3.0-2_amd64.deb ...
1596+Unpacking libgd-dev:amd64 (2.3.0-2) ...
1597+Selecting previously unselected package libglib2.0-bin.
1598+Preparing to unpack .../096-libglib2.0-bin_2.68.1-2_amd64.deb ...
1599+Unpacking libglib2.0-bin (2.68.1-2) ...
1600+Selecting previously unselected package libffi-dev:amd64.
1601+Preparing to unpack .../097-libffi-dev_3.4~20200819gead65ca871-0ubuntu5_amd64.deb ...
1602+Unpacking libffi-dev:amd64 (3.4~20200819gead65ca871-0ubuntu5) ...
1603+Selecting previously unselected package python3-lib2to3.
1604+Preparing to unpack .../098-python3-lib2to3_3.9.5-0ubuntu3_all.deb ...
1605+Unpacking python3-lib2to3 (3.9.5-0ubuntu3) ...
1606+Selecting previously unselected package python3-distutils.
1607+Preparing to unpack .../099-python3-distutils_3.9.5-0ubuntu3_all.deb ...
1608+Unpacking python3-distutils (3.9.5-0ubuntu3) ...
1609+Selecting previously unselected package libglib2.0-dev-bin.
1610+Preparing to unpack .../100-libglib2.0-dev-bin_2.68.1-2_amd64.deb ...
1611+Unpacking libglib2.0-dev-bin (2.68.1-2) ...
1612+Selecting previously unselected package libblkid-dev:amd64.
1613+Preparing to unpack .../101-libblkid-dev_2.36.1-7ubuntu2_amd64.deb ...
1614+Unpacking libblkid-dev:amd64 (2.36.1-7ubuntu2) ...
1615+Selecting previously unselected package libsepol1-dev:amd64.
1616+Preparing to unpack .../102-libsepol1-dev_3.1-1ubuntu1_amd64.deb ...
1617+Unpacking libsepol1-dev:amd64 (3.1-1ubuntu1) ...
1618+Selecting previously unselected package libpcre2-16-0:amd64.
1619+Preparing to unpack .../103-libpcre2-16-0_10.36-2ubuntu5_amd64.deb ...
1620+Unpacking libpcre2-16-0:amd64 (10.36-2ubuntu5) ...
1621+Selecting previously unselected package libpcre2-32-0:amd64.
1622+Preparing to unpack .../104-libpcre2-32-0_10.36-2ubuntu5_amd64.deb ...
1623+Unpacking libpcre2-32-0:amd64 (10.36-2ubuntu5) ...
1624+Selecting previously unselected package libpcre2-posix2:amd64.
1625+Preparing to unpack .../105-libpcre2-posix2_10.36-2ubuntu5_amd64.deb ...
1626+Unpacking libpcre2-posix2:amd64 (10.36-2ubuntu5) ...
1627+Selecting previously unselected package libpcre2-dev:amd64.
1628+Preparing to unpack .../106-libpcre2-dev_10.36-2ubuntu5_amd64.deb ...
1629+Unpacking libpcre2-dev:amd64 (10.36-2ubuntu5) ...
1630+Selecting previously unselected package libselinux1-dev:amd64.
1631+Preparing to unpack .../107-libselinux1-dev_3.1-3build1_amd64.deb ...
1632+Unpacking libselinux1-dev:amd64 (3.1-3build1) ...
1633+Selecting previously unselected package libmount-dev:amd64.
1634+Preparing to unpack .../108-libmount-dev_2.36.1-7ubuntu2_amd64.deb ...
1635+Unpacking libmount-dev:amd64 (2.36.1-7ubuntu2) ...
1636+Selecting previously unselected package libpcre16-3:amd64.
1637+Preparing to unpack .../109-libpcre16-3_2%3a8.39-13build3_amd64.deb ...
1638+Unpacking libpcre16-3:amd64 (2:8.39-13build3) ...
1639+Selecting previously unselected package libpcre32-3:amd64.
1640+Preparing to unpack .../110-libpcre32-3_2%3a8.39-13build3_amd64.deb ...
1641+Unpacking libpcre32-3:amd64 (2:8.39-13build3) ...
1642+Selecting previously unselected package libpcrecpp0v5:amd64.
1643+Preparing to unpack .../111-libpcrecpp0v5_2%3a8.39-13build3_amd64.deb ...
1644+Unpacking libpcrecpp0v5:amd64 (2:8.39-13build3) ...
1645+Selecting previously unselected package libpcre3-dev:amd64.
1646+Preparing to unpack .../112-libpcre3-dev_2%3a8.39-13build3_amd64.deb ...
1647+Unpacking libpcre3-dev:amd64 (2:8.39-13build3) ...
1648+Selecting previously unselected package libglib2.0-dev:amd64.
1649+Preparing to unpack .../113-libglib2.0-dev_2.68.1-2_amd64.deb ...
1650+Unpacking libglib2.0-dev:amd64 (2.68.1-2) ...
1651+Selecting previously unselected package libiberty-dev:amd64.
1652+Preparing to unpack .../114-libiberty-dev_20210106-1_amd64.deb ...
1653+Unpacking libiberty-dev:amd64 (20210106-1) ...
1654+Selecting previously unselected package libicu-dev:amd64.
1655+Preparing to unpack .../115-libicu-dev_67.1-6ubuntu2_amd64.deb ...
1656+Unpacking libicu-dev:amd64 (67.1-6ubuntu2) ...
1657+Selecting previously unselected package libpopt-dev:amd64.
1658+Preparing to unpack .../116-libpopt-dev_1.18-2build2_amd64.deb ...
1659+Unpacking libpopt-dev:amd64 (1.18-2build2) ...
1660+Selecting previously unselected package rubygems-integration.
1661+Preparing to unpack .../117-rubygems-integration_1.18_all.deb ...
1662+Unpacking rubygems-integration (1.18) ...
1663+Selecting previously unselected package ruby2.7.
1664+Preparing to unpack .../118-ruby2.7_2.7.3-2ubuntu1_amd64.deb ...
1665+Unpacking ruby2.7 (2.7.3-2ubuntu1) ...
1666+Selecting previously unselected package ruby-rubygems.
1667+Preparing to unpack .../119-ruby-rubygems_3.2.5-2_all.deb ...
1668+Unpacking ruby-rubygems (3.2.5-2) ...
1669+Selecting previously unselected package ruby.
1670+Preparing to unpack .../120-ruby_1%3a2.7+2_amd64.deb ...
1671+Unpacking ruby (1:2.7+2) ...
1672+Selecting previously unselected package rake.
1673+Preparing to unpack .../121-rake_13.0.3-1_all.deb ...
1674+Unpacking rake (13.0.3-1) ...
1675+Selecting previously unselected package ruby-minitest.
1676+Preparing to unpack .../122-ruby-minitest_5.13.0-1_all.deb ...
1677+Unpacking ruby-minitest (5.13.0-1) ...
1678+Selecting previously unselected package ruby-net-telnet.
1679+Preparing to unpack .../123-ruby-net-telnet_0.1.1-2_all.deb ...
1680+Unpacking ruby-net-telnet (0.1.1-2) ...
1681+Selecting previously unselected package ruby-power-assert.
1682+Preparing to unpack .../124-ruby-power-assert_1.1.7-2_all.deb ...
1683+Unpacking ruby-power-assert (1.1.7-2) ...
1684+Selecting previously unselected package ruby-test-unit.
1685+Preparing to unpack .../125-ruby-test-unit_3.3.9-1_all.deb ...
1686+Unpacking ruby-test-unit (3.3.9-1) ...
1687+Selecting previously unselected package ruby-xmlrpc.
1688+Preparing to unpack .../126-ruby-xmlrpc_0.3.0-2_all.deb ...
1689+Unpacking ruby-xmlrpc (0.3.0-2) ...
1690+Selecting previously unselected package libruby2.7:amd64.
1691+Preparing to unpack .../127-libruby2.7_2.7.3-2ubuntu1_amd64.deb ...
1692+Unpacking libruby2.7:amd64 (2.7.3-2ubuntu1) ...
1693+Selecting previously unselected package libxml2-dev:amd64.
1694+Preparing to unpack .../128-libxml2-dev_2.9.10+dfsg-6.7_amd64.deb ...
1695+Unpacking libxml2-dev:amd64 (2.9.10+dfsg-6.7) ...
1696+Selecting previously unselected package ruby-mustache.
1697+Preparing to unpack .../129-ruby-mustache_1.1.1-2_all.deb ...
1698+Unpacking ruby-mustache (1.1.1-2) ...
1699+Selecting previously unselected package binutils-dev.
1700+Preparing to unpack .../130-binutils-dev_2.36.1-6ubuntu1_amd64.deb ...
1701+Unpacking binutils-dev (2.36.1-6ubuntu1) ...
1702+Selecting previously unselected package libdb5.3-dev.
1703+Preparing to unpack .../131-libdb5.3-dev_5.3.28+dfsg1-0.8ubuntu1_amd64.deb ...
1704+Unpacking libdb5.3-dev (5.3.28+dfsg1-0.8ubuntu1) ...
1705+Selecting previously unselected package libdb-dev:amd64.
1706+Preparing to unpack .../132-libdb-dev_1%3a5.3.21~exp1ubuntu2_amd64.deb ...
1707+Unpacking libdb-dev:amd64 (1:5.3.21~exp1ubuntu2) ...
1708+Selecting previously unselected package sbuild-build-depends-ggcov-dummy.
1709+Preparing to unpack .../133-sbuild-build-depends-ggcov-dummy_0.invalid.0_amd64.deb ...
1710+Unpacking sbuild-build-depends-ggcov-dummy (0.invalid.0) ...
1711+Setting up media-types (4.0.0) ...
1712+Setting up libpcrecpp0v5:amd64 (2:8.39-13build3) ...
1713+Setting up libpipeline1:amd64 (1.5.3-1) ...
1714+Setting up libxau6:amd64 (1:1.0.9-1build3) ...
1715+Setting up bsdextrautils (2.36.1-7ubuntu2) ...
1716+update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
1717+Setting up libpcre16-3:amd64 (2:8.39-13build3) ...
1718+Setting up libicu67:amd64 (67.1-6ubuntu2) ...
1719+Setting up ruby-power-assert (1.1.7-2) ...
1720+Setting up libmagic-mgc (1:5.39-3) ...
1721+Setting up libarchive-zip-perl (1.68-1) ...
1722+Setting up libyaml-0-2:amd64 (0.2.2-1) ...
1723+Setting up libglib2.0-0:amd64 (2.68.1-2) ...
1724+No schema files found: doing nothing.
1725+Setting up libdebhelper-perl (13.3.4ubuntu1) ...
1726+Setting up libbrotli1:amd64 (1.0.9-2build2) ...
1727+Setting up x11-common (1:7.7+22ubuntu1) ...
1728+Running in chroot, ignoring request.
1729+invoke-rc.d: policy-rc.d denied execution of start.
1730+Setting up libmagic1:amd64 (1:5.39-3) ...
1731+Setting up libsepol1-dev:amd64 (3.1-1ubuntu1) ...
1732+Setting up libdeflate0:amd64 (1.7-1ubuntu1) ...
1733+Setting up gettext-base (0.21-3ubuntu2) ...
1734+Setting up binutils-dev (2.36.1-6ubuntu1) ...
1735+Setting up rubygems-integration (1.18) ...
1736+Setting up file (1:5.39-3) ...
1737+Setting up libffi-dev:amd64 (3.4~20200819gead65ca871-0ubuntu5) ...
1738+Setting up libpthread-stubs0-dev:amd64 (0.4-1) ...
1739+Setting up libjbig0:amd64 (2.1-3.1build1) ...
1740+Setting up libpcre2-16-0:amd64 (10.36-2ubuntu5) ...
1741+Setting up ruby-minitest (5.13.0-1) ...
1742+Setting up xtrans-dev (1.4.0-1) ...
1743+Setting up autotools-dev (20180224.1+nmu1) ...
1744+Setting up libpcre2-32-0:amd64 (10.36-2ubuntu5) ...
1745+Setting up libglib2.0-data (2.68.1-2) ...
1746+Setting up libexpat1-dev:amd64 (2.3.0-1) ...
1747+Setting up libfreetype6:amd64 (2.10.4+dfsg-1build1) ...
1748+Setting up ruby-test-unit (3.3.9-1) ...
1749+Setting up libx11-data (2:1.7.1-1) ...
1750+Setting up uuid-dev:amd64 (2.36.1-7ubuntu2) ...
1751+Setting up ruby-net-telnet (0.1.1-2) ...
1752+Setting up libsigsegv2:amd64 (2.13-1ubuntu1) ...
1753+Setting up libpcre32-3:amd64 (2:8.39-13build3) ...
1754+Setting up autopoint (0.21-3ubuntu2) ...
1755+Setting up libwebp6:amd64 (0.6.1-2ubuntu1) ...
1756+Setting up icu-devtools (67.1-6ubuntu2) ...
1757+Setting up pkg-config (0.29.2-1ubuntu1) ...
1758+Setting up fonts-dejavu-core (2.37-2build1) ...
1759+Setting up ucf (3.0043) ...
1760+Setting up libpcre2-posix2:amd64 (10.36-2ubuntu5) ...
1761+Setting up libjpeg-turbo8:amd64 (2.0.6-0ubuntu2) ...
1762+Setting up liblzma-dev:amd64 (5.2.5-2) ...
1763+Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu6) ...
1764+Setting up libmd0:amd64 (1.0.3-3build1) ...
1765+Setting up libvpx6:amd64 (1.9.0-1) ...
1766+Setting up libdb5.3-dev (5.3.28+dfsg1-0.8ubuntu1) ...
1767+Setting up libiberty-dev:amd64 (20210106-1) ...
1768+Setting up libuchardet0:amd64 (0.0.7-1) ...
1769+Setting up libmpdec3:amd64 (2.5.1-2) ...
1770+Setting up libsub-override-perl (0.09-2) ...
1771+Setting up xorg-sgml-doctools (1:1.11-1.1) ...
1772+Setting up libbsd0:amd64 (0.11.3-1ubuntu2) ...
1773+Setting up libdeflate-dev:amd64 (1.7-1ubuntu1) ...
1774+Setting up libelf1:amd64 (0.185-1) ...
1775+Setting up libicu-dev:amd64 (67.1-6ubuntu2) ...
1776+Setting up ruby-xmlrpc (0.3.0-2) ...
1777+Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ...
1778+Setting up libbrotli-dev:amd64 (1.0.9-2build2) ...
1779+Setting up libpython3.9-stdlib:amd64 (3.9.5-3) ...
1780+Setting up libpython3-stdlib:amd64 (3.9.4-1) ...
1781+Setting up libpopt0:amd64 (1.18-2build2) ...
1782+Setting up libjpeg8:amd64 (8c-2ubuntu8) ...
1783+Setting up x11proto-dev (2020.1-1) ...
1784+Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
1785+Setting up libblkid-dev:amd64 (2.36.1-7ubuntu2) ...
1786+Setting up libice6:amd64 (2:1.0.10-1) ...
1787+Setting up libdw1:amd64 (0.185-1) ...
1788+Setting up libjpeg-turbo8-dev:amd64 (2.0.6-0ubuntu2) ...
1789+Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu3) ...
1790+Setting up libxcb1:amd64 (1.14-3ubuntu1) ...
1791+Setting up gettext (0.21-3ubuntu2) ...
1792+Setting up libxau-dev:amd64 (1:1.0.9-1build3) ...
1793+Setting up libpcre2-dev:amd64 (10.36-2ubuntu5) ...
1794+Setting up libice-dev:amd64 (2:1.0.10-1) ...
1795+Setting up libtool (2.4.6-15) ...
1796+Setting up libselinux1-dev:amd64 (3.1-3build1) ...
1797+Setting up libpcre3-dev:amd64 (2:8.39-13build3) ...
1798+Setting up fontconfig-config (2.13.1-4.2ubuntu3) ...
1799+Setting up libedit2:amd64 (3.1-20191231-2) ...
1800+Setting up libpng-dev:amd64 (1.6.37-3build3) ...
1801+Setting up libjbig-dev:amd64 (2.1-3.1build1) ...
1802+Setting up libglib2.0-bin (2.68.1-2) ...
1803+Setting up m4 (1.4.18-5) ...
1804+Setting up libpopt-dev:amd64 (1.18-2build2) ...
1805+Setting up libfreetype-dev:amd64 (2.10.4+dfsg-1build1) ...
1806+Setting up intltool-debian (0.35.0+20060710.5) ...
1807+Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu3) ...
1808+Setting up libxml2-dev:amd64 (2.9.10+dfsg-6.7) ...
1809+Setting up libvpx-dev:amd64 (1.9.0-1) ...
1810+Setting up libdb-dev:amd64 (1:5.3.21~exp1ubuntu2) ...
1811+Setting up autoconf (2.69-14) ...
1812+Setting up dh-strip-nondeterminism (1.12.0-1) ...
1813+Setting up dwz (0.14-1) ...
1814+Setting up groff-base (1.22.4-6) ...
1815+Setting up debugedit (1:0.2+20210520-0ubuntu1) ...
1816+Setting up libx11-6:amd64 (2:1.7.1-1) ...
1817+Setting up libtiff5:amd64 (4.2.0-1build1) ...
1818+Setting up libfontconfig1:amd64 (2.13.1-4.2ubuntu3) ...
1819+Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ...
1820+Setting up libsm6:amd64 (2:1.2.3-1) ...
1821+Setting up libmount-dev:amd64 (2.36.1-7ubuntu2) ...
1822+Setting up python3.9 (3.9.5-3) ...
1823+Setting up libtiffxx5:amd64 (4.2.0-1build1) ...
1824+Setting up automake (1:1.16.3-2ubuntu1) ...
1825+update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
1826+Setting up libxcb1-dev:amd64 (1.14-3ubuntu1) ...
1827+Setting up libxpm4:amd64 (1:3.5.12-1) ...
1828+Setting up libsm-dev:amd64 (2:1.2.3-1) ...
1829+Setting up po-debconf (1.0.21+nmu1) ...
1830+Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ...
1831+Setting up libx11-dev:amd64 (2:1.7.1-1) ...
1832+Setting up python3 (3.9.4-1) ...
1833+Setting up man-db (2.9.4-2) ...
1834+Not building database; man-db/auto-update is not 'true'.
1835+Created symlink /etc/systemd/system/timers.target.wants/man-db.timer → /lib/systemd/system/man-db.timer.
1836+Setting up libfreetype6-dev:amd64 (2.10.4+dfsg-1build1) ...
1837+Setting up dh-autoreconf (20) ...
1838+Setting up libtiff-dev:amd64 (4.2.0-1build1) ...
1839+Setting up libxpm-dev:amd64 (1:3.5.12-1) ...
1840+Setting up libgd3:amd64 (2.3.0-2) ...
1841+Setting up libxt6:amd64 (1:1.2.0-1) ...
1842+Setting up python3-lib2to3 (3.9.5-0ubuntu3) ...
1843+Setting up python3-distutils (3.9.5-0ubuntu3) ...
1844+Setting up libglib2.0-dev-bin (2.68.1-2) ...
1845+Setting up libfontconfig-dev:amd64 (2.13.1-4.2ubuntu3) ...
1846+Setting up debhelper (13.3.4ubuntu1) ...
1847+Setting up libglib2.0-dev:amd64 (2.68.1-2) ...
1848+Setting up libxt-dev:amd64 (1:1.2.0-1) ...
1849+Setting up libgd-dev:amd64 (2.3.0-2) ...
1850+Setting up ruby (1:2.7+2) ...
1851+Setting up rake (13.0.3-1) ...
1852+Setting up ruby-mustache (1.1.1-2) ...
1853+Setting up ruby-rubygems (3.2.5-2) ...
1854+Setting up libruby2.7:amd64 (2.7.3-2ubuntu1) ...
1855+Setting up sbuild-build-depends-ggcov-dummy (0.invalid.0) ...
1856+Setting up ruby2.7 (2.7.3-2ubuntu1) ...
1857+Processing triggers for libc-bin (2.33-0ubuntu7) ...
1858+
1859++------------------------------------------------------------------------------+
1860+| Build environment |
1861++------------------------------------------------------------------------------+
1862+
1863+Kernel: Linux 4.15.0-144-generic amd64 (x86_64)
1864+Toolchain package versions: binutils_2.36.1-6ubuntu1 dpkg-dev_1.20.9ubuntu1 g++-10_10.3.0-3ubuntu1 gcc-10_10.3.0-3ubuntu1 libc6-dev_2.33-0ubuntu7 libstdc++-10-dev_10.3.0-3ubuntu1 libstdc++6_11.1.0-2ubuntu1 linux-libc-dev_5.11.0-18.19+21.10.1
1865+Package versions: adduser_3.118ubuntu5 advancecomp_2.1-2.1build1 apt_2.3.5 autoconf_2.69-14 automake_1:1.16.3-2ubuntu1 autopoint_0.21-3ubuntu2 autotools-dev_20180224.1+nmu1 base-files_11.1ubuntu3 base-passwd_3.5.50 bash_5.1-3ubuntu1 binutils_2.36.1-6ubuntu1 binutils-common_2.36.1-6ubuntu1 binutils-dev_2.36.1-6ubuntu1 binutils-x86-64-linux-gnu_2.36.1-6ubuntu1 bsdextrautils_2.36.1-7ubuntu2 bsdutils_1:2.36.1-7ubuntu2 build-essential_12.9ubuntu1 bzip2_1.0.8-4ubuntu3 ca-certificates_20210119build1 coreutils_8.32-4ubuntu2 cpp_4:10.3.0-1ubuntu3 cpp-10_10.3.0-3ubuntu1 dash_0.5.11+git20210120+802ebd4-1 debconf_1.5.76 debhelper_13.3.4ubuntu1 debianutils_4.11.2 debugedit_1:0.2+20210520-0ubuntu1 dh-autoreconf_20 dh-strip-nondeterminism_1.12.0-1 diffutils_1:3.7-5ubuntu1 dpkg_1.20.9ubuntu1 dpkg-dev_1.20.9ubuntu1 dwz_0.14-1 e2fsprogs_1.46.2-1ubuntu2 fakeroot_1.25.3-1.1ubuntu2 file_1:5.39-3 findutils_4.8.0-1ubuntu1 fontconfig-config_2.13.1-4.2ubuntu3 fonts-dejavu-core_2.37-2build1 g++_4:10.3.0-1ubuntu3 g++-10_10.3.0-3ubuntu1 gcc_4:10.3.0-1ubuntu3 gcc-10_10.3.0-3ubuntu1 gcc-10-base_10.3.0-3ubuntu1 gcc-11-base_11.1.0-2ubuntu1 gettext_0.21-3ubuntu2 gettext-base_0.21-3ubuntu2 gpg_2.2.20-1ubuntu3 gpg-agent_2.2.20-1ubuntu3 gpgconf_2.2.20-1ubuntu3 gpgv_2.2.20-1ubuntu3 grep_3.6-1 groff-base_1.22.4-6 gzip_1.10-4ubuntu1 hostname_3.23 icu-devtools_67.1-6ubuntu2 init_1.60 init-system-helpers_1.60 intltool-debian_0.35.0+20060710.5 libacl1_2.2.53-10ubuntu1 libapparmor1_3.0.0-0ubuntu8 libapt-pkg6.0_2.3.5 libarchive-zip-perl_1.68-1 libargon2-1_0~20171227-0.2build21.04.0 libasan6_11.1.0-2ubuntu1 libassuan0_2.5.4-1ubuntu1 libatomic1_11.1.0-2ubuntu1 libattr1_1:2.4.48-6build1 libaudit-common_1:3.0-2ubuntu1 libaudit1_1:3.0-2ubuntu1 libbinutils_2.36.1-6ubuntu1 libblkid-dev_2.36.1-7ubuntu2 libblkid1_2.36.1-7ubuntu2 libbrotli-dev_1.0.9-2build2 libbrotli1_1.0.9-2build2 libbsd0_0.11.3-1ubuntu2 libbz2-1.0_1.0.8-4ubuntu3 libc-bin_2.33-0ubuntu7 libc-dev-bin_2.33-0ubuntu7 libc6_2.33-0ubuntu7 libc6-dev_2.33-0ubuntu7 libcap-ng0_0.7.9-2.2build1 libcap2_1:2.44-1build1 libcc1-0_11.1.0-2ubuntu1 libcom-err2_1.46.2-1ubuntu2 libcrypt-dev_1:4.4.18-4ubuntu1 libcrypt1_1:4.4.18-4ubuntu1 libcryptsetup12_2:2.3.4-1ubuntu3 libctf-nobfd0_2.36.1-6ubuntu1 libctf0_2.36.1-6ubuntu1 libdb-dev_1:5.3.21~exp1ubuntu2 libdb5.3_5.3.28+dfsg1-0.8ubuntu1 libdb5.3-dev_5.3.28+dfsg1-0.8ubuntu1 libdebconfclient0_0.256ubuntu3 libdebhelper-perl_13.3.4ubuntu1 libdeflate-dev_1.7-1ubuntu1 libdeflate0_1.7-1ubuntu1 libdevmapper1.02.1_2:1.02.175-2.1ubuntu1 libdpkg-perl_1.20.9ubuntu1 libdw1_0.185-1 libedit2_3.1-20191231-2 libelf1_0.185-1 libexpat1_2.3.0-1 libexpat1-dev_2.3.0-1 libext2fs2_1.46.2-1ubuntu2 libfakeroot_1.25.3-1.1ubuntu2 libffi-dev_3.4~20200819gead65ca871-0ubuntu5 libffi8ubuntu1_3.4~20200819gead65ca871-0ubuntu5 libfile-stripnondeterminism-perl_1.12.0-1 libfontconfig-dev_2.13.1-4.2ubuntu3 libfontconfig1_2.13.1-4.2ubuntu3 libfreetype-dev_2.10.4+dfsg-1build1 libfreetype6_2.10.4+dfsg-1build1 libfreetype6-dev_2.10.4+dfsg-1build1 libgcc-10-dev_10.3.0-3ubuntu1 libgcc-s1_11.1.0-2ubuntu1 libgcrypt20_1.8.7-5ubuntu1 libgd-dev_2.3.0-2 libgd3_2.3.0-2 libgdbm-compat4_1.19-2 libgdbm6_1.19-2 libglib2.0-0_2.68.1-2 libglib2.0-bin_2.68.1-2 libglib2.0-data_2.68.1-2 libglib2.0-dev_2.68.1-2 libglib2.0-dev-bin_2.68.1-2 libgmp10_2:6.2.1+dfsg-1ubuntu2 libgnutls30_3.7.1-3ubuntu1 libgomp1_11.1.0-2ubuntu1 libgpg-error0_1.38-2build1 libgssapi-krb5-2_1.18.3-5 libhogweed6_3.7-2.1ubuntu1 libiberty-dev_20210106-1 libice-dev_2:1.0.10-1 libice6_2:1.0.10-1 libicu-dev_67.1-6ubuntu2 libicu67_67.1-6ubuntu2 libidn2-0_2.3.1-1 libip4tc2_1.8.7-1ubuntu2 libisl23_0.24-1 libitm1_11.1.0-2ubuntu1 libjbig-dev_2.1-3.1build1 libjbig0_2.1-3.1build1 libjpeg-dev_8c-2ubuntu8 libjpeg-turbo8_2.0.6-0ubuntu2 libjpeg-turbo8-dev_2.0.6-0ubuntu2 libjpeg8_8c-2ubuntu8 libjpeg8-dev_8c-2ubuntu8 libjson-c5_0.15-2build2 libk5crypto3_1.18.3-5 libkeyutils1_1.6.1-2ubuntu1 libkmod2_28-1ubuntu2 libkrb5-3_1.18.3-5 libkrb5support0_1.18.3-5 liblockfile-bin_1.17-1 liblockfile1_1.17-1 liblsan0_11.1.0-2ubuntu1 liblz4-1_1.9.3-2 liblzma-dev_5.2.5-2 liblzma5_5.2.5-2 libmagic-mgc_1:5.39-3 libmagic1_1:5.39-3 libmd0_1.0.3-3build1 libmount-dev_2.36.1-7ubuntu2 libmount1_2.36.1-7ubuntu2 libmpc3_1.2.0-1build1 libmpdec3_2.5.1-2 libmpfr6_4.1.0-3build1 libncurses6_6.2+20201114-2build1 libncursesw6_6.2+20201114-2build1 libnettle8_3.7-2.1ubuntu1 libnpth0_1.6-3 libnsl-dev_1.3.0-2 libnsl2_1.3.0-2 libp11-kit0_0.23.22-1 libpam-modules_1.3.1-5ubuntu7 libpam-modules-bin_1.3.1-5ubuntu7 libpam-runtime_1.3.1-5ubuntu7 libpam0g_1.3.1-5ubuntu7 libpcre16-3_2:8.39-13build3 libpcre2-16-0_10.36-2ubuntu5 libpcre2-32-0_10.36-2ubuntu5 libpcre2-8-0_10.36-2ubuntu5 libpcre2-dev_10.36-2ubuntu5 libpcre2-posix2_10.36-2ubuntu5 libpcre3_2:8.39-13build3 libpcre3-dev_2:8.39-13build3 libpcre32-3_2:8.39-13build3 libpcrecpp0v5_2:8.39-13build3 libperl5.32_5.32.1-3ubuntu2 libpipeline1_1.5.3-1 libpng-dev_1.6.37-3build3 libpng16-16_1.6.37-3build3 libpopt-dev_1.18-2build2 libpopt0_1.18-2build2 libprocps8_2:3.3.17-5ubuntu1 libpthread-stubs0-dev_0.4-1 libpython3-stdlib_3.9.4-1 libpython3.9-minimal_3.9.5-3 libpython3.9-stdlib_3.9.5-3 libquadmath0_11.1.0-2ubuntu1 libreadline8_8.1-2 libruby2.7_2.7.3-2ubuntu1 libseccomp2_2.5.1-1ubuntu1 libselinux1_3.1-3build1 libselinux1-dev_3.1-3build1 libsemanage-common_3.1-1ubuntu1 libsemanage1_3.1-1ubuntu1 libsepol1_3.1-1ubuntu1 libsepol1-dev_3.1-1ubuntu1 libsigsegv2_2.13-1ubuntu1 libsm-dev_2:1.2.3-1 libsm6_2:1.2.3-1 libsmartcols1_2.36.1-7ubuntu2 libsqlite3-0_3.35.5-1 libss2_1.46.2-1ubuntu2 libssl1.1_1.1.1j-1ubuntu4 libstdc++-10-dev_10.3.0-3ubuntu1 libstdc++6_11.1.0-2ubuntu1 libsub-override-perl_0.09-2 libsystemd0_248.3-1ubuntu1 libtasn1-6_4.16.0-2 libtiff-dev_4.2.0-1build1 libtiff5_4.2.0-1build1 libtiffxx5_4.2.0-1build1 libtinfo6_6.2+20201114-2build1 libtirpc-common_1.3.1-1build1 libtirpc-dev_1.3.1-1build1 libtirpc3_1.3.1-1build1 libtool_2.4.6-15 libtsan0_11.1.0-2ubuntu1 libubsan1_11.1.0-2ubuntu1 libuchardet0_0.0.7-1 libudev1_248.3-1ubuntu1 libunistring2_0.9.10-4 libuuid1_2.36.1-7ubuntu2 libvpx-dev_1.9.0-1 libvpx6_1.9.0-1 libwebp6_0.6.1-2ubuntu1 libx11-6_2:1.7.1-1 libx11-data_2:1.7.1-1 libx11-dev_2:1.7.1-1 libxau-dev_1:1.0.9-1build3 libxau6_1:1.0.9-1build3 libxcb1_1.14-3ubuntu1 libxcb1-dev_1.14-3ubuntu1 libxdmcp-dev_1:1.1.3-0ubuntu3 libxdmcp6_1:1.1.3-0ubuntu3 libxml2_2.9.10+dfsg-6.7 libxml2-dev_2.9.10+dfsg-6.7 libxpm-dev_1:3.5.12-1 libxpm4_1:3.5.12-1 libxt-dev_1:1.2.0-1 libxt6_1:1.2.0-1 libxxhash0_0.8.0-2 libyaml-0-2_0.2.2-1 libzstd1_1.4.8+dfsg-2.1 linux-libc-dev_5.11.0-18.19+21.10.1 lockfile-progs_0.1.18 login_1:4.8.1-1ubuntu8 logsave_1.46.2-1ubuntu2 lsb-base_11.1.0ubuntu2 lto-disabled-list_9 m4_1.4.18-5 make_4.3-4ubuntu1 man-db_2.9.4-2 mawk_1.3.4.20200120-2 media-types_4.0.0 mount_2.36.1-7ubuntu2 ncurses-base_6.2+20201114-2build1 ncurses-bin_6.2+20201114-2build1 openssl_1.1.1j-1ubuntu4 optipng_0.7.7-1 passwd_1:4.8.1-1ubuntu8 patch_2.7.6-7 perl_5.32.1-3ubuntu2 perl-base_5.32.1-3ubuntu2 perl-modules-5.32_5.32.1-3ubuntu2 pinentry-curses_1.1.0-4build1 pkg-config_0.29.2-1ubuntu1 pkgbinarymangler_147 po-debconf_1.0.21+nmu1 policyrcd-script-zg2_0.1-3 procps_2:3.3.17-5ubuntu1 python3_3.9.4-1 python3-distutils_3.9.5-0ubuntu3 python3-lib2to3_3.9.5-0ubuntu3 python3-minimal_3.9.4-1 python3.9_3.9.5-3 python3.9-minimal_3.9.5-3 rake_13.0.3-1 readline-common_8.1-2 rpcsvc-proto_1.4.2-0ubuntu4 ruby_1:2.7+2 ruby-minitest_5.13.0-1 ruby-mustache_1.1.1-2 ruby-net-telnet_0.1.1-2 ruby-power-assert_1.1.7-2 ruby-rubygems_3.2.5-2 ruby-test-unit_3.3.9-1 ruby-xmlrpc_0.3.0-2 ruby2.7_2.7.3-2ubuntu1 rubygems-integration_1.18 sbuild-build-depends-core-dummy_0.invalid.0 sbuild-build-depends-ggcov-dummy_0.invalid.0 sed_4.7-1ubuntu1 sensible-utils_0.0.14 systemd_248.3-1ubuntu1 systemd-sysv_248.3-1ubuntu1 systemd-timesyncd_248.3-1ubuntu1 sysvinit-utils_2.96-7ubuntu1 tar_1.34+dfsg-1build1 tzdata_2021a-1ubuntu1 ubuntu-keyring_2021.03.26 ucf_3.0043 usrmerge_24ubuntu3 util-linux_2.36.1-7ubuntu2 uuid-dev_2.36.1-7ubuntu2 x11-common_1:7.7+22ubuntu1 x11proto-dev_2020.1-1 xorg-sgml-doctools_1:1.11-1.1 xtrans-dev_1.4.0-1 xz-utils_5.2.5-2 zlib1g_1:1.2.11.dfsg-2ubuntu6 zlib1g-dev_1:1.2.11.dfsg-2ubuntu6
1866+
1867++------------------------------------------------------------------------------+
1868+| Build |
1869++------------------------------------------------------------------------------+
1870+
1871+
1872+Unpack source
1873+-------------
1874+
1875+gpgv: Signature made Mon Apr 26 11:06:45 2021 UTC
1876+gpgv: using RSA key 82383CE9165B347C787081A2CBE6BB4E5D9AD3A5
1877+gpgv: Can't check signature: No public key
1878+dpkg-source: warning: failed to verify signature on ./ggcov_0.10-3.dsc
1879+dpkg-source: info: extracting ggcov in /<<PKGBUILDDIR>>
1880+dpkg-source: info: unpacking ggcov_0.10.orig.tar.xz
1881+dpkg-source: info: unpacking ggcov_0.10-3.debian.tar.xz
1882+dpkg-source: info: using patch list from debian/patches/series
1883+dpkg-source: info: applying desktop_apps.patch
1884+dpkg-source: info: applying compilers.patch
1885+dpkg-source: info: applying config.patch
1886+
1887+Check disk space
1888+----------------
1889+
1890+Sufficient free space for build
1891+
1892+User Environment
1893+----------------
1894+
1895+APT_CONFIG=/var/lib/sbuild/apt.conf
1896+DEB_BUILD_OPTIONS=parallel=4
1897+HOME=/sbuild-nonexistent
1898+LANG=C.UTF-8
1899+LC_ALL=C.UTF-8
1900+LOGNAME=buildd
1901+PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
1902+SCHROOT_ALIAS_NAME=build-PACKAGEBUILD-21476022
1903+SCHROOT_CHROOT_NAME=build-PACKAGEBUILD-21476022
1904+SCHROOT_COMMAND=env
1905+SCHROOT_GID=2501
1906+SCHROOT_GROUP=buildd
1907+SCHROOT_SESSION_ID=build-PACKAGEBUILD-21476022
1908+SCHROOT_UID=2001
1909+SCHROOT_USER=buildd
1910+SHELL=/bin/sh
1911+TERM=unknown
1912+USER=buildd
1913+V=1
1914+
1915+dpkg-buildpackage
1916+-----------------
1917+
1918+dpkg-buildpackage: info: source package ggcov
1919+dpkg-buildpackage: info: source version 0.10-3
1920+dpkg-buildpackage: info: source distribution unstable
1921+ dpkg-source --before-build .
1922+dpkg-buildpackage: info: host architecture amd64
1923+ fakeroot debian/rules clean
1924+dh clean
1925+ debian/rules override_dh_auto_clean
1926+make[1]: Entering directory '/<<PKGBUILDDIR>>'
1927+# Some cruft
1928+make distclean || echo "Clean"
1929+make[2]: Entering directory '/<<PKGBUILDDIR>>'
1930+make[2]: *** No rule to make target 'distclean'. Stop.
1931+make[2]: Leaving directory '/<<PKGBUILDDIR>>'
1932+Clean
1933+# rm -rf test/test014/bar test/test014/baz test/test018/a.out test/test018/foo config.log
1934+# rm -rf test/test029
1935+find test -name '*.gcno' -exec rm {} \;
1936+find test -name '*.gcda' -exec rm {} \;
1937+find test -name '*.o' -exec rm {} \;
1938+find test -name '*.exe' -exec rm {} \;
1939+dh_clean
1940+ rm -f debian/debhelper-build-stamp
1941+ rm -rf debian/.debhelper/
1942+ rm -f -- debian/ggcov.substvars debian/files
1943+ rm -fr -- debian/ggcov/ debian/tmp/
1944+ find . \( \( \
1945+ \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o -type f -a \
1946+ \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
1947+ -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
1948+ -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
1949+ -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
1950+ \) -exec rm -f {} + \) -o \
1951+ \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \)
1952+make[1]: Leaving directory '/<<PKGBUILDDIR>>'
1953+ dh_clean
1954+ rm -f debian/debhelper-build-stamp
1955+ rm -rf debian/.debhelper/
1956+ rm -f -- debian/ggcov.substvars debian/files
1957+ rm -fr -- debian/ggcov/ debian/tmp/
1958+ find . \( \( \
1959+ \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o -type f -a \
1960+ \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
1961+ -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
1962+ -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
1963+ -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
1964+ \) -exec rm -f {} + \) -o \
1965+ \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \)
1966+ debian/rules build
1967+make: 'build' is up to date.
1968+ fakeroot debian/rules binary
1969+dh binary
1970+ dh_update_autotools_config
1971+ dh_autoreconf
1972+ find ! -ipath "./debian/*" -a ! \( -path '*/.git/*' -o -path '*/.hg/*' -o -path '*/.bzr/*' -o -path '*/.svn/*' -o -path '*/CVS/*' \) -a -type f -exec md5sum {} + -o -type l -printf "symlink %p
1973+" > debian/autoreconf.before
1974+ grep -q ^XDT_ configure.ac
1975+ autoreconf -f -i
1976+libtoolize: putting auxiliary files in '.'.
1977+libtoolize: copying file './ltmain.sh'
1978+libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
1979+libtoolize: and rerunning libtoolize and aclocal.
1980+libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
1981+configure.ac:86: installing './compile'
1982+configure.ac:134: installing './config.guess'
1983+configure.ac:134: installing './config.sub'
1984+configure.ac:24: installing './install-sh'
1985+configure.ac:24: installing './missing'
1986+Makefile.am: installing './INSTALL'
1987+Makefile.am: installing './COPYING' using GNU General Public License v3 file
1988+Makefile.am: Consider adding the COPYING file to the version control system
1989+Makefile.am: for your code, to avoid questions about which license your project uses
1990+src/Makefile.am:196: warning: foreach v,$(PROGRAMS: non-POSIX variable name
1991+src/Makefile.am:196: (probably a GNU make extension)
1992+src/Makefile.am:196: warning: $(subst .,_,$(subst -,_,$v: non-POSIX variable name
1993+src/Makefile.am:196: (probably a GNU make extension)
1994+src/Makefile.am: installing './depcomp'
1995+ find ! -ipath "./debian/*" -a ! \( -path '*/.git/*' -o -path '*/.hg/*' -o -path '*/.bzr/*' -o -path '*/.svn/*' -o -path '*/CVS/*' \) -a -type f -exec md5sum {} + -o -type l -printf "symlink %p
1996+" > debian/autoreconf.after
1997+ debian/rules override_dh_auto_configure
1998+make[1]: Entering directory '/<<PKGBUILDDIR>>'
1999+dh_auto_configure -- --localstatedir=/var/cache --enable-debug --disable-gui
2000+ ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking --localstatedir=/var/cache --enable-debug --disable-gui
2001+checking for a BSD-compatible install... /usr/bin/install -c
2002+checking whether build environment is sane... yes
2003+checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
2004+checking for gawk... no
2005+checking for mawk... mawk
2006+checking whether make sets $(MAKE)... yes
2007+checking whether make supports nested variables... yes
2008+checking whether to enable maintainer-specific portions of Makefiles... no
2009+checking whether to enable the GUI... no
2010+configure: Looking for Berkeley DB flavor db42
2011+checking whether make supports the include directive... yes (GNU style)
2012+checking for gcc... gcc
2013+checking whether the C compiler works... yes
2014+checking for C compiler default output file name... a.out
2015+checking for suffix of executables...
2016+checking whether we are cross compiling... no
2017+checking for suffix of object files... o
2018+checking whether we are using the GNU C compiler... yes
2019+checking whether gcc accepts -g... yes
2020+checking for gcc option to accept ISO C89... none needed
2021+checking whether gcc understands -c and -o together... yes
2022+checking dependency style of gcc... none
2023+checking how to run the C preprocessor... gcc -E
2024+checking for grep that handles long lines and -e... /usr/bin/grep
2025+checking for egrep... /usr/bin/grep -E
2026+checking for ANSI C header files... yes
2027+checking for sys/types.h... yes
2028+checking for sys/stat.h... yes
2029+checking for stdlib.h... yes
2030+checking for string.h... yes
2031+checking for memory.h... yes
2032+checking for strings.h... yes
2033+checking for inttypes.h... yes
2034+checking for stdint.h... yes
2035+checking for unistd.h... yes
2036+checking db.h usability... yes
2037+checking db.h presence... yes
2038+checking for db.h... yes
2039+checking for db_create in -ldb-4.2... no
2040+configure: Looking for Berkeley DB flavor db41
2041+checking whether make supports the include directive... yes (GNU style)
2042+checking for gcc... (cached) gcc
2043+checking whether the C compiler works... yes
2044+checking for C compiler default output file name... a.out
2045+checking for suffix of executables...
2046+checking whether we are cross compiling... no
2047+checking for suffix of object files... (cached) o
2048+checking whether we are using the GNU C compiler... (cached) yes
2049+checking whether gcc accepts -g... (cached) yes
2050+checking for gcc option to accept ISO C89... (cached) none needed
2051+checking whether gcc understands -c and -o together... (cached) yes
2052+checking dependency style of gcc... (cached) none
2053+checking how to run the C preprocessor... gcc -E
2054+checking for grep that handles long lines and -e... (cached) /usr/bin/grep
2055+checking for egrep... (cached) /usr/bin/grep -E
2056+checking for ANSI C header files... (cached) yes
2057+checking for sys/types.h... (cached) yes
2058+checking for sys/stat.h... (cached) yes
2059+checking for stdlib.h... (cached) yes
2060+checking for string.h... (cached) yes
2061+checking for memory.h... (cached) yes
2062+checking for strings.h... (cached) yes
2063+checking for inttypes.h... (cached) yes
2064+checking for stdint.h... (cached) yes
2065+checking for unistd.h... (cached) yes
2066+checking db.h usability... yes
2067+checking db.h presence... yes
2068+checking for db.h... yes
2069+checking for db_create in -ldb-4.1... no
2070+configure: Looking for Berkeley DB flavor fedora
2071+checking whether make supports the include directive... yes (GNU style)
2072+checking for gcc... (cached) gcc
2073+checking whether the C compiler works... yes
2074+checking for C compiler default output file name... a.out
2075+checking for suffix of executables...
2076+checking whether we are cross compiling... no
2077+checking for suffix of object files... (cached) o
2078+checking whether we are using the GNU C compiler... (cached) yes
2079+checking whether gcc accepts -g... (cached) yes
2080+checking for gcc option to accept ISO C89... (cached) none needed
2081+checking whether gcc understands -c and -o together... (cached) yes
2082+checking dependency style of gcc... (cached) none
2083+checking how to run the C preprocessor... gcc -E
2084+checking for grep that handles long lines and -e... (cached) /usr/bin/grep
2085+checking for egrep... (cached) /usr/bin/grep -E
2086+checking for ANSI C header files... (cached) yes
2087+checking for sys/types.h... (cached) yes
2088+checking for sys/stat.h... (cached) yes
2089+checking for stdlib.h... (cached) yes
2090+checking for string.h... (cached) yes
2091+checking for memory.h... (cached) yes
2092+checking for strings.h... (cached) yes
2093+checking for inttypes.h... (cached) yes
2094+checking for stdint.h... (cached) yes
2095+checking for unistd.h... (cached) yes
2096+checking db.h usability... yes
2097+checking db.h presence... yes
2098+checking for db.h... yes
2099+checking for db_create in -ldb-4... no
2100+configure: Looking for Berkeley DB flavor plain
2101+checking whether make supports the include directive... yes (GNU style)
2102+checking for gcc... (cached) gcc
2103+checking whether the C compiler works... yes
2104+checking for C compiler default output file name... a.out
2105+checking for suffix of executables...
2106+checking whether we are cross compiling... no
2107+checking for suffix of object files... (cached) o
2108+checking whether we are using the GNU C compiler... (cached) yes
2109+checking whether gcc accepts -g... (cached) yes
2110+checking for gcc option to accept ISO C89... (cached) none needed
2111+checking whether gcc understands -c and -o together... (cached) yes
2112+checking dependency style of gcc... (cached) none
2113+checking how to run the C preprocessor... gcc -E
2114+checking for grep that handles long lines and -e... (cached) /usr/bin/grep
2115+checking for egrep... (cached) /usr/bin/grep -E
2116+checking for ANSI C header files... (cached) yes
2117+checking for sys/types.h... (cached) yes
2118+checking for sys/stat.h... (cached) yes
2119+checking for stdlib.h... (cached) yes
2120+checking for string.h... (cached) yes
2121+checking for memory.h... (cached) yes
2122+checking for strings.h... (cached) yes
2123+checking for inttypes.h... (cached) yes
2124+checking for stdint.h... (cached) yes
2125+checking for unistd.h... (cached) yes
2126+checking db.h usability... yes
2127+checking db.h presence... yes
2128+checking for db.h... yes
2129+checking for db_create in -ldb... yes
2130+checking whether to enable the WWW interface... yes
2131+checking for gawk... (cached) mawk
2132+checking for gcc... (cached) gcc
2133+checking whether we are using the GNU C compiler... (cached) yes
2134+checking whether gcc accepts -g... (cached) yes
2135+checking for gcc option to accept ISO C89... (cached) none needed
2136+checking whether gcc understands -c and -o together... (cached) yes
2137+checking dependency style of gcc... (cached) none
2138+checking for g++... g++
2139+checking whether we are using the GNU C++ compiler... yes
2140+checking whether g++ accepts -g... yes
2141+checking dependency style of g++... none
2142+checking build system type... x86_64-pc-linux-gnu
2143+checking host system type... x86_64-pc-linux-gnu
2144+checking how to print strings... printf
2145+checking for a sed that does not truncate output... /usr/bin/sed
2146+checking for fgrep... /usr/bin/grep -F
2147+checking for ld used by gcc... /usr/bin/ld
2148+checking if the linker (/usr/bin/ld) is GNU ld... yes
2149+checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
2150+checking the name lister (/usr/bin/nm -B) interface... BSD nm
2151+checking whether ln -s works... yes
2152+checking the maximum length of command line arguments... 1572864
2153+checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
2154+checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
2155+checking for /usr/bin/ld option to reload object files... -r
2156+checking for objdump... objdump
2157+checking how to recognize dependent libraries... pass_all
2158+checking for dlltool... no
2159+checking how to associate runtime and link libraries... printf %s\n
2160+checking for ar... ar
2161+checking for archiver @FILE support... @
2162+checking for strip... strip
2163+checking for ranlib... ranlib
2164+checking command to parse /usr/bin/nm -B output from gcc object... ok
2165+checking for sysroot... no
2166+checking for a working dd... /usr/bin/dd
2167+checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
2168+checking for mt... no
2169+checking if : is a manifest tool... no
2170+checking for dlfcn.h... yes
2171+checking for objdir... .libs
2172+checking if gcc supports -fno-rtti -fno-exceptions... no
2173+checking for gcc option to produce PIC... -fPIC -DPIC
2174+checking if gcc PIC flag -fPIC -DPIC works... yes
2175+checking if gcc static flag -static works... yes
2176+checking if gcc supports -c -o file.o... yes
2177+checking if gcc supports -c -o file.o... (cached) yes
2178+checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
2179+checking whether -lc should be explicitly linked in... no
2180+checking dynamic linker characteristics... GNU/Linux ld.so
2181+checking how to hardcode library paths into programs... immediate
2182+checking whether stripping libraries is possible... yes
2183+checking if libtool supports shared libraries... yes
2184+checking whether to build shared libraries... yes
2185+checking whether to build static libraries... no
2186+checking how to run the C++ preprocessor... g++ -E
2187+checking for ld used by g++... /usr/bin/ld -m elf_x86_64
2188+checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
2189+checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
2190+checking for g++ option to produce PIC... -fPIC -DPIC
2191+checking if g++ PIC flag -fPIC -DPIC works... yes
2192+checking if g++ static flag -static works... yes
2193+checking if g++ supports -c -o file.o... yes
2194+checking if g++ supports -c -o file.o... (cached) yes
2195+checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
2196+checking dynamic linker characteristics... (cached) GNU/Linux ld.so
2197+checking how to hardcode library paths into programs... immediate
2198+checking for gcov... gcov
2199+checking whether va_copy works... yes
2200+checking whether the linker flag --as-needed works... yes
2201+checking for GNU bfd library, static... yes
2202+checking whether bfd library needs dlopen... yes
2203+checking whether bfd library needs zlib... yes
2204+checking name of raw size field in struct bfd_section... rawsize
2205+checking type of error handler function... vprintf
2206+checking whether bfd_section_size has one argument or two... 1
2207+checking for ANSI C header files... (cached) yes
2208+checking for sys/wait.h that is POSIX.1 compatible... yes
2209+checking malloc.h usability... yes
2210+checking malloc.h presence... yes
2211+checking for malloc.h... yes
2212+checking sys/ioctl.h usability... yes
2213+checking sys/ioctl.h presence... yes
2214+checking for sys/ioctl.h... yes
2215+checking sys/time.h usability... yes
2216+checking sys/time.h presence... yes
2217+checking for sys/time.h... yes
2218+checking for unistd.h... (cached) yes
2219+checking for memory.h... (cached) yes
2220+checking signal.h usability... yes
2221+checking signal.h presence... yes
2222+checking for signal.h... yes
2223+checking sys/filio.h usability... no
2224+checking sys/filio.h presence... no
2225+checking for sys/filio.h... no
2226+checking for stdint.h... (cached) yes
2227+checking elf.h usability... yes
2228+checking elf.h presence... yes
2229+checking for elf.h... yes
2230+checking for pid_t... yes
2231+checking for additional gcc flags... -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros
2232+checking for additional gcc flags... -fno-rtti -fno-exceptions -fno-implement-inlines
2233+checking for additional gcc flags... -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret
2234+checking for pkg-config... /usr/bin/pkg-config
2235+checking pkg-config is at least version 0.9.0... yes
2236+checking for glib-2.0 >= 2.0.0 libxml-2.0 >= 2.0.0 gdlib >= 2.0.0... yes
2237+checking for poptGetContext in -lpopt... yes
2238+checking for g_hash_table_iter_init in -lglib-2.0... yes
2239+checking for cpu-specific defines... COV_AMD64 COV_I386
2240+checking for OS-specific defines...
2241+checking whether to include calltree functionality... yes
2242+checking for Linux distro-specific defines... checking whether g++ needs -traditional... no
2243+checking return type of signal handlers... void
2244+checking for wait3 that fills in rusage... yes
2245+checking for putenv... yes
2246+checking for regcomp... yes
2247+checking for strchr... yes
2248+checking for sincos... yes
2249+checking that generated files are newer than configure... done
2250+configure: creating ./config.status
2251+config.status: creating Makefile
2252+config.status: creating src/Makefile
2253+config.status: creating src/libiberty/Makefile
2254+config.status: creating src/libggcov/Makefile
2255+config.status: creating scripts/Makefile
2256+config.status: creating ui/Makefile
2257+config.status: creating doc/Makefile
2258+config.status: creating php/Makefile
2259+config.status: creating php/lib/Makefile
2260+config.status: creating php/basic/Makefile
2261+config.status: creating lib/Makefile
2262+config.status: creating lib/templates/Makefile
2263+config.status: creating ggcov.spec
2264+config.status: creating version.m4
2265+config.status: creating test/Makefile
2266+config.status: creating test/variables.sh
2267+config.status: creating config.h
2268+config.status: executing depfiles commands
2269+config.status: executing depfiles commands
2270+config.status: executing depfiles commands
2271+config.status: executing depfiles commands
2272+config.status: executing libtool commands
2273+cp debian/ncXL7RzcB_120x120.png lib/templates
2274+make[1]: Leaving directory '/<<PKGBUILDDIR>>'
2275+ dh_auto_build
2276+ make -j4
2277+make[1]: Entering directory '/<<PKGBUILDDIR>>'
2278+make all-recursive
2279+make[2]: Entering directory '/<<PKGBUILDDIR>>'
2280+Making all in src
2281+make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
2282+Making all in libiberty
2283+make[4]: Entering directory '/<<PKGBUILDDIR>>/src/libiberty'
2284+make[4]: Nothing to be done for 'all'.
2285+make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/libiberty'
2286+Making all in libggcov
2287+make[4]: Entering directory '/<<PKGBUILDDIR>>/src/libggcov'
2288+/bin/bash ../../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o intercept.lo intercept.c
2289+sed -e 's|@pkglibdir@|/usr/lib/x86_64-linux-gnu/ggcov|g' <ggcov-run.in >ggcov-run
2290+libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c intercept.c -fPIC -DPIC -o .libs/intercept.o
2291+/bin/bash ../../libtool --tag=CC --mode=link g++ -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -Wl,--as-needed -Wl,-Bsymbolic-functions -Wl,-z,relro -o libggcov.la -rpath /usr/lib/x86_64-linux-gnu/ggcov intercept.lo -ldl
2292+libtool: link: gcc -shared -fPIC -DPIC .libs/intercept.o -ldl -g -O2 -fstack-protector-strong -Wl,--as-needed -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-soname -Wl,libggcov.so.0 -o .libs/libggcov.so.0.0.0
2293+libtool: link: (cd ".libs" && rm -f "libggcov.so.0" && ln -s "libggcov.so.0.0.0" "libggcov.so.0")
2294+libtool: link: (cd ".libs" && rm -f "libggcov.so" && ln -s "libggcov.so.0.0.0" "libggcov.so")
2295+libtool: link: ( cd ".libs" && rm -f "libggcov.la" && ln -s "../libggcov.la" "libggcov.la" )
2296+make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/libggcov'
2297+make[4]: Entering directory '/<<PKGBUILDDIR>>/src'
2298+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o tggcov.o tggcov.c
2299+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o check_scenegen.o check_scenegen.C
2300+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o cov_stab32.o cov_stab32.C
2301+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o cov_dwarf2.o cov_dwarf2.C
2302+check_scenegen.C: In member function ‘virtual void check_scenegen_t::polyline_end(gboolean)’:
2303+check_scenegen.C:129:72: warning: ‘void* g_memdup(gconstpointer, guint)’ is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations]
2304+In file included from /usr/include/glib-2.0/glib.h:82,
2305+ from common.h:48,
2306+ from check_scenegen.H:23,
2307+ from check_scenegen.C:20:
2308+/usr/include/glib-2.0/glib/gstrfuncs.h:257:23: note: declared here
2309+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o cov_elf.o cov_elf.C
2310+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o cov_i386.o cov_i386.C
2311+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o covio.o covio.C
2312+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o cov_specific.o cov_specific.C
2313+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o cov_bfd.o cov_bfd.C
2314+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o cov_project_params.o cov_project_params.C
2315+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o cov_file.o cov_file.C
2316+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o cov_suppression.o cov_suppression.C
2317+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o cov_line.o cov_line.C
2318+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o cov_function.o cov_function.C
2319+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o cov_block.o cov_block.C
2320+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o cov_calliter.o cov_calliter.C
2321+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o cov_arc.o cov_arc.C
2322+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o cov_callgraph.o cov_callgraph.C
2323+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o cov_scope.o cov_scope.C
2324+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o cov.o cov.C
2325+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o report.o report.C
2326+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o diagram.o diagram.C
2327+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o lego_diagram.o lego_diagram.C
2328+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o callgraph_diagram.o callgraph_diagram.C
2329+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o flow_diagram.o flow_diagram.C
2330+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o demangle.o demangle.c
2331+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o common.o common.c
2332+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o fakepopt.o fakepopt.c
2333+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o argparse.o argparse.C
2334+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o estring.o estring.C
2335+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o tok.o tok.C
2336+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o cached_string.o cached_string.C
2337+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o filename.o filename.c
2338+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o hashtable.o hashtable.C
2339+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o mvc.o mvc.c
2340+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o cpp_parser.o cpp_parser.C
2341+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o scenegen.o scenegen.C
2342+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o yaml_generator.o yaml_generator.C
2343+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o mustache.o mustache.C
2344+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o unicode.o unicode.C
2345+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o filerec.o filerec.C
2346+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o libgd_scenegen.o libgd_scenegen.C
2347+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o logging.o logging.C
2348+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o ggcov-html.o ggcov-html.c
2349+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o ggcov_webdb-ggcov-webdb.o `test -f 'ggcov-webdb.c' || echo './'`ggcov-webdb.c
2350+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o ggcov_webdb-php_serializer.o `test -f 'php_serializer.C' || echo './'`php_serializer.C
2351+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o ggcov_webdb-php_scenegen.o `test -f 'php_scenegen.C' || echo './'`php_scenegen.C
2352+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o ggcov_webdb-cov_stab32.o `test -f 'cov_stab32.C' || echo './'`cov_stab32.C
2353+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o ggcov_webdb-cov_dwarf2.o `test -f 'cov_dwarf2.C' || echo './'`cov_dwarf2.C
2354+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o ggcov_webdb-cov_elf.o `test -f 'cov_elf.C' || echo './'`cov_elf.C
2355+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o ggcov_webdb-cov_i386.o `test -f 'cov_i386.C' || echo './'`cov_i386.C
2356+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o testrunner.o testrunner.c
2357+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o testfw.o testfw.C
2358+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o teststarter.o teststarter.c
2359+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o filetest.o filetest.c
2360+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o phptest.o phptest.C
2361+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o php_serializer.o php_serializer.C
2362+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o estringtest.o estringtest.c
2363+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o toktest.o toktest.c
2364+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o hashtabletest.o hashtabletest.c
2365+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o listtest.o listtest.c
2366+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o statustest.o statustest.C
2367+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o scopetest.o scopetest.C
2368+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o argstest.o argstest.C
2369+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o yamltest.o yamltest.C
2370+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o mustachetest.o mustachetest.C
2371+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o uniqueptrtest.o uniqueptrtest.C
2372+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o mangletest.o mangletest.c
2373+g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -DSYSCONFDIR="\"/etc\"" -DUI_DEBUG=0 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -c -o popttest.o popttest.c
2374+rm -f libcov.a
2375+ar cru libcov.a covio.o cov_specific.o cov_bfd.o cov_project_params.o cov_file.o cov_suppression.o cov_line.o cov_function.o cov_block.o cov_calliter.o cov_arc.o cov_callgraph.o cov_scope.o cov.o report.o diagram.o lego_diagram.o callgraph_diagram.o flow_diagram.o
2376+ar: `u' modifier ignored since `D' is the default (see `U')
2377+ranlib libcov.a
2378+rm -f libcommon.a
2379+ar cru libcommon.a demangle.o common.o fakepopt.o argparse.o estring.o tok.o cached_string.o filename.o hashtable.o mvc.o cpp_parser.o scenegen.o yaml_generator.o mustache.o unicode.o filerec.o libgd_scenegen.o logging.o
2380+ar: `u' modifier ignored since `D' is the default (see `U')
2381+ranlib libcommon.a
2382+/bin/bash ../libtool --tag=CXX --mode=link g++ -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -Wl,--as-needed -Wl,-Bsymbolic-functions -Wl,-z,relro -o ggcov-html ggcov-html.o cov_stab32.o cov_dwarf2.o cov_elf.o cov_i386.o libcov.a libcommon.a -lglib-2.0 -lxml2 -lgd -lpopt /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu//libbfd.a /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu//libiberty.a -ldl -lz
2383+/bin/bash ../libtool --tag=CXX --mode=link g++ -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -Wl,--as-needed -Wl,-Bsymbolic-functions -Wl,-z,relro -o tggcov tggcov.o check_scenegen.o cov_stab32.o cov_dwarf2.o cov_elf.o cov_i386.o libcov.a libcommon.a -lglib-2.0 -lxml2 -lgd -lpopt /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu//libbfd.a /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu//libiberty.a -ldl -lz
2384+/bin/bash ../libtool --tag=CXX --mode=link g++ -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -Wl,--as-needed -Wl,-Bsymbolic-functions -Wl,-z,relro -o ggcov-webdb ggcov_webdb-ggcov-webdb.o ggcov_webdb-php_serializer.o ggcov_webdb-php_scenegen.o ggcov_webdb-cov_stab32.o ggcov_webdb-cov_dwarf2.o ggcov_webdb-cov_elf.o ggcov_webdb-cov_i386.o libcov.a libcommon.a -lglib-2.0 -lxml2 -lgd -lpopt /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu//libbfd.a /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu//libiberty.a -ldl -lz -ldb
2385+libtool: link: g++ -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -Wl,--as-needed -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -o ggcov-html ggcov-html.o cov_stab32.o cov_dwarf2.o cov_elf.o cov_i386.o libcov.a libcommon.a -lglib-2.0 -lxml2 -lgd -lpopt /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu//libbfd.a /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu//libiberty.a -ldl -lz
2386+libtool: link: g++ -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -Wl,--as-needed -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -o tggcov tggcov.o check_scenegen.o cov_stab32.o cov_dwarf2.o cov_elf.o cov_i386.o libcov.a libcommon.a -lglib-2.0 -lxml2 -lgd -lpopt /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu//libbfd.a /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu//libiberty.a -ldl -lz
2387+libtool: link: g++ -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -Wl,--as-needed -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -o ggcov-webdb ggcov_webdb-ggcov-webdb.o ggcov_webdb-php_serializer.o ggcov_webdb-php_scenegen.o ggcov_webdb-cov_stab32.o ggcov_webdb-cov_dwarf2.o ggcov_webdb-cov_elf.o ggcov_webdb-cov_i386.o libcov.a libcommon.a -lglib-2.0 -lxml2 -lgd -lpopt /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu//libbfd.a /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu//libiberty.a -ldl -lz -ldb
2388+/bin/bash ../libtool --tag=CC --mode=link g++ -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -Wl,--as-needed -Wl,-Bsymbolic-functions -Wl,-z,relro -o mangletest mangletest.o libcov.a libcommon.a -lglib-2.0 -lxml2 -lgd -lpopt /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu//libbfd.a /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu//libiberty.a -ldl -lz
2389+/bin/bash ../libtool --tag=CC --mode=link g++ -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -Wl,--as-needed -Wl,-Bsymbolic-functions -Wl,-z,relro -o popttest popttest.o -lglib-2.0 -lxml2 -lgd -lpopt
2390+/bin/bash ../libtool --tag=CXX --mode=link g++ -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -Wl,--as-needed -Wl,-Bsymbolic-functions -Wl,-z,relro -o testrunner testrunner.o testfw.o teststarter.o filetest.o phptest.o php_serializer.o estringtest.o toktest.o hashtabletest.o listtest.o statustest.o scopetest.o argstest.o yamltest.o mustachetest.o uniqueptrtest.o libcov.a libcommon.a -lglib-2.0 -lxml2 -lgd -lpopt /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu//libbfd.a /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu//libiberty.a -ldl -lz
2391+libtool: link: g++ -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -Wl,--as-needed -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -o mangletest mangletest.o libcov.a libcommon.a -lglib-2.0 -lxml2 -lgd -lpopt /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu//libbfd.a /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu//libiberty.a -ldl -lz
2392+libtool: link: g++ -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -Wl,--as-needed -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -o popttest popttest.o -lglib-2.0 -lxml2 -lgd -lpopt
2393+libtool: link: g++ -I/usr/include/libiberty -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -pedantic -Wno-long-long -Wno-variadic-macros -fno-rtti -fno-exceptions -fno-implement-inlines -fmessage-length=0 -fdiagnostics-show-location=every-line -fno-diagnostics-show-caret -Wl,--as-needed -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -o testrunner testrunner.o testfw.o teststarter.o filetest.o phptest.o php_serializer.o estringtest.o toktest.o hashtabletest.o listtest.o statustest.o scopetest.o argstest.o yamltest.o mustachetest.o uniqueptrtest.o libcov.a libcommon.a -lglib-2.0 -lxml2 -lgd -lpopt /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu//libbfd.a /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu//libiberty.a -ldl -lz
2394+make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
2395+make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
2396+Making all in ui
2397+make[3]: Entering directory '/<<PKGBUILDDIR>>/ui'
2398+make[3]: Nothing to be done for 'all'.
2399+make[3]: Leaving directory '/<<PKGBUILDDIR>>/ui'
2400+Making all in php
2401+make[3]: Entering directory '/<<PKGBUILDDIR>>/php'
2402+Making all in lib
2403+make[4]: Entering directory '/<<PKGBUILDDIR>>/php/lib'
2404+make[4]: Nothing to be done for 'all'.
2405+make[4]: Leaving directory '/<<PKGBUILDDIR>>/php/lib'
2406+Making all in basic
2407+make[4]: Entering directory '/<<PKGBUILDDIR>>/php/basic'
2408+make[4]: Nothing to be done for 'all'.
2409+make[4]: Leaving directory '/<<PKGBUILDDIR>>/php/basic'
2410+make[4]: Entering directory '/<<PKGBUILDDIR>>/php'
2411+sed \
2412+ -e 's|@phpincludedir\@|/usr/share/ggcov/php/include|g' \
2413+ -e 's|@phpwwwdir\@|/usr/share/ggcov/php/www|g' \
2414+ -e 's|@ggcovtestdir\@|/var/cache/ggcov/tests|g' \
2415+ < ggcov.conf.in > ggcov.conf
2416+make[4]: Leaving directory '/<<PKGBUILDDIR>>/php'
2417+make[3]: Leaving directory '/<<PKGBUILDDIR>>/php'
2418+Making all in doc
2419+make[3]: Entering directory '/<<PKGBUILDDIR>>/doc'
2420+make[3]: Nothing to be done for 'all'.
2421+make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc'
2422+Making all in test
2423+make[3]: Entering directory '/<<PKGBUILDDIR>>/test'
2424+make[3]: Nothing to be done for 'all'.
2425+make[3]: Leaving directory '/<<PKGBUILDDIR>>/test'
2426+Making all in scripts
2427+make[3]: Entering directory '/<<PKGBUILDDIR>>/scripts'
2428+make[3]: Nothing to be done for 'all'.
2429+make[3]: Leaving directory '/<<PKGBUILDDIR>>/scripts'
2430+Making all in lib
2431+make[3]: Entering directory '/<<PKGBUILDDIR>>/lib'
2432+Making all in templates
2433+make[4]: Entering directory '/<<PKGBUILDDIR>>/lib/templates'
2434+cat head.html index.html.in foot.html > index.html
2435+cat head.html source.html.in foot.html > source.html
2436+cat head.html tree.html.in foot.html > tree.html
2437+cat head.html functions.html.in foot.html > functions.html
2438+( \
2439+ echo "# List of static files" ;\
2440+ for f in ggcov.css ncXL7RzcB_120x120.png ; do \
2441+ echo "$f" ;\
2442+ done ;\
2443+) > static.files
2444+make[4]: Leaving directory '/<<PKGBUILDDIR>>/lib/templates'
2445+make[4]: Entering directory '/<<PKGBUILDDIR>>/lib'
2446+make[4]: Nothing to be done for 'all-am'.
2447+make[4]: Leaving directory '/<<PKGBUILDDIR>>/lib'
2448+make[3]: Leaving directory '/<<PKGBUILDDIR>>/lib'
2449+make[3]: Entering directory '/<<PKGBUILDDIR>>'
2450+make[3]: Leaving directory '/<<PKGBUILDDIR>>'
2451+make[2]: Leaving directory '/<<PKGBUILDDIR>>'
2452+make[1]: Leaving directory '/<<PKGBUILDDIR>>'
2453+ rm -f debian/ggcov.debhelper.log
2454+ debian/rules override_dh_auto_test
2455+make[1]: Entering directory '/<<PKGBUILDDIR>>'
2456+(cd test && ./runtest)
2457+Running tests
2458+hostname: "lcy01-amd64-026"
2459+date: "20210527T195034"
2460+uname -s: "Linux"
2461+uname -m: "x86_64"
2462+uname -r: "4.15.0-144-generic"
2463+head -1 /etc/lsb-release: "DISTRIB_ID=Ubuntu"
2464+head -1 /etc/os-release: "PRETTY_NAME="Ubuntu Impish Indri (development branch)""
2465+CC: "g++"
2466+which g++: "/usr/bin/g++"
2467+g++ --version: "g++ (Ubuntu 10.3.0-3ubuntu1) 10.3.0"
2468+CXX: "g++"
2469+which g++: "/usr/bin/g++"
2470+g++ --version: "g++ (Ubuntu 10.3.0-3ubuntu1) 10.3.0"
2471+ERROR: (test000) testrunner failed, see log
2472+ERROR: (test001) no output files from tggcov
2473+ERROR: (test002) no output files from tggcov
2474+ERROR: (test004) no output files from tggcov
2475+ERROR: (test005.1) no output files from tggcov
2476+ERROR: (test006) no output files from tggcov
2477+ERROR: (test007) no output files from tggcov
2478+ERROR: (test008.0) no output files from tggcov
2479+ERROR: (test009) no output files from tggcov
2480+ERROR: (test010) no output files from tggcov
2481+ERROR: (test011.1) no output files from tggcov
2482+ERROR: (test013) no output files from tggcov
2483+ERROR: (test014) no output files from tggcov
2484+ERROR: (test015.a001) no output files from tggcov
2485+ERROR: (test016.1) no output files from tggcov
2486+PASS: (test021) unit test for libpopt / fakepopt.c
2487+ERROR: (test026) no output files from tggcov
2488+ERROR: (test029) no output files from tggcov
2489+ERROR: (test030) no output files from tggcov
2490+ERROR: (test033) no output files from tggcov
2491+ERROR: (test034) no output files from tggcov
2492+Total: 1/21 tests passed
2493+make[1]: *** [debian/rules:35: override_dh_auto_test] Error 1
2494+make[1]: Leaving directory '/<<PKGBUILDDIR>>'
2495+make: *** [debian/rules:12: binary] Error 2
2496+dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit status 2
2497+--------------------------------------------------------------------------------
2498+Build finished at 2021-05-27T19:50:41Z
2499+
2500+Finished
2501+--------
2502+
2503+
2504++------------------------------------------------------------------------------+
2505+| Cleanup |
2506++------------------------------------------------------------------------------+
2507+
2508+Purging /<<BUILDDIR>>
2509+Not removing build depends: as requested
2510+E: Build failure (dpkg-buildpackage died)
2511+
2512++------------------------------------------------------------------------------+
2513+| Summary |
2514++------------------------------------------------------------------------------+
2515+
2516+Build Architecture: amd64
2517+Build Type: binary
2518+Build-Space: n/a
2519+Build-Time: 51
2520+Distribution: impish-proposed
2521+Fail-Stage: build
2522+Host Architecture: amd64
2523+Install-Time: 33
2524+Job: ggcov_0.10-3.dsc
2525+Machine Architecture: amd64
2526+Package: ggcov
2527+Package-Time: 86
2528+Source-Version: 0.10-3
2529+Space: n/a
2530+Status: attempted
2531+Version: 0.10-3
2532+--------------------------------------------------------------------------------
2533+Finished at 2021-05-27T19:50:41Z
2534+Build needed 00:01:26, no disk space
2535+E: Build failure (dpkg-buildpackage died)
2536+Adding user buildd to group lxd
2537+RUN: /usr/share/launchpad-buildd/bin/in-target scan-for-processes --backend=chroot --series=impish --arch=amd64 PACKAGEBUILD-21476022
2538+Scanning for processes to kill in build PACKAGEBUILD-21476022
2539diff --git a/bryce/data/example-buildlog-01.txt b/bryce/data/example-buildlog-01.txt
2540new file mode 100644
2541index 0000000..f5c632a
2542--- /dev/null
2543+++ b/bryce/data/example-buildlog-01.txt
2544@@ -0,0 +1,861 @@
2545+https://launchpad.net/ubuntu/+source/symfony/5.4.4+dfsg-1ubuntu2/+build/23170795
2546+RUN: /usr/share/launchpad-buildd/bin/builder-prep
2547+Kernel version: Linux ubuntu 5.4.0-100-generic #113-Ubuntu SMP Thu Feb 3 18:43:29 UTC 2022 x86_64
2548+Buildd toolchain package versions: launchpad-buildd_209~536~ubuntu20.04.1 python3-lpbuildd_209~536~ubuntu20.04.1 sbuild_0.79.0-1ubuntu1 git-build-recipe_0.3.6 git_1:2.25.1-1ubuntu3.2 dpkg-dev_1.19.7ubuntu3 python3-debian_0.1.36ubuntu1.
2549+Syncing the system clock with the buildd NTP service...
2550+24 Feb 17:47:53 ntpdate[1821]: adjust time server 10.131.248.1 offset -0.000919 sec
2551+RUN: /usr/share/launchpad-buildd/bin/in-target unpack-chroot --backend=chroot --series=jammy --arch=amd64 PACKAGEBUILD-23170795 --image-type chroot /home/buildd/filecache-default/b0c128df17a460089eca69348f06144377489985
2552+Creating target for build PACKAGEBUILD-23170795
2553+RUN: /usr/share/launchpad-buildd/bin/in-target mount-chroot --backend=chroot --series=jammy --arch=amd64 PACKAGEBUILD-23170795
2554+Starting target for build PACKAGEBUILD-23170795
2555+RUN: /usr/share/launchpad-buildd/bin/in-target override-sources-list --backend=chroot --series=jammy --arch=amd64 PACKAGEBUILD-23170795 'deb http://ftpmaster.internal/ubuntu jammy main universe' 'deb http://ftpmaster.internal/ubuntu jammy-security main universe' 'deb http://ftpmaster.internal/ubuntu jammy-updates main universe' 'deb http://ftpmaster.internal/ubuntu jammy-proposed main universe'
2556+Overriding sources.list in build-PACKAGEBUILD-23170795
2557+RUN: /usr/share/launchpad-buildd/bin/in-target update-debian-chroot --backend=chroot --series=jammy --arch=amd64 PACKAGEBUILD-23170795
2558+Updating target for build PACKAGEBUILD-23170795
2559+Get:1 http://ftpmaster.internal/ubuntu jammy InRelease [270 kB]
2560+Get:2 http://ftpmaster.internal/ubuntu jammy-security InRelease [90.7 kB]
2561+Get:3 http://ftpmaster.internal/ubuntu jammy-updates InRelease [90.7 kB]
2562+Get:4 http://ftpmaster.internal/ubuntu jammy-proposed InRelease [121 kB]
2563+Get:5 http://ftpmaster.internal/ubuntu jammy/main amd64 Packages [1410 kB]
2564+Get:6 http://ftpmaster.internal/ubuntu jammy/main Translation-en [515 kB]
2565+Get:7 http://ftpmaster.internal/ubuntu jammy/universe amd64 Packages [13.5 MB]
2566+Get:8 http://ftpmaster.internal/ubuntu jammy/universe Translation-en [5633 kB]
2567+Get:9 http://ftpmaster.internal/ubuntu jammy-proposed/main amd64 Packages [250 kB]
2568+Get:10 http://ftpmaster.internal/ubuntu jammy-proposed/main Translation-en [87.2 kB]
2569+Get:11 http://ftpmaster.internal/ubuntu jammy-proposed/universe amd64 Packages [1255 kB]
2570+Get:12 http://ftpmaster.internal/ubuntu jammy-proposed/universe Translation-en [473 kB]
2571+Fetched 23.7 MB in 2s (9627 kB/s)
2572+Reading package lists...
2573+Reading package lists...
2574+Building dependency tree...
2575+Reading state information...
2576+Calculating upgrade...
2577+The following packages were automatically installed and are no longer required:
2578+ libperl5.32 libssl1.1 perl-modules-5.32
2579+Use 'sudo apt autoremove' to remove them.
2580+The following packages will be REMOVED:
2581+ libsemanage1*
2582+The following NEW packages will be installed:
2583+ gcc-12-base libperl5.34 libsemanage2 libsepol2 libssl3 perl-modules-5.34
2584+The following packages will be upgraded:
2585+ apt base-files bash binutils binutils-common binutils-x86-64-linux-gnu
2586+ bsdutils bzip2 ca-certificates coreutils cpp-11 dash debconf debianutils
2587+ dpkg dpkg-dev e2fsprogs fakeroot g++-11 gcc-11 gcc-11-base gpg gpg-agent
2588+ gpgconf gpgv grep init init-system-helpers libacl1 libapparmor1
2589+ libapt-pkg6.0 libargon2-1 libasan6 libatomic1 libattr1 libaudit-common
2590+ libaudit1 libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6
2591+ libc6-dev libcap-ng0 libcc1-0 libcom-err2 libcrypt-dev libcrypt1
2592+ libcryptsetup12 libctf-nobfd0 libctf0 libdebconfclient0 libdevmapper1.02.1
2593+ libdpkg-perl libext2fs2 libfakeroot libffi8 libgcc-11-dev libgcc-s1
2594+ libgcrypt20 libgdbm-compat4 libgdbm6 libgmp10 libgnutls30 libgomp1
2595+ libgpg-error0 libgssapi-krb5-2 libidn2-0 libip4tc2 libisl23 libitm1
2596+ libk5crypto3 libkmod2 libkrb5-3 libkrb5support0 liblsan0 libmount1 libmpc3
2597+ libncurses6 libncursesw6 libp11-kit0 libpam-modules libpam-modules-bin
2598+ libpam-runtime libpam0g libpcre2-8-0 libprocps8 libquadmath0 libreadline8
2599+ libseccomp2 libselinux1 libsemanage-common libsmartcols1 libsqlite3-0 libss2
2600+ libstdc++-11-dev libstdc++6 libsystemd0 libtasn1-6 libtinfo6 libtsan0
2601+ libubsan1 libudev1 libunistring2 libuuid1 libxxhash0 libzstd1 linux-libc-dev
2602+ lockfile-progs login logsave lto-disabled-list make mawk mount ncurses-base
2603+ ncurses-bin openssl passwd perl perl-base pkgbinarymangler procps
2604+ readline-common sed sensible-utils systemd systemd-sysv systemd-timesyncd
2605+ sysvinit-utils tzdata usrmerge util-linux
2606+134 upgraded, 6 newly installed, 1 to remove and 0 not upgraded.
2607+Need to get 104 MB of archives.
2608+After this operation, 303 MB disk space will be freed.
2609+Get:1 http://ftpmaster.internal/ubuntu jammy/main amd64 libcrypt-dev amd64 1:4.4.27-1 [112 kB]
2610+Get:2 http://ftpmaster.internal/ubuntu jammy/main amd64 libc6-dev amd64 2.35-0ubuntu1 [2099 kB]
2611+Get:3 http://ftpmaster.internal/ubuntu jammy/main amd64 libc-dev-bin amd64 2.35-0ubuntu1 [20.5 kB]
2612+Get:4 http://ftpmaster.internal/ubuntu jammy-proposed/main amd64 libaudit-common all 1:3.0.7-1 [4782 B]
2613+Get:5 http://ftpmaster.internal/ubuntu jammy-proposed/main amd64 libcap-ng0 amd64 0.7.9-2.2build3 [11.6 kB]
2614+Get:6 http://ftpmaster.internal/ubuntu jammy-proposed/main amd64 libaudit1 amd64 1:3.0.7-1 [47.1 kB]
2615+Get:7 http://ftpmaster.internal/ubuntu jammy/main amd64 libc6 amd64 2.35-0ubuntu1 [3231 kB]
2616+Get:8 http://ftpmaster.internal/ubuntu jammy/main amd64 libc-bin amd64 2.35-0ubuntu1 [706 kB]
2617+Get:9 http://ftpmaster.internal/ubuntu jammy-proposed/main amd64 perl-modules-5.34 all 5.34.0-3ubuntu1 [2975 kB]
2618+Get:10 http://ftpmaster.internal/ubuntu jammy-proposed/main amd64 libperl5.34 amd64 5.34.0-3ubuntu1 [4809 kB]
2619+Get:11 http://ftpmaster.internal/ubuntu jammy-proposed/main amd64 perl amd64 5.34.0-3ubuntu1 [232 kB]
2620+Get:12 http://ftpmaster.internal/ubuntu jammy-proposed/main amd64 perl-base amd64 5.34.0-3ubuntu1 [1762 kB]
2621+Get:13 http://ftpmaster.internal/ubuntu jammy/main amd64 bzip2 amd64 1.0.8-5 [34.8 kB]
2622+Get:14 http://ftpmaster.internal/ubuntu jammy/main amd64 libbz2-1.0 amd64 1.0.8-5 [34.5 kB]
2623+Get:15 http://ftpmaster.internal/ubuntu jammy/main amd64 libgdbm6 amd64 1.23-1 [33.9 kB]
2624+Get:16 http://ftpmaster.internal/ubuntu jammy/main amd64 libgdbm-compat4 amd64 1.23-1 [6606 B]
2625+Get:17 http://ftpmaster.internal/ubuntu jammy/main amd64 debconf all 1.5.79ubuntu1 [126 kB]
2626+Get:18 http://ftpmaster.internal/ubuntu jammy/main amd64 libpam0g amd64 1.4.0-11ubuntu1 [61.2 kB]
2627+Get:19 http://ftpmaster.internal/ubuntu jammy/main amd64 libcrypt1 amd64 1:4.4.27-1 [82.0 kB]
2628+Get:20 http://ftpmaster.internal/ubuntu jammy-proposed/main amd64 linux-libc-dev amd64 5.15.0-22.22 [1262 kB]
2629+Get:21 http://ftpmaster.internal/ubuntu jammy/main amd64 gcc-12-base amd64 12-20220222-1ubuntu1 [18.9 kB]
2630+Get:22 http://ftpmaster.internal/ubuntu jammy/main amd64 libgcc-s1 amd64 12-20220222-1ubuntu1 [54.3 kB]
2631+Get:23 http://ftpmaster.internal/ubuntu jammy/main amd64 base-files amd64 12ubuntu2 [63.3 kB]
2632+Get:24 http://ftpmaster.internal/ubuntu jammy/main amd64 debianutils amd64 5.5-1ubuntu1 [107 kB]
2633+Get:25 http://ftpmaster.internal/ubuntu jammy/main amd64 bash amd64 5.1-6ubuntu1 [769 kB]
2634+Get:26 http://ftpmaster.internal/ubuntu jammy/main amd64 bsdutils amd64 1:2.37.2-4ubuntu3 [81.5 kB]
2635+Get:27 http://ftpmaster.internal/ubuntu jammy/main amd64 coreutils amd64 8.32-4.1ubuntu1 [1438 kB]
2636+Get:28 http://ftpmaster.internal/ubuntu jammy/main amd64 libgpg-error0 amd64 1.43-3 [69.7 kB]
2637+Get:29 http://ftpmaster.internal/ubuntu jammy/main amd64 libgcrypt20 amd64 1.9.4-3ubuntu2 [515 kB]
2638+Get:30 http://ftpmaster.internal/ubuntu jammy/main amd64 libstdc++6 amd64 12-20220222-1ubuntu1 [699 kB]
2639+Get:31 http://ftpmaster.internal/ubuntu jammy/main amd64 libssl3 amd64 3.0.1-0ubuntu1 [1898 kB]
2640+Get:32 http://ftpmaster.internal/ubuntu jammy/main amd64 libargon2-1 amd64 0~20171227-0.3 [19.5 kB]
2641+Get:33 http://ftpmaster.internal/ubuntu jammy/main amd64 libblkid1 amd64 2.37.2-4ubuntu3 [104 kB]
2642+Get:34 http://ftpmaster.internal/ubuntu jammy/main amd64 libpcre2-8-0 amd64 10.39-3 [220 kB]
2643+Get:35 http://ftpmaster.internal/ubuntu jammy-proposed/main amd64 libselinux1 amd64 3.3-1build1 [74.5 kB]
2644+Get:36 http://ftpmaster.internal/ubuntu jammy/main amd64 libudev1 amd64 249.10-0ubuntu1 [77.3 kB]
2645+Get:37 http://ftpmaster.internal/ubuntu jammy/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1ubuntu4 [139 kB]
2646+Get:38 http://ftpmaster.internal/ubuntu jammy/main amd64 libuuid1 amd64 2.37.2-4ubuntu3 [24.2 kB]
2647+Get:39 http://ftpmaster.internal/ubuntu jammy/main amd64 libcryptsetup12 amd64 2:2.4.3-1ubuntu1 [211 kB]
2648+Get:40 http://ftpmaster.internal/ubuntu jammy/main amd64 libgmp10 amd64 2:6.2.1+dfsg-3ubuntu1 [250 kB]
2649+Get:41 http://ftpmaster.internal/ubuntu jammy/main amd64 libunistring2 amd64 1.0-1 [554 kB]
2650+Get:42 http://ftpmaster.internal/ubuntu jammy/main amd64 libidn2-0 amd64 2.3.2-2 [66.5 kB]
2651+Get:43 http://ftpmaster.internal/ubuntu jammy/main amd64 libffi8 amd64 3.4.2-4 [22.3 kB]
2652+Get:44 http://ftpmaster.internal/ubuntu jammy/main amd64 libp11-kit0 amd64 0.24.0-6 [252 kB]
2653+Get:45 http://ftpmaster.internal/ubuntu jammy/main amd64 libtasn1-6 amd64 4.18.0-4 [42.9 kB]
2654+Get:46 http://ftpmaster.internal/ubuntu jammy/main amd64 libgnutls30 amd64 3.7.3-4ubuntu1 [968 kB]
2655+Get:47 http://ftpmaster.internal/ubuntu jammy/main amd64 systemd-sysv amd64 249.10-0ubuntu1 [10.5 kB]
2656+Get:48 http://ftpmaster.internal/ubuntu jammy/main amd64 systemd-timesyncd amd64 249.10-0ubuntu1 [31.2 kB]
2657+Get:49 http://ftpmaster.internal/ubuntu jammy/main amd64 libacl1 amd64 2.3.1-1 [16.2 kB]
2658+Get:50 http://ftpmaster.internal/ubuntu jammy/main amd64 libapparmor1 amd64 3.0.4-2ubuntu1 [38.7 kB]
2659+Get:51 http://ftpmaster.internal/ubuntu jammy/main amd64 libip4tc2 amd64 1.8.7-1ubuntu4 [19.8 kB]
2660+Get:52 http://ftpmaster.internal/ubuntu jammy/main amd64 libzstd1 amd64 1.4.8+dfsg-3 [324 kB]
2661+Get:53 http://ftpmaster.internal/ubuntu jammy/main amd64 libkmod2 amd64 29-1ubuntu1 [48.0 kB]
2662+Get:54 http://ftpmaster.internal/ubuntu jammy/main amd64 libmount1 amd64 2.37.2-4ubuntu3 [122 kB]
2663+Get:55 http://ftpmaster.internal/ubuntu jammy-proposed/main amd64 libseccomp2 amd64 2.5.3-2ubuntu1 [47.3 kB]
2664+Get:56 http://ftpmaster.internal/ubuntu jammy/main amd64 login amd64 1:4.8.1-2ubuntu1 [188 kB]
2665+Get:57 http://ftpmaster.internal/ubuntu jammy/main amd64 util-linux amd64 2.37.2-4ubuntu3 [1064 kB]
2666+Get:58 http://ftpmaster.internal/ubuntu jammy/main amd64 mount amd64 2.37.2-4ubuntu3 [114 kB]
2667+Get:59 http://ftpmaster.internal/ubuntu jammy/main amd64 systemd amd64 249.10-0ubuntu1 [4552 kB]
2668+Get:60 http://ftpmaster.internal/ubuntu jammy/main amd64 libsystemd0 amd64 249.10-0ubuntu1 [318 kB]
2669+Get:61 http://ftpmaster.internal/ubuntu jammy/main amd64 libxxhash0 amd64 0.8.1-1 [27.3 kB]
2670+Get:62 http://ftpmaster.internal/ubuntu jammy-proposed/main amd64 libapt-pkg6.0 amd64 2.4.0 [905 kB]
2671+Get:63 http://ftpmaster.internal/ubuntu jammy/main amd64 dpkg amd64 1.21.1ubuntu1 [1254 kB]
2672+Get:64 http://ftpmaster.internal/ubuntu jammy/main amd64 dash amd64 0.5.11+git20210903+057cd650a4ed-3 [91.8 kB]
2673+Get:65 http://ftpmaster.internal/ubuntu jammy/main amd64 grep amd64 3.7-1 [156 kB]
2674+Get:66 http://ftpmaster.internal/ubuntu jammy/main amd64 libncurses6 amd64 6.3-2 [111 kB]
2675+Get:67 http://ftpmaster.internal/ubuntu jammy/main amd64 libncursesw6 amd64 6.3-2 [149 kB]
2676+Get:68 http://ftpmaster.internal/ubuntu jammy/main amd64 libtinfo6 amd64 6.3-2 [104 kB]
2677+Get:69 http://ftpmaster.internal/ubuntu jammy/main amd64 ncurses-bin amd64 6.3-2 [184 kB]
2678+Get:70 http://ftpmaster.internal/ubuntu jammy/main amd64 sed amd64 4.8-1ubuntu1 [188 kB]
2679+Get:71 http://ftpmaster.internal/ubuntu jammy/main amd64 init-system-helpers all 1.62 [38.5 kB]
2680+Get:72 http://ftpmaster.internal/ubuntu jammy/main amd64 ncurses-base all 6.3-2 [20.1 kB]
2681+Get:73 http://ftpmaster.internal/ubuntu jammy/main amd64 sysvinit-utils amd64 3.01-1ubuntu1 [20.6 kB]
2682+Get:74 http://ftpmaster.internal/ubuntu jammy/main amd64 gpgv amd64 2.2.27-3ubuntu1 [137 kB]
2683+Get:75 http://ftpmaster.internal/ubuntu jammy-proposed/main amd64 apt amd64 2.4.0 [1377 kB]
2684+Get:76 http://ftpmaster.internal/ubuntu jammy/main amd64 libsepol2 amd64 3.3-1 [281 kB]
2685+Get:77 http://ftpmaster.internal/ubuntu jammy-proposed/main amd64 libsemanage-common all 3.3-1build1 [10.0 kB]
2686+Get:78 http://ftpmaster.internal/ubuntu jammy-proposed/main amd64 libsemanage2 amd64 3.3-1build1 [92.4 kB]
2687+Get:79 http://ftpmaster.internal/ubuntu jammy/main amd64 passwd amd64 1:4.8.1-2ubuntu1 [765 kB]
2688+Get:80 http://ftpmaster.internal/ubuntu jammy/main amd64 libpam-modules-bin amd64 1.4.0-11ubuntu1 [37.5 kB]
2689+Get:81 http://ftpmaster.internal/ubuntu jammy/main amd64 libpam-modules amd64 1.4.0-11ubuntu1 [280 kB]
2690+Get:82 http://ftpmaster.internal/ubuntu jammy/main amd64 logsave amd64 1.46.5-2ubuntu1 [10.7 kB]
2691+Get:83 http://ftpmaster.internal/ubuntu jammy/main amd64 libext2fs2 amd64 1.46.5-2ubuntu1 [209 kB]
2692+Get:84 http://ftpmaster.internal/ubuntu jammy/main amd64 e2fsprogs amd64 1.46.5-2ubuntu1 [591 kB]
2693+Get:85 http://ftpmaster.internal/ubuntu jammy/main amd64 init amd64 1.62 [5412 B]
2694+Get:86 http://ftpmaster.internal/ubuntu jammy/main amd64 libattr1 amd64 1:2.5.1-1 [13.3 kB]
2695+Get:87 http://ftpmaster.internal/ubuntu jammy/main amd64 libcom-err2 amd64 1.46.5-2ubuntu1 [9846 B]
2696+Get:88 http://ftpmaster.internal/ubuntu jammy/main amd64 libdebconfclient0 amd64 0.261ubuntu1 [7198 B]
2697+Get:89 http://ftpmaster.internal/ubuntu jammy-proposed/main amd64 libk5crypto3 amd64 1.19.2-2 [86.4 kB]
2698+Get:90 http://ftpmaster.internal/ubuntu jammy-proposed/main amd64 libkrb5support0 amd64 1.19.2-2 [32.4 kB]
2699+Get:91 http://ftpmaster.internal/ubuntu jammy-proposed/main amd64 libkrb5-3 amd64 1.19.2-2 [356 kB]
2700+Get:92 http://ftpmaster.internal/ubuntu jammy-proposed/main amd64 libgssapi-krb5-2 amd64 1.19.2-2 [144 kB]
2701+Get:93 http://ftpmaster.internal/ubuntu jammy/main amd64 libpam-runtime all 1.4.0-11ubuntu1 [40.2 kB]
2702+Get:94 http://ftpmaster.internal/ubuntu jammy/main amd64 libsmartcols1 amd64 2.37.2-4ubuntu3 [51.2 kB]
2703+Get:95 http://ftpmaster.internal/ubuntu jammy-proposed/main amd64 libtsan0 amd64 11.2.0-17ubuntu1 [2261 kB]
2704+Get:96 http://ftpmaster.internal/ubuntu jammy/main amd64 libgomp1 amd64 12-20220222-1ubuntu1 [126 kB]
2705+Get:97 http://ftpmaster.internal/ubuntu jammy/main amd64 libitm1 amd64 12-20220222-1ubuntu1 [30.1 kB]
2706+Get:98 http://ftpmaster.internal/ubuntu jammy/main amd64 libatomic1 amd64 12-20220222-1ubuntu1 [10.1 kB]
2707+Get:99 http://ftpmaster.internal/ubuntu jammy-proposed/main amd64 libasan6 amd64 11.2.0-17ubuntu1 [2281 kB]
2708+Get:100 http://ftpmaster.internal/ubuntu jammy/main amd64 liblsan0 amd64 12-20220222-1ubuntu1 [1069 kB]
2709+Get:101 http://ftpmaster.internal/ubuntu jammy/main amd64 libubsan1 amd64 12-20220222-1ubuntu1 [974 kB]
2710+Get:102 http://ftpmaster.internal/ubuntu jammy/main amd64 libquadmath0 amd64 12-20220222-1ubuntu1 [154 kB]
2711+Get:103 http://ftpmaster.internal/ubuntu jammy-proposed/main amd64 g++-11 amd64 11.2.0-17ubuntu1 [11.4 MB]
2712+Get:104 http://ftpmaster.internal/ubuntu jammy-proposed/main amd64 gcc-11 amd64 11.2.0-17ubuntu1 [20.1 MB]
2713+Get:105 http://ftpmaster.internal/ubuntu jammy-proposed/main amd64 libstdc++-11-dev amd64 11.2.0-17ubuntu1 [2082 kB]
2714+Get:106 http://ftpmaster.internal/ubuntu jammy-proposed/main amd64 libgcc-11-dev amd64 11.2.0-17ubuntu1 [2531 kB]
2715+Get:107 http://ftpmaster.internal/ubuntu jammy/main amd64 libisl23 amd64 0.24-2 [728 kB]
2716+Get:108 http://ftpmaster.internal/ubuntu jammy/main amd64 libmpc3 amd64 1.2.1-1 [46.9 kB]
2717+Get:109 http://ftpmaster.internal/ubuntu jammy/main amd64 libcc1-0 amd64 12-20220222-1ubuntu1 [47.5 kB]
2718+Get:110 http://ftpmaster.internal/ubuntu jammy/main amd64 libctf0 amd64 2.38-2ubuntu1 [103 kB]
2719+Get:111 http://ftpmaster.internal/ubuntu jammy/main amd64 libctf-nobfd0 amd64 2.38-2ubuntu1 [106 kB]
2720+Get:112 http://ftpmaster.internal/ubuntu jammy/main amd64 binutils-x86-64-linux-gnu amd64 2.38-2ubuntu1 [2328 kB]
2721+Get:113 http://ftpmaster.internal/ubuntu jammy/main amd64 libbinutils amd64 2.38-2ubuntu1 [662 kB]
2722+Get:114 http://ftpmaster.internal/ubuntu jammy/main amd64 binutils amd64 2.38-2ubuntu1 [3186 B]
2723+Get:115 http://ftpmaster.internal/ubuntu jammy/main amd64 binutils-common amd64 2.38-2ubuntu1 [221 kB]
2724+Get:116 http://ftpmaster.internal/ubuntu jammy-proposed/main amd64 cpp-11 amd64 11.2.0-17ubuntu1 [9963 kB]
2725+Get:117 http://ftpmaster.internal/ubuntu jammy-proposed/main amd64 gcc-11-base amd64 11.2.0-17ubuntu1 [21.0 kB]
2726+Get:118 http://ftpmaster.internal/ubuntu jammy/main amd64 libprocps8 amd64 2:3.3.17-6ubuntu1 [36.1 kB]
2727+Get:119 http://ftpmaster.internal/ubuntu jammy/main amd64 libss2 amd64 1.46.5-2ubuntu1 [12.3 kB]
2728+Get:120 http://ftpmaster.internal/ubuntu jammy/main amd64 mawk amd64 1.3.4.20200120-3 [104 kB]
2729+Get:121 http://ftpmaster.internal/ubuntu jammy/main amd64 procps amd64 2:3.3.17-6ubuntu1 [378 kB]
2730+Get:122 http://ftpmaster.internal/ubuntu jammy/main amd64 sensible-utils all 0.0.17 [20.1 kB]
2731+Get:123 http://ftpmaster.internal/ubuntu jammy/main amd64 usrmerge all 25ubuntu2 [54.7 kB]
2732+Get:124 http://ftpmaster.internal/ubuntu jammy/main amd64 openssl amd64 3.0.1-0ubuntu1 [1182 kB]
2733+Get:125 http://ftpmaster.internal/ubuntu jammy/main amd64 ca-certificates all 20211016 [148 kB]
2734+Get:126 http://ftpmaster.internal/ubuntu jammy/main amd64 readline-common all 8.1.2-1 [53.5 kB]
2735+Get:127 http://ftpmaster.internal/ubuntu jammy/main amd64 libreadline8 amd64 8.1.2-1 [153 kB]
2736+Get:128 http://ftpmaster.internal/ubuntu jammy/main amd64 libsqlite3-0 amd64 3.37.2-2 [643 kB]
2737+Get:129 http://ftpmaster.internal/ubuntu jammy/main amd64 tzdata all 2021e-1ubuntu1 [343 kB]
2738+Get:130 http://ftpmaster.internal/ubuntu jammy/main amd64 dpkg-dev all 1.21.1ubuntu1 [922 kB]
2739+Get:131 http://ftpmaster.internal/ubuntu jammy/main amd64 libdpkg-perl all 1.21.1ubuntu1 [236 kB]
2740+Get:132 http://ftpmaster.internal/ubuntu jammy/main amd64 make amd64 4.3-4.1build1 [180 kB]
2741+Get:133 http://ftpmaster.internal/ubuntu jammy/main amd64 lto-disabled-list all 22 [12.4 kB]
2742+Get:134 http://ftpmaster.internal/ubuntu jammy/main amd64 libfakeroot amd64 1.27-1ubuntu1 [31.6 kB]
2743+Get:135 http://ftpmaster.internal/ubuntu jammy/main amd64 fakeroot amd64 1.27-1ubuntu1 [60.3 kB]
2744+Get:136 http://ftpmaster.internal/ubuntu jammy/main amd64 gpg amd64 2.2.27-3ubuntu1 [517 kB]
2745+Get:137 http://ftpmaster.internal/ubuntu jammy/main amd64 gpgconf amd64 2.2.27-3ubuntu1 [94.4 kB]
2746+Get:138 http://ftpmaster.internal/ubuntu jammy/main amd64 gpg-agent amd64 2.2.27-3ubuntu1 [209 kB]
2747+Get:139 http://ftpmaster.internal/ubuntu jammy/main amd64 lockfile-progs amd64 0.1.19 [10.0 kB]
2748+Get:140 http://ftpmaster.internal/ubuntu jammy/main amd64 pkgbinarymangler all 149 [32.4 kB]
2749+debconf: delaying package configuration, since apt-utils is not installed
2750+Fetched 104 MB in 1s (109 MB/s)
2751+(Reading database ... 13258 files and directories currently installed.)
2752+Preparing to unpack .../libcrypt-dev_1%3a4.4.27-1_amd64.deb ...
2753+Unpacking libcrypt-dev:amd64 (1:4.4.27-1) over (1:4.4.18-4ubuntu2) ...
2754+Preparing to unpack .../libc6-dev_2.35-0ubuntu1_amd64.deb ...
2755+Unpacking libc6-dev:amd64 (2.35-0ubuntu1) over (2.34-0ubuntu3) ...
2756+Preparing to unpack .../libc-dev-bin_2.35-0ubuntu1_amd64.deb ...
2757+Unpacking libc-dev-bin (2.35-0ubuntu1) over (2.34-0ubuntu3) ...
2758+Preparing to unpack .../libaudit-common_1%3a3.0.7-1_all.deb ...
2759+Unpacking libaudit-common (1:3.0.7-1) over (1:3.0-2ubuntu3) ...
2760+Setting up libaudit-common (1:3.0.7-1) ...
2761+(Reading database ... 13263 files and directories currently installed.)
2762+Preparing to unpack .../libcap-ng0_0.7.9-2.2build3_amd64.deb ...
2763+Unpacking libcap-ng0:amd64 (0.7.9-2.2build3) over (0.7.9-2.2build2) ...
2764+Setting up libcap-ng0:amd64 (0.7.9-2.2build3) ...
2765+(Reading database ... 13263 files and directories currently installed.)
2766+Preparing to unpack .../libaudit1_1%3a3.0.7-1_amd64.deb ...
2767+Unpacking libaudit1:amd64 (1:3.0.7-1) over (1:3.0-2ubuntu3) ...
2768+Setting up libaudit1:amd64 (1:3.0.7-1) ...
2769+(Reading database ... 13263 files and directories currently installed.)
2770+Preparing to unpack .../libc6_2.35-0ubuntu1_amd64.deb ...
2771+Unpacking libc6:amd64 (2.35-0ubuntu1) over (2.34-0ubuntu3) ...
2772+Setting up libc6:amd64 (2.35-0ubuntu1) ...
2773+(Reading database ... 13262 files and directories currently installed.)
2774+Preparing to unpack .../libc-bin_2.35-0ubuntu1_amd64.deb ...
2775+Unpacking libc-bin (2.35-0ubuntu1) over (2.34-0ubuntu3) ...
2776+Setting up libc-bin (2.35-0ubuntu1) ...
2777+(Reading database ... 13260 files and directories currently installed.)
2778+Preparing to unpack .../perl_5.34.0-3ubuntu1_amd64.deb ...
2779+Unpacking perl (5.34.0-3ubuntu1) over (5.32.1-3ubuntu3) ...
2780+Selecting previously unselected package perl-modules-5.34.
2781+Preparing to unpack .../perl-modules-5.34_5.34.0-3ubuntu1_all.deb ...
2782+Unpacking perl-modules-5.34 (5.34.0-3ubuntu1) ...
2783+Selecting previously unselected package libperl5.34:amd64.
2784+Preparing to unpack .../libperl5.34_5.34.0-3ubuntu1_amd64.deb ...
2785+Unpacking libperl5.34:amd64 (5.34.0-3ubuntu1) ...
2786+Preparing to unpack .../perl-base_5.34.0-3ubuntu1_amd64.deb ...
2787+Unpacking perl-base (5.34.0-3ubuntu1) over (5.32.1-3ubuntu3) ...
2788+Setting up perl-base (5.34.0-3ubuntu1) ...
2789+(Reading database ... 15171 files and directories currently installed.)
2790+Preparing to unpack .../bzip2_1.0.8-5_amd64.deb ...
2791+Unpacking bzip2 (1.0.8-5) over (1.0.8-4ubuntu4) ...
2792+Preparing to unpack .../libbz2-1.0_1.0.8-5_amd64.deb ...
2793+Unpacking libbz2-1.0:amd64 (1.0.8-5) over (1.0.8-4ubuntu4) ...
2794+Setting up libbz2-1.0:amd64 (1.0.8-5) ...
2795+(Reading database ... 15171 files and directories currently installed.)
2796+Preparing to unpack .../libgdbm6_1.23-1_amd64.deb ...
2797+Unpacking libgdbm6:amd64 (1.23-1) over (1.19-2build1) ...
2798+Preparing to unpack .../libgdbm-compat4_1.23-1_amd64.deb ...
2799+Unpacking libgdbm-compat4:amd64 (1.23-1) over (1.19-2build1) ...
2800+Preparing to unpack .../debconf_1.5.79ubuntu1_all.deb ...
2801+Unpacking debconf (1.5.79ubuntu1) over (1.5.77) ...
2802+Setting up debconf (1.5.79ubuntu1) ...
2803+(Reading database ... 15170 files and directories currently installed.)
2804+Preparing to unpack .../libpam0g_1.4.0-11ubuntu1_amd64.deb ...
2805+Unpacking libpam0g:amd64 (1.4.0-11ubuntu1) over (1.3.1-5ubuntu11) ...
2806+Setting up libpam0g:amd64 (1.4.0-11ubuntu1) ...
2807+Checking for services that may need to be restarted...Checking init scripts...
2808+Nothing to restart.
2809+(Reading database ... 15170 files and directories currently installed.)
2810+Preparing to unpack .../libcrypt1_1%3a4.4.27-1_amd64.deb ...
2811+Unpacking libcrypt1:amd64 (1:4.4.27-1) over (1:4.4.18-4ubuntu2) ...
2812+Setting up libcrypt1:amd64 (1:4.4.27-1) ...
2813+(Reading database ... 15170 files and directories currently installed.)
2814+Preparing to unpack .../linux-libc-dev_5.15.0-22.22_amd64.deb ...
2815+Unpacking linux-libc-dev:amd64 (5.15.0-22.22) over (5.13.0-19.19) ...
2816+Selecting previously unselected package gcc-12-base:amd64.
2817+Preparing to unpack .../gcc-12-base_12-20220222-1ubuntu1_amd64.deb ...
2818+Unpacking gcc-12-base:amd64 (12-20220222-1ubuntu1) ...
2819+Setting up gcc-12-base:amd64 (12-20220222-1ubuntu1) ...
2820+(Reading database ... 15185 files and directories currently installed.)
2821+Preparing to unpack .../libgcc-s1_12-20220222-1ubuntu1_amd64.deb ...
2822+Unpacking libgcc-s1:amd64 (12-20220222-1ubuntu1) over (11.2.0-7ubuntu2) ...
2823+Setting up libgcc-s1:amd64 (12-20220222-1ubuntu1) ...
2824+(Reading database ... 15185 files and directories currently installed.)
2825+Preparing to unpack .../base-files_12ubuntu2_amd64.deb ...
2826+Unpacking base-files (12ubuntu2) over (12ubuntu1) ...
2827+Setting up base-files (12ubuntu2) ...
2828+(Reading database ... 15185 files and directories currently installed.)
2829+Preparing to unpack .../debianutils_5.5-1ubuntu1_amd64.deb ...
2830+Unpacking debianutils (5.5-1ubuntu1) over (4.11.2build1) ...
2831+Setting up debianutils (5.5-1ubuntu1) ...
2832+update-alternatives: using /usr/bin/which.debianutils to provide /usr/bin/which (which) in auto mode
2833+(Reading database ... 15189 files and directories currently installed.)
2834+Preparing to unpack .../bash_5.1-6ubuntu1_amd64.deb ...
2835+Unpacking bash (5.1-6ubuntu1) over (5.1-3ubuntu2) ...
2836+Setting up bash (5.1-6ubuntu1) ...
2837+update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
2838+(Reading database ... 15189 files and directories currently installed.)
2839+Preparing to unpack .../bsdutils_1%3a2.37.2-4ubuntu3_amd64.deb ...
2840+Unpacking bsdutils (1:2.37.2-4ubuntu3) over (1:2.36.1-8ubuntu1) ...
2841+Setting up bsdutils (1:2.37.2-4ubuntu3) ...
2842+(Reading database ... 15189 files and directories currently installed.)
2843+Preparing to unpack .../coreutils_8.32-4.1ubuntu1_amd64.deb ...
2844+Unpacking coreutils (8.32-4.1ubuntu1) over (8.32-4ubuntu3) ...
2845+Setting up coreutils (8.32-4.1ubuntu1) ...
2846+(Reading database ... 15189 files and directories currently installed.)
2847+Preparing to unpack .../libgpg-error0_1.43-3_amd64.deb ...
2848+Unpacking libgpg-error0:amd64 (1.43-3) over (1.38-2build2) ...
2849+Setting up libgpg-error0:amd64 (1.43-3) ...
2850+(Reading database ... 15189 files and directories currently installed.)
2851+Preparing to unpack .../libgcrypt20_1.9.4-3ubuntu2_amd64.deb ...
2852+Unpacking libgcrypt20:amd64 (1.9.4-3ubuntu2) over (1.8.7-5ubuntu2) ...
2853+Setting up libgcrypt20:amd64 (1.9.4-3ubuntu2) ...
2854+(Reading database ... 15189 files and directories currently installed.)
2855+Preparing to unpack .../libstdc++6_12-20220222-1ubuntu1_amd64.deb ...
2856+Unpacking libstdc++6:amd64 (12-20220222-1ubuntu1) over (11.2.0-7ubuntu2) ...
2857+Setting up libstdc++6:amd64 (12-20220222-1ubuntu1) ...
2858+Selecting previously unselected package libssl3:amd64.
2859+(Reading database ... 15189 files and directories currently installed.)
2860+Preparing to unpack .../libssl3_3.0.1-0ubuntu1_amd64.deb ...
2861+Unpacking libssl3:amd64 (3.0.1-0ubuntu1) ...
2862+Setting up libssl3:amd64 (3.0.1-0ubuntu1) ...
2863+(Reading database ... 15200 files and directories currently installed.)
2864+Preparing to unpack .../libargon2-1_0~20171227-0.3_amd64.deb ...
2865+Unpacking libargon2-1:amd64 (0~20171227-0.3) over (0~20171227-0.2build22) ...
2866+Preparing to unpack .../libblkid1_2.37.2-4ubuntu3_amd64.deb ...
2867+Unpacking libblkid1:amd64 (2.37.2-4ubuntu3) over (2.36.1-8ubuntu1) ...
2868+Setting up libblkid1:amd64 (2.37.2-4ubuntu3) ...
2869+(Reading database ... 15200 files and directories currently installed.)
2870+Preparing to unpack .../libpcre2-8-0_10.39-3_amd64.deb ...
2871+Unpacking libpcre2-8-0:amd64 (10.39-3) over (10.37-0ubuntu2) ...
2872+Setting up libpcre2-8-0:amd64 (10.39-3) ...
2873+(Reading database ... 15200 files and directories currently installed.)
2874+Preparing to unpack .../libselinux1_3.3-1build1_amd64.deb ...
2875+Unpacking libselinux1:amd64 (3.3-1build1) over (3.1-3build2) ...
2876+Setting up libselinux1:amd64 (3.3-1build1) ...
2877+(Reading database ... 15200 files and directories currently installed.)
2878+Preparing to unpack .../libudev1_249.10-0ubuntu1_amd64.deb ...
2879+Unpacking libudev1:amd64 (249.10-0ubuntu1) over (248.3-1ubuntu8) ...
2880+Setting up libudev1:amd64 (249.10-0ubuntu1) ...
2881+(Reading database ... 15200 files and directories currently installed.)
2882+Preparing to unpack .../libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_amd64.deb ...
2883+Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu4) over (2:1.02.175-2.1ubuntu3) ...
2884+Preparing to unpack .../libuuid1_2.37.2-4ubuntu3_amd64.deb ...
2885+Unpacking libuuid1:amd64 (2.37.2-4ubuntu3) over (2.36.1-8ubuntu1) ...
2886+Setting up libuuid1:amd64 (2.37.2-4ubuntu3) ...
2887+(Reading database ... 15200 files and directories currently installed.)
2888+Preparing to unpack .../libcryptsetup12_2%3a2.4.3-1ubuntu1_amd64.deb ...
2889+Unpacking libcryptsetup12:amd64 (2:2.4.3-1ubuntu1) over (2:2.3.6-0ubuntu1) ...
2890+Preparing to unpack .../libgmp10_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ...
2891+Unpacking libgmp10:amd64 (2:6.2.1+dfsg-3ubuntu1) over (2:6.2.1+dfsg-1ubuntu3) ...
2892+Setting up libgmp10:amd64 (2:6.2.1+dfsg-3ubuntu1) ...
2893+(Reading database ... 15202 files and directories currently installed.)
2894+Preparing to unpack .../libunistring2_1.0-1_amd64.deb ...
2895+Unpacking libunistring2:amd64 (1.0-1) over (0.9.10-6) ...
2896+Setting up libunistring2:amd64 (1.0-1) ...
2897+(Reading database ... 15202 files and directories currently installed.)
2898+Preparing to unpack .../libidn2-0_2.3.2-2_amd64.deb ...
2899+Unpacking libidn2-0:amd64 (2.3.2-2) over (2.3.1-1build1) ...
2900+Setting up libidn2-0:amd64 (2.3.2-2) ...
2901+(Reading database ... 15202 files and directories currently installed.)
2902+Preparing to unpack .../libffi8_3.4.2-4_amd64.deb ...
2903+Unpacking libffi8:amd64 (3.4.2-4) over (3.4.2-1ubuntu5) ...
2904+Setting up libffi8:amd64 (3.4.2-4) ...
2905+(Reading database ... 15202 files and directories currently installed.)
2906+Preparing to unpack .../libp11-kit0_0.24.0-6_amd64.deb ...
2907+Unpacking libp11-kit0:amd64 (0.24.0-6) over (0.23.22-1build1) ...
2908+Setting up libp11-kit0:amd64 (0.24.0-6) ...
2909+(Reading database ... 15202 files and directories currently installed.)
2910+Preparing to unpack .../libtasn1-6_4.18.0-4_amd64.deb ...
2911+Unpacking libtasn1-6:amd64 (4.18.0-4) over (4.16.0-2build1) ...
2912+Setting up libtasn1-6:amd64 (4.18.0-4) ...
2913+(Reading database ... 15202 files and directories currently installed.)
2914+Preparing to unpack .../libgnutls30_3.7.3-4ubuntu1_amd64.deb ...
2915+Unpacking libgnutls30:amd64 (3.7.3-4ubuntu1) over (3.7.1-5ubuntu1) ...
2916+Setting up libgnutls30:amd64 (3.7.3-4ubuntu1) ...
2917+(Reading database ... 15202 files and directories currently installed.)
2918+Preparing to unpack .../systemd-sysv_249.10-0ubuntu1_amd64.deb ...
2919+Unpacking systemd-sysv (249.10-0ubuntu1) over (248.3-1ubuntu8) ...
2920+Preparing to unpack .../systemd-timesyncd_249.10-0ubuntu1_amd64.deb ...
2921+Unpacking systemd-timesyncd (249.10-0ubuntu1) over (248.3-1ubuntu8) ...
2922+Preparing to unpack .../libacl1_2.3.1-1_amd64.deb ...
2923+Unpacking libacl1:amd64 (2.3.1-1) over (2.2.53-10ubuntu2) ...
2924+Setting up libacl1:amd64 (2.3.1-1) ...
2925+(Reading database ... 15203 files and directories currently installed.)
2926+Preparing to unpack .../libapparmor1_3.0.4-2ubuntu1_amd64.deb ...
2927+Unpacking libapparmor1:amd64 (3.0.4-2ubuntu1) over (3.0.3-0ubuntu1) ...
2928+Preparing to unpack .../libip4tc2_1.8.7-1ubuntu4_amd64.deb ...
2929+Unpacking libip4tc2:amd64 (1.8.7-1ubuntu4) over (1.8.7-1ubuntu3) ...
2930+Preparing to unpack .../libzstd1_1.4.8+dfsg-3_amd64.deb ...
2931+Unpacking libzstd1:amd64 (1.4.8+dfsg-3) over (1.4.8+dfsg-2.1build1) ...
2932+Setting up libzstd1:amd64 (1.4.8+dfsg-3) ...
2933+(Reading database ... 15202 files and directories currently installed.)
2934+Preparing to unpack .../libkmod2_29-1ubuntu1_amd64.deb ...
2935+Unpacking libkmod2:amd64 (29-1ubuntu1) over (28-1ubuntu4) ...
2936+Preparing to unpack .../libmount1_2.37.2-4ubuntu3_amd64.deb ...
2937+Unpacking libmount1:amd64 (2.37.2-4ubuntu3) over (2.36.1-8ubuntu1) ...
2938+Setting up libmount1:amd64 (2.37.2-4ubuntu3) ...
2939+(Reading database ... 15202 files and directories currently installed.)
2940+Preparing to unpack .../libseccomp2_2.5.3-2ubuntu1_amd64.deb ...
2941+Unpacking libseccomp2:amd64 (2.5.3-2ubuntu1) over (2.5.1-1ubuntu1) ...
2942+Setting up libseccomp2:amd64 (2.5.3-2ubuntu1) ...
2943+(Reading database ... 15202 files and directories currently installed.)
2944+Preparing to unpack .../login_1%3a4.8.1-2ubuntu1_amd64.deb ...
2945+Unpacking login (1:4.8.1-2ubuntu1) over (1:4.8.1-1ubuntu9) ...
2946+Setting up login (1:4.8.1-2ubuntu1) ...
2947+(Reading database ... 15202 files and directories currently installed.)
2948+Preparing to unpack .../util-linux_2.37.2-4ubuntu3_amd64.deb ...
2949+Unpacking util-linux (2.37.2-4ubuntu3) over (2.36.1-8ubuntu1) ...
2950+Setting up util-linux (2.37.2-4ubuntu3) ...
2951+(Reading database ... 15197 files and directories currently installed.)
2952+Preparing to unpack .../mount_2.37.2-4ubuntu3_amd64.deb ...
2953+Unpacking mount (2.37.2-4ubuntu3) over (2.36.1-8ubuntu1) ...
2954+Preparing to unpack .../systemd_249.10-0ubuntu1_amd64.deb ...
2955+Unpacking systemd (249.10-0ubuntu1) over (248.3-1ubuntu8) ...
2956+Preparing to unpack .../libsystemd0_249.10-0ubuntu1_amd64.deb ...
2957+Unpacking libsystemd0:amd64 (249.10-0ubuntu1) over (248.3-1ubuntu8) ...
2958+Setting up libsystemd0:amd64 (249.10-0ubuntu1) ...
2959+(Reading database ... 15201 files and directories currently installed.)
2960+Preparing to unpack .../libxxhash0_0.8.1-1_amd64.deb ...
2961+Unpacking libxxhash0:amd64 (0.8.1-1) over (0.8.0-2build1) ...
2962+Setting up libxxhash0:amd64 (0.8.1-1) ...
2963+(Reading database ... 15201 files and directories currently installed.)
2964+Preparing to unpack .../libapt-pkg6.0_2.4.0_amd64.deb ...
2965+Unpacking libapt-pkg6.0:amd64 (2.4.0) over (2.3.9) ...
2966+Setting up libapt-pkg6.0:amd64 (2.4.0) ...
2967+(Reading database ... 15201 files and directories currently installed.)
2968+Preparing to unpack .../dpkg_1.21.1ubuntu1_amd64.deb ...
2969+Unpacking dpkg (1.21.1ubuntu1) over (1.20.9ubuntu2) ...
2970+Setting up dpkg (1.21.1ubuntu1) ...
2971+Installing new version of config file /etc/cron.daily/dpkg ...
2972+Created symlink /etc/systemd/system/timers.target.wants/dpkg-db-backup.timer -> /lib/systemd/system/dpkg-db-backup.timer.
2973+(Reading database ... 15207 files and directories currently installed.)
2974+Preparing to unpack .../dash_0.5.11+git20210903+057cd650a4ed-3_amd64.deb ...
2975+Unpacking dash (0.5.11+git20210903+057cd650a4ed-3) over (0.5.11+git20210120+802ebd4-1build1) ...
2976+Setting up dash (0.5.11+git20210903+057cd650a4ed-3) ...
2977+(Reading database ... 15207 files and directories currently installed.)
2978+Preparing to unpack .../archives/grep_3.7-1_amd64.deb ...
2979+Unpacking grep (3.7-1) over (3.7-0ubuntu1) ...
2980+Setting up grep (3.7-1) ...
2981+(Reading database ... 15207 files and directories currently installed.)
2982+Preparing to unpack .../libncurses6_6.3-2_amd64.deb ...
2983+Unpacking libncurses6:amd64 (6.3-2) over (6.2+20201114-2build2) ...
2984+Preparing to unpack .../libncursesw6_6.3-2_amd64.deb ...
2985+Unpacking libncursesw6:amd64 (6.3-2) over (6.2+20201114-2build2) ...
2986+Preparing to unpack .../libtinfo6_6.3-2_amd64.deb ...
2987+Unpacking libtinfo6:amd64 (6.3-2) over (6.2+20201114-2build2) ...
2988+Setting up libtinfo6:amd64 (6.3-2) ...
2989+(Reading database ... 15206 files and directories currently installed.)
2990+Preparing to unpack .../ncurses-bin_6.3-2_amd64.deb ...
2991+Unpacking ncurses-bin (6.3-2) over (6.2+20201114-2build2) ...
2992+Setting up ncurses-bin (6.3-2) ...
2993+(Reading database ... 15206 files and directories currently installed.)
2994+Preparing to unpack .../sed_4.8-1ubuntu1_amd64.deb ...
2995+Unpacking sed (4.8-1ubuntu1) over (4.7-1ubuntu2) ...
2996+Setting up sed (4.8-1ubuntu1) ...
2997+(Reading database ... 15206 files and directories currently installed.)
2998+Preparing to unpack .../init-system-helpers_1.62_all.deb ...
2999+Unpacking init-system-helpers (1.62) over (1.60build1) ...
3000+Setting up init-system-helpers (1.62) ...
3001+(Reading database ... 15206 files and directories currently installed.)
3002+Preparing to unpack .../ncurses-base_6.3-2_all.deb ...
3003+Unpacking ncurses-base (6.3-2) over (6.2+20201114-2build2) ...
3004+Setting up ncurses-base (6.3-2) ...
3005+(Reading database ... 15207 files and directories currently installed.)
3006+Preparing to unpack .../sysvinit-utils_3.01-1ubuntu1_amd64.deb ...
3007+Unpacking sysvinit-utils (3.01-1ubuntu1) over (2.96-7ubuntu2) ...
3008+Setting up sysvinit-utils (3.01-1ubuntu1) ...
3009+(Reading database ... 15207 files and directories currently installed.)
3010+Preparing to unpack .../gpgv_2.2.27-3ubuntu1_amd64.deb ...
3011+Unpacking gpgv (2.2.27-3ubuntu1) over (2.2.20-1ubuntu4) ...
3012+Setting up gpgv (2.2.27-3ubuntu1) ...
3013+(Reading database ... 15207 files and directories currently installed.)
3014+Preparing to unpack .../archives/apt_2.4.0_amd64.deb ...
3015+Unpacking apt (2.4.0) over (2.3.9) ...
3016+Setting up apt (2.4.0) ...
3017+Installing new version of config file /etc/cron.daily/apt-compat ...
3018+Selecting previously unselected package libsepol2:amd64.
3019+(Reading database ... 15203 files and directories currently installed.)
3020+Preparing to unpack .../libsepol2_3.3-1_amd64.deb ...
3021+Unpacking libsepol2:amd64 (3.3-1) ...
3022+Setting up libsepol2:amd64 (3.3-1) ...
3023+(Reading database ... 15207 files and directories currently installed.)
3024+Preparing to unpack .../libsemanage-common_3.3-1build1_all.deb ...
3025+Unpacking libsemanage-common (3.3-1build1) over (3.1-1ubuntu3) ...
3026+Setting up libsemanage-common (3.3-1build1) ...
3027+Selecting previously unselected package libsemanage2:amd64.
3028+(Reading database ... 15207 files and directories currently installed.)
3029+Preparing to unpack .../libsemanage2_3.3-1build1_amd64.deb ...
3030+Unpacking libsemanage2:amd64 (3.3-1build1) ...
3031+Setting up libsemanage2:amd64 (3.3-1build1) ...
3032+(Reading database ... 15211 files and directories currently installed.)
3033+Preparing to unpack .../passwd_1%3a4.8.1-2ubuntu1_amd64.deb ...
3034+Unpacking passwd (1:4.8.1-2ubuntu1) over (1:4.8.1-1ubuntu9) ...
3035+Setting up passwd (1:4.8.1-2ubuntu1) ...
3036+(Reading database ... 15218 files and directories currently installed.)
3037+Removing libsemanage1:amd64 (3.1-1ubuntu3) ...
3038+(Reading database ... 15214 files and directories currently installed.)
3039+Preparing to unpack .../libpam-modules-bin_1.4.0-11ubuntu1_amd64.deb ...
3040+Unpacking libpam-modules-bin (1.4.0-11ubuntu1) over (1.3.1-5ubuntu11) ...
3041+Setting up libpam-modules-bin (1.4.0-11ubuntu1) ...
3042+(Reading database ... 15212 files and directories currently installed.)
3043+Preparing to unpack .../libpam-modules_1.4.0-11ubuntu1_amd64.deb ...
3044+Unpacking libpam-modules:amd64 (1.4.0-11ubuntu1) over (1.3.1-5ubuntu11) ...
3045+Setting up libpam-modules:amd64 (1.4.0-11ubuntu1) ...
3046+Installing new version of config file /etc/security/namespace.conf ...
3047+Installing new version of config file /etc/security/pam_env.conf ...
3048+(Reading database ... 15213 files and directories currently installed.)
3049+Preparing to unpack .../logsave_1.46.5-2ubuntu1_amd64.deb ...
3050+Unpacking logsave (1.46.5-2ubuntu1) over (1.46.3-1ubuntu3) ...
3051+Preparing to unpack .../libext2fs2_1.46.5-2ubuntu1_amd64.deb ...
3052+Unpacking libext2fs2:amd64 (1.46.5-2ubuntu1) over (1.46.3-1ubuntu3) ...
3053+Setting up libext2fs2:amd64 (1.46.5-2ubuntu1) ...
3054+(Reading database ... 15213 files and directories currently installed.)
3055+Preparing to unpack .../e2fsprogs_1.46.5-2ubuntu1_amd64.deb ...
3056+Unpacking e2fsprogs (1.46.5-2ubuntu1) over (1.46.3-1ubuntu3) ...
3057+Setting up libapparmor1:amd64 (3.0.4-2ubuntu1) ...
3058+Setting up libargon2-1:amd64 (0~20171227-0.3) ...
3059+Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ...
3060+Setting up libcryptsetup12:amd64 (2:2.4.3-1ubuntu1) ...
3061+Setting up libip4tc2:amd64 (1.8.7-1ubuntu4) ...
3062+Setting up libkmod2:amd64 (29-1ubuntu1) ...
3063+Setting up mount (2.37.2-4ubuntu3) ...
3064+Setting up systemd (249.10-0ubuntu1) ...
3065+Installing new version of config file /etc/systemd/logind.conf ...
3066+Installing new version of config file /etc/systemd/networkd.conf ...
3067+Installing new version of config file /etc/systemd/resolved.conf ...
3068+Initializing machine ID from random generator.
3069+Setting up systemd-sysv (249.10-0ubuntu1) ...
3070+(Reading database ... 15213 files and directories currently installed.)
3071+Preparing to unpack .../archives/init_1.62_amd64.deb ...
3072+Unpacking init (1.62) over (1.60build1) ...
3073+Preparing to unpack .../libattr1_1%3a2.5.1-1_amd64.deb ...
3074+Unpacking libattr1:amd64 (1:2.5.1-1) over (1:2.4.48-6build2) ...
3075+Setting up libattr1:amd64 (1:2.5.1-1) ...
3076+Installing new version of config file /etc/xattr.conf ...
3077+(Reading database ... 15213 files and directories currently installed.)
3078+Preparing to unpack .../libcom-err2_1.46.5-2ubuntu1_amd64.deb ...
3079+Unpacking libcom-err2:amd64 (1.46.5-2ubuntu1) over (1.46.3-1ubuntu3) ...
3080+Setting up libcom-err2:amd64 (1.46.5-2ubuntu1) ...
3081+(Reading database ... 15213 files and directories currently installed.)
3082+Preparing to unpack .../libdebconfclient0_0.261ubuntu1_amd64.deb ...
3083+Unpacking libdebconfclient0:amd64 (0.261ubuntu1) over (0.256ubuntu4) ...
3084+Setting up libdebconfclient0:amd64 (0.261ubuntu1) ...
3085+(Reading database ... 15213 files and directories currently installed.)
3086+Preparing to unpack .../libk5crypto3_1.19.2-2_amd64.deb ...
3087+Unpacking libk5crypto3:amd64 (1.19.2-2) over (1.18.3-6) ...
3088+Setting up libk5crypto3:amd64 (1.19.2-2) ...
3089+(Reading database ... 15213 files and directories currently installed.)
3090+Preparing to unpack .../libkrb5support0_1.19.2-2_amd64.deb ...
3091+Unpacking libkrb5support0:amd64 (1.19.2-2) over (1.18.3-6) ...
3092+Setting up libkrb5support0:amd64 (1.19.2-2) ...
3093+(Reading database ... 15213 files and directories currently installed.)
3094+Preparing to unpack .../libkrb5-3_1.19.2-2_amd64.deb ...
3095+Unpacking libkrb5-3:amd64 (1.19.2-2) over (1.18.3-6) ...
3096+Setting up libkrb5-3:amd64 (1.19.2-2) ...
3097+(Reading database ... 15213 files and directories currently installed.)
3098+Preparing to unpack .../libgssapi-krb5-2_1.19.2-2_amd64.deb ...
3099+Unpacking libgssapi-krb5-2:amd64 (1.19.2-2) over (1.18.3-6) ...
3100+Setting up libgssapi-krb5-2:amd64 (1.19.2-2) ...
3101+(Reading database ... 15213 files and directories currently installed.)
3102+Preparing to unpack .../libpam-runtime_1.4.0-11ubuntu1_all.deb ...
3103+Unpacking libpam-runtime (1.4.0-11ubuntu1) over (1.3.1-5ubuntu11) ...
3104+Setting up libpam-runtime (1.4.0-11ubuntu1) ...
3105+(Reading database ... 15213 files and directories currently installed.)
3106+Preparing to unpack .../libsmartcols1_2.37.2-4ubuntu3_amd64.deb ...
3107+Unpacking libsmartcols1:amd64 (2.37.2-4ubuntu3) over (2.36.1-8ubuntu1) ...
3108+Setting up libsmartcols1:amd64 (2.37.2-4ubuntu3) ...
3109+(Reading database ... 15213 files and directories currently installed.)
3110+Preparing to unpack .../00-libtsan0_11.2.0-17ubuntu1_amd64.deb ...
3111+Unpacking libtsan0:amd64 (11.2.0-17ubuntu1) over (11.2.0-7ubuntu2) ...
3112+Preparing to unpack .../01-libgomp1_12-20220222-1ubuntu1_amd64.deb ...
3113+Unpacking libgomp1:amd64 (12-20220222-1ubuntu1) over (11.2.0-7ubuntu2) ...
3114+Preparing to unpack .../02-libitm1_12-20220222-1ubuntu1_amd64.deb ...
3115+Unpacking libitm1:amd64 (12-20220222-1ubuntu1) over (11.2.0-7ubuntu2) ...
3116+Preparing to unpack .../03-libatomic1_12-20220222-1ubuntu1_amd64.deb ...
3117+Unpacking libatomic1:amd64 (12-20220222-1ubuntu1) over (11.2.0-7ubuntu2) ...
3118+Preparing to unpack .../04-libasan6_11.2.0-17ubuntu1_amd64.deb ...
3119+Unpacking libasan6:amd64 (11.2.0-17ubuntu1) over (11.2.0-7ubuntu2) ...
3120+Preparing to unpack .../05-liblsan0_12-20220222-1ubuntu1_amd64.deb ...
3121+Unpacking liblsan0:amd64 (12-20220222-1ubuntu1) over (11.2.0-7ubuntu2) ...
3122+Preparing to unpack .../06-libubsan1_12-20220222-1ubuntu1_amd64.deb ...
3123+Unpacking libubsan1:amd64 (12-20220222-1ubuntu1) over (11.2.0-7ubuntu2) ...
3124+Preparing to unpack .../07-libquadmath0_12-20220222-1ubuntu1_amd64.deb ...
3125+Unpacking libquadmath0:amd64 (12-20220222-1ubuntu1) over (11.2.0-7ubuntu2) ...
3126+Preparing to unpack .../08-g++-11_11.2.0-17ubuntu1_amd64.deb ...
3127+Unpacking g++-11 (11.2.0-17ubuntu1) over (11.2.0-7ubuntu2) ...
3128+Preparing to unpack .../09-gcc-11_11.2.0-17ubuntu1_amd64.deb ...
3129+Unpacking gcc-11 (11.2.0-17ubuntu1) over (11.2.0-7ubuntu2) ...
3130+Preparing to unpack .../10-libstdc++-11-dev_11.2.0-17ubuntu1_amd64.deb ...
3131+Unpacking libstdc++-11-dev:amd64 (11.2.0-17ubuntu1) over (11.2.0-7ubuntu2) ...
3132+Preparing to unpack .../11-libgcc-11-dev_11.2.0-17ubuntu1_amd64.deb ...
3133+Unpacking libgcc-11-dev:amd64 (11.2.0-17ubuntu1) over (11.2.0-7ubuntu2) ...
3134+Preparing to unpack .../12-libisl23_0.24-2_amd64.deb ...
3135+Unpacking libisl23:amd64 (0.24-2) over (0.24-1build1) ...
3136+Preparing to unpack .../13-libmpc3_1.2.1-1_amd64.deb ...
3137+Unpacking libmpc3:amd64 (1.2.1-1) over (1.2.0-1build2) ...
3138+Preparing to unpack .../14-libcc1-0_12-20220222-1ubuntu1_amd64.deb ...
3139+Unpacking libcc1-0:amd64 (12-20220222-1ubuntu1) over (11.2.0-7ubuntu2) ...
3140+Preparing to unpack .../15-libctf0_2.38-2ubuntu1_amd64.deb ...
3141+Unpacking libctf0:amd64 (2.38-2ubuntu1) over (2.37-7ubuntu1) ...
3142+Preparing to unpack .../16-libctf-nobfd0_2.38-2ubuntu1_amd64.deb ...
3143+Unpacking libctf-nobfd0:amd64 (2.38-2ubuntu1) over (2.37-7ubuntu1) ...
3144+Preparing to unpack .../17-binutils-x86-64-linux-gnu_2.38-2ubuntu1_amd64.deb ...
3145+Unpacking binutils-x86-64-linux-gnu (2.38-2ubuntu1) over (2.37-7ubuntu1) ...
3146+Preparing to unpack .../18-libbinutils_2.38-2ubuntu1_amd64.deb ...
3147+Unpacking libbinutils:amd64 (2.38-2ubuntu1) over (2.37-7ubuntu1) ...
3148+Preparing to unpack .../19-binutils_2.38-2ubuntu1_amd64.deb ...
3149+Unpacking binutils (2.38-2ubuntu1) over (2.37-7ubuntu1) ...
3150+Preparing to unpack .../20-binutils-common_2.38-2ubuntu1_amd64.deb ...
3151+Unpacking binutils-common:amd64 (2.38-2ubuntu1) over (2.37-7ubuntu1) ...
3152+Preparing to unpack .../21-cpp-11_11.2.0-17ubuntu1_amd64.deb ...
3153+Unpacking cpp-11 (11.2.0-17ubuntu1) over (11.2.0-7ubuntu2) ...
3154+Preparing to unpack .../22-gcc-11-base_11.2.0-17ubuntu1_amd64.deb ...
3155+Unpacking gcc-11-base:amd64 (11.2.0-17ubuntu1) over (11.2.0-7ubuntu2) ...
3156+Preparing to unpack .../23-libprocps8_2%3a3.3.17-6ubuntu1_amd64.deb ...
3157+Unpacking libprocps8:amd64 (2:3.3.17-6ubuntu1) over (2:3.3.17-5ubuntu3) ...
3158+Preparing to unpack .../24-libss2_1.46.5-2ubuntu1_amd64.deb ...
3159+Unpacking libss2:amd64 (1.46.5-2ubuntu1) over (1.46.3-1ubuntu3) ...
3160+Preparing to unpack .../25-mawk_1.3.4.20200120-3_amd64.deb ...
3161+Unpacking mawk (1.3.4.20200120-3) over (1.3.4.20200120-2build1) ...
3162+Preparing to unpack .../26-procps_2%3a3.3.17-6ubuntu1_amd64.deb ...
3163+Unpacking procps (2:3.3.17-6ubuntu1) over (2:3.3.17-5ubuntu3) ...
3164+Preparing to unpack .../27-sensible-utils_0.0.17_all.deb ...
3165+Unpacking sensible-utils (0.0.17) over (0.0.14) ...
3166+Preparing to unpack .../28-usrmerge_25ubuntu2_all.deb ...
3167+Unpacking usrmerge (25ubuntu2) over (25ubuntu1) ...
3168+Preparing to unpack .../29-openssl_3.0.1-0ubuntu1_amd64.deb ...
3169+Unpacking openssl (3.0.1-0ubuntu1) over (1.1.1l-1ubuntu1) ...
3170+Preparing to unpack .../30-ca-certificates_20211016_all.deb ...
3171+Unpacking ca-certificates (20211016) over (20210119ubuntu1) ...
3172+Preparing to unpack .../31-readline-common_8.1.2-1_all.deb ...
3173+Unpacking readline-common (8.1.2-1) over (8.1-2build1) ...
3174+Preparing to unpack .../32-libreadline8_8.1.2-1_amd64.deb ...
3175+Unpacking libreadline8:amd64 (8.1.2-1) over (8.1-2build1) ...
3176+Preparing to unpack .../33-libsqlite3-0_3.37.2-2_amd64.deb ...
3177+Unpacking libsqlite3-0:amd64 (3.37.2-2) over (3.35.5-1) ...
3178+Preparing to unpack .../34-tzdata_2021e-1ubuntu1_all.deb ...
3179+Unpacking tzdata (2021e-1ubuntu1) over (2021a-2ubuntu1) ...
3180+Preparing to unpack .../35-dpkg-dev_1.21.1ubuntu1_all.deb ...
3181+Unpacking dpkg-dev (1.21.1ubuntu1) over (1.20.9ubuntu2) ...
3182+Preparing to unpack .../36-libdpkg-perl_1.21.1ubuntu1_all.deb ...
3183+Unpacking libdpkg-perl (1.21.1ubuntu1) over (1.20.9ubuntu2) ...
3184+Preparing to unpack .../37-make_4.3-4.1build1_amd64.deb ...
3185+Unpacking make (4.3-4.1build1) over (4.3-4ubuntu1) ...
3186+Preparing to unpack .../38-lto-disabled-list_22_all.deb ...
3187+Unpacking lto-disabled-list (22) over (16) ...
3188+Preparing to unpack .../39-libfakeroot_1.27-1ubuntu1_amd64.deb ...
3189+Unpacking libfakeroot:amd64 (1.27-1ubuntu1) over (1.25.3-1.1ubuntu3) ...
3190+Preparing to unpack .../40-fakeroot_1.27-1ubuntu1_amd64.deb ...
3191+Unpacking fakeroot (1.27-1ubuntu1) over (1.25.3-1.1ubuntu3) ...
3192+Preparing to unpack .../41-gpg_2.2.27-3ubuntu1_amd64.deb ...
3193+Unpacking gpg (2.2.27-3ubuntu1) over (2.2.20-1ubuntu4) ...
3194+Preparing to unpack .../42-gpgconf_2.2.27-3ubuntu1_amd64.deb ...
3195+Unpacking gpgconf (2.2.27-3ubuntu1) over (2.2.20-1ubuntu4) ...
3196+Preparing to unpack .../43-gpg-agent_2.2.27-3ubuntu1_amd64.deb ...
3197+Unpacking gpg-agent (2.2.27-3ubuntu1) over (2.2.20-1ubuntu4) ...
3198+Preparing to unpack .../44-lockfile-progs_0.1.19_amd64.deb ...
3199+Unpacking lockfile-progs (0.1.19) over (0.1.18build1) ...
3200+Preparing to unpack .../45-pkgbinarymangler_149_all.deb ...
3201+Unpacking pkgbinarymangler (149) over (148) ...
3202+Setting up gcc-11-base:amd64 (11.2.0-17ubuntu1) ...
3203+Setting up lto-disabled-list (22) ...
3204+Setting up init (1.62) ...
3205+Setting up libsqlite3-0:amd64 (3.37.2-2) ...
3206+Setting up binutils-common:amd64 (2.38-2ubuntu1) ...
3207+Setting up linux-libc-dev:amd64 (5.15.0-22.22) ...
3208+Setting up libctf-nobfd0:amd64 (2.38-2ubuntu1) ...
3209+Setting up libgomp1:amd64 (12-20220222-1ubuntu1) ...
3210+Setting up perl-modules-5.34 (5.34.0-3ubuntu1) ...
3211+Setting up bzip2 (1.0.8-5) ...
3212+Setting up libfakeroot:amd64 (1.27-1ubuntu1) ...
3213+Setting up libasan6:amd64 (11.2.0-17ubuntu1) ...
3214+Setting up tzdata (2021e-1ubuntu1) ...
3215+
3216+Current default time zone: 'Etc/UTC'
3217+Local time is now: Thu Feb 24 17:48:16 UTC 2022.
3218+Universal Time is now: Thu Feb 24 17:48:16 UTC 2022.
3219+Run 'dpkg-reconfigure tzdata' if you wish to change it.
3220+
3221+Setting up fakeroot (1.27-1ubuntu1) ...
3222+Setting up make (4.3-4.1build1) ...
3223+Setting up libncurses6:amd64 (6.3-2) ...
3224+Setting up libquadmath0:amd64 (12-20220222-1ubuntu1) ...
3225+Setting up libmpc3:amd64 (1.2.1-1) ...
3226+Setting up systemd-timesyncd (249.10-0ubuntu1) ...
3227+Setting up lockfile-progs (0.1.19) ...
3228+Setting up libatomic1:amd64 (12-20220222-1ubuntu1) ...
3229+Setting up usrmerge (25ubuntu2) ...
3230+Setting up libss2:amd64 (1.46.5-2ubuntu1) ...
3231+Setting up libncursesw6:amd64 (6.3-2) ...
3232+Setting up logsave (1.46.5-2ubuntu1) ...
3233+Setting up libubsan1:amd64 (12-20220222-1ubuntu1) ...
3234+Setting up sensible-utils (0.0.17) ...
3235+Setting up libcrypt-dev:amd64 (1:4.4.27-1) ...
3236+Setting up mawk (1.3.4.20200120-3) ...
3237+Setting up libbinutils:amd64 (2.38-2ubuntu1) ...
3238+Setting up libisl23:amd64 (0.24-2) ...
3239+Setting up libc-dev-bin (2.35-0ubuntu1) ...
3240+Setting up openssl (3.0.1-0ubuntu1) ...
3241+Installing new version of config file /etc/ssl/openssl.cnf ...
3242+Setting up readline-common (8.1.2-1) ...
3243+Setting up libcc1-0:amd64 (12-20220222-1ubuntu1) ...
3244+Setting up liblsan0:amd64 (12-20220222-1ubuntu1) ...
3245+Setting up libprocps8:amd64 (2:3.3.17-6ubuntu1) ...
3246+Setting up libitm1:amd64 (12-20220222-1ubuntu1) ...
3247+Setting up libgdbm6:amd64 (1.23-1) ...
3248+Setting up libtsan0:amd64 (11.2.0-17ubuntu1) ...
3249+Setting up libctf0:amd64 (2.38-2ubuntu1) ...
3250+Setting up cpp-11 (11.2.0-17ubuntu1) ...
3251+Setting up pkgbinarymangler (149) ...
3252+Setting up libreadline8:amd64 (8.1.2-1) ...
3253+Setting up e2fsprogs (1.46.5-2ubuntu1) ...
3254+Installing new version of config file /etc/mke2fs.conf ...
3255+Setting up ca-certificates (20211016) ...
3256+Updating certificates in /etc/ssl/certs...
3257+rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
3258+7 added, 8 removed; done.
3259+Setting up libgdbm-compat4:amd64 (1.23-1) ...
3260+Setting up libgcc-11-dev:amd64 (11.2.0-17ubuntu1) ...
3261+Setting up procps (2:3.3.17-6ubuntu1) ...
3262+Installing new version of config file /etc/init.d/procps ...
3263+Installing new version of config file /etc/sysctl.d/README.sysctl ...
3264+Setting up gpgconf (2.2.27-3ubuntu1) ...
3265+Setting up libc6-dev:amd64 (2.35-0ubuntu1) ...
3266+Setting up gpg (2.2.27-3ubuntu1) ...
3267+Setting up binutils-x86-64-linux-gnu (2.38-2ubuntu1) ...
3268+Setting up libperl5.34:amd64 (5.34.0-3ubuntu1) ...
3269+Setting up gpg-agent (2.2.27-3ubuntu1) ...
3270+Setting up binutils (2.38-2ubuntu1) ...
3271+Setting up perl (5.34.0-3ubuntu1) ...
3272+Setting up libdpkg-perl (1.21.1ubuntu1) ...
3273+Setting up libstdc++-11-dev:amd64 (11.2.0-17ubuntu1) ...
3274+Setting up gcc-11 (11.2.0-17ubuntu1) ...
3275+Setting up g++-11 (11.2.0-17ubuntu1) ...
3276+Setting up dpkg-dev (1.21.1ubuntu1) ...
3277+Processing triggers for libc-bin (2.35-0ubuntu1) ...
3278+Processing triggers for ca-certificates (20211016) ...
3279+Updating certificates in /etc/ssl/certs...
3280+0 added, 0 removed; done.
3281+Running hooks in /etc/ca-certificates/update.d...
3282+done.
3283+RUN: /usr/share/launchpad-buildd/bin/sbuild-package PACKAGEBUILD-23170795 amd64 jammy-proposed -c chroot:build-PACKAGEBUILD-23170795 --arch=amd64 --dist=jammy-proposed --nolog -A symfony_5.4.4+dfsg-1ubuntu2.dsc
3284+Initiating build PACKAGEBUILD-23170795 with 4 jobs across 4 processor cores.
3285+Kernel reported to sbuild: 5.4.0-100-generic #113-Ubuntu SMP Thu Feb 3 18:43:29 UTC 2022 x86_64
3286+sbuild (Debian sbuild) 0.79.0 (05 February 2020) on ubuntu
3287+
3288++==============================================================================+
3289+| symfony 5.4.4+dfsg-1ubuntu2 (amd64) Thu, 24 Feb 2022 17:48:19 +0000 |
3290++==============================================================================+
3291+
3292+Package: symfony
3293+Version: 5.4.4+dfsg-1ubuntu2
3294+Source Version: 5.4.4+dfsg-1ubuntu2
3295+Distribution: jammy-proposed
3296+Machine Architecture: amd64
3297+Host Architecture: amd64
3298+Build Architecture: amd64
3299+Build Type: binary
3300+
3301+I: NOTICE: Log filtering will replace 'home/buildd/build-PACKAGEBUILD-23170795/chroot-autobuild' with '<<CHROOT>>'
3302+I: NOTICE: Log filtering will replace 'build/symfony-OxnkK3/resolver-ylPohS' with '<<RESOLVERDIR>>'
3303+
3304++------------------------------------------------------------------------------+
3305+| Fetch source files |
3306++------------------------------------------------------------------------------+
3307+
3308+
3309+Local sources
3310+-------------
3311+
3312+symfony_5.4.4+dfsg-1ubuntu2.dsc exists in .; copying to chroot
3313+I: NOTICE: Log filtering will replace 'build/symfony-OxnkK3/symfony-5.4.4+dfsg' with '<<PKGBUILDDIR>>'
3314+I: NOTICE: Log filtering will replace 'build/symfony-OxnkK3' with '<<BUILDDIR>>'
3315+
3316++------------------------------------------------------------------------------+
3317+| Install package build dependencies |
3318++------------------------------------------------------------------------------+
3319+
3320+
3321+Setup apt archive
3322+-----------------
3323+
3324+Merged Build-Depends: debhelper-compat (= 13), dh-sequence-phpcomposer, pkg-php-tools (>= 1.41~), build-essential, fakeroot, composer, dctrl-tools, file, jq, locales-all, parallel, php-amqp, php-async-aws-ses, php-async-aws-sns, php-async-aws-sqs, php-cache-integration-tests, php-curl, php-doctrine-annotations, php-doctrine-data-fixtures, php-doctrine-orm, php-email-validator, php-friendsofphp-proxy-manager-lts, php-gd, php-guzzlehttp-promises, php-http-httplug, php-intl, php-ldap, php-masterminds-html5, php-mbstring, php-memcached, php-monolog, php-nyholm-psr7, php-pda-pheanstalk, php-phpdbg, php-phpdocumentor-reflection-docblock, php-phpstan-phpdoc-parser, php-predis, php-psr-container, php-psr-http-client, php-psr-link, php-psr-log, php-psr-simple-cache, php-sqlite3, php-symfony-contracts (>= 2), php-symfony-mercure, php-symfony-polyfill-php80, php-symfony-polyfill-php81, php-symfony-security-acl, php-twig (>= 3), php-twig-cssinliner-extra (>= 3), php-twig-inky-extra (>= 3), php-twig-markdown-extra (>= 3), php-uuid, phpab, phpunit
3325+Merged Build-Conflicts: php-redis
3326+Filtered Build-Depends: debhelper-compat (= 13), dh-sequence-phpcomposer, pkg-php-tools (>= 1.41~), build-essential, fakeroot, composer, dctrl-tools, file, jq, locales-all, parallel, php-amqp, php-async-aws-ses, php-async-aws-sns, php-async-aws-sqs, php-cache-integration-tests, php-curl, php-doctrine-annotations, php-doctrine-data-fixtures, php-doctrine-orm, php-email-validator, php-friendsofphp-proxy-manager-lts, php-gd, php-guzzlehttp-promises, php-http-httplug, php-intl, php-ldap, php-masterminds-html5, php-mbstring, php-memcached, php-monolog, php-nyholm-psr7, php-pda-pheanstalk, php-phpdbg, php-phpdocumentor-reflection-docblock, php-phpstan-phpdoc-parser, php-predis, php-psr-container, php-psr-http-client, php-psr-link, php-psr-log, php-psr-simple-cache, php-sqlite3, php-symfony-contracts (>= 2), php-symfony-mercure, php-symfony-polyfill-php80, php-symfony-polyfill-php81, php-symfony-security-acl, php-twig (>= 3), php-twig-cssinliner-extra (>= 3), php-twig-inky-extra (>= 3), php-twig-markdown-extra (>= 3), php-uuid, phpab, phpunit
3327+Filtered Build-Conflicts: php-redis
3328+dpkg-deb: building package 'sbuild-build-depends-main-dummy' in '/<<RESOLVERDIR>>/apt_archive/sbuild-build-depends-main-dummy.deb'.
3329+Ign:1 copy:/<<RESOLVERDIR>>/apt_archive ./ InRelease
3330+Get:2 copy:/<<RESOLVERDIR>>/apt_archive ./ Release [963 B]
3331+Ign:3 copy:/<<RESOLVERDIR>>/apt_archive ./ Release.gpg
3332+Get:4 copy:/<<RESOLVERDIR>>/apt_archive ./ Sources [802 B]
3333+Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [881 B]
3334+Fetched 2646 B in 0s (0 B/s)
3335+Reading package lists...
3336+Reading package lists...
3337+
3338+Install main build dependencies (apt-based resolver)
3339+----------------------------------------------------
3340+
3341+Installing build dependencies
3342+Reading package lists...
3343+Building dependency tree...
3344+Reading state information...
3345+Some packages could not be installed. This may mean that you have
3346+requested an impossible situation or if you are using the unstable
3347+distribution that some required packages have not yet been created
3348+or been moved out of Incoming.
3349+The following information may help to resolve the situation:
3350+
3351+The following packages have unmet dependencies:
3352+ php-symfony-console : Breaks: php-psr-log (>= 3) but 3.0.0-1 is to be installed
3353+E: Unable to correct problems, you have held broken packages.
3354+apt-get failed.
3355+E: Package installation failed
3356+Reading package lists...
3357+Building dependency tree...
3358+Reading state information...
3359+The following packages were automatically installed and are no longer required:
3360+ libperl5.32 libssl1.1 perl-modules-5.32 systemd-timesyncd
3361+Use 'apt autoremove' to remove them.
3362+0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
3363+Reading package lists...
3364+Building dependency tree...
3365+Reading state information...
3366+The following packages were automatically installed and are no longer required:
3367+ libperl5.32 libssl1.1 perl-modules-5.32 systemd-timesyncd
3368+Use 'apt autoremove' to remove them.
3369+0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
3370+
3371++------------------------------------------------------------------------------+
3372+| Cleanup |
3373++------------------------------------------------------------------------------+
3374+
3375+Purging /<<BUILDDIR>>
3376+Not removing build depends: as requested
3377+E: Package build dependencies not satisfied; skipping
3378+
3379++------------------------------------------------------------------------------+
3380+| Summary |
3381++------------------------------------------------------------------------------+
3382+
3383+Build Architecture: amd64
3384+Build Type: binary
3385+Build-Space: n/a
3386+Build-Time: 0
3387+Distribution: jammy-proposed
3388+Fail-Stage: install-deps
3389+Host Architecture: amd64
3390+Install-Time: 0
3391+Job: symfony_5.4.4+dfsg-1ubuntu2.dsc
3392+Machine Architecture: amd64
3393+Package: symfony
3394+Package-Time: 0
3395+Source-Version: 5.4.4+dfsg-1ubuntu2
3396+Space: n/a
3397+Status: given-back
3398+Version: 5.4.4+dfsg-1ubuntu2
3399+--------------------------------------------------------------------------------
3400+Finished at 2022-02-24T17:48:19Z
3401+Build needed 00:00:00, no disk space
3402+E: Package build dependencies not satisfied; skipping
3403+Adding user buildd to group lxd
3404+RUN: /usr/share/launchpad-buildd/bin/in-target scan-for-processes --backend=chroot --series=jammy --arch=amd64 PACKAGEBUILD-23170795
3405+Scanning for processes to kill in build PACKAGEBUILD-23170795
3406diff --git a/bryce/data/example-buildlog-02.txt b/bryce/data/example-buildlog-02.txt
3407new file mode 100644
3408index 0000000..77f6012
3409--- /dev/null
3410+++ b/bryce/data/example-buildlog-02.txt
3411@@ -0,0 +1,6063 @@
3412+https://launchpad.net/ubuntu/+archive/test-rebuild-20220317-jammy/+build/23327959
3413+RUN: /usr/share/launchpad-buildd/bin/builder-prep
3414+Kernel version: Linux lcy02-amd64-112 5.4.0-104-generic #118-Ubuntu SMP Wed Mar 2 19:02:41 UTC 2022 x86_64
3415+Buildd toolchain package versions: launchpad-buildd_210~545~ubuntu20.04.1 python3-lpbuildd_210~545~ubuntu20.04.1 sbuild_0.79.0-1ubuntu1 git-build-recipe_0.3.6 git_1:2.25.1-1ubuntu3.2 dpkg-dev_1.19.7ubuntu3 python3-debian_0.1.36ubuntu1.
3416+Syncing the system clock with the buildd NTP service...
3417+21 Mar 08:58:04 ntpdate[1732]: adjust time server 10.131.248.1 offset 0.000322 sec
3418+RUN: /usr/share/launchpad-buildd/bin/in-target unpack-chroot --backend=chroot --series=jammy --arch=amd64 PACKAGEBUILD-23327959 --image-type chroot /home/buildd/filecache-default/b0c128df17a460089eca69348f06144377489985
3419+Creating target for build PACKAGEBUILD-23327959
3420+RUN: /usr/share/launchpad-buildd/bin/in-target mount-chroot --backend=chroot --series=jammy --arch=amd64 PACKAGEBUILD-23327959
3421+Starting target for build PACKAGEBUILD-23327959
3422+RUN: /usr/share/launchpad-buildd/bin/in-target override-sources-list --backend=chroot --series=jammy --arch=amd64 PACKAGEBUILD-23327959 'deb http://ftpmaster.internal/ubuntu jammy main universe'
3423+Overriding sources.list in build-PACKAGEBUILD-23327959
3424+RUN: /usr/share/launchpad-buildd/bin/in-target update-debian-chroot --backend=chroot --series=jammy --arch=amd64 PACKAGEBUILD-23327959
3425+Updating target for build PACKAGEBUILD-23327959
3426+Get:1 http://ftpmaster.internal/ubuntu jammy InRelease [270 kB]
3427+Get:2 http://ftpmaster.internal/ubuntu jammy/main amd64 Packages [1405 kB]
3428+Get:3 http://ftpmaster.internal/ubuntu jammy/main Translation-en [515 kB]
3429+Get:4 http://ftpmaster.internal/ubuntu jammy/universe amd64 Packages [14.1 MB]
3430+Get:5 http://ftpmaster.internal/ubuntu jammy/universe Translation-en [5645 kB]
3431+Fetched 21.9 MB in 2s (9057 kB/s)
3432+Reading package lists...
3433+Reading package lists...
3434+Building dependency tree...
3435+Reading state information...
3436+Calculating upgrade...
3437+The following packages were automatically installed and are no longer required:
3438+ libperl5.32 libssl1.1 perl-modules-5.32
3439+Use 'sudo apt autoremove' to remove them.
3440+The following packages will be REMOVED:
3441+ libsemanage1*
3442+The following NEW packages will be installed:
3443+ gcc-12-base libperl5.34 libsemanage2 libsepol2 libssl3 perl-modules-5.34
3444+The following packages will be upgraded:
3445+ apt base-files bash binutils binutils-common binutils-x86-64-linux-gnu
3446+ bsdutils bzip2 ca-certificates coreutils cpp-11 dash debconf debianutils
3447+ dpkg dpkg-dev e2fsprogs fakeroot g++-11 gcc-11 gcc-11-base gpg gpg-agent
3448+ gpgconf gpgv grep init init-system-helpers libacl1 libapparmor1
3449+ libapt-pkg6.0 libargon2-1 libasan6 libatomic1 libattr1 libaudit-common
3450+ libaudit1 libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6
3451+ libc6-dev libcap-ng0 libcc1-0 libcom-err2 libcrypt-dev libcrypt1
3452+ libcryptsetup12 libctf-nobfd0 libctf0 libdebconfclient0 libdevmapper1.02.1
3453+ libdpkg-perl libext2fs2 libfakeroot libffi8 libgcc-11-dev libgcc-s1
3454+ libgcrypt20 libgdbm-compat4 libgdbm6 libgmp10 libgnutls30 libgomp1
3455+ libgpg-error0 libgssapi-krb5-2 libidn2-0 libip4tc2 libisl23 libitm1
3456+ libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 liblsan0
3457+ libmount1 libmpc3 libncurses6 libncursesw6 libp11-kit0 libpam-modules
3458+ libpam-modules-bin libpam-runtime libpam0g libpcre2-8-0 libprocps8
3459+ libquadmath0 libreadline8 libseccomp2 libselinux1 libsemanage-common
3460+ libsmartcols1 libsqlite3-0 libss2 libstdc++-11-dev libstdc++6 libsystemd0
3461+ libtasn1-6 libtinfo6 libtsan0 libubsan1 libudev1 libunistring2 libuuid1
3462+ libxxhash0 libzstd1 linux-libc-dev lockfile-progs login logsave
3463+ lto-disabled-list make mawk mount ncurses-base ncurses-bin openssl passwd
3464+ perl perl-base pkgbinarymangler procps readline-common sed sensible-utils
3465+ systemd systemd-sysv systemd-timesyncd sysvinit-utils tzdata usrmerge
3466+ util-linux
3467+135 upgraded, 6 newly installed, 1 to remove and 0 not upgraded.
3468+Need to get 104 MB of archives.
3469+After this operation, 304 MB disk space will be freed.
3470+Get:1 http://ftpmaster.internal/ubuntu jammy/main amd64 libcrypt-dev amd64 1:4.4.27-1 [112 kB]
3471+Get:2 http://ftpmaster.internal/ubuntu jammy/main amd64 libc6-dev amd64 2.35-0ubuntu3 [2099 kB]
3472+Get:3 http://ftpmaster.internal/ubuntu jammy/main amd64 libc-dev-bin amd64 2.35-0ubuntu3 [20.3 kB]
3473+Get:4 http://ftpmaster.internal/ubuntu jammy/main amd64 libaudit-common all 1:3.0.7-1 [4782 B]
3474+Get:5 http://ftpmaster.internal/ubuntu jammy/main amd64 libcap-ng0 amd64 0.7.9-2.2build3 [11.6 kB]
3475+Get:6 http://ftpmaster.internal/ubuntu jammy/main amd64 libaudit1 amd64 1:3.0.7-1 [47.1 kB]
3476+Get:7 http://ftpmaster.internal/ubuntu jammy/main amd64 libc6 amd64 2.35-0ubuntu3 [3235 kB]
3477+Get:8 http://ftpmaster.internal/ubuntu jammy/main amd64 libc-bin amd64 2.35-0ubuntu3 [706 kB]
3478+Get:9 http://ftpmaster.internal/ubuntu jammy/main amd64 perl-modules-5.34 all 5.34.0-3ubuntu1 [2975 kB]
3479+Get:10 http://ftpmaster.internal/ubuntu jammy/main amd64 libperl5.34 amd64 5.34.0-3ubuntu1 [4809 kB]
3480+Get:11 http://ftpmaster.internal/ubuntu jammy/main amd64 perl amd64 5.34.0-3ubuntu1 [232 kB]
3481+Get:12 http://ftpmaster.internal/ubuntu jammy/main amd64 perl-base amd64 5.34.0-3ubuntu1 [1762 kB]
3482+Get:13 http://ftpmaster.internal/ubuntu jammy/main amd64 bzip2 amd64 1.0.8-5 [34.8 kB]
3483+Get:14 http://ftpmaster.internal/ubuntu jammy/main amd64 libbz2-1.0 amd64 1.0.8-5 [34.5 kB]
3484+Get:15 http://ftpmaster.internal/ubuntu jammy/main amd64 libgdbm6 amd64 1.23-1 [33.9 kB]
3485+Get:16 http://ftpmaster.internal/ubuntu jammy/main amd64 libgdbm-compat4 amd64 1.23-1 [6606 B]
3486+Get:17 http://ftpmaster.internal/ubuntu jammy/main amd64 debconf all 1.5.79ubuntu1 [126 kB]
3487+Get:18 http://ftpmaster.internal/ubuntu jammy/main amd64 libpam0g amd64 1.4.0-11ubuntu1 [61.2 kB]
3488+Get:19 http://ftpmaster.internal/ubuntu jammy/main amd64 libcrypt1 amd64 1:4.4.27-1 [82.0 kB]
3489+Get:20 http://ftpmaster.internal/ubuntu jammy/main amd64 linux-libc-dev amd64 5.15.0-23.23 [1323 kB]
3490+Get:21 http://ftpmaster.internal/ubuntu jammy/main amd64 gcc-12-base amd64 12-20220313-1ubuntu1 [18.9 kB]
3491+Get:22 http://ftpmaster.internal/ubuntu jammy/main amd64 libgcc-s1 amd64 12-20220313-1ubuntu1 [54.3 kB]
3492+Get:23 http://ftpmaster.internal/ubuntu jammy/main amd64 base-files amd64 12ubuntu2 [63.3 kB]
3493+Get:24 http://ftpmaster.internal/ubuntu jammy/main amd64 debianutils amd64 5.5-1ubuntu1 [107 kB]
3494+Get:25 http://ftpmaster.internal/ubuntu jammy/main amd64 bash amd64 5.1-6ubuntu1 [769 kB]
3495+Get:26 http://ftpmaster.internal/ubuntu jammy/main amd64 bsdutils amd64 1:2.37.2-4ubuntu3 [81.5 kB]
3496+Get:27 http://ftpmaster.internal/ubuntu jammy/main amd64 coreutils amd64 8.32-4.1ubuntu1 [1438 kB]
3497+Get:28 http://ftpmaster.internal/ubuntu jammy/main amd64 libgpg-error0 amd64 1.43-3 [69.7 kB]
3498+Get:29 http://ftpmaster.internal/ubuntu jammy/main amd64 libgcrypt20 amd64 1.9.4-3ubuntu2 [515 kB]
3499+Get:30 http://ftpmaster.internal/ubuntu jammy/main amd64 libstdc++6 amd64 12-20220313-1ubuntu1 [699 kB]
3500+Get:31 http://ftpmaster.internal/ubuntu jammy/main amd64 libssl3 amd64 3.0.1-0ubuntu1 [1898 kB]
3501+Get:32 http://ftpmaster.internal/ubuntu jammy/main amd64 libargon2-1 amd64 0~20171227-0.3 [19.5 kB]
3502+Get:33 http://ftpmaster.internal/ubuntu jammy/main amd64 libblkid1 amd64 2.37.2-4ubuntu3 [104 kB]
3503+Get:34 http://ftpmaster.internal/ubuntu jammy/main amd64 libpcre2-8-0 amd64 10.39-3 [220 kB]
3504+Get:35 http://ftpmaster.internal/ubuntu jammy/main amd64 libselinux1 amd64 3.3-1build1 [74.5 kB]
3505+Get:36 http://ftpmaster.internal/ubuntu jammy/main amd64 libudev1 amd64 249.11-0ubuntu1 [77.1 kB]
3506+Get:37 http://ftpmaster.internal/ubuntu jammy/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1ubuntu4 [139 kB]
3507+Get:38 http://ftpmaster.internal/ubuntu jammy/main amd64 libuuid1 amd64 2.37.2-4ubuntu3 [24.2 kB]
3508+Get:39 http://ftpmaster.internal/ubuntu jammy/main amd64 libcryptsetup12 amd64 2:2.4.3-1ubuntu1 [211 kB]
3509+Get:40 http://ftpmaster.internal/ubuntu jammy/main amd64 libgmp10 amd64 2:6.2.1+dfsg-3ubuntu1 [250 kB]
3510+Get:41 http://ftpmaster.internal/ubuntu jammy/main amd64 libunistring2 amd64 1.0-1 [554 kB]
3511+Get:42 http://ftpmaster.internal/ubuntu jammy/main amd64 libidn2-0 amd64 2.3.2-2 [66.5 kB]
3512+Get:43 http://ftpmaster.internal/ubuntu jammy/main amd64 libffi8 amd64 3.4.2-4 [22.3 kB]
3513+Get:44 http://ftpmaster.internal/ubuntu jammy/main amd64 libp11-kit0 amd64 0.24.0-6 [252 kB]
3514+Get:45 http://ftpmaster.internal/ubuntu jammy/main amd64 libtasn1-6 amd64 4.18.0-4 [42.9 kB]
3515+Get:46 http://ftpmaster.internal/ubuntu jammy/main amd64 libgnutls30 amd64 3.7.3-4ubuntu1 [968 kB]
3516+Get:47 http://ftpmaster.internal/ubuntu jammy/main amd64 systemd-sysv amd64 249.11-0ubuntu1 [10.5 kB]
3517+Get:48 http://ftpmaster.internal/ubuntu jammy/main amd64 systemd-timesyncd amd64 249.11-0ubuntu1 [31.2 kB]
3518+Get:49 http://ftpmaster.internal/ubuntu jammy/main amd64 libacl1 amd64 2.3.1-1 [16.2 kB]
3519+Get:50 http://ftpmaster.internal/ubuntu jammy/main amd64 libapparmor1 amd64 3.0.4-2ubuntu2 [38.7 kB]
3520+Get:51 http://ftpmaster.internal/ubuntu jammy/main amd64 libip4tc2 amd64 1.8.7-1ubuntu4 [19.8 kB]
3521+Get:52 http://ftpmaster.internal/ubuntu jammy/main amd64 libzstd1 amd64 1.4.8+dfsg-3 [324 kB]
3522+Get:53 http://ftpmaster.internal/ubuntu jammy/main amd64 libkmod2 amd64 29-1ubuntu1 [48.0 kB]
3523+Get:54 http://ftpmaster.internal/ubuntu jammy/main amd64 libmount1 amd64 2.37.2-4ubuntu3 [122 kB]
3524+Get:55 http://ftpmaster.internal/ubuntu jammy/main amd64 libseccomp2 amd64 2.5.3-2ubuntu1 [47.3 kB]
3525+Get:56 http://ftpmaster.internal/ubuntu jammy/main amd64 login amd64 1:4.8.1-2ubuntu2 [187 kB]
3526+Get:57 http://ftpmaster.internal/ubuntu jammy/main amd64 util-linux amd64 2.37.2-4ubuntu3 [1064 kB]
3527+Get:58 http://ftpmaster.internal/ubuntu jammy/main amd64 mount amd64 2.37.2-4ubuntu3 [114 kB]
3528+Get:59 http://ftpmaster.internal/ubuntu jammy/main amd64 systemd amd64 249.11-0ubuntu1 [4554 kB]
3529+Get:60 http://ftpmaster.internal/ubuntu jammy/main amd64 libsystemd0 amd64 249.11-0ubuntu1 [318 kB]
3530+Get:61 http://ftpmaster.internal/ubuntu jammy/main amd64 libxxhash0 amd64 0.8.1-1 [27.3 kB]
3531+Get:62 http://ftpmaster.internal/ubuntu jammy/main amd64 libapt-pkg6.0 amd64 2.4.1 [905 kB]
3532+Get:63 http://ftpmaster.internal/ubuntu jammy/main amd64 dpkg amd64 1.21.1ubuntu1 [1254 kB]
3533+Get:64 http://ftpmaster.internal/ubuntu jammy/main amd64 dash amd64 0.5.11+git20210903+057cd650a4ed-3 [91.8 kB]
3534+Get:65 http://ftpmaster.internal/ubuntu jammy/main amd64 grep amd64 3.7-1 [156 kB]
3535+Get:66 http://ftpmaster.internal/ubuntu jammy/main amd64 libncurses6 amd64 6.3-2 [111 kB]
3536+Get:67 http://ftpmaster.internal/ubuntu jammy/main amd64 libncursesw6 amd64 6.3-2 [149 kB]
3537+Get:68 http://ftpmaster.internal/ubuntu jammy/main amd64 libtinfo6 amd64 6.3-2 [104 kB]
3538+Get:69 http://ftpmaster.internal/ubuntu jammy/main amd64 ncurses-bin amd64 6.3-2 [184 kB]
3539+Get:70 http://ftpmaster.internal/ubuntu jammy/main amd64 sed amd64 4.8-1ubuntu1 [188 kB]
3540+Get:71 http://ftpmaster.internal/ubuntu jammy/main amd64 init-system-helpers all 1.62 [38.5 kB]
3541+Get:72 http://ftpmaster.internal/ubuntu jammy/main amd64 ncurses-base all 6.3-2 [20.1 kB]
3542+Get:73 http://ftpmaster.internal/ubuntu jammy/main amd64 sysvinit-utils amd64 3.01-1ubuntu1 [20.6 kB]
3543+Get:74 http://ftpmaster.internal/ubuntu jammy/main amd64 gpgv amd64 2.2.27-3ubuntu1 [137 kB]
3544+Get:75 http://ftpmaster.internal/ubuntu jammy/main amd64 apt amd64 2.4.1 [1378 kB]
3545+Get:76 http://ftpmaster.internal/ubuntu jammy/main amd64 libsepol2 amd64 3.3-1 [281 kB]
3546+Get:77 http://ftpmaster.internal/ubuntu jammy/main amd64 libsemanage-common all 3.3-1build2 [9874 B]
3547+Get:78 http://ftpmaster.internal/ubuntu jammy/main amd64 libsemanage2 amd64 3.3-1build2 [92.6 kB]
3548+Get:79 http://ftpmaster.internal/ubuntu jammy/main amd64 passwd amd64 1:4.8.1-2ubuntu2 [767 kB]
3549+Get:80 http://ftpmaster.internal/ubuntu jammy/main amd64 libpam-modules-bin amd64 1.4.0-11ubuntu1 [37.5 kB]
3550+Get:81 http://ftpmaster.internal/ubuntu jammy/main amd64 libpam-modules amd64 1.4.0-11ubuntu1 [280 kB]
3551+Get:82 http://ftpmaster.internal/ubuntu jammy/main amd64 logsave amd64 1.46.5-2ubuntu1 [10.7 kB]
3552+Get:83 http://ftpmaster.internal/ubuntu jammy/main amd64 libext2fs2 amd64 1.46.5-2ubuntu1 [209 kB]
3553+Get:84 http://ftpmaster.internal/ubuntu jammy/main amd64 e2fsprogs amd64 1.46.5-2ubuntu1 [591 kB]
3554+Get:85 http://ftpmaster.internal/ubuntu jammy/main amd64 init amd64 1.62 [5412 B]
3555+Get:86 http://ftpmaster.internal/ubuntu jammy/main amd64 libattr1 amd64 1:2.5.1-1 [13.3 kB]
3556+Get:87 http://ftpmaster.internal/ubuntu jammy/main amd64 libcom-err2 amd64 1.46.5-2ubuntu1 [9846 B]
3557+Get:88 http://ftpmaster.internal/ubuntu jammy/main amd64 libdebconfclient0 amd64 0.261ubuntu1 [7198 B]
3558+Get:89 http://ftpmaster.internal/ubuntu jammy/main amd64 libk5crypto3 amd64 1.19.2-2 [86.4 kB]
3559+Get:90 http://ftpmaster.internal/ubuntu jammy/main amd64 libkrb5support0 amd64 1.19.2-2 [32.4 kB]
3560+Get:91 http://ftpmaster.internal/ubuntu jammy/main amd64 libkrb5-3 amd64 1.19.2-2 [356 kB]
3561+Get:92 http://ftpmaster.internal/ubuntu jammy/main amd64 libgssapi-krb5-2 amd64 1.19.2-2 [144 kB]
3562+Get:93 http://ftpmaster.internal/ubuntu jammy/main amd64 libkeyutils1 amd64 1.6.1-2ubuntu3 [10.4 kB]
3563+Get:94 http://ftpmaster.internal/ubuntu jammy/main amd64 libpam-runtime all 1.4.0-11ubuntu1 [40.2 kB]
3564+Get:95 http://ftpmaster.internal/ubuntu jammy/main amd64 libsmartcols1 amd64 2.37.2-4ubuntu3 [51.2 kB]
3565+Get:96 http://ftpmaster.internal/ubuntu jammy/main amd64 libtsan0 amd64 11.2.0-18ubuntu1 [2258 kB]
3566+Get:97 http://ftpmaster.internal/ubuntu jammy/main amd64 libgomp1 amd64 12-20220313-1ubuntu1 [126 kB]
3567+Get:98 http://ftpmaster.internal/ubuntu jammy/main amd64 libitm1 amd64 12-20220313-1ubuntu1 [30.2 kB]
3568+Get:99 http://ftpmaster.internal/ubuntu jammy/main amd64 libatomic1 amd64 12-20220313-1ubuntu1 [10.1 kB]
3569+Get:100 http://ftpmaster.internal/ubuntu jammy/main amd64 libasan6 amd64 11.2.0-18ubuntu1 [2283 kB]
3570+Get:101 http://ftpmaster.internal/ubuntu jammy/main amd64 liblsan0 amd64 12-20220313-1ubuntu1 [1069 kB]
3571+Get:102 http://ftpmaster.internal/ubuntu jammy/main amd64 libubsan1 amd64 12-20220313-1ubuntu1 [974 kB]
3572+Get:103 http://ftpmaster.internal/ubuntu jammy/main amd64 libquadmath0 amd64 12-20220313-1ubuntu1 [154 kB]
3573+Get:104 http://ftpmaster.internal/ubuntu jammy/main amd64 g++-11 amd64 11.2.0-18ubuntu1 [11.4 MB]
3574+Get:105 http://ftpmaster.internal/ubuntu jammy/main amd64 gcc-11 amd64 11.2.0-18ubuntu1 [20.1 MB]
3575+Get:106 http://ftpmaster.internal/ubuntu jammy/main amd64 libstdc++-11-dev amd64 11.2.0-18ubuntu1 [2082 kB]
3576+Get:107 http://ftpmaster.internal/ubuntu jammy/main amd64 libgcc-11-dev amd64 11.2.0-18ubuntu1 [2526 kB]
3577+Get:108 http://ftpmaster.internal/ubuntu jammy/main amd64 libisl23 amd64 0.24-2 [728 kB]
3578+Get:109 http://ftpmaster.internal/ubuntu jammy/main amd64 libmpc3 amd64 1.2.1-1 [46.9 kB]
3579+Get:110 http://ftpmaster.internal/ubuntu jammy/main amd64 libcc1-0 amd64 12-20220313-1ubuntu1 [47.3 kB]
3580+Get:111 http://ftpmaster.internal/ubuntu jammy/main amd64 libctf0 amd64 2.38-2ubuntu1 [103 kB]
3581+Get:112 http://ftpmaster.internal/ubuntu jammy/main amd64 libctf-nobfd0 amd64 2.38-2ubuntu1 [106 kB]
3582+Get:113 http://ftpmaster.internal/ubuntu jammy/main amd64 binutils-x86-64-linux-gnu amd64 2.38-2ubuntu1 [2328 kB]
3583+Get:114 http://ftpmaster.internal/ubuntu jammy/main amd64 libbinutils amd64 2.38-2ubuntu1 [662 kB]
3584+Get:115 http://ftpmaster.internal/ubuntu jammy/main amd64 binutils amd64 2.38-2ubuntu1 [3186 B]
3585+Get:116 http://ftpmaster.internal/ubuntu jammy/main amd64 binutils-common amd64 2.38-2ubuntu1 [221 kB]
3586+Get:117 http://ftpmaster.internal/ubuntu jammy/main amd64 cpp-11 amd64 11.2.0-18ubuntu1 [9965 kB]
3587+Get:118 http://ftpmaster.internal/ubuntu jammy/main amd64 gcc-11-base amd64 11.2.0-18ubuntu1 [21.0 kB]
3588+Get:119 http://ftpmaster.internal/ubuntu jammy/main amd64 libprocps8 amd64 2:3.3.17-6ubuntu2 [36.0 kB]
3589+Get:120 http://ftpmaster.internal/ubuntu jammy/main amd64 libss2 amd64 1.46.5-2ubuntu1 [12.3 kB]
3590+Get:121 http://ftpmaster.internal/ubuntu jammy/main amd64 mawk amd64 1.3.4.20200120-3 [104 kB]
3591+Get:122 http://ftpmaster.internal/ubuntu jammy/main amd64 procps amd64 2:3.3.17-6ubuntu2 [377 kB]
3592+Get:123 http://ftpmaster.internal/ubuntu jammy/main amd64 sensible-utils all 0.0.17 [20.1 kB]
3593+Get:124 http://ftpmaster.internal/ubuntu jammy/main amd64 usrmerge all 25ubuntu2 [54.7 kB]
3594+Get:125 http://ftpmaster.internal/ubuntu jammy/main amd64 openssl amd64 3.0.1-0ubuntu1 [1182 kB]
3595+Get:126 http://ftpmaster.internal/ubuntu jammy/main amd64 ca-certificates all 20211016 [148 kB]
3596+Get:127 http://ftpmaster.internal/ubuntu jammy/main amd64 readline-common all 8.1.2-1 [53.5 kB]
3597+Get:128 http://ftpmaster.internal/ubuntu jammy/main amd64 libreadline8 amd64 8.1.2-1 [153 kB]
3598+Get:129 http://ftpmaster.internal/ubuntu jammy/main amd64 libsqlite3-0 amd64 3.37.2-2 [643 kB]
3599+Get:130 http://ftpmaster.internal/ubuntu jammy/main amd64 tzdata all 2021e-1ubuntu1 [343 kB]
3600+Get:131 http://ftpmaster.internal/ubuntu jammy/main amd64 dpkg-dev all 1.21.1ubuntu1 [922 kB]
3601+Get:132 http://ftpmaster.internal/ubuntu jammy/main amd64 libdpkg-perl all 1.21.1ubuntu1 [236 kB]
3602+Get:133 http://ftpmaster.internal/ubuntu jammy/main amd64 make amd64 4.3-4.1build1 [180 kB]
3603+Get:134 http://ftpmaster.internal/ubuntu jammy/main amd64 lto-disabled-list all 23 [12.5 kB]
3604+Get:135 http://ftpmaster.internal/ubuntu jammy/main amd64 libfakeroot amd64 1.28-1ubuntu1 [31.5 kB]
3605+Get:136 http://ftpmaster.internal/ubuntu jammy/main amd64 fakeroot amd64 1.28-1ubuntu1 [60.4 kB]
3606+Get:137 http://ftpmaster.internal/ubuntu jammy/main amd64 gpg amd64 2.2.27-3ubuntu1 [517 kB]
3607+Get:138 http://ftpmaster.internal/ubuntu jammy/main amd64 gpgconf amd64 2.2.27-3ubuntu1 [94.4 kB]
3608+Get:139 http://ftpmaster.internal/ubuntu jammy/main amd64 gpg-agent amd64 2.2.27-3ubuntu1 [209 kB]
3609+Get:140 http://ftpmaster.internal/ubuntu jammy/main amd64 lockfile-progs amd64 0.1.19 [10.0 kB]
3610+Get:141 http://ftpmaster.internal/ubuntu jammy/main amd64 pkgbinarymangler all 149 [32.4 kB]
3611+debconf: delaying package configuration, since apt-utils is not installed
3612+Fetched 104 MB in 1s (88.6 MB/s)
3613+(Reading database ... 13258 files and directories currently installed.)
3614+Preparing to unpack .../libcrypt-dev_1%3a4.4.27-1_amd64.deb ...
3615+Unpacking libcrypt-dev:amd64 (1:4.4.27-1) over (1:4.4.18-4ubuntu2) ...
3616+Preparing to unpack .../libc6-dev_2.35-0ubuntu3_amd64.deb ...
3617+Unpacking libc6-dev:amd64 (2.35-0ubuntu3) over (2.34-0ubuntu3) ...
3618+Preparing to unpack .../libc-dev-bin_2.35-0ubuntu3_amd64.deb ...
3619+Unpacking libc-dev-bin (2.35-0ubuntu3) over (2.34-0ubuntu3) ...
3620+Preparing to unpack .../libaudit-common_1%3a3.0.7-1_all.deb ...
3621+Unpacking libaudit-common (1:3.0.7-1) over (1:3.0-2ubuntu3) ...
3622+Setting up libaudit-common (1:3.0.7-1) ...
3623+(Reading database ... 13263 files and directories currently installed.)
3624+Preparing to unpack .../libcap-ng0_0.7.9-2.2build3_amd64.deb ...
3625+Unpacking libcap-ng0:amd64 (0.7.9-2.2build3) over (0.7.9-2.2build2) ...
3626+Setting up libcap-ng0:amd64 (0.7.9-2.2build3) ...
3627+(Reading database ... 13263 files and directories currently installed.)
3628+Preparing to unpack .../libaudit1_1%3a3.0.7-1_amd64.deb ...
3629+Unpacking libaudit1:amd64 (1:3.0.7-1) over (1:3.0-2ubuntu3) ...
3630+Setting up libaudit1:amd64 (1:3.0.7-1) ...
3631+(Reading database ... 13263 files and directories currently installed.)
3632+Preparing to unpack .../libc6_2.35-0ubuntu3_amd64.deb ...
3633+Unpacking libc6:amd64 (2.35-0ubuntu3) over (2.34-0ubuntu3) ...
3634+Setting up libc6:amd64 (2.35-0ubuntu3) ...
3635+(Reading database ... 13262 files and directories currently installed.)
3636+Preparing to unpack .../libc-bin_2.35-0ubuntu3_amd64.deb ...
3637+Unpacking libc-bin (2.35-0ubuntu3) over (2.34-0ubuntu3) ...
3638+Setting up libc-bin (2.35-0ubuntu3) ...
3639+(Reading database ... 13260 files and directories currently installed.)
3640+Preparing to unpack .../perl_5.34.0-3ubuntu1_amd64.deb ...
3641+Unpacking perl (5.34.0-3ubuntu1) over (5.32.1-3ubuntu3) ...
3642+Selecting previously unselected package perl-modules-5.34.
3643+Preparing to unpack .../perl-modules-5.34_5.34.0-3ubuntu1_all.deb ...
3644+Unpacking perl-modules-5.34 (5.34.0-3ubuntu1) ...
3645+Selecting previously unselected package libperl5.34:amd64.
3646+Preparing to unpack .../libperl5.34_5.34.0-3ubuntu1_amd64.deb ...
3647+Unpacking libperl5.34:amd64 (5.34.0-3ubuntu1) ...
3648+Preparing to unpack .../perl-base_5.34.0-3ubuntu1_amd64.deb ...
3649+Unpacking perl-base (5.34.0-3ubuntu1) over (5.32.1-3ubuntu3) ...
3650+Setting up perl-base (5.34.0-3ubuntu1) ...
3651+(Reading database ... 15171 files and directories currently installed.)
3652+Preparing to unpack .../bzip2_1.0.8-5_amd64.deb ...
3653+Unpacking bzip2 (1.0.8-5) over (1.0.8-4ubuntu4) ...
3654+Preparing to unpack .../libbz2-1.0_1.0.8-5_amd64.deb ...
3655+Unpacking libbz2-1.0:amd64 (1.0.8-5) over (1.0.8-4ubuntu4) ...
3656+Setting up libbz2-1.0:amd64 (1.0.8-5) ...
3657+(Reading database ... 15171 files and directories currently installed.)
3658+Preparing to unpack .../libgdbm6_1.23-1_amd64.deb ...
3659+Unpacking libgdbm6:amd64 (1.23-1) over (1.19-2build1) ...
3660+Preparing to unpack .../libgdbm-compat4_1.23-1_amd64.deb ...
3661+Unpacking libgdbm-compat4:amd64 (1.23-1) over (1.19-2build1) ...
3662+Preparing to unpack .../debconf_1.5.79ubuntu1_all.deb ...
3663+Unpacking debconf (1.5.79ubuntu1) over (1.5.77) ...
3664+Setting up debconf (1.5.79ubuntu1) ...
3665+(Reading database ... 15170 files and directories currently installed.)
3666+Preparing to unpack .../libpam0g_1.4.0-11ubuntu1_amd64.deb ...
3667+Unpacking libpam0g:amd64 (1.4.0-11ubuntu1) over (1.3.1-5ubuntu11) ...
3668+Setting up libpam0g:amd64 (1.4.0-11ubuntu1) ...
3669+Checking for services that may need to be restarted...Checking init scripts...
3670+Nothing to restart.
3671+(Reading database ... 15170 files and directories currently installed.)
3672+Preparing to unpack .../libcrypt1_1%3a4.4.27-1_amd64.deb ...
3673+Unpacking libcrypt1:amd64 (1:4.4.27-1) over (1:4.4.18-4ubuntu2) ...
3674+Setting up libcrypt1:amd64 (1:4.4.27-1) ...
3675+(Reading database ... 15170 files and directories currently installed.)
3676+Preparing to unpack .../linux-libc-dev_5.15.0-23.23_amd64.deb ...
3677+Unpacking linux-libc-dev:amd64 (5.15.0-23.23) over (5.13.0-19.19) ...
3678+Selecting previously unselected package gcc-12-base:amd64.
3679+Preparing to unpack .../gcc-12-base_12-20220313-1ubuntu1_amd64.deb ...
3680+Unpacking gcc-12-base:amd64 (12-20220313-1ubuntu1) ...
3681+Setting up gcc-12-base:amd64 (12-20220313-1ubuntu1) ...
3682+(Reading database ... 15186 files and directories currently installed.)
3683+Preparing to unpack .../libgcc-s1_12-20220313-1ubuntu1_amd64.deb ...
3684+Unpacking libgcc-s1:amd64 (12-20220313-1ubuntu1) over (11.2.0-7ubuntu2) ...
3685+Setting up libgcc-s1:amd64 (12-20220313-1ubuntu1) ...
3686+(Reading database ... 15186 files and directories currently installed.)
3687+Preparing to unpack .../base-files_12ubuntu2_amd64.deb ...
3688+Unpacking base-files (12ubuntu2) over (12ubuntu1) ...
3689+Setting up base-files (12ubuntu2) ...
3690+(Reading database ... 15186 files and directories currently installed.)
3691+Preparing to unpack .../debianutils_5.5-1ubuntu1_amd64.deb ...
3692+Unpacking debianutils (5.5-1ubuntu1) over (4.11.2build1) ...
3693+Setting up debianutils (5.5-1ubuntu1) ...
3694+update-alternatives: using /usr/bin/which.debianutils to provide /usr/bin/which (which) in auto mode
3695+(Reading database ... 15190 files and directories currently installed.)
3696+Preparing to unpack .../bash_5.1-6ubuntu1_amd64.deb ...
3697+Unpacking bash (5.1-6ubuntu1) over (5.1-3ubuntu2) ...
3698+Setting up bash (5.1-6ubuntu1) ...
3699+update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
3700+(Reading database ... 15190 files and directories currently installed.)
3701+Preparing to unpack .../bsdutils_1%3a2.37.2-4ubuntu3_amd64.deb ...
3702+Unpacking bsdutils (1:2.37.2-4ubuntu3) over (1:2.36.1-8ubuntu1) ...
3703+Setting up bsdutils (1:2.37.2-4ubuntu3) ...
3704+(Reading database ... 15190 files and directories currently installed.)
3705+Preparing to unpack .../coreutils_8.32-4.1ubuntu1_amd64.deb ...
3706+Unpacking coreutils (8.32-4.1ubuntu1) over (8.32-4ubuntu3) ...
3707+Setting up coreutils (8.32-4.1ubuntu1) ...
3708+(Reading database ... 15190 files and directories currently installed.)
3709+Preparing to unpack .../libgpg-error0_1.43-3_amd64.deb ...
3710+Unpacking libgpg-error0:amd64 (1.43-3) over (1.38-2build2) ...
3711+Setting up libgpg-error0:amd64 (1.43-3) ...
3712+(Reading database ... 15190 files and directories currently installed.)
3713+Preparing to unpack .../libgcrypt20_1.9.4-3ubuntu2_amd64.deb ...
3714+Unpacking libgcrypt20:amd64 (1.9.4-3ubuntu2) over (1.8.7-5ubuntu2) ...
3715+Setting up libgcrypt20:amd64 (1.9.4-3ubuntu2) ...
3716+(Reading database ... 15190 files and directories currently installed.)
3717+Preparing to unpack .../libstdc++6_12-20220313-1ubuntu1_amd64.deb ...
3718+Unpacking libstdc++6:amd64 (12-20220313-1ubuntu1) over (11.2.0-7ubuntu2) ...
3719+Setting up libstdc++6:amd64 (12-20220313-1ubuntu1) ...
3720+Selecting previously unselected package libssl3:amd64.
3721+(Reading database ... 15190 files and directories currently installed.)
3722+Preparing to unpack .../libssl3_3.0.1-0ubuntu1_amd64.deb ...
3723+Unpacking libssl3:amd64 (3.0.1-0ubuntu1) ...
3724+Setting up libssl3:amd64 (3.0.1-0ubuntu1) ...
3725+(Reading database ... 15201 files and directories currently installed.)
3726+Preparing to unpack .../libargon2-1_0~20171227-0.3_amd64.deb ...
3727+Unpacking libargon2-1:amd64 (0~20171227-0.3) over (0~20171227-0.2build22) ...
3728+Preparing to unpack .../libblkid1_2.37.2-4ubuntu3_amd64.deb ...
3729+Unpacking libblkid1:amd64 (2.37.2-4ubuntu3) over (2.36.1-8ubuntu1) ...
3730+Setting up libblkid1:amd64 (2.37.2-4ubuntu3) ...
3731+(Reading database ... 15201 files and directories currently installed.)
3732+Preparing to unpack .../libpcre2-8-0_10.39-3_amd64.deb ...
3733+Unpacking libpcre2-8-0:amd64 (10.39-3) over (10.37-0ubuntu2) ...
3734+Setting up libpcre2-8-0:amd64 (10.39-3) ...
3735+(Reading database ... 15201 files and directories currently installed.)
3736+Preparing to unpack .../libselinux1_3.3-1build1_amd64.deb ...
3737+Unpacking libselinux1:amd64 (3.3-1build1) over (3.1-3build2) ...
3738+Setting up libselinux1:amd64 (3.3-1build1) ...
3739+(Reading database ... 15201 files and directories currently installed.)
3740+Preparing to unpack .../libudev1_249.11-0ubuntu1_amd64.deb ...
3741+Unpacking libudev1:amd64 (249.11-0ubuntu1) over (248.3-1ubuntu8) ...
3742+Setting up libudev1:amd64 (249.11-0ubuntu1) ...
3743+(Reading database ... 15201 files and directories currently installed.)
3744+Preparing to unpack .../libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_amd64.deb ...
3745+Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu4) over (2:1.02.175-2.1ubuntu3) ...
3746+Preparing to unpack .../libuuid1_2.37.2-4ubuntu3_amd64.deb ...
3747+Unpacking libuuid1:amd64 (2.37.2-4ubuntu3) over (2.36.1-8ubuntu1) ...
3748+Setting up libuuid1:amd64 (2.37.2-4ubuntu3) ...
3749+(Reading database ... 15201 files and directories currently installed.)
3750+Preparing to unpack .../libcryptsetup12_2%3a2.4.3-1ubuntu1_amd64.deb ...
3751+Unpacking libcryptsetup12:amd64 (2:2.4.3-1ubuntu1) over (2:2.3.6-0ubuntu1) ...
3752+Preparing to unpack .../libgmp10_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ...
3753+Unpacking libgmp10:amd64 (2:6.2.1+dfsg-3ubuntu1) over (2:6.2.1+dfsg-1ubuntu3) ...
3754+Setting up libgmp10:amd64 (2:6.2.1+dfsg-3ubuntu1) ...
3755+(Reading database ... 15203 files and directories currently installed.)
3756+Preparing to unpack .../libunistring2_1.0-1_amd64.deb ...
3757+Unpacking libunistring2:amd64 (1.0-1) over (0.9.10-6) ...
3758+Setting up libunistring2:amd64 (1.0-1) ...
3759+(Reading database ... 15203 files and directories currently installed.)
3760+Preparing to unpack .../libidn2-0_2.3.2-2_amd64.deb ...
3761+Unpacking libidn2-0:amd64 (2.3.2-2) over (2.3.1-1build1) ...
3762+Setting up libidn2-0:amd64 (2.3.2-2) ...
3763+(Reading database ... 15203 files and directories currently installed.)
3764+Preparing to unpack .../libffi8_3.4.2-4_amd64.deb ...
3765+Unpacking libffi8:amd64 (3.4.2-4) over (3.4.2-1ubuntu5) ...
3766+Setting up libffi8:amd64 (3.4.2-4) ...
3767+(Reading database ... 15203 files and directories currently installed.)
3768+Preparing to unpack .../libp11-kit0_0.24.0-6_amd64.deb ...
3769+Unpacking libp11-kit0:amd64 (0.24.0-6) over (0.23.22-1build1) ...
3770+Setting up libp11-kit0:amd64 (0.24.0-6) ...
3771+(Reading database ... 15203 files and directories currently installed.)
3772+Preparing to unpack .../libtasn1-6_4.18.0-4_amd64.deb ...
3773+Unpacking libtasn1-6:amd64 (4.18.0-4) over (4.16.0-2build1) ...
3774+Setting up libtasn1-6:amd64 (4.18.0-4) ...
3775+(Reading database ... 15203 files and directories currently installed.)
3776+Preparing to unpack .../libgnutls30_3.7.3-4ubuntu1_amd64.deb ...
3777+Unpacking libgnutls30:amd64 (3.7.3-4ubuntu1) over (3.7.1-5ubuntu1) ...
3778+Setting up libgnutls30:amd64 (3.7.3-4ubuntu1) ...
3779+(Reading database ... 15203 files and directories currently installed.)
3780+Preparing to unpack .../systemd-sysv_249.11-0ubuntu1_amd64.deb ...
3781+Unpacking systemd-sysv (249.11-0ubuntu1) over (248.3-1ubuntu8) ...
3782+Preparing to unpack .../systemd-timesyncd_249.11-0ubuntu1_amd64.deb ...
3783+Unpacking systemd-timesyncd (249.11-0ubuntu1) over (248.3-1ubuntu8) ...
3784+Preparing to unpack .../libacl1_2.3.1-1_amd64.deb ...
3785+Unpacking libacl1:amd64 (2.3.1-1) over (2.2.53-10ubuntu2) ...
3786+Setting up libacl1:amd64 (2.3.1-1) ...
3787+(Reading database ... 15204 files and directories currently installed.)
3788+Preparing to unpack .../libapparmor1_3.0.4-2ubuntu2_amd64.deb ...
3789+Unpacking libapparmor1:amd64 (3.0.4-2ubuntu2) over (3.0.3-0ubuntu1) ...
3790+Preparing to unpack .../libip4tc2_1.8.7-1ubuntu4_amd64.deb ...
3791+Unpacking libip4tc2:amd64 (1.8.7-1ubuntu4) over (1.8.7-1ubuntu3) ...
3792+Preparing to unpack .../libzstd1_1.4.8+dfsg-3_amd64.deb ...
3793+Unpacking libzstd1:amd64 (1.4.8+dfsg-3) over (1.4.8+dfsg-2.1build1) ...
3794+Setting up libzstd1:amd64 (1.4.8+dfsg-3) ...
3795+(Reading database ... 15203 files and directories currently installed.)
3796+Preparing to unpack .../libkmod2_29-1ubuntu1_amd64.deb ...
3797+Unpacking libkmod2:amd64 (29-1ubuntu1) over (28-1ubuntu4) ...
3798+Preparing to unpack .../libmount1_2.37.2-4ubuntu3_amd64.deb ...
3799+Unpacking libmount1:amd64 (2.37.2-4ubuntu3) over (2.36.1-8ubuntu1) ...
3800+Setting up libmount1:amd64 (2.37.2-4ubuntu3) ...
3801+(Reading database ... 15203 files and directories currently installed.)
3802+Preparing to unpack .../libseccomp2_2.5.3-2ubuntu1_amd64.deb ...
3803+Unpacking libseccomp2:amd64 (2.5.3-2ubuntu1) over (2.5.1-1ubuntu1) ...
3804+Setting up libseccomp2:amd64 (2.5.3-2ubuntu1) ...
3805+(Reading database ... 15203 files and directories currently installed.)
3806+Preparing to unpack .../login_1%3a4.8.1-2ubuntu2_amd64.deb ...
3807+Unpacking login (1:4.8.1-2ubuntu2) over (1:4.8.1-1ubuntu9) ...
3808+Setting up login (1:4.8.1-2ubuntu2) ...
3809+(Reading database ... 15203 files and directories currently installed.)
3810+Preparing to unpack .../util-linux_2.37.2-4ubuntu3_amd64.deb ...
3811+Unpacking util-linux (2.37.2-4ubuntu3) over (2.36.1-8ubuntu1) ...
3812+Setting up util-linux (2.37.2-4ubuntu3) ...
3813+(Reading database ... 15198 files and directories currently installed.)
3814+Preparing to unpack .../mount_2.37.2-4ubuntu3_amd64.deb ...
3815+Unpacking mount (2.37.2-4ubuntu3) over (2.36.1-8ubuntu1) ...
3816+Preparing to unpack .../systemd_249.11-0ubuntu1_amd64.deb ...
3817+Unpacking systemd (249.11-0ubuntu1) over (248.3-1ubuntu8) ...
3818+Preparing to unpack .../libsystemd0_249.11-0ubuntu1_amd64.deb ...
3819+Unpacking libsystemd0:amd64 (249.11-0ubuntu1) over (248.3-1ubuntu8) ...
3820+Setting up libsystemd0:amd64 (249.11-0ubuntu1) ...
3821+(Reading database ... 15202 files and directories currently installed.)
3822+Preparing to unpack .../libxxhash0_0.8.1-1_amd64.deb ...
3823+Unpacking libxxhash0:amd64 (0.8.1-1) over (0.8.0-2build1) ...
3824+Setting up libxxhash0:amd64 (0.8.1-1) ...
3825+(Reading database ... 15202 files and directories currently installed.)
3826+Preparing to unpack .../libapt-pkg6.0_2.4.1_amd64.deb ...
3827+Unpacking libapt-pkg6.0:amd64 (2.4.1) over (2.3.9) ...
3828+Setting up libapt-pkg6.0:amd64 (2.4.1) ...
3829+(Reading database ... 15202 files and directories currently installed.)
3830+Preparing to unpack .../dpkg_1.21.1ubuntu1_amd64.deb ...
3831+Unpacking dpkg (1.21.1ubuntu1) over (1.20.9ubuntu2) ...
3832+Setting up dpkg (1.21.1ubuntu1) ...
3833+Installing new version of config file /etc/cron.daily/dpkg ...
3834+Created symlink /etc/systemd/system/timers.target.wants/dpkg-db-backup.timer -> /lib/systemd/system/dpkg-db-backup.timer.
3835+(Reading database ... 15208 files and directories currently installed.)
3836+Preparing to unpack .../dash_0.5.11+git20210903+057cd650a4ed-3_amd64.deb ...
3837+Unpacking dash (0.5.11+git20210903+057cd650a4ed-3) over (0.5.11+git20210120+802ebd4-1build1) ...
3838+Setting up dash (0.5.11+git20210903+057cd650a4ed-3) ...
3839+(Reading database ... 15208 files and directories currently installed.)
3840+Preparing to unpack .../archives/grep_3.7-1_amd64.deb ...
3841+Unpacking grep (3.7-1) over (3.7-0ubuntu1) ...
3842+Setting up grep (3.7-1) ...
3843+(Reading database ... 15208 files and directories currently installed.)
3844+Preparing to unpack .../libncurses6_6.3-2_amd64.deb ...
3845+Unpacking libncurses6:amd64 (6.3-2) over (6.2+20201114-2build2) ...
3846+Preparing to unpack .../libncursesw6_6.3-2_amd64.deb ...
3847+Unpacking libncursesw6:amd64 (6.3-2) over (6.2+20201114-2build2) ...
3848+Preparing to unpack .../libtinfo6_6.3-2_amd64.deb ...
3849+Unpacking libtinfo6:amd64 (6.3-2) over (6.2+20201114-2build2) ...
3850+Setting up libtinfo6:amd64 (6.3-2) ...
3851+(Reading database ... 15207 files and directories currently installed.)
3852+Preparing to unpack .../ncurses-bin_6.3-2_amd64.deb ...
3853+Unpacking ncurses-bin (6.3-2) over (6.2+20201114-2build2) ...
3854+Setting up ncurses-bin (6.3-2) ...
3855+(Reading database ... 15207 files and directories currently installed.)
3856+Preparing to unpack .../sed_4.8-1ubuntu1_amd64.deb ...
3857+Unpacking sed (4.8-1ubuntu1) over (4.7-1ubuntu2) ...
3858+Setting up sed (4.8-1ubuntu1) ...
3859+(Reading database ... 15207 files and directories currently installed.)
3860+Preparing to unpack .../init-system-helpers_1.62_all.deb ...
3861+Unpacking init-system-helpers (1.62) over (1.60build1) ...
3862+Setting up init-system-helpers (1.62) ...
3863+(Reading database ... 15207 files and directories currently installed.)
3864+Preparing to unpack .../ncurses-base_6.3-2_all.deb ...
3865+Unpacking ncurses-base (6.3-2) over (6.2+20201114-2build2) ...
3866+Setting up ncurses-base (6.3-2) ...
3867+(Reading database ... 15208 files and directories currently installed.)
3868+Preparing to unpack .../sysvinit-utils_3.01-1ubuntu1_amd64.deb ...
3869+Unpacking sysvinit-utils (3.01-1ubuntu1) over (2.96-7ubuntu2) ...
3870+Setting up sysvinit-utils (3.01-1ubuntu1) ...
3871+(Reading database ... 15208 files and directories currently installed.)
3872+Preparing to unpack .../gpgv_2.2.27-3ubuntu1_amd64.deb ...
3873+Unpacking gpgv (2.2.27-3ubuntu1) over (2.2.20-1ubuntu4) ...
3874+Setting up gpgv (2.2.27-3ubuntu1) ...
3875+(Reading database ... 15208 files and directories currently installed.)
3876+Preparing to unpack .../archives/apt_2.4.1_amd64.deb ...
3877+Unpacking apt (2.4.1) over (2.3.9) ...
3878+Setting up apt (2.4.1) ...
3879+Installing new version of config file /etc/cron.daily/apt-compat ...
3880+Selecting previously unselected package libsepol2:amd64.
3881+(Reading database ... 15204 files and directories currently installed.)
3882+Preparing to unpack .../libsepol2_3.3-1_amd64.deb ...
3883+Unpacking libsepol2:amd64 (3.3-1) ...
3884+Setting up libsepol2:amd64 (3.3-1) ...
3885+(Reading database ... 15208 files and directories currently installed.)
3886+Preparing to unpack .../libsemanage-common_3.3-1build2_all.deb ...
3887+Unpacking libsemanage-common (3.3-1build2) over (3.1-1ubuntu3) ...
3888+Setting up libsemanage-common (3.3-1build2) ...
3889+Selecting previously unselected package libsemanage2:amd64.
3890+(Reading database ... 15208 files and directories currently installed.)
3891+Preparing to unpack .../libsemanage2_3.3-1build2_amd64.deb ...
3892+Unpacking libsemanage2:amd64 (3.3-1build2) ...
3893+Setting up libsemanage2:amd64 (3.3-1build2) ...
3894+(Reading database ... 15212 files and directories currently installed.)
3895+Preparing to unpack .../passwd_1%3a4.8.1-2ubuntu2_amd64.deb ...
3896+Unpacking passwd (1:4.8.1-2ubuntu2) over (1:4.8.1-1ubuntu9) ...
3897+Setting up passwd (1:4.8.1-2ubuntu2) ...
3898+(Reading database ... 15219 files and directories currently installed.)
3899+Removing libsemanage1:amd64 (3.1-1ubuntu3) ...
3900+(Reading database ... 15215 files and directories currently installed.)
3901+Preparing to unpack .../libpam-modules-bin_1.4.0-11ubuntu1_amd64.deb ...
3902+Unpacking libpam-modules-bin (1.4.0-11ubuntu1) over (1.3.1-5ubuntu11) ...
3903+Setting up libpam-modules-bin (1.4.0-11ubuntu1) ...
3904+(Reading database ... 15213 files and directories currently installed.)
3905+Preparing to unpack .../libpam-modules_1.4.0-11ubuntu1_amd64.deb ...
3906+Unpacking libpam-modules:amd64 (1.4.0-11ubuntu1) over (1.3.1-5ubuntu11) ...
3907+Setting up libpam-modules:amd64 (1.4.0-11ubuntu1) ...
3908+Installing new version of config file /etc/security/namespace.conf ...
3909+Installing new version of config file /etc/security/pam_env.conf ...
3910+(Reading database ... 15214 files and directories currently installed.)
3911+Preparing to unpack .../logsave_1.46.5-2ubuntu1_amd64.deb ...
3912+Unpacking logsave (1.46.5-2ubuntu1) over (1.46.3-1ubuntu3) ...
3913+Preparing to unpack .../libext2fs2_1.46.5-2ubuntu1_amd64.deb ...
3914+Unpacking libext2fs2:amd64 (1.46.5-2ubuntu1) over (1.46.3-1ubuntu3) ...
3915+Setting up libext2fs2:amd64 (1.46.5-2ubuntu1) ...
3916+(Reading database ... 15214 files and directories currently installed.)
3917+Preparing to unpack .../e2fsprogs_1.46.5-2ubuntu1_amd64.deb ...
3918+Unpacking e2fsprogs (1.46.5-2ubuntu1) over (1.46.3-1ubuntu3) ...
3919+Setting up libapparmor1:amd64 (3.0.4-2ubuntu2) ...
3920+Setting up libargon2-1:amd64 (0~20171227-0.3) ...
3921+Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ...
3922+Setting up libcryptsetup12:amd64 (2:2.4.3-1ubuntu1) ...
3923+Setting up libip4tc2:amd64 (1.8.7-1ubuntu4) ...
3924+Setting up libkmod2:amd64 (29-1ubuntu1) ...
3925+Setting up mount (2.37.2-4ubuntu3) ...
3926+Setting up systemd (249.11-0ubuntu1) ...
3927+Installing new version of config file /etc/systemd/logind.conf ...
3928+Installing new version of config file /etc/systemd/networkd.conf ...
3929+Installing new version of config file /etc/systemd/resolved.conf ...
3930+Initializing machine ID from random generator.
3931+Setting up systemd-sysv (249.11-0ubuntu1) ...
3932+(Reading database ... 15214 files and directories currently installed.)
3933+Preparing to unpack .../archives/init_1.62_amd64.deb ...
3934+Unpacking init (1.62) over (1.60build1) ...
3935+Preparing to unpack .../libattr1_1%3a2.5.1-1_amd64.deb ...
3936+Unpacking libattr1:amd64 (1:2.5.1-1) over (1:2.4.48-6build2) ...
3937+Setting up libattr1:amd64 (1:2.5.1-1) ...
3938+Installing new version of config file /etc/xattr.conf ...
3939+(Reading database ... 15214 files and directories currently installed.)
3940+Preparing to unpack .../libcom-err2_1.46.5-2ubuntu1_amd64.deb ...
3941+Unpacking libcom-err2:amd64 (1.46.5-2ubuntu1) over (1.46.3-1ubuntu3) ...
3942+Setting up libcom-err2:amd64 (1.46.5-2ubuntu1) ...
3943+(Reading database ... 15214 files and directories currently installed.)
3944+Preparing to unpack .../libdebconfclient0_0.261ubuntu1_amd64.deb ...
3945+Unpacking libdebconfclient0:amd64 (0.261ubuntu1) over (0.256ubuntu4) ...
3946+Setting up libdebconfclient0:amd64 (0.261ubuntu1) ...
3947+(Reading database ... 15214 files and directories currently installed.)
3948+Preparing to unpack .../libk5crypto3_1.19.2-2_amd64.deb ...
3949+Unpacking libk5crypto3:amd64 (1.19.2-2) over (1.18.3-6) ...
3950+Setting up libk5crypto3:amd64 (1.19.2-2) ...
3951+(Reading database ... 15214 files and directories currently installed.)
3952+Preparing to unpack .../libkrb5support0_1.19.2-2_amd64.deb ...
3953+Unpacking libkrb5support0:amd64 (1.19.2-2) over (1.18.3-6) ...
3954+Setting up libkrb5support0:amd64 (1.19.2-2) ...
3955+(Reading database ... 15214 files and directories currently installed.)
3956+Preparing to unpack .../libkrb5-3_1.19.2-2_amd64.deb ...
3957+Unpacking libkrb5-3:amd64 (1.19.2-2) over (1.18.3-6) ...
3958+Setting up libkrb5-3:amd64 (1.19.2-2) ...
3959+(Reading database ... 15214 files and directories currently installed.)
3960+Preparing to unpack .../libgssapi-krb5-2_1.19.2-2_amd64.deb ...
3961+Unpacking libgssapi-krb5-2:amd64 (1.19.2-2) over (1.18.3-6) ...
3962+Setting up libgssapi-krb5-2:amd64 (1.19.2-2) ...
3963+(Reading database ... 15214 files and directories currently installed.)
3964+Preparing to unpack .../libkeyutils1_1.6.1-2ubuntu3_amd64.deb ...
3965+Unpacking libkeyutils1:amd64 (1.6.1-2ubuntu3) over (1.6.1-2ubuntu2) ...
3966+Setting up libkeyutils1:amd64 (1.6.1-2ubuntu3) ...
3967+(Reading database ... 15214 files and directories currently installed.)
3968+Preparing to unpack .../libpam-runtime_1.4.0-11ubuntu1_all.deb ...
3969+Unpacking libpam-runtime (1.4.0-11ubuntu1) over (1.3.1-5ubuntu11) ...
3970+Setting up libpam-runtime (1.4.0-11ubuntu1) ...
3971+(Reading database ... 15214 files and directories currently installed.)
3972+Preparing to unpack .../libsmartcols1_2.37.2-4ubuntu3_amd64.deb ...
3973+Unpacking libsmartcols1:amd64 (2.37.2-4ubuntu3) over (2.36.1-8ubuntu1) ...
3974+Setting up libsmartcols1:amd64 (2.37.2-4ubuntu3) ...
3975+(Reading database ... 15214 files and directories currently installed.)
3976+Preparing to unpack .../00-libtsan0_11.2.0-18ubuntu1_amd64.deb ...
3977+Unpacking libtsan0:amd64 (11.2.0-18ubuntu1) over (11.2.0-7ubuntu2) ...
3978+Preparing to unpack .../01-libgomp1_12-20220313-1ubuntu1_amd64.deb ...
3979+Unpacking libgomp1:amd64 (12-20220313-1ubuntu1) over (11.2.0-7ubuntu2) ...
3980+Preparing to unpack .../02-libitm1_12-20220313-1ubuntu1_amd64.deb ...
3981+Unpacking libitm1:amd64 (12-20220313-1ubuntu1) over (11.2.0-7ubuntu2) ...
3982+Preparing to unpack .../03-libatomic1_12-20220313-1ubuntu1_amd64.deb ...
3983+Unpacking libatomic1:amd64 (12-20220313-1ubuntu1) over (11.2.0-7ubuntu2) ...
3984+Preparing to unpack .../04-libasan6_11.2.0-18ubuntu1_amd64.deb ...
3985+Unpacking libasan6:amd64 (11.2.0-18ubuntu1) over (11.2.0-7ubuntu2) ...
3986+Preparing to unpack .../05-liblsan0_12-20220313-1ubuntu1_amd64.deb ...
3987+Unpacking liblsan0:amd64 (12-20220313-1ubuntu1) over (11.2.0-7ubuntu2) ...
3988+Preparing to unpack .../06-libubsan1_12-20220313-1ubuntu1_amd64.deb ...
3989+Unpacking libubsan1:amd64 (12-20220313-1ubuntu1) over (11.2.0-7ubuntu2) ...
3990+Preparing to unpack .../07-libquadmath0_12-20220313-1ubuntu1_amd64.deb ...
3991+Unpacking libquadmath0:amd64 (12-20220313-1ubuntu1) over (11.2.0-7ubuntu2) ...
3992+Preparing to unpack .../08-g++-11_11.2.0-18ubuntu1_amd64.deb ...
3993+Unpacking g++-11 (11.2.0-18ubuntu1) over (11.2.0-7ubuntu2) ...
3994+Preparing to unpack .../09-gcc-11_11.2.0-18ubuntu1_amd64.deb ...
3995+Unpacking gcc-11 (11.2.0-18ubuntu1) over (11.2.0-7ubuntu2) ...
3996+Preparing to unpack .../10-libstdc++-11-dev_11.2.0-18ubuntu1_amd64.deb ...
3997+Unpacking libstdc++-11-dev:amd64 (11.2.0-18ubuntu1) over (11.2.0-7ubuntu2) ...
3998+Preparing to unpack .../11-libgcc-11-dev_11.2.0-18ubuntu1_amd64.deb ...
3999+Unpacking libgcc-11-dev:amd64 (11.2.0-18ubuntu1) over (11.2.0-7ubuntu2) ...
4000+Preparing to unpack .../12-libisl23_0.24-2_amd64.deb ...
4001+Unpacking libisl23:amd64 (0.24-2) over (0.24-1build1) ...
4002+Preparing to unpack .../13-libmpc3_1.2.1-1_amd64.deb ...
4003+Unpacking libmpc3:amd64 (1.2.1-1) over (1.2.0-1build2) ...
4004+Preparing to unpack .../14-libcc1-0_12-20220313-1ubuntu1_amd64.deb ...
4005+Unpacking libcc1-0:amd64 (12-20220313-1ubuntu1) over (11.2.0-7ubuntu2) ...
4006+Preparing to unpack .../15-libctf0_2.38-2ubuntu1_amd64.deb ...
4007+Unpacking libctf0:amd64 (2.38-2ubuntu1) over (2.37-7ubuntu1) ...
4008+Preparing to unpack .../16-libctf-nobfd0_2.38-2ubuntu1_amd64.deb ...
4009+Unpacking libctf-nobfd0:amd64 (2.38-2ubuntu1) over (2.37-7ubuntu1) ...
4010+Preparing to unpack .../17-binutils-x86-64-linux-gnu_2.38-2ubuntu1_amd64.deb ...
4011+Unpacking binutils-x86-64-linux-gnu (2.38-2ubuntu1) over (2.37-7ubuntu1) ...
4012+Preparing to unpack .../18-libbinutils_2.38-2ubuntu1_amd64.deb ...
4013+Unpacking libbinutils:amd64 (2.38-2ubuntu1) over (2.37-7ubuntu1) ...
4014+Preparing to unpack .../19-binutils_2.38-2ubuntu1_amd64.deb ...
4015+Unpacking binutils (2.38-2ubuntu1) over (2.37-7ubuntu1) ...
4016+Preparing to unpack .../20-binutils-common_2.38-2ubuntu1_amd64.deb ...
4017+Unpacking binutils-common:amd64 (2.38-2ubuntu1) over (2.37-7ubuntu1) ...
4018+Preparing to unpack .../21-cpp-11_11.2.0-18ubuntu1_amd64.deb ...
4019+Unpacking cpp-11 (11.2.0-18ubuntu1) over (11.2.0-7ubuntu2) ...
4020+Preparing to unpack .../22-gcc-11-base_11.2.0-18ubuntu1_amd64.deb ...
4021+Unpacking gcc-11-base:amd64 (11.2.0-18ubuntu1) over (11.2.0-7ubuntu2) ...
4022+Preparing to unpack .../23-libprocps8_2%3a3.3.17-6ubuntu2_amd64.deb ...
4023+Unpacking libprocps8:amd64 (2:3.3.17-6ubuntu2) over (2:3.3.17-5ubuntu3) ...
4024+Preparing to unpack .../24-libss2_1.46.5-2ubuntu1_amd64.deb ...
4025+Unpacking libss2:amd64 (1.46.5-2ubuntu1) over (1.46.3-1ubuntu3) ...
4026+Preparing to unpack .../25-mawk_1.3.4.20200120-3_amd64.deb ...
4027+Unpacking mawk (1.3.4.20200120-3) over (1.3.4.20200120-2build1) ...
4028+Preparing to unpack .../26-procps_2%3a3.3.17-6ubuntu2_amd64.deb ...
4029+Unpacking procps (2:3.3.17-6ubuntu2) over (2:3.3.17-5ubuntu3) ...
4030+Preparing to unpack .../27-sensible-utils_0.0.17_all.deb ...
4031+Unpacking sensible-utils (0.0.17) over (0.0.14) ...
4032+Preparing to unpack .../28-usrmerge_25ubuntu2_all.deb ...
4033+Unpacking usrmerge (25ubuntu2) over (25ubuntu1) ...
4034+Preparing to unpack .../29-openssl_3.0.1-0ubuntu1_amd64.deb ...
4035+Unpacking openssl (3.0.1-0ubuntu1) over (1.1.1l-1ubuntu1) ...
4036+Preparing to unpack .../30-ca-certificates_20211016_all.deb ...
4037+Unpacking ca-certificates (20211016) over (20210119ubuntu1) ...
4038+Preparing to unpack .../31-readline-common_8.1.2-1_all.deb ...
4039+Unpacking readline-common (8.1.2-1) over (8.1-2build1) ...
4040+Preparing to unpack .../32-libreadline8_8.1.2-1_amd64.deb ...
4041+Unpacking libreadline8:amd64 (8.1.2-1) over (8.1-2build1) ...
4042+Preparing to unpack .../33-libsqlite3-0_3.37.2-2_amd64.deb ...
4043+Unpacking libsqlite3-0:amd64 (3.37.2-2) over (3.35.5-1) ...
4044+Preparing to unpack .../34-tzdata_2021e-1ubuntu1_all.deb ...
4045+Unpacking tzdata (2021e-1ubuntu1) over (2021a-2ubuntu1) ...
4046+Preparing to unpack .../35-dpkg-dev_1.21.1ubuntu1_all.deb ...
4047+Unpacking dpkg-dev (1.21.1ubuntu1) over (1.20.9ubuntu2) ...
4048+Preparing to unpack .../36-libdpkg-perl_1.21.1ubuntu1_all.deb ...
4049+Unpacking libdpkg-perl (1.21.1ubuntu1) over (1.20.9ubuntu2) ...
4050+Preparing to unpack .../37-make_4.3-4.1build1_amd64.deb ...
4051+Unpacking make (4.3-4.1build1) over (4.3-4ubuntu1) ...
4052+Preparing to unpack .../38-lto-disabled-list_23_all.deb ...
4053+Unpacking lto-disabled-list (23) over (16) ...
4054+Preparing to unpack .../39-libfakeroot_1.28-1ubuntu1_amd64.deb ...
4055+Unpacking libfakeroot:amd64 (1.28-1ubuntu1) over (1.25.3-1.1ubuntu3) ...
4056+Preparing to unpack .../40-fakeroot_1.28-1ubuntu1_amd64.deb ...
4057+Unpacking fakeroot (1.28-1ubuntu1) over (1.25.3-1.1ubuntu3) ...
4058+Preparing to unpack .../41-gpg_2.2.27-3ubuntu1_amd64.deb ...
4059+Unpacking gpg (2.2.27-3ubuntu1) over (2.2.20-1ubuntu4) ...
4060+Preparing to unpack .../42-gpgconf_2.2.27-3ubuntu1_amd64.deb ...
4061+Unpacking gpgconf (2.2.27-3ubuntu1) over (2.2.20-1ubuntu4) ...
4062+Preparing to unpack .../43-gpg-agent_2.2.27-3ubuntu1_amd64.deb ...
4063+Unpacking gpg-agent (2.2.27-3ubuntu1) over (2.2.20-1ubuntu4) ...
4064+Preparing to unpack .../44-lockfile-progs_0.1.19_amd64.deb ...
4065+Unpacking lockfile-progs (0.1.19) over (0.1.18build1) ...
4066+Preparing to unpack .../45-pkgbinarymangler_149_all.deb ...
4067+Unpacking pkgbinarymangler (149) over (148) ...
4068+Setting up gcc-11-base:amd64 (11.2.0-18ubuntu1) ...
4069+Setting up lto-disabled-list (23) ...
4070+Setting up init (1.62) ...
4071+Setting up libsqlite3-0:amd64 (3.37.2-2) ...
4072+Setting up binutils-common:amd64 (2.38-2ubuntu1) ...
4073+Setting up linux-libc-dev:amd64 (5.15.0-23.23) ...
4074+Setting up libctf-nobfd0:amd64 (2.38-2ubuntu1) ...
4075+Setting up libgomp1:amd64 (12-20220313-1ubuntu1) ...
4076+Setting up perl-modules-5.34 (5.34.0-3ubuntu1) ...
4077+Setting up bzip2 (1.0.8-5) ...
4078+Setting up libfakeroot:amd64 (1.28-1ubuntu1) ...
4079+Setting up libasan6:amd64 (11.2.0-18ubuntu1) ...
4080+Setting up tzdata (2021e-1ubuntu1) ...
4081+
4082+Current default time zone: 'Etc/UTC'
4083+Local time is now: Mon Mar 21 08:58:28 UTC 2022.
4084+Universal Time is now: Mon Mar 21 08:58:28 UTC 2022.
4085+Run 'dpkg-reconfigure tzdata' if you wish to change it.
4086+
4087+Setting up fakeroot (1.28-1ubuntu1) ...
4088+Setting up make (4.3-4.1build1) ...
4089+Setting up libncurses6:amd64 (6.3-2) ...
4090+Setting up libquadmath0:amd64 (12-20220313-1ubuntu1) ...
4091+Setting up libmpc3:amd64 (1.2.1-1) ...
4092+Setting up systemd-timesyncd (249.11-0ubuntu1) ...
4093+Setting up lockfile-progs (0.1.19) ...
4094+Setting up libatomic1:amd64 (12-20220313-1ubuntu1) ...
4095+Setting up usrmerge (25ubuntu2) ...
4096+Setting up libss2:amd64 (1.46.5-2ubuntu1) ...
4097+Setting up libncursesw6:amd64 (6.3-2) ...
4098+Setting up logsave (1.46.5-2ubuntu1) ...
4099+Setting up libubsan1:amd64 (12-20220313-1ubuntu1) ...
4100+Setting up sensible-utils (0.0.17) ...
4101+Setting up libcrypt-dev:amd64 (1:4.4.27-1) ...
4102+Setting up mawk (1.3.4.20200120-3) ...
4103+Setting up libbinutils:amd64 (2.38-2ubuntu1) ...
4104+Setting up libisl23:amd64 (0.24-2) ...
4105+Setting up libc-dev-bin (2.35-0ubuntu3) ...
4106+Setting up openssl (3.0.1-0ubuntu1) ...
4107+Installing new version of config file /etc/ssl/openssl.cnf ...
4108+Setting up readline-common (8.1.2-1) ...
4109+Setting up libcc1-0:amd64 (12-20220313-1ubuntu1) ...
4110+Setting up liblsan0:amd64 (12-20220313-1ubuntu1) ...
4111+Setting up libprocps8:amd64 (2:3.3.17-6ubuntu2) ...
4112+Setting up libitm1:amd64 (12-20220313-1ubuntu1) ...
4113+Setting up libgdbm6:amd64 (1.23-1) ...
4114+Setting up libtsan0:amd64 (11.2.0-18ubuntu1) ...
4115+Setting up libctf0:amd64 (2.38-2ubuntu1) ...
4116+Setting up cpp-11 (11.2.0-18ubuntu1) ...
4117+Setting up pkgbinarymangler (149) ...
4118+Setting up libreadline8:amd64 (8.1.2-1) ...
4119+Setting up e2fsprogs (1.46.5-2ubuntu1) ...
4120+Installing new version of config file /etc/mke2fs.conf ...
4121+Setting up ca-certificates (20211016) ...
4122+Updating certificates in /etc/ssl/certs...
4123+rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
4124+7 added, 8 removed; done.
4125+Setting up libgdbm-compat4:amd64 (1.23-1) ...
4126+Setting up libgcc-11-dev:amd64 (11.2.0-18ubuntu1) ...
4127+Setting up procps (2:3.3.17-6ubuntu2) ...
4128+Installing new version of config file /etc/init.d/procps ...
4129+Installing new version of config file /etc/sysctl.d/README.sysctl ...
4130+Setting up gpgconf (2.2.27-3ubuntu1) ...
4131+Setting up libc6-dev:amd64 (2.35-0ubuntu3) ...
4132+Setting up gpg (2.2.27-3ubuntu1) ...
4133+Setting up binutils-x86-64-linux-gnu (2.38-2ubuntu1) ...
4134+Setting up libperl5.34:amd64 (5.34.0-3ubuntu1) ...
4135+Setting up gpg-agent (2.2.27-3ubuntu1) ...
4136+Setting up binutils (2.38-2ubuntu1) ...
4137+Setting up perl (5.34.0-3ubuntu1) ...
4138+Setting up libdpkg-perl (1.21.1ubuntu1) ...
4139+Setting up libstdc++-11-dev:amd64 (11.2.0-18ubuntu1) ...
4140+Setting up gcc-11 (11.2.0-18ubuntu1) ...
4141+Setting up g++-11 (11.2.0-18ubuntu1) ...
4142+Setting up dpkg-dev (1.21.1ubuntu1) ...
4143+Processing triggers for libc-bin (2.35-0ubuntu3) ...
4144+Processing triggers for ca-certificates (20211016) ...
4145+Updating certificates in /etc/ssl/certs...
4146+0 added, 0 removed; done.
4147+Running hooks in /etc/ca-certificates/update.d...
4148+done.
4149+RUN: /usr/share/launchpad-buildd/bin/sbuild-package PACKAGEBUILD-23327959 amd64 jammy -c chroot:build-PACKAGEBUILD-23327959 --arch=amd64 --dist=jammy --nolog -A postgresql-14_14.2-1.dsc
4150+Initiating build PACKAGEBUILD-23327959 with 4 jobs across 4 processor cores.
4151+Kernel reported to sbuild: 5.4.0-104-generic #118-Ubuntu SMP Wed Mar 2 19:02:41 UTC 2022 x86_64
4152+sbuild (Debian sbuild) 0.79.0 (05 February 2020) on lcy02-amd64-112.buildd
4153+
4154++==============================================================================+
4155+| postgresql-14 14.2-1 (amd64) Mon, 21 Mar 2022 08:58:31 +0000 |
4156++==============================================================================+
4157+
4158+Package: postgresql-14
4159+Version: 14.2-1
4160+Source Version: 14.2-1
4161+Distribution: jammy
4162+Machine Architecture: amd64
4163+Host Architecture: amd64
4164+Build Architecture: amd64
4165+Build Type: binary
4166+
4167+I: NOTICE: Log filtering will replace 'home/buildd/build-PACKAGEBUILD-23327959/chroot-autobuild' with '<<CHROOT>>'
4168+I: NOTICE: Log filtering will replace 'build/postgresql-14-9Kif9L/resolver-R7OLJ6' with '<<RESOLVERDIR>>'
4169+
4170++------------------------------------------------------------------------------+
4171+| Fetch source files |
4172++------------------------------------------------------------------------------+
4173+
4174+
4175+Local sources
4176+-------------
4177+
4178+postgresql-14_14.2-1.dsc exists in .; copying to chroot
4179+I: NOTICE: Log filtering will replace 'build/postgresql-14-9Kif9L/postgresql-14-14.2' with '<<PKGBUILDDIR>>'
4180+I: NOTICE: Log filtering will replace 'build/postgresql-14-9Kif9L' with '<<BUILDDIR>>'
4181+
4182++------------------------------------------------------------------------------+
4183+| Install package build dependencies |
4184++------------------------------------------------------------------------------+
4185+
4186+
4187+Setup apt archive
4188+-----------------
4189+
4190+Merged Build-Depends: autoconf, bison, clang, debhelper-compat (= 13), dh-exec (>= 0.13~), docbook-xml, docbook-xsl (>= 1.77), dpkg-dev (>= 1.16.1~), flex, gdb, gettext, libicu-dev, libio-pty-perl, libipc-run-perl, libkrb5-dev, libldap2-dev, liblz4-dev, libpam0g-dev | libpam-dev, libperl-dev, libreadline-dev, libselinux1-dev, libssl-dev, libsystemd-dev, libxml2-dev, libxml2-utils, libxslt1-dev, llvm-dev, mawk, perl (>= 5.8), pkg-config, postgresql-common (>= 233~), python3-dev, systemtap-sdt-dev, tcl-dev, uuid-dev, xsltproc, zlib1g-dev | libz-dev, build-essential, fakeroot
4191+Filtered Build-Depends: autoconf, bison, clang, debhelper-compat (= 13), dh-exec (>= 0.13~), docbook-xml, docbook-xsl (>= 1.77), dpkg-dev (>= 1.16.1~), flex, gdb, gettext, libicu-dev, libio-pty-perl, libipc-run-perl, libkrb5-dev, libldap2-dev, liblz4-dev, libpam0g-dev | libpam-dev, libperl-dev, libreadline-dev, libselinux1-dev, libssl-dev, libsystemd-dev, libxml2-dev, libxml2-utils, libxslt1-dev, llvm-dev, mawk, perl (>= 5.8), pkg-config, postgresql-common (>= 233~), python3-dev, systemtap-sdt-dev, tcl-dev, uuid-dev, xsltproc, zlib1g-dev | libz-dev, build-essential, fakeroot
4192+dpkg-deb: building package 'sbuild-build-depends-main-dummy' in '/<<RESOLVERDIR>>/apt_archive/sbuild-build-depends-main-dummy.deb'.
4193+Ign:1 copy:/<<RESOLVERDIR>>/apt_archive ./ InRelease
4194+Get:2 copy:/<<RESOLVERDIR>>/apt_archive ./ Release [963 B]
4195+Ign:3 copy:/<<RESOLVERDIR>>/apt_archive ./ Release.gpg
4196+Get:4 copy:/<<RESOLVERDIR>>/apt_archive ./ Sources [703 B]
4197+Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [688 B]
4198+Fetched 2354 B in 0s (203 kB/s)
4199+Reading package lists...
4200+Reading package lists...
4201+
4202+Install main build dependencies (apt-based resolver)
4203+----------------------------------------------------
4204+
4205+Installing build dependencies
4206+Reading package lists...
4207+Building dependency tree...
4208+Reading state information...
4209+The following packages were automatically installed and are no longer required:
4210+ libperl5.32 libssl1.1 perl-modules-5.32 systemd-timesyncd
4211+Use 'apt autoremove' to remove them.
4212+The following additional packages will be installed:
4213+ autoconf automake autopoint autotools-dev bison bsdextrautils clang clang-14
4214+ comerr-dev debhelper debugedit dh-autoreconf dh-exec dh-strip-nondeterminism
4215+ docbook-xml docbook-xsl dwz file flex gdb gettext gettext-base groff-base
4216+ icu-devtools intltool-debian krb5-multidev lib32gcc-s1 lib32stdc++6
4217+ libarchive-zip-perl libbabeltrace1 libbrotli1 libbsd0 libc6-i386
4218+ libclang-common-14-dev libclang-cpp14 libclang1-14 libcurl3-gnutls
4219+ libdebhelper-perl libdebuginfod-common libdebuginfod1 libdw1 libedit2
4220+ libelf1 libexpat1 libexpat1-dev libffi-dev libfile-stripnondeterminism-perl
4221+ libgc1 libglib2.0-0 libgssrpc4 libicu-dev libicu70 libio-pty-perl
4222+ libipc-run-perl libipt2 libjs-jquery libjs-sphinxdoc libjs-underscore
4223+ libjson-perl libkadm5clnt-mit12 libkadm5srv-mit12 libkdb5-10 libkrb5-dev
4224+ libldap-2.5-0 libldap-dev libldap2-dev libllvm14 liblz4-dev libmagic-mgc
4225+ libmagic1 libmd0 libmpdec3 libncurses-dev libnghttp2-14 libobjc-11-dev
4226+ libobjc4 libpam0g-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev
4227+ libpcre2-posix3 libperl-dev libpfm4 libpipeline1 libpsl5 libpython3-dev
4228+ libpython3-stdlib libpython3.10 libpython3.10-dev libpython3.10-minimal
4229+ libpython3.10-stdlib libreadline-dev librtmp1 libsasl2-2 libsasl2-modules-db
4230+ libselinux1-dev libsepol-dev libsigsegv2 libssh-4 libssl-dev
4231+ libsub-override-perl libsystemd-dev libtcl8.6 libtool libuchardet0 libxml2
4232+ libxml2-dev libxml2-utils libxslt1-dev libxslt1.1 libyaml-0-2 libz3-4
4233+ libz3-dev llvm llvm-14 llvm-14-dev llvm-14-linker-tools llvm-14-runtime
4234+ llvm-14-tools llvm-dev llvm-runtime m4 man-db media-types netbase pkg-config
4235+ po-debconf postgresql-client-common postgresql-common python3 python3-dev
4236+ python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
4237+ python3-pygments python3-yaml python3.10 python3.10-dev python3.10-minimal
4238+ sgml-base sgml-data ssl-cert systemtap-sdt-dev tcl tcl-dev tcl8.6 tcl8.6-dev
4239+ ucf uuid-dev xml-core xsltproc zlib1g-dev
4240+Suggested packages:
4241+ autoconf-archive gnu-standards autoconf-doc bison-doc clang-14-doc doc-base
4242+ dh-make docbook docbook-dsssl docbook-defguide dbtoepub docbook-xsl-doc-html
4243+ | docbook-xsl-doc-pdf | docbook-xsl-doc-text | docbook-xsl-doc
4244+ docbook-xsl-saxon fop libsaxon-java libxalan2-java libxslthl-java xalan
4245+ flex-doc gdb-doc gdbserver gettext-doc libasprintf-dev libgettextpo-dev
4246+ groff krb5-doc krb5-user icu-doc ncurses-doc readline-doc libssl-doc
4247+ libtool-doc gfortran | fortran95-compiler gcj-jdk llvm-14-doc m4-doc
4248+ apparmor less www-browser libmail-box-perl python3-doc python3-tk
4249+ python3-venv python3-setuptools python-pygments-doc ttf-bitstream-vera
4250+ python3.10-venv python3.10-doc binfmt-support sgml-base-doc perlsgml w3-recs
4251+ opensp tcl-doc tcl-tclreadline tcl8.6-doc
4252+Recommended packages:
4253+ libfl-dev libc-dbg curl | wget | lynx libarchive-cpio-perl libglib2.0-data
4254+ shared-mime-info xdg-user-dirs javascript-common libjson-xs-perl
4255+ libldap-common publicsuffix libsasl2-modules libltdl-dev binfmt-support
4256+ libmail-sendmail-perl logrotate
4257+The following NEW packages will be installed:
4258+ autoconf automake autopoint autotools-dev bison bsdextrautils clang clang-14
4259+ comerr-dev debhelper debugedit dh-autoreconf dh-exec dh-strip-nondeterminism
4260+ docbook-xml docbook-xsl dwz file flex gdb gettext gettext-base groff-base
4261+ icu-devtools intltool-debian krb5-multidev lib32gcc-s1 lib32stdc++6
4262+ libarchive-zip-perl libbabeltrace1 libbrotli1 libbsd0 libc6-i386
4263+ libclang-common-14-dev libclang-cpp14 libclang1-14 libcurl3-gnutls
4264+ libdebhelper-perl libdebuginfod-common libdebuginfod1 libdw1 libedit2
4265+ libelf1 libexpat1 libexpat1-dev libffi-dev libfile-stripnondeterminism-perl
4266+ libgc1 libglib2.0-0 libgssrpc4 libicu-dev libicu70 libio-pty-perl
4267+ libipc-run-perl libipt2 libjs-jquery libjs-sphinxdoc libjs-underscore
4268+ libjson-perl libkadm5clnt-mit12 libkadm5srv-mit12 libkdb5-10 libkrb5-dev
4269+ libldap-2.5-0 libldap-dev libldap2-dev libllvm14 liblz4-dev libmagic-mgc
4270+ libmagic1 libmd0 libmpdec3 libncurses-dev libnghttp2-14 libobjc-11-dev
4271+ libobjc4 libpam0g-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev
4272+ libpcre2-posix3 libperl-dev libpfm4 libpipeline1 libpsl5 libpython3-dev
4273+ libpython3-stdlib libpython3.10 libpython3.10-dev libpython3.10-minimal
4274+ libpython3.10-stdlib libreadline-dev librtmp1 libsasl2-2 libsasl2-modules-db
4275+ libselinux1-dev libsepol-dev libsigsegv2 libssh-4 libssl-dev
4276+ libsub-override-perl libsystemd-dev libtcl8.6 libtool libuchardet0 libxml2
4277+ libxml2-dev libxml2-utils libxslt1-dev libxslt1.1 libyaml-0-2 libz3-4
4278+ libz3-dev llvm llvm-14 llvm-14-dev llvm-14-linker-tools llvm-14-runtime
4279+ llvm-14-tools llvm-dev llvm-runtime m4 man-db media-types netbase pkg-config
4280+ po-debconf postgresql-client-common postgresql-common python3 python3-dev
4281+ python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
4282+ python3-pygments python3-yaml python3.10 python3.10-dev python3.10-minimal
4283+ sbuild-build-depends-main-dummy sgml-base sgml-data ssl-cert
4284+ systemtap-sdt-dev tcl tcl-dev tcl8.6 tcl8.6-dev ucf uuid-dev xml-core
4285+ xsltproc zlib1g-dev
4286+0 upgraded, 154 newly installed, 0 to remove and 0 not upgraded.
4287+Need to get 177 MB of archives.
4288+After this operation, 912 MB of additional disk space will be used.
4289+Get:1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-main-dummy 0.invalid.0 [914 B]
4290+Get:2 http://ftpmaster.internal/ubuntu jammy/main amd64 libpython3.10-minimal amd64 3.10.3-1 [809 kB]
4291+Get:3 http://ftpmaster.internal/ubuntu jammy/main amd64 libexpat1 amd64 2.4.7-1 [90.7 kB]
4292+Get:4 http://ftpmaster.internal/ubuntu jammy/main amd64 python3.10-minimal amd64 3.10.3-1 [2137 kB]
4293+Get:5 http://ftpmaster.internal/ubuntu jammy/main amd64 python3-minimal amd64 3.10.1-0ubuntu2 [24.6 kB]
4294+Get:6 http://ftpmaster.internal/ubuntu jammy/main amd64 media-types all 6.0.0 [25.6 kB]
4295+Get:7 http://ftpmaster.internal/ubuntu jammy/main amd64 libmpdec3 amd64 2.5.1-2build1 [86.8 kB]
4296+Get:8 http://ftpmaster.internal/ubuntu jammy/main amd64 libpython3.10-stdlib amd64 3.10.3-1 [1830 kB]
4297+Get:9 http://ftpmaster.internal/ubuntu jammy/main amd64 python3.10 amd64 3.10.3-1 [487 kB]
4298+Get:10 http://ftpmaster.internal/ubuntu jammy/main amd64 libpython3-stdlib amd64 3.10.1-0ubuntu2 [7224 B]
4299+Get:11 http://ftpmaster.internal/ubuntu jammy/main amd64 python3 amd64 3.10.1-0ubuntu2 [22.8 kB]
4300+Get:12 http://ftpmaster.internal/ubuntu jammy/main amd64 libsigsegv2 amd64 2.13-1ubuntu2 [14.6 kB]
4301+Get:13 http://ftpmaster.internal/ubuntu jammy/main amd64 m4 amd64 1.4.18-5ubuntu1 [199 kB]
4302+Get:14 http://ftpmaster.internal/ubuntu jammy/main amd64 flex amd64 2.6.4-8build1 [307 kB]
4303+Get:15 http://ftpmaster.internal/ubuntu jammy/main amd64 ucf all 3.0043 [56.1 kB]
4304+Get:16 http://ftpmaster.internal/ubuntu jammy/main amd64 libdebuginfod-common all 0.186-1 [8262 B]
4305+Get:17 http://ftpmaster.internal/ubuntu jammy/main amd64 sgml-base all 1.30 [12.5 kB]
4306+Get:18 http://ftpmaster.internal/ubuntu jammy/main amd64 libmd0 amd64 1.0.4-1 [22.9 kB]
4307+Get:19 http://ftpmaster.internal/ubuntu jammy/main amd64 libbsd0 amd64 0.11.5-1 [44.8 kB]
4308+Get:20 http://ftpmaster.internal/ubuntu jammy/main amd64 libelf1 amd64 0.186-1 [51.4 kB]
4309+Get:21 http://ftpmaster.internal/ubuntu jammy/main amd64 libglib2.0-0 amd64 2.71.3-1 [1458 kB]
4310+Get:22 http://ftpmaster.internal/ubuntu jammy/main amd64 libicu70 amd64 70.1-2 [10.6 MB]
4311+Get:23 http://ftpmaster.internal/ubuntu jammy/main amd64 libxml2 amd64 2.9.13+dfsg-1 [762 kB]
4312+Get:24 http://ftpmaster.internal/ubuntu jammy/main amd64 libyaml-0-2 amd64 0.2.2-1build1 [51.7 kB]
4313+Get:25 http://ftpmaster.internal/ubuntu jammy/main amd64 netbase all 6.3 [12.9 kB]
4314+Get:26 http://ftpmaster.internal/ubuntu jammy/main amd64 python3-pkg-resources all 59.6.0-1.2 [132 kB]
4315+Get:27 http://ftpmaster.internal/ubuntu jammy/main amd64 python3-yaml amd64 5.4.1-1build1 [129 kB]
4316+Get:28 http://ftpmaster.internal/ubuntu jammy/main amd64 bsdextrautils amd64 2.37.2-4ubuntu3 [71.1 kB]
4317+Get:29 http://ftpmaster.internal/ubuntu jammy/main amd64 libmagic-mgc amd64 1:5.41-2 [257 kB]
4318+Get:30 http://ftpmaster.internal/ubuntu jammy/main amd64 libmagic1 amd64 1:5.41-2 [87.3 kB]
4319+Get:31 http://ftpmaster.internal/ubuntu jammy/main amd64 file amd64 1:5.41-2 [21.5 kB]
4320+Get:32 http://ftpmaster.internal/ubuntu jammy/main amd64 gettext-base amd64 0.21-4ubuntu3 [36.6 kB]
4321+Get:33 http://ftpmaster.internal/ubuntu jammy/main amd64 libuchardet0 amd64 0.0.7-1build1 [76.7 kB]
4322+Get:34 http://ftpmaster.internal/ubuntu jammy/main amd64 groff-base amd64 1.22.4-8 [952 kB]
4323+Get:35 http://ftpmaster.internal/ubuntu jammy/main amd64 libedit2 amd64 3.1-20210910-1 [96.5 kB]
4324+Get:36 http://ftpmaster.internal/ubuntu jammy/main amd64 libpipeline1 amd64 1.5.5-1 [23.5 kB]
4325+Get:37 http://ftpmaster.internal/ubuntu jammy/main amd64 libpsl5 amd64 0.21.0-1.2build1 [57.5 kB]
4326+Get:38 http://ftpmaster.internal/ubuntu jammy/main amd64 man-db amd64 2.10.1-1 [1186 kB]
4327+Get:39 http://ftpmaster.internal/ubuntu jammy/main amd64 autoconf all 2.71-2 [338 kB]
4328+Get:40 http://ftpmaster.internal/ubuntu jammy/main amd64 autotools-dev all 20220109.1 [44.9 kB]
4329+Get:41 http://ftpmaster.internal/ubuntu jammy/main amd64 automake all 1:1.16.5-1.3 [558 kB]
4330+Get:42 http://ftpmaster.internal/ubuntu jammy/main amd64 autopoint all 0.21-4ubuntu3 [422 kB]
4331+Get:43 http://ftpmaster.internal/ubuntu jammy/main amd64 bison amd64 2:3.8.2+dfsg-1 [748 kB]
4332+Get:44 http://ftpmaster.internal/ubuntu jammy/universe amd64 libllvm14 amd64 1:14.0.0~+rc4-1ubuntu1 [24.0 MB]
4333+Get:45 http://ftpmaster.internal/ubuntu jammy/universe amd64 libclang-cpp14 amd64 1:14.0.0~+rc4-1ubuntu1 [12.1 MB]
4334+Get:46 http://ftpmaster.internal/ubuntu jammy/main amd64 libgc1 amd64 1:8.0.6-1.1 [96.8 kB]
4335+Get:47 http://ftpmaster.internal/ubuntu jammy/universe amd64 libobjc4 amd64 12-20220313-1ubuntu1 [48.7 kB]
4336+Get:48 http://ftpmaster.internal/ubuntu jammy/universe amd64 libobjc-11-dev amd64 11.2.0-18ubuntu1 [196 kB]
4337+Get:49 http://ftpmaster.internal/ubuntu jammy/main amd64 libc6-i386 amd64 2.35-0ubuntu3 [2838 kB]
4338+Get:50 http://ftpmaster.internal/ubuntu jammy/main amd64 lib32gcc-s1 amd64 12-20220313-1ubuntu1 [64.8 kB]
4339+Get:51 http://ftpmaster.internal/ubuntu jammy/main amd64 lib32stdc++6 amd64 12-20220313-1ubuntu1 [739 kB]
4340+Get:52 http://ftpmaster.internal/ubuntu jammy/universe amd64 libclang-common-14-dev amd64 1:14.0.0~+rc4-1ubuntu1 [5976 kB]
4341+Get:53 http://ftpmaster.internal/ubuntu jammy/universe amd64 llvm-14-linker-tools amd64 1:14.0.0~+rc4-1ubuntu1 [1352 kB]
4342+Get:54 http://ftpmaster.internal/ubuntu jammy/universe amd64 libclang1-14 amd64 1:14.0.0~+rc4-1ubuntu1 [6792 kB]
4343+Get:55 http://ftpmaster.internal/ubuntu jammy/universe amd64 clang-14 amd64 1:14.0.0~+rc4-1ubuntu1 [81.2 kB]
4344+Get:56 http://ftpmaster.internal/ubuntu jammy/universe amd64 clang amd64 1:14.0-54ubuntu1 [3514 B]
4345+Get:57 http://ftpmaster.internal/ubuntu jammy/main amd64 libdebhelper-perl all 13.6ubuntu1 [67.2 kB]
4346+Get:58 http://ftpmaster.internal/ubuntu jammy/main amd64 libtool all 2.4.6-15build1 [164 kB]
4347+Get:59 http://ftpmaster.internal/ubuntu jammy/main amd64 dh-autoreconf all 20 [16.1 kB]
4348+Get:60 http://ftpmaster.internal/ubuntu jammy/main amd64 libarchive-zip-perl all 1.68-1 [90.2 kB]
4349+Get:61 http://ftpmaster.internal/ubuntu jammy/main amd64 libsub-override-perl all 0.09-2 [9532 B]
4350+Get:62 http://ftpmaster.internal/ubuntu jammy/main amd64 libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB]
4351+Get:63 http://ftpmaster.internal/ubuntu jammy/main amd64 dh-strip-nondeterminism all 1.13.0-1 [5344 B]
4352+Get:64 http://ftpmaster.internal/ubuntu jammy/main amd64 libdw1 amd64 0.186-1 [251 kB]
4353+Get:65 http://ftpmaster.internal/ubuntu jammy/main amd64 debugedit amd64 1:5.0-4 [47.1 kB]
4354+Get:66 http://ftpmaster.internal/ubuntu jammy/main amd64 dwz amd64 0.14-1build1 [104 kB]
4355+Get:67 http://ftpmaster.internal/ubuntu jammy/main amd64 gettext amd64 0.21-4ubuntu3 [824 kB]
4356+Get:68 http://ftpmaster.internal/ubuntu jammy/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
4357+Get:69 http://ftpmaster.internal/ubuntu jammy/main amd64 po-debconf all 1.0.21+nmu1 [233 kB]
4358+Get:70 http://ftpmaster.internal/ubuntu jammy/main amd64 debhelper all 13.6ubuntu1 [923 kB]
4359+Get:71 http://ftpmaster.internal/ubuntu jammy/main amd64 xml-core all 0.18+nmu1 [21.6 kB]
4360+Get:72 http://ftpmaster.internal/ubuntu jammy/main amd64 sgml-data all 2.0.11+nmu1 [171 kB]
4361+Get:73 http://ftpmaster.internal/ubuntu jammy/main amd64 docbook-xml all 4.5-11 [74.8 kB]
4362+Get:74 http://ftpmaster.internal/ubuntu jammy/universe amd64 docbook-xsl all 1.79.2+dfsg-1 [1063 kB]
4363+Get:75 http://ftpmaster.internal/ubuntu jammy/main amd64 libbabeltrace1 amd64 1.5.8-2build1 [160 kB]
4364+Get:76 http://ftpmaster.internal/ubuntu jammy/main amd64 libbrotli1 amd64 1.0.9-2build4 [315 kB]
4365+Get:77 http://ftpmaster.internal/ubuntu jammy/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg2-3ubuntu1 [20.8 kB]
4366+Get:78 http://ftpmaster.internal/ubuntu jammy/main amd64 libsasl2-2 amd64 2.1.27+dfsg2-3ubuntu1 [53.9 kB]
4367+Get:79 http://ftpmaster.internal/ubuntu jammy/main amd64 libldap-2.5-0 amd64 2.5.11+dfsg-1~exp1ubuntu3 [184 kB]
4368+Get:80 http://ftpmaster.internal/ubuntu jammy/main amd64 libnghttp2-14 amd64 1.43.0-1build2 [76.2 kB]
4369+Get:81 http://ftpmaster.internal/ubuntu jammy/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build3 [58.3 kB]
4370+Get:82 http://ftpmaster.internal/ubuntu jammy/main amd64 libssh-4 amd64 0.9.6-2 [184 kB]
4371+Get:83 http://ftpmaster.internal/ubuntu jammy/main amd64 libcurl3-gnutls amd64 7.81.0-1 [282 kB]
4372+Get:84 http://ftpmaster.internal/ubuntu jammy/main amd64 libdebuginfod1 amd64 0.186-1 [12.8 kB]
4373+Get:85 http://ftpmaster.internal/ubuntu jammy/main amd64 libipt2 amd64 2.0.5-1 [46.4 kB]
4374+Get:86 http://ftpmaster.internal/ubuntu jammy/main amd64 libpython3.10 amd64 3.10.3-1 [1952 kB]
4375+Get:87 http://ftpmaster.internal/ubuntu jammy/main amd64 gdb amd64 12.0.50.20220217-0ubuntu1 [4007 kB]
4376+Get:88 http://ftpmaster.internal/ubuntu jammy/main amd64 icu-devtools amd64 70.1-2 [197 kB]
4377+Get:89 http://ftpmaster.internal/ubuntu jammy/main amd64 libgssrpc4 amd64 1.19.2-2 [58.4 kB]
4378+Get:90 http://ftpmaster.internal/ubuntu jammy/main amd64 libkdb5-10 amd64 1.19.2-2 [40.5 kB]
4379+Get:91 http://ftpmaster.internal/ubuntu jammy/main amd64 libkadm5srv-mit12 amd64 1.19.2-2 [54.8 kB]
4380+Get:92 http://ftpmaster.internal/ubuntu jammy/main amd64 libkadm5clnt-mit12 amd64 1.19.2-2 [41.8 kB]
4381+Get:93 http://ftpmaster.internal/ubuntu jammy/main amd64 comerr-dev amd64 2.1-1.46.5-2ubuntu1 [41.0 kB]
4382+Get:94 http://ftpmaster.internal/ubuntu jammy/main amd64 krb5-multidev amd64 1.19.2-2 [125 kB]
4383+Get:95 http://ftpmaster.internal/ubuntu jammy/main amd64 libexpat1-dev amd64 2.4.7-1 [147 kB]
4384+Get:96 http://ftpmaster.internal/ubuntu jammy/main amd64 libicu-dev amd64 70.1-2 [11.6 MB]
4385+Get:97 http://ftpmaster.internal/ubuntu jammy/main amd64 libio-pty-perl amd64 1:1.15-2build2 [35.1 kB]
4386+Get:98 http://ftpmaster.internal/ubuntu jammy/main amd64 libipc-run-perl all 20200505.0-1 [89.8 kB]
4387+Get:99 http://ftpmaster.internal/ubuntu jammy/main amd64 libjs-jquery all 3.6.0+dfsg+~3.5.13-1 [321 kB]
4388+Get:100 http://ftpmaster.internal/ubuntu jammy/main amd64 libjs-underscore all 1.13.2~dfsg-2 [118 kB]
4389+Get:101 http://ftpmaster.internal/ubuntu jammy/main amd64 libjs-sphinxdoc all 4.3.2-1 [139 kB]
4390+Get:102 http://ftpmaster.internal/ubuntu jammy/main amd64 libjson-perl all 4.04000-1 [81.8 kB]
4391+Get:103 http://ftpmaster.internal/ubuntu jammy/main amd64 libldap-dev amd64 2.5.11+dfsg-1~exp1ubuntu3 [302 kB]
4392+Get:104 http://ftpmaster.internal/ubuntu jammy/main amd64 libncurses-dev amd64 6.3-2 [380 kB]
4393+Get:105 http://ftpmaster.internal/ubuntu jammy/main amd64 libpam0g-dev amd64 1.4.0-11ubuntu1 [117 kB]
4394+Get:106 http://ftpmaster.internal/ubuntu jammy/main amd64 libpcre2-16-0 amd64 10.39-3 [202 kB]
4395+Get:107 http://ftpmaster.internal/ubuntu jammy/main amd64 libpcre2-32-0 amd64 10.39-3 [193 kB]
4396+Get:108 http://ftpmaster.internal/ubuntu jammy/main amd64 libpcre2-posix3 amd64 10.39-3 [6140 B]
4397+Get:109 http://ftpmaster.internal/ubuntu jammy/main amd64 libpcre2-dev amd64 10.39-3 [727 kB]
4398+Get:110 http://ftpmaster.internal/ubuntu jammy/main amd64 libperl-dev amd64 5.34.0-3ubuntu1 [1140 kB]
4399+Get:111 http://ftpmaster.internal/ubuntu jammy/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2ubuntu7 [164 kB]
4400+Get:112 http://ftpmaster.internal/ubuntu jammy/main amd64 libpython3.10-dev amd64 3.10.3-1 [4695 kB]
4401+Get:113 http://ftpmaster.internal/ubuntu jammy/main amd64 libpython3-dev amd64 3.10.1-0ubuntu2 [7474 B]
4402+Get:114 http://ftpmaster.internal/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB]
4403+Get:115 http://ftpmaster.internal/ubuntu jammy/main amd64 libsepol-dev amd64 3.3-1 [378 kB]
4404+Get:116 http://ftpmaster.internal/ubuntu jammy/main amd64 libselinux1-dev amd64 3.3-1build1 [158 kB]
4405+Get:117 http://ftpmaster.internal/ubuntu jammy/main amd64 libssl-dev amd64 3.0.1-0ubuntu1 [2370 kB]
4406+Get:118 http://ftpmaster.internal/ubuntu jammy/main amd64 libsystemd-dev amd64 249.11-0ubuntu1 [306 kB]
4407+Get:119 http://ftpmaster.internal/ubuntu jammy/main amd64 libtcl8.6 amd64 8.6.12+dfsg-1 [989 kB]
4408+Get:120 http://ftpmaster.internal/ubuntu jammy/main amd64 libxml2-dev amd64 2.9.13+dfsg-1 [805 kB]
4409+Get:121 http://ftpmaster.internal/ubuntu jammy/main amd64 libxml2-utils amd64 2.9.13+dfsg-1 [40.2 kB]
4410+Get:122 http://ftpmaster.internal/ubuntu jammy/main amd64 libxslt1.1 amd64 1.1.34-4build1 [165 kB]
4411+Get:123 http://ftpmaster.internal/ubuntu jammy/main amd64 libxslt1-dev amd64 1.1.34-4build1 [219 kB]
4412+Get:124 http://ftpmaster.internal/ubuntu jammy/universe amd64 llvm-14-runtime amd64 1:14.0.0~+rc4-1ubuntu1 [484 kB]
4413+Get:125 http://ftpmaster.internal/ubuntu jammy/universe amd64 llvm-runtime amd64 1:14.0-54ubuntu1 [3164 B]
4414+Get:126 http://ftpmaster.internal/ubuntu jammy/universe amd64 libpfm4 amd64 4.11.1+git32-gd0b85fb-1 [278 kB]
4415+Get:127 http://ftpmaster.internal/ubuntu jammy/universe amd64 llvm-14 amd64 1:14.0.0~+rc4-1ubuntu1 [12.7 MB]
4416+Get:128 http://ftpmaster.internal/ubuntu jammy/universe amd64 llvm amd64 1:14.0-54ubuntu1 [3736 B]
4417+Get:129 http://ftpmaster.internal/ubuntu jammy/main amd64 libffi-dev amd64 3.4.2-4 [63.7 kB]
4418+Get:130 http://ftpmaster.internal/ubuntu jammy/main amd64 python3-pygments all 2.10.0+dfsg-1 [715 kB]
4419+Get:131 http://ftpmaster.internal/ubuntu jammy/universe amd64 llvm-14-tools amd64 1:14.0.0~+rc4-1ubuntu1 [404 kB]
4420+Get:132 http://ftpmaster.internal/ubuntu jammy/universe amd64 libz3-4 amd64 4.8.12-1 [5766 kB]
4421+Get:133 http://ftpmaster.internal/ubuntu jammy/universe amd64 libz3-dev amd64 4.8.12-1 [72.2 kB]
4422+Get:134 http://ftpmaster.internal/ubuntu jammy/universe amd64 llvm-14-dev amd64 1:14.0.0~+rc4-1ubuntu1 [37.8 MB]
4423+Get:135 http://ftpmaster.internal/ubuntu jammy/universe amd64 llvm-dev amd64 1:14.0-54ubuntu1 [1654 B]
4424+Get:136 http://ftpmaster.internal/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu2 [48.2 kB]
4425+Get:137 http://ftpmaster.internal/ubuntu jammy/main amd64 postgresql-client-common all 238 [29.6 kB]
4426+Get:138 http://ftpmaster.internal/ubuntu jammy/main amd64 ssl-cert all 1.1.2 [17.4 kB]
4427+Get:139 http://ftpmaster.internal/ubuntu jammy/main amd64 postgresql-common all 238 [169 kB]
4428+Get:140 http://ftpmaster.internal/ubuntu jammy/main amd64 python3.10-dev amd64 3.10.3-1 [507 kB]
4429+Get:141 http://ftpmaster.internal/ubuntu jammy/main amd64 python3-lib2to3 all 3.9.10-2 [77.7 kB]
4430+Get:142 http://ftpmaster.internal/ubuntu jammy/main amd64 python3-distutils all 3.9.10-2 [144 kB]
4431+Get:143 http://ftpmaster.internal/ubuntu jammy/main amd64 python3-dev amd64 3.10.1-0ubuntu2 [25.9 kB]
4432+Get:144 http://ftpmaster.internal/ubuntu jammy/universe amd64 systemtap-sdt-dev amd64 4.6-2 [17.6 kB]
4433+Get:145 http://ftpmaster.internal/ubuntu jammy/main amd64 tcl8.6 amd64 8.6.12+dfsg-1 [15.0 kB]
4434+Get:146 http://ftpmaster.internal/ubuntu jammy/main amd64 tcl amd64 8.6.11+1build1 [4628 B]
4435+Get:147 http://ftpmaster.internal/ubuntu jammy/main amd64 tcl8.6-dev amd64 8.6.12+dfsg-1 [1002 kB]
4436+Get:148 http://ftpmaster.internal/ubuntu jammy/main amd64 tcl-dev amd64 8.6.11+1build1 [5772 B]
4437+Get:149 http://ftpmaster.internal/ubuntu jammy/main amd64 xsltproc amd64 1.1.34-4build1 [14.7 kB]
4438+Get:150 http://ftpmaster.internal/ubuntu jammy/main amd64 dh-exec amd64 0.23.4build1 [25.0 kB]
4439+Get:151 http://ftpmaster.internal/ubuntu jammy/main amd64 libkrb5-dev amd64 1.19.2-2 [12.0 kB]
4440+Get:152 http://ftpmaster.internal/ubuntu jammy/main amd64 libldap2-dev all 2.5.11+dfsg-1~exp1ubuntu3 [7106 B]
4441+Get:153 http://ftpmaster.internal/ubuntu jammy/main amd64 liblz4-dev amd64 1.9.3-2build1 [80.7 kB]
4442+Get:154 http://ftpmaster.internal/ubuntu jammy/main amd64 uuid-dev amd64 2.37.2-4ubuntu3 [33.1 kB]
4443+debconf: delaying package configuration, since apt-utils is not installed
4444+Fetched 177 MB in 1s (133 MB/s)
4445+Selecting previously unselected package libpython3.10-minimal:amd64.
4446+(Reading database ... 15378 files and directories currently installed.)
4447+Preparing to unpack .../libpython3.10-minimal_3.10.3-1_amd64.deb ...
4448+Unpacking libpython3.10-minimal:amd64 (3.10.3-1) ...
4449+Selecting previously unselected package libexpat1:amd64.
4450+Preparing to unpack .../libexpat1_2.4.7-1_amd64.deb ...
4451+Unpacking libexpat1:amd64 (2.4.7-1) ...
4452+Selecting previously unselected package python3.10-minimal.
4453+Preparing to unpack .../python3.10-minimal_3.10.3-1_amd64.deb ...
4454+Unpacking python3.10-minimal (3.10.3-1) ...
4455+Setting up libpython3.10-minimal:amd64 (3.10.3-1) ...
4456+Setting up libexpat1:amd64 (2.4.7-1) ...
4457+Setting up python3.10-minimal (3.10.3-1) ...
4458+Selecting previously unselected package python3-minimal.
4459+(Reading database ... 15680 files and directories currently installed.)
4460+Preparing to unpack .../0-python3-minimal_3.10.1-0ubuntu2_amd64.deb ...
4461+Unpacking python3-minimal (3.10.1-0ubuntu2) ...
4462+Selecting previously unselected package media-types.
4463+Preparing to unpack .../1-media-types_6.0.0_all.deb ...
4464+Unpacking media-types (6.0.0) ...
4465+Selecting previously unselected package libmpdec3:amd64.
4466+Preparing to unpack .../2-libmpdec3_2.5.1-2build1_amd64.deb ...
4467+Unpacking libmpdec3:amd64 (2.5.1-2build1) ...
4468+Selecting previously unselected package libpython3.10-stdlib:amd64.
4469+Preparing to unpack .../3-libpython3.10-stdlib_3.10.3-1_amd64.deb ...
4470+Unpacking libpython3.10-stdlib:amd64 (3.10.3-1) ...
4471+Selecting previously unselected package python3.10.
4472+Preparing to unpack .../4-python3.10_3.10.3-1_amd64.deb ...
4473+Unpacking python3.10 (3.10.3-1) ...
4474+Selecting previously unselected package libpython3-stdlib:amd64.
4475+Preparing to unpack .../5-libpython3-stdlib_3.10.1-0ubuntu2_amd64.deb ...
4476+Unpacking libpython3-stdlib:amd64 (3.10.1-0ubuntu2) ...
4477+Setting up python3-minimal (3.10.1-0ubuntu2) ...
4478+Selecting previously unselected package python3.
4479+(Reading database ... 16081 files and directories currently installed.)
4480+Preparing to unpack .../000-python3_3.10.1-0ubuntu2_amd64.deb ...
4481+Unpacking python3 (3.10.1-0ubuntu2) ...
4482+Selecting previously unselected package libsigsegv2:amd64.
4483+Preparing to unpack .../001-libsigsegv2_2.13-1ubuntu2_amd64.deb ...
4484+Unpacking libsigsegv2:amd64 (2.13-1ubuntu2) ...
4485+Selecting previously unselected package m4.
4486+Preparing to unpack .../002-m4_1.4.18-5ubuntu1_amd64.deb ...
4487+Unpacking m4 (1.4.18-5ubuntu1) ...
4488+Selecting previously unselected package flex.
4489+Preparing to unpack .../003-flex_2.6.4-8build1_amd64.deb ...
4490+Unpacking flex (2.6.4-8build1) ...
4491+Selecting previously unselected package ucf.
4492+Preparing to unpack .../004-ucf_3.0043_all.deb ...
4493+Moving old data out of the way
4494+Unpacking ucf (3.0043) ...
4495+Selecting previously unselected package libdebuginfod-common.
4496+Preparing to unpack .../005-libdebuginfod-common_0.186-1_all.deb ...
4497+Unpacking libdebuginfod-common (0.186-1) ...
4498+Selecting previously unselected package sgml-base.
4499+Preparing to unpack .../006-sgml-base_1.30_all.deb ...
4500+Unpacking sgml-base (1.30) ...
4501+Selecting previously unselected package libmd0:amd64.
4502+Preparing to unpack .../007-libmd0_1.0.4-1_amd64.deb ...
4503+Unpacking libmd0:amd64 (1.0.4-1) ...
4504+Selecting previously unselected package libbsd0:amd64.
4505+Preparing to unpack .../008-libbsd0_0.11.5-1_amd64.deb ...
4506+Unpacking libbsd0:amd64 (0.11.5-1) ...
4507+Selecting previously unselected package libelf1:amd64.
4508+Preparing to unpack .../009-libelf1_0.186-1_amd64.deb ...
4509+Unpacking libelf1:amd64 (0.186-1) ...
4510+Selecting previously unselected package libglib2.0-0:amd64.
4511+Preparing to unpack .../010-libglib2.0-0_2.71.3-1_amd64.deb ...
4512+Unpacking libglib2.0-0:amd64 (2.71.3-1) ...
4513+Selecting previously unselected package libicu70:amd64.
4514+Preparing to unpack .../011-libicu70_70.1-2_amd64.deb ...
4515+Unpacking libicu70:amd64 (70.1-2) ...
4516+Selecting previously unselected package libxml2:amd64.
4517+Preparing to unpack .../012-libxml2_2.9.13+dfsg-1_amd64.deb ...
4518+Unpacking libxml2:amd64 (2.9.13+dfsg-1) ...
4519+Selecting previously unselected package libyaml-0-2:amd64.
4520+Preparing to unpack .../013-libyaml-0-2_0.2.2-1build1_amd64.deb ...
4521+Unpacking libyaml-0-2:amd64 (0.2.2-1build1) ...
4522+Selecting previously unselected package netbase.
4523+Preparing to unpack .../014-netbase_6.3_all.deb ...
4524+Unpacking netbase (6.3) ...
4525+Selecting previously unselected package python3-pkg-resources.
4526+Preparing to unpack .../015-python3-pkg-resources_59.6.0-1.2_all.deb ...
4527+Unpacking python3-pkg-resources (59.6.0-1.2) ...
4528+Selecting previously unselected package python3-yaml.
4529+Preparing to unpack .../016-python3-yaml_5.4.1-1build1_amd64.deb ...
4530+Unpacking python3-yaml (5.4.1-1build1) ...
4531+Selecting previously unselected package bsdextrautils.
4532+Preparing to unpack .../017-bsdextrautils_2.37.2-4ubuntu3_amd64.deb ...
4533+Unpacking bsdextrautils (2.37.2-4ubuntu3) ...
4534+Selecting previously unselected package libmagic-mgc.
4535+Preparing to unpack .../018-libmagic-mgc_1%3a5.41-2_amd64.deb ...
4536+Unpacking libmagic-mgc (1:5.41-2) ...
4537+Selecting previously unselected package libmagic1:amd64.
4538+Preparing to unpack .../019-libmagic1_1%3a5.41-2_amd64.deb ...
4539+Unpacking libmagic1:amd64 (1:5.41-2) ...
4540+Selecting previously unselected package file.
4541+Preparing to unpack .../020-file_1%3a5.41-2_amd64.deb ...
4542+Unpacking file (1:5.41-2) ...
4543+Selecting previously unselected package gettext-base.
4544+Preparing to unpack .../021-gettext-base_0.21-4ubuntu3_amd64.deb ...
4545+Unpacking gettext-base (0.21-4ubuntu3) ...
4546+Selecting previously unselected package libuchardet0:amd64.
4547+Preparing to unpack .../022-libuchardet0_0.0.7-1build1_amd64.deb ...
4548+Unpacking libuchardet0:amd64 (0.0.7-1build1) ...
4549+Selecting previously unselected package groff-base.
4550+Preparing to unpack .../023-groff-base_1.22.4-8_amd64.deb ...
4551+Unpacking groff-base (1.22.4-8) ...
4552+Selecting previously unselected package libedit2:amd64.
4553+Preparing to unpack .../024-libedit2_3.1-20210910-1_amd64.deb ...
4554+Unpacking libedit2:amd64 (3.1-20210910-1) ...
4555+Selecting previously unselected package libpipeline1:amd64.
4556+Preparing to unpack .../025-libpipeline1_1.5.5-1_amd64.deb ...
4557+Unpacking libpipeline1:amd64 (1.5.5-1) ...
4558+Selecting previously unselected package libpsl5:amd64.
4559+Preparing to unpack .../026-libpsl5_0.21.0-1.2build1_amd64.deb ...
4560+Unpacking libpsl5:amd64 (0.21.0-1.2build1) ...
4561+Selecting previously unselected package man-db.
4562+Preparing to unpack .../027-man-db_2.10.1-1_amd64.deb ...
4563+Unpacking man-db (2.10.1-1) ...
4564+Selecting previously unselected package autoconf.
4565+Preparing to unpack .../028-autoconf_2.71-2_all.deb ...
4566+Unpacking autoconf (2.71-2) ...
4567+Selecting previously unselected package autotools-dev.
4568+Preparing to unpack .../029-autotools-dev_20220109.1_all.deb ...
4569+Unpacking autotools-dev (20220109.1) ...
4570+Selecting previously unselected package automake.
4571+Preparing to unpack .../030-automake_1%3a1.16.5-1.3_all.deb ...
4572+Unpacking automake (1:1.16.5-1.3) ...
4573+Selecting previously unselected package autopoint.
4574+Preparing to unpack .../031-autopoint_0.21-4ubuntu3_all.deb ...
4575+Unpacking autopoint (0.21-4ubuntu3) ...
4576+Selecting previously unselected package bison.
4577+Preparing to unpack .../032-bison_2%3a3.8.2+dfsg-1_amd64.deb ...
4578+Unpacking bison (2:3.8.2+dfsg-1) ...
4579+Selecting previously unselected package libllvm14:amd64.
4580+Preparing to unpack .../033-libllvm14_1%3a14.0.0~+rc4-1ubuntu1_amd64.deb ...
4581+Unpacking libllvm14:amd64 (1:14.0.0~+rc4-1ubuntu1) ...
4582+Selecting previously unselected package libclang-cpp14.
4583+Preparing to unpack .../034-libclang-cpp14_1%3a14.0.0~+rc4-1ubuntu1_amd64.deb ...
4584+Unpacking libclang-cpp14 (1:14.0.0~+rc4-1ubuntu1) ...
4585+Selecting previously unselected package libgc1:amd64.
4586+Preparing to unpack .../035-libgc1_1%3a8.0.6-1.1_amd64.deb ...
4587+Unpacking libgc1:amd64 (1:8.0.6-1.1) ...
4588+Selecting previously unselected package libobjc4:amd64.
4589+Preparing to unpack .../036-libobjc4_12-20220313-1ubuntu1_amd64.deb ...
4590+Unpacking libobjc4:amd64 (12-20220313-1ubuntu1) ...
4591+Selecting previously unselected package libobjc-11-dev:amd64.
4592+Preparing to unpack .../037-libobjc-11-dev_11.2.0-18ubuntu1_amd64.deb ...
4593+Unpacking libobjc-11-dev:amd64 (11.2.0-18ubuntu1) ...
4594+Selecting previously unselected package libc6-i386.
4595+Preparing to unpack .../038-libc6-i386_2.35-0ubuntu3_amd64.deb ...
4596+Unpacking libc6-i386 (2.35-0ubuntu3) ...
4597+Selecting previously unselected package lib32gcc-s1.
4598+Preparing to unpack .../039-lib32gcc-s1_12-20220313-1ubuntu1_amd64.deb ...
4599+Unpacking lib32gcc-s1 (12-20220313-1ubuntu1) ...
4600+Selecting previously unselected package lib32stdc++6.
4601+Preparing to unpack .../040-lib32stdc++6_12-20220313-1ubuntu1_amd64.deb ...
4602+Unpacking lib32stdc++6 (12-20220313-1ubuntu1) ...
4603+Selecting previously unselected package libclang-common-14-dev.
4604+Preparing to unpack .../041-libclang-common-14-dev_1%3a14.0.0~+rc4-1ubuntu1_amd64.deb ...
4605+Unpacking libclang-common-14-dev (1:14.0.0~+rc4-1ubuntu1) ...
4606+Selecting previously unselected package llvm-14-linker-tools.
4607+Preparing to unpack .../042-llvm-14-linker-tools_1%3a14.0.0~+rc4-1ubuntu1_amd64.deb ...
4608+Unpacking llvm-14-linker-tools (1:14.0.0~+rc4-1ubuntu1) ...
4609+Selecting previously unselected package libclang1-14.
4610+Preparing to unpack .../043-libclang1-14_1%3a14.0.0~+rc4-1ubuntu1_amd64.deb ...
4611+Unpacking libclang1-14 (1:14.0.0~+rc4-1ubuntu1) ...
4612+Selecting previously unselected package clang-14.
4613+Preparing to unpack .../044-clang-14_1%3a14.0.0~+rc4-1ubuntu1_amd64.deb ...
4614+Unpacking clang-14 (1:14.0.0~+rc4-1ubuntu1) ...
4615+Selecting previously unselected package clang.
4616+Preparing to unpack .../045-clang_1%3a14.0-54ubuntu1_amd64.deb ...
4617+Unpacking clang (1:14.0-54ubuntu1) ...
4618+Selecting previously unselected package libdebhelper-perl.
4619+Preparing to unpack .../046-libdebhelper-perl_13.6ubuntu1_all.deb ...
4620+Unpacking libdebhelper-perl (13.6ubuntu1) ...
4621+Selecting previously unselected package libtool.
4622+Preparing to unpack .../047-libtool_2.4.6-15build1_all.deb ...
4623+Unpacking libtool (2.4.6-15build1) ...
4624+Selecting previously unselected package dh-autoreconf.
4625+Preparing to unpack .../048-dh-autoreconf_20_all.deb ...
4626+Unpacking dh-autoreconf (20) ...
4627+Selecting previously unselected package libarchive-zip-perl.
4628+Preparing to unpack .../049-libarchive-zip-perl_1.68-1_all.deb ...
4629+Unpacking libarchive-zip-perl (1.68-1) ...
4630+Selecting previously unselected package libsub-override-perl.
4631+Preparing to unpack .../050-libsub-override-perl_0.09-2_all.deb ...
4632+Unpacking libsub-override-perl (0.09-2) ...
4633+Selecting previously unselected package libfile-stripnondeterminism-perl.
4634+Preparing to unpack .../051-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ...
4635+Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ...
4636+Selecting previously unselected package dh-strip-nondeterminism.
4637+Preparing to unpack .../052-dh-strip-nondeterminism_1.13.0-1_all.deb ...
4638+Unpacking dh-strip-nondeterminism (1.13.0-1) ...
4639+Selecting previously unselected package libdw1:amd64.
4640+Preparing to unpack .../053-libdw1_0.186-1_amd64.deb ...
4641+Unpacking libdw1:amd64 (0.186-1) ...
4642+Selecting previously unselected package debugedit.
4643+Preparing to unpack .../054-debugedit_1%3a5.0-4_amd64.deb ...
4644+Unpacking debugedit (1:5.0-4) ...
4645+Selecting previously unselected package dwz.
4646+Preparing to unpack .../055-dwz_0.14-1build1_amd64.deb ...
4647+Unpacking dwz (0.14-1build1) ...
4648+Selecting previously unselected package gettext.
4649+Preparing to unpack .../056-gettext_0.21-4ubuntu3_amd64.deb ...
4650+Unpacking gettext (0.21-4ubuntu3) ...
4651+Selecting previously unselected package intltool-debian.
4652+Preparing to unpack .../057-intltool-debian_0.35.0+20060710.5_all.deb ...
4653+Unpacking intltool-debian (0.35.0+20060710.5) ...
4654+Selecting previously unselected package po-debconf.
4655+Preparing to unpack .../058-po-debconf_1.0.21+nmu1_all.deb ...
4656+Unpacking po-debconf (1.0.21+nmu1) ...
4657+Selecting previously unselected package debhelper.
4658+Preparing to unpack .../059-debhelper_13.6ubuntu1_all.deb ...
4659+Unpacking debhelper (13.6ubuntu1) ...
4660+Selecting previously unselected package xml-core.
4661+Preparing to unpack .../060-xml-core_0.18+nmu1_all.deb ...
4662+Unpacking xml-core (0.18+nmu1) ...
4663+Selecting previously unselected package sgml-data.
4664+Preparing to unpack .../061-sgml-data_2.0.11+nmu1_all.deb ...
4665+Unpacking sgml-data (2.0.11+nmu1) ...
4666+Selecting previously unselected package docbook-xml.
4667+Preparing to unpack .../062-docbook-xml_4.5-11_all.deb ...
4668+Unpacking docbook-xml (4.5-11) ...
4669+Selecting previously unselected package docbook-xsl.
4670+Preparing to unpack .../063-docbook-xsl_1.79.2+dfsg-1_all.deb ...
4671+Unpacking docbook-xsl (1.79.2+dfsg-1) ...
4672+Selecting previously unselected package libbabeltrace1:amd64.
4673+Preparing to unpack .../064-libbabeltrace1_1.5.8-2build1_amd64.deb ...
4674+Unpacking libbabeltrace1:amd64 (1.5.8-2build1) ...
4675+Selecting previously unselected package libbrotli1:amd64.
4676+Preparing to unpack .../065-libbrotli1_1.0.9-2build4_amd64.deb ...
4677+Unpacking libbrotli1:amd64 (1.0.9-2build4) ...
4678+Selecting previously unselected package libsasl2-modules-db:amd64.
4679+Preparing to unpack .../066-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1_amd64.deb ...
4680+Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1) ...
4681+Selecting previously unselected package libsasl2-2:amd64.
4682+Preparing to unpack .../067-libsasl2-2_2.1.27+dfsg2-3ubuntu1_amd64.deb ...
4683+Unpacking libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1) ...
4684+Selecting previously unselected package libldap-2.5-0:amd64.
4685+Preparing to unpack .../068-libldap-2.5-0_2.5.11+dfsg-1~exp1ubuntu3_amd64.deb ...
4686+Unpacking libldap-2.5-0:amd64 (2.5.11+dfsg-1~exp1ubuntu3) ...
4687+Selecting previously unselected package libnghttp2-14:amd64.
4688+Preparing to unpack .../069-libnghttp2-14_1.43.0-1build2_amd64.deb ...
4689+Unpacking libnghttp2-14:amd64 (1.43.0-1build2) ...
4690+Selecting previously unselected package librtmp1:amd64.
4691+Preparing to unpack .../070-librtmp1_2.4+20151223.gitfa8646d.1-2build3_amd64.deb ...
4692+Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build3) ...
4693+Selecting previously unselected package libssh-4:amd64.
4694+Preparing to unpack .../071-libssh-4_0.9.6-2_amd64.deb ...
4695+Unpacking libssh-4:amd64 (0.9.6-2) ...
4696+Selecting previously unselected package libcurl3-gnutls:amd64.
4697+Preparing to unpack .../072-libcurl3-gnutls_7.81.0-1_amd64.deb ...
4698+Unpacking libcurl3-gnutls:amd64 (7.81.0-1) ...
4699+Selecting previously unselected package libdebuginfod1:amd64.
4700+Preparing to unpack .../073-libdebuginfod1_0.186-1_amd64.deb ...
4701+Unpacking libdebuginfod1:amd64 (0.186-1) ...
4702+Selecting previously unselected package libipt2.
4703+Preparing to unpack .../074-libipt2_2.0.5-1_amd64.deb ...
4704+Unpacking libipt2 (2.0.5-1) ...
4705+Selecting previously unselected package libpython3.10:amd64.
4706+Preparing to unpack .../075-libpython3.10_3.10.3-1_amd64.deb ...
4707+Unpacking libpython3.10:amd64 (3.10.3-1) ...
4708+Selecting previously unselected package gdb.
4709+Preparing to unpack .../076-gdb_12.0.50.20220217-0ubuntu1_amd64.deb ...
4710+Unpacking gdb (12.0.50.20220217-0ubuntu1) ...
4711+Selecting previously unselected package icu-devtools.
4712+Preparing to unpack .../077-icu-devtools_70.1-2_amd64.deb ...
4713+Unpacking icu-devtools (70.1-2) ...
4714+Selecting previously unselected package libgssrpc4:amd64.
4715+Preparing to unpack .../078-libgssrpc4_1.19.2-2_amd64.deb ...
4716+Unpacking libgssrpc4:amd64 (1.19.2-2) ...
4717+Selecting previously unselected package libkdb5-10:amd64.
4718+Preparing to unpack .../079-libkdb5-10_1.19.2-2_amd64.deb ...
4719+Unpacking libkdb5-10:amd64 (1.19.2-2) ...
4720+Selecting previously unselected package libkadm5srv-mit12:amd64.
4721+Preparing to unpack .../080-libkadm5srv-mit12_1.19.2-2_amd64.deb ...
4722+Unpacking libkadm5srv-mit12:amd64 (1.19.2-2) ...
4723+Selecting previously unselected package libkadm5clnt-mit12:amd64.
4724+Preparing to unpack .../081-libkadm5clnt-mit12_1.19.2-2_amd64.deb ...
4725+Unpacking libkadm5clnt-mit12:amd64 (1.19.2-2) ...
4726+Selecting previously unselected package comerr-dev:amd64.
4727+Preparing to unpack .../082-comerr-dev_2.1-1.46.5-2ubuntu1_amd64.deb ...
4728+Unpacking comerr-dev:amd64 (2.1-1.46.5-2ubuntu1) ...
4729+Selecting previously unselected package krb5-multidev:amd64.
4730+Preparing to unpack .../083-krb5-multidev_1.19.2-2_amd64.deb ...
4731+Unpacking krb5-multidev:amd64 (1.19.2-2) ...
4732+Selecting previously unselected package libexpat1-dev:amd64.
4733+Preparing to unpack .../084-libexpat1-dev_2.4.7-1_amd64.deb ...
4734+Unpacking libexpat1-dev:amd64 (2.4.7-1) ...
4735+Selecting previously unselected package libicu-dev:amd64.
4736+Preparing to unpack .../085-libicu-dev_70.1-2_amd64.deb ...
4737+Unpacking libicu-dev:amd64 (70.1-2) ...
4738+Selecting previously unselected package libio-pty-perl.
4739+Preparing to unpack .../086-libio-pty-perl_1%3a1.15-2build2_amd64.deb ...
4740+Unpacking libio-pty-perl (1:1.15-2build2) ...
4741+Selecting previously unselected package libipc-run-perl.
4742+Preparing to unpack .../087-libipc-run-perl_20200505.0-1_all.deb ...
4743+Unpacking libipc-run-perl (20200505.0-1) ...
4744+Selecting previously unselected package libjs-jquery.
4745+Preparing to unpack .../088-libjs-jquery_3.6.0+dfsg+~3.5.13-1_all.deb ...
4746+Unpacking libjs-jquery (3.6.0+dfsg+~3.5.13-1) ...
4747+Selecting previously unselected package libjs-underscore.
4748+Preparing to unpack .../089-libjs-underscore_1.13.2~dfsg-2_all.deb ...
4749+Unpacking libjs-underscore (1.13.2~dfsg-2) ...
4750+Selecting previously unselected package libjs-sphinxdoc.
4751+Preparing to unpack .../090-libjs-sphinxdoc_4.3.2-1_all.deb ...
4752+Unpacking libjs-sphinxdoc (4.3.2-1) ...
4753+Selecting previously unselected package libjson-perl.
4754+Preparing to unpack .../091-libjson-perl_4.04000-1_all.deb ...
4755+Unpacking libjson-perl (4.04000-1) ...
4756+Selecting previously unselected package libldap-dev:amd64.
4757+Preparing to unpack .../092-libldap-dev_2.5.11+dfsg-1~exp1ubuntu3_amd64.deb ...
4758+Unpacking libldap-dev:amd64 (2.5.11+dfsg-1~exp1ubuntu3) ...
4759+Selecting previously unselected package libncurses-dev:amd64.
4760+Preparing to unpack .../093-libncurses-dev_6.3-2_amd64.deb ...
4761+Unpacking libncurses-dev:amd64 (6.3-2) ...
4762+Selecting previously unselected package libpam0g-dev:amd64.
4763+Preparing to unpack .../094-libpam0g-dev_1.4.0-11ubuntu1_amd64.deb ...
4764+Unpacking libpam0g-dev:amd64 (1.4.0-11ubuntu1) ...
4765+Selecting previously unselected package libpcre2-16-0:amd64.
4766+Preparing to unpack .../095-libpcre2-16-0_10.39-3_amd64.deb ...
4767+Unpacking libpcre2-16-0:amd64 (10.39-3) ...
4768+Selecting previously unselected package libpcre2-32-0:amd64.
4769+Preparing to unpack .../096-libpcre2-32-0_10.39-3_amd64.deb ...
4770+Unpacking libpcre2-32-0:amd64 (10.39-3) ...
4771+Selecting previously unselected package libpcre2-posix3:amd64.
4772+Preparing to unpack .../097-libpcre2-posix3_10.39-3_amd64.deb ...
4773+Unpacking libpcre2-posix3:amd64 (10.39-3) ...
4774+Selecting previously unselected package libpcre2-dev:amd64.
4775+Preparing to unpack .../098-libpcre2-dev_10.39-3_amd64.deb ...
4776+Unpacking libpcre2-dev:amd64 (10.39-3) ...
4777+Selecting previously unselected package libperl-dev:amd64.
4778+Preparing to unpack .../099-libperl-dev_5.34.0-3ubuntu1_amd64.deb ...
4779+Unpacking libperl-dev:amd64 (5.34.0-3ubuntu1) ...
4780+Selecting previously unselected package zlib1g-dev:amd64.
4781+Preparing to unpack .../100-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu7_amd64.deb ...
4782+Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu7) ...
4783+Selecting previously unselected package libpython3.10-dev:amd64.
4784+Preparing to unpack .../101-libpython3.10-dev_3.10.3-1_amd64.deb ...
4785+Unpacking libpython3.10-dev:amd64 (3.10.3-1) ...
4786+Selecting previously unselected package libpython3-dev:amd64.
4787+Preparing to unpack .../102-libpython3-dev_3.10.1-0ubuntu2_amd64.deb ...
4788+Unpacking libpython3-dev:amd64 (3.10.1-0ubuntu2) ...
4789+Selecting previously unselected package libreadline-dev:amd64.
4790+Preparing to unpack .../103-libreadline-dev_8.1.2-1_amd64.deb ...
4791+Unpacking libreadline-dev:amd64 (8.1.2-1) ...
4792+Selecting previously unselected package libsepol-dev:amd64.
4793+Preparing to unpack .../104-libsepol-dev_3.3-1_amd64.deb ...
4794+Unpacking libsepol-dev:amd64 (3.3-1) ...
4795+Selecting previously unselected package libselinux1-dev:amd64.
4796+Preparing to unpack .../105-libselinux1-dev_3.3-1build1_amd64.deb ...
4797+Unpacking libselinux1-dev:amd64 (3.3-1build1) ...
4798+Selecting previously unselected package libssl-dev:amd64.
4799+Preparing to unpack .../106-libssl-dev_3.0.1-0ubuntu1_amd64.deb ...
4800+Unpacking libssl-dev:amd64 (3.0.1-0ubuntu1) ...
4801+Selecting previously unselected package libsystemd-dev:amd64.
4802+Preparing to unpack .../107-libsystemd-dev_249.11-0ubuntu1_amd64.deb ...
4803+Unpacking libsystemd-dev:amd64 (249.11-0ubuntu1) ...
4804+Selecting previously unselected package libtcl8.6:amd64.
4805+Preparing to unpack .../108-libtcl8.6_8.6.12+dfsg-1_amd64.deb ...
4806+Unpacking libtcl8.6:amd64 (8.6.12+dfsg-1) ...
4807+Selecting previously unselected package libxml2-dev:amd64.
4808+Preparing to unpack .../109-libxml2-dev_2.9.13+dfsg-1_amd64.deb ...
4809+Unpacking libxml2-dev:amd64 (2.9.13+dfsg-1) ...
4810+Selecting previously unselected package libxml2-utils.
4811+Preparing to unpack .../110-libxml2-utils_2.9.13+dfsg-1_amd64.deb ...
4812+Unpacking libxml2-utils (2.9.13+dfsg-1) ...
4813+Selecting previously unselected package libxslt1.1:amd64.
4814+Preparing to unpack .../111-libxslt1.1_1.1.34-4build1_amd64.deb ...
4815+Unpacking libxslt1.1:amd64 (1.1.34-4build1) ...
4816+Selecting previously unselected package libxslt1-dev:amd64.
4817+Preparing to unpack .../112-libxslt1-dev_1.1.34-4build1_amd64.deb ...
4818+Unpacking libxslt1-dev:amd64 (1.1.34-4build1) ...
4819+Selecting previously unselected package llvm-14-runtime.
4820+Preparing to unpack .../113-llvm-14-runtime_1%3a14.0.0~+rc4-1ubuntu1_amd64.deb ...
4821+Unpacking llvm-14-runtime (1:14.0.0~+rc4-1ubuntu1) ...
4822+Selecting previously unselected package llvm-runtime:amd64.
4823+Preparing to unpack .../114-llvm-runtime_1%3a14.0-54ubuntu1_amd64.deb ...
4824+Unpacking llvm-runtime:amd64 (1:14.0-54ubuntu1) ...
4825+Selecting previously unselected package libpfm4:amd64.
4826+Preparing to unpack .../115-libpfm4_4.11.1+git32-gd0b85fb-1_amd64.deb ...
4827+Unpacking libpfm4:amd64 (4.11.1+git32-gd0b85fb-1) ...
4828+Selecting previously unselected package llvm-14.
4829+Preparing to unpack .../116-llvm-14_1%3a14.0.0~+rc4-1ubuntu1_amd64.deb ...
4830+Unpacking llvm-14 (1:14.0.0~+rc4-1ubuntu1) ...
4831+Selecting previously unselected package llvm.
4832+Preparing to unpack .../117-llvm_1%3a14.0-54ubuntu1_amd64.deb ...
4833+Unpacking llvm (1:14.0-54ubuntu1) ...
4834+Selecting previously unselected package libffi-dev:amd64.
4835+Preparing to unpack .../118-libffi-dev_3.4.2-4_amd64.deb ...
4836+Unpacking libffi-dev:amd64 (3.4.2-4) ...
4837+Selecting previously unselected package python3-pygments.
4838+Preparing to unpack .../119-python3-pygments_2.10.0+dfsg-1_all.deb ...
4839+Unpacking python3-pygments (2.10.0+dfsg-1) ...
4840+Selecting previously unselected package llvm-14-tools.
4841+Preparing to unpack .../120-llvm-14-tools_1%3a14.0.0~+rc4-1ubuntu1_amd64.deb ...
4842+Unpacking llvm-14-tools (1:14.0.0~+rc4-1ubuntu1) ...
4843+Selecting previously unselected package libz3-4:amd64.
4844+Preparing to unpack .../121-libz3-4_4.8.12-1_amd64.deb ...
4845+Unpacking libz3-4:amd64 (4.8.12-1) ...
4846+Selecting previously unselected package libz3-dev:amd64.
4847+Preparing to unpack .../122-libz3-dev_4.8.12-1_amd64.deb ...
4848+Unpacking libz3-dev:amd64 (4.8.12-1) ...
4849+Selecting previously unselected package llvm-14-dev.
4850+Preparing to unpack .../123-llvm-14-dev_1%3a14.0.0~+rc4-1ubuntu1_amd64.deb ...
4851+Unpacking llvm-14-dev (1:14.0.0~+rc4-1ubuntu1) ...
4852+Selecting previously unselected package llvm-dev.
4853+Preparing to unpack .../124-llvm-dev_1%3a14.0-54ubuntu1_amd64.deb ...
4854+Unpacking llvm-dev (1:14.0-54ubuntu1) ...
4855+Selecting previously unselected package pkg-config.
4856+Preparing to unpack .../125-pkg-config_0.29.2-1ubuntu2_amd64.deb ...
4857+Unpacking pkg-config (0.29.2-1ubuntu2) ...
4858+Selecting previously unselected package postgresql-client-common.
4859+Preparing to unpack .../126-postgresql-client-common_238_all.deb ...
4860+Unpacking postgresql-client-common (238) ...
4861+Selecting previously unselected package ssl-cert.
4862+Preparing to unpack .../127-ssl-cert_1.1.2_all.deb ...
4863+Unpacking ssl-cert (1.1.2) ...
4864+Selecting previously unselected package postgresql-common.
4865+Preparing to unpack .../128-postgresql-common_238_all.deb ...
4866+Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common'
4867+Unpacking postgresql-common (238) ...
4868+Selecting previously unselected package python3.10-dev.
4869+Preparing to unpack .../129-python3.10-dev_3.10.3-1_amd64.deb ...
4870+Unpacking python3.10-dev (3.10.3-1) ...
4871+Selecting previously unselected package python3-lib2to3.
4872+Preparing to unpack .../130-python3-lib2to3_3.9.10-2_all.deb ...
4873+Unpacking python3-lib2to3 (3.9.10-2) ...
4874+Selecting previously unselected package python3-distutils.
4875+Preparing to unpack .../131-python3-distutils_3.9.10-2_all.deb ...
4876+Unpacking python3-distutils (3.9.10-2) ...
4877+Selecting previously unselected package python3-dev.
4878+Preparing to unpack .../132-python3-dev_3.10.1-0ubuntu2_amd64.deb ...
4879+Unpacking python3-dev (3.10.1-0ubuntu2) ...
4880+Selecting previously unselected package systemtap-sdt-dev:amd64.
4881+Preparing to unpack .../133-systemtap-sdt-dev_4.6-2_amd64.deb ...
4882+Unpacking systemtap-sdt-dev:amd64 (4.6-2) ...
4883+Selecting previously unselected package tcl8.6.
4884+Preparing to unpack .../134-tcl8.6_8.6.12+dfsg-1_amd64.deb ...
4885+Unpacking tcl8.6 (8.6.12+dfsg-1) ...
4886+Selecting previously unselected package tcl.
4887+Preparing to unpack .../135-tcl_8.6.11+1build1_amd64.deb ...
4888+Unpacking tcl (8.6.11+1build1) ...
4889+Selecting previously unselected package tcl8.6-dev:amd64.
4890+Preparing to unpack .../136-tcl8.6-dev_8.6.12+dfsg-1_amd64.deb ...
4891+Unpacking tcl8.6-dev:amd64 (8.6.12+dfsg-1) ...
4892+Selecting previously unselected package tcl-dev:amd64.
4893+Preparing to unpack .../137-tcl-dev_8.6.11+1build1_amd64.deb ...
4894+Unpacking tcl-dev:amd64 (8.6.11+1build1) ...
4895+Selecting previously unselected package xsltproc.
4896+Preparing to unpack .../138-xsltproc_1.1.34-4build1_amd64.deb ...
4897+Unpacking xsltproc (1.1.34-4build1) ...
4898+Selecting previously unselected package dh-exec.
4899+Preparing to unpack .../139-dh-exec_0.23.4build1_amd64.deb ...
4900+Unpacking dh-exec (0.23.4build1) ...
4901+Selecting previously unselected package libkrb5-dev:amd64.
4902+Preparing to unpack .../140-libkrb5-dev_1.19.2-2_amd64.deb ...
4903+Unpacking libkrb5-dev:amd64 (1.19.2-2) ...
4904+Selecting previously unselected package libldap2-dev.
4905+Preparing to unpack .../141-libldap2-dev_2.5.11+dfsg-1~exp1ubuntu3_all.deb ...
4906+Unpacking libldap2-dev (2.5.11+dfsg-1~exp1ubuntu3) ...
4907+Selecting previously unselected package liblz4-dev:amd64.
4908+Preparing to unpack .../142-liblz4-dev_1.9.3-2build1_amd64.deb ...
4909+Unpacking liblz4-dev:amd64 (1.9.3-2build1) ...
4910+Selecting previously unselected package uuid-dev:amd64.
4911+Preparing to unpack .../143-uuid-dev_2.37.2-4ubuntu3_amd64.deb ...
4912+Unpacking uuid-dev:amd64 (2.37.2-4ubuntu3) ...
4913+Selecting previously unselected package sbuild-build-depends-main-dummy.
4914+Preparing to unpack .../144-sbuild-build-depends-main-dummy_0.invalid.0_amd64.deb ...
4915+Unpacking sbuild-build-depends-main-dummy (0.invalid.0) ...
4916+Setting up media-types (6.0.0) ...
4917+Setting up libpipeline1:amd64 (1.5.5-1) ...
4918+Setting up libncurses-dev:amd64 (6.3-2) ...
4919+Setting up libpsl5:amd64 (0.21.0-1.2build1) ...
4920+Setting up bsdextrautils (2.37.2-4ubuntu3) ...
4921+update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
4922+Setting up libio-pty-perl (1:1.15-2build2) ...
4923+Setting up libpam0g-dev:amd64 (1.4.0-11ubuntu1) ...
4924+Setting up libmagic-mgc (1:5.41-2) ...
4925+Setting up libarchive-zip-perl (1.68-1) ...
4926+Setting up libyaml-0-2:amd64 (0.2.2-1build1) ...
4927+Setting up libglib2.0-0:amd64 (2.71.3-1) ...
4928+No schema files found: doing nothing.
4929+Setting up libdebhelper-perl (13.6ubuntu1) ...
4930+Setting up libbrotli1:amd64 (1.0.9-2build4) ...
4931+Setting up libnghttp2-14:amd64 (1.43.0-1build2) ...
4932+Setting up libmagic1:amd64 (1:5.41-2) ...
4933+Setting up gettext-base (0.21-4ubuntu3) ...
4934+Setting up libperl-dev:amd64 (5.34.0-3ubuntu1) ...
4935+Setting up file (1:5.41-2) ...
4936+Setting up libreadline-dev:amd64 (8.1.2-1) ...
4937+Setting up libffi-dev:amd64 (3.4.2-4) ...
4938+Setting up libpcre2-16-0:amd64 (10.39-3) ...
4939+Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1) ...
4940+Setting up libgssrpc4:amd64 (1.19.2-2) ...
4941+Setting up autotools-dev (20220109.1) ...
4942+Setting up libz3-4:amd64 (4.8.12-1) ...
4943+Setting up libpcre2-32-0:amd64 (10.39-3) ...
4944+Setting up libpfm4:amd64 (4.11.1+git32-gd0b85fb-1) ...
4945+Setting up libexpat1-dev:amd64 (2.4.7-1) ...
4946+Setting up ssl-cert (1.1.2) ...
4947+Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build3) ...
4948+Setting up uuid-dev:amd64 (2.37.2-4ubuntu3) ...
4949+Setting up libsigsegv2:amd64 (2.13-1ubuntu2) ...
4950+Setting up comerr-dev:amd64 (2.1-1.46.5-2ubuntu1) ...
4951+Setting up libssl-dev:amd64 (3.0.1-0ubuntu1) ...
4952+Setting up libtcl8.6:amd64 (8.6.12+dfsg-1) ...
4953+Setting up autopoint (0.21-4ubuntu3) ...
4954+Setting up libipt2 (2.0.5-1) ...
4955+Setting up liblz4-dev:amd64 (1.9.3-2build1) ...
4956+Setting up pkg-config (0.29.2-1ubuntu2) ...
4957+Setting up libipc-run-perl (20200505.0-1) ...
4958+Setting up libsepol-dev:amd64 (3.3-1) ...
4959+Setting up ucf (3.0043) ...
4960+Setting up libgc1:amd64 (1:8.0.6-1.1) ...
4961+Setting up libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1) ...
4962+Setting up libssh-4:amd64 (0.9.6-2) ...
4963+Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu7) ...
4964+Setting up libpcre2-posix3:amd64 (10.39-3) ...
4965+Setting up libmd0:amd64 (1.0.4-1) ...
4966+Setting up libuchardet0:amd64 (0.0.7-1build1) ...
4967+Setting up libjson-perl (4.04000-1) ...
4968+Setting up libmpdec3:amd64 (2.5.1-2build1) ...
4969+Setting up libc6-i386 (2.35-0ubuntu3) ...
4970+Setting up libsub-override-perl (0.09-2) ...
4971+Setting up netbase (6.3) ...
4972+Setting up sgml-base (1.30) ...
4973+Setting up libjs-jquery (3.6.0+dfsg+~3.5.13-1) ...
4974+Setting up libbsd0:amd64 (0.11.5-1) ...
4975+Setting up libelf1:amd64 (0.186-1) ...
4976+Setting up libsystemd-dev:amd64 (249.11-0ubuntu1) ...
4977+Setting up libjs-underscore (1.13.2~dfsg-2) ...
4978+Setting up libicu70:amd64 (70.1-2) ...
4979+Setting up libkadm5clnt-mit12:amd64 (1.19.2-2) ...
4980+Setting up postgresql-client-common (238) ...
4981+Setting up libfile-stripnondeterminism-perl (1.13.0-1) ...
4982+Setting up libz3-dev:amd64 (4.8.12-1) ...
4983+Setting up libdw1:amd64 (0.186-1) ...
4984+Setting up tcl8.6 (8.6.12+dfsg-1) ...
4985+Setting up libkdb5-10:amd64 (1.19.2-2) ...
4986+Setting up libpcre2-dev:amd64 (10.39-3) ...
4987+Setting up libdebuginfod-common (0.186-1) ...
4988+
4989+Creating config file /etc/profile.d/debuginfod.sh with new version
4990+
4991+Creating config file /etc/profile.d/debuginfod.csh with new version
4992+Setting up libtool (2.4.6-15build1) ...
4993+Setting up libselinux1-dev:amd64 (3.3-1build1) ...
4994+Setting up tcl8.6-dev:amd64 (8.6.12+dfsg-1) ...
4995+Setting up libedit2:amd64 (3.1-20210910-1) ...
4996+Setting up m4 (1.4.18-5ubuntu1) ...
4997+Setting up libobjc4:amd64 (12-20220313-1ubuntu1) ...
4998+Setting up libldap-2.5-0:amd64 (2.5.11+dfsg-1~exp1ubuntu3) ...
4999+Setting up libpython3.10-stdlib:amd64 (3.10.3-1) ...
5000+Setting up lib32gcc-s1 (12-20220313-1ubuntu1) ...
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: