Build:
  1. 0
2024-09-12 08:34.47: New job: Voodoo prep gmp-ecm.7.0.3; 082ced06824c9ef177515ec4739ebb54
2024-09-12 08:34.47: Connecting to build cluster…
2024-09-12 08:34.47: Waiting for resource in pool OCluster
2024-09-12 09:06.28: Waiting for worker…
2024-09-12 09:08.18: Got resource from pool OCluster
2024-09-12 09:08.18: Using cache hint "docs-universe-prep-5.1.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-5.1@sha256:75bd1ae213986d8838505129c07e17fc5916ce86841a444e1bf5d1c9bcf5332b)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-5.1@sha256:75bd1ae213986d8838505129c07e17fc5916ce86841a444e1bf5d1c9bcf5332b)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (comment "no build system")
 (env DUNE_CACHE disabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy gmp-ecm.7.0.3 host-arch-x86_64.1 conf-libtool.1 conf-gmp.4 conf-g++.1.0 conf-automake.1 conf-autoconf.0.2 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u gmp-ecm:082ced06824c9ef177515ec4739ebb54,conf-libtool:d41d8cd98f00b204e9800998ecf8427e,conf-g++:e16d2b39b23b640adce512d9ee5ae4fe"))
 (run (network host)
      (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config)))
      (shell "(echo '0.252978') && (for DATA in prep/universes/e16d2b39b23b640adce512d9ee5ae4fe/conf-g++/1.0,conf-g++.1.0-e16d2b39b23b640adce512d9ee5ae4fe,conf-g++.1.0 prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-libtool/1,conf-libtool.1-d41d8cd98f00b204e9800998ecf8427e,conf-libtool.1 prep/universes/082ced06824c9ef177515ec4739ebb54/gmp-ecm/7.0.3,gmp-ecm.7.0.3-082ced06824c9ef177515ec4739ebb54,gmp-ecm.7.0.3; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/e16d2b39b23b640adce512d9ee5ae4fe/conf-g++/1.0,conf-g++.1.0-e16d2b39b23b640adce512d9ee5ae4fe,conf-g++.1.0 prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-libtool/1,conf-libtool.1-d41d8cd98f00b204e9800998ecf8427e,conf-libtool.1 prep/universes/082ced06824c9ef177515ec4739ebb54/gmp-ecm/7.0.3,gmp-ecm.7.0.3-082ced06824c9ef177515ec4739ebb54,gmp-ecm.7.0.3; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/e16d2b39b23b640adce512d9ee5ae4fe/conf-g++/1.0,conf-g++.1.0-e16d2b39b23b640adce512d9ee5ae4fe,conf-g++.1.0 prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-libtool/1,conf-libtool.1-d41d8cd98f00b204e9800998ecf8427e,conf-libtool.1 prep/universes/082ced06824c9ef177515ec4739ebb54/gmp-ecm/7.0.3,gmp-ecm.7.0.3-082ced06824c9ef177515ec4739ebb54,gmp-ecm.7.0.3; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

ocluster-client submit-obuilder https://github.com/ocaml/opam-repository.git b8fca17f66769d2393cd15cf8185535a3b49751a --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-5.1.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-09-12 09:08.18: RETRYING: 2024-09-12/083447-voodoo-prep-9f3ee3 Number of retries: 0 (retriable error condition)
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  75% (23962/31890)
Updating files:  76% (24237/31890)
Updating files:  77% (24556/31890)
Updating files:  78% (24875/31890)
Updating files:  79% (25194/31890)
Updating files:  80% (25512/31890)
Updating files:  81% (25831/31890)
Updating files:  82% (26150/31890)
Updating files:  83% (26469/31890)
Updating files:  84% (26788/31890)
Updating files:  85% (27107/31890)
Updating files:  86% (27426/31890)
Updating files:  87% (27745/31890)
Updating files:  88% (28064/31890)
Updating files:  89% (28383/31890)
Updating files:  90% (28701/31890)
Updating files:  91% (29020/31890)
Updating files:  92% (29339/31890)
Updating files:  93% (29658/31890)
Updating files:  94% (29977/31890)
Updating files:  95% (30296/31890)
Updating files:  96% (30615/31890)
Updating files:  97% (30934/31890)
Updating files:  98% (31253/31890)
Updating files:  99% (31572/31890)
Updating files: 100% (31890/31890)
Updating files: 100% (31890/31890), done.
HEAD is now at b8fca17f66 conf-automake: add cygwin support

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:75bd1ae213986d8838505129c07e17fc5916ce86841a444e1bf5d1c9bcf5332b)
2024-09-12 09:02.34 ---> using "4c7d809399bb207da0fd7e41f1744e0b774f33b83c9f971e29ee4e527ca6a31c" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 09:02.34 ---> using "dfe5e4646be142d6fc9d6a77140d209b028acc1d77475a5901c4ed3a5b4fb944" from cache

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 1s (406 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libpkgconf3 pkgconf pkgconf-bin
Suggested packages:
  m4-doc
The following NEW packages will be installed:
  libpkgconf3 m4 pkg-config pkgconf pkgconf-bin
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 392 kB of archives.
After this operation, 969 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 392 kB in 0s (6833 kB/s)
Selecting previously unselected package libpkgconf3:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18764 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u8) ...
2024-09-12 09:02.34 ---> using "00bd9b10ee4005c80d7af1faad8dfcb4e6ab122a52aeb43a33fdea8ec26bd562" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
This will pin the following packages: voodoo-prep, voodoo-lib, voodoo-gen, voodoo-do. Continue? [Y/n] y
Package voodoo-prep does not exist, create as a NEW package? [Y/n] y
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-prep is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-lib does not exist, create as a NEW package? [Y/n] y
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-lib is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-gen does not exist, create as a NEW package? [Y/n] y
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-gen is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-do does not exist, create as a NEW package? [Y/n] y
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-do is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
# Now letting opam install the packages

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[voodoo-prep.~dev] no changes from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

The following actions will be performed:
  - install ocamlbuild       0.15.0 [required by bos]
  - install dune             3.16.0 [required by voodoo-prep]
  - install ocamlfind        1.9.6  [required by bos]
  - install cmdliner         1.3.0  [required by voodoo-prep]
  - install seq              base   [required by re]
  - install swhid_core       0.1    [required by opam-core]
  - install stdlib-shims     0.3.0  [required by ocamlgraph, sha]
  - install opam-file-format 2.1.6  [required by opam-format]
  - install topkg            1.0.7  [required by bos]
  - install re               1.12.0 [required by opam-format]
  - install sha              1.15.4 [required by opam-core]
  - install ocamlgraph       2.1.0  [required by opam-core]
  - install uutf             1.0.3  [required by opam-core]
  - install rresult          0.7.0  [required by bos]
  - install fmt              0.9.0  [required by bos]
  - install astring          0.8.5  [required by bos]
  - install jsonm            1.0.2  [required by opam-core]
  - install logs             0.7.0  [required by bos]
  - install fpath            0.7.3  [required by voodoo-prep]
  - install opam-core        2.2.1  [required by opam-format]
  - install bos              0.2.1  [required by voodoo-prep]
  - install opam-format      2.2.1  [required by voodoo-prep]
  - install voodoo-prep      ~dev*
===== 23 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.1] found in cache
[cmdliner.1.3.0] found in cache
[dune.3.16.0] found in cache
[fmt.0.9.0] found in cache
[fpath.0.7.3] found in cache
[jsonm.1.0.2] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.15.0] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlgraph.2.1.0] found in cache
[opam-core.2.2.1] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.2.1] found in cache
[re.1.12.0] found in cache
[rresult.0.7.0] found in cache
[sha.1.15.4] found in cache
[stdlib-shims.0.3.0] found in cache
[swhid_core.0.1] found in cache
[topkg.1.0.7] found in cache
[uutf.1.0.3] found in cache
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed dune.3.16.0
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.1
-> installed bos.0.2.1
-> installed opam-file-format.2.1.6
-> installed re.1.12.0
-> installed sha.1.15.4
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.2.1
-> installed opam-format.2.2.1
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 09:02.35 ---> using "c0ffca0379d767eba96c496d9c3d5a7963b49f0084e5d4e2addf8acd8b75d3e3" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-09-12 09:02.35 ---> using "b3e1bb4015a777b85e55a6a5ba3e4cb907c2d4ba79725c400a82b494d511dc59" from cache
2024-09-12 09:02.35 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.1@sha256:75bd1ae213986d8838505129c07e17fc5916ce86841a444e1bf5d1c9bcf5332b)
2024-09-12 09:02.35 ---> using "4c7d809399bb207da0fd7e41f1744e0b774f33b83c9f971e29ee4e527ca6a31c" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 09:02.35 ---> using "dfe5e4646be142d6fc9d6a77140d209b028acc1d77475a5901c4ed3a5b4fb944" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-09-12 09:02.35 ---> using "2b0e5c6a092f9ca1bbda95f5b7a2ea41fa9d1fb5a59427c4d5a1765abb041698" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 09:03.01 ---> saved as "7e76a8eda15e293e6b6d76039fa09efad6b36a5bb882c956364a7c76d8be985a"

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 09:03.02 ---> saved as "6437f0c6a83964dd88f5a7605b09ab51358ddc074c750b236332eccf28a2f3c0"

/home/opam: (run (network host)
                 (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-12 09:04.16 ---> saved as "88e6b0d63bf92dcd52be16a0ac1f5483dc9409f4ca8f1236d904af7d0f2b9e9c"

/home/opam: (run (shell "opam repo remove default && opam repo add opam /src"))
Repositories removed from the selections of switch 5.1. Use '--all' to forget about them altogether.
[opam] Initialised
[NOTE] Repository opam has been added to the selections of switch 5.1 only.
       Run `opam repository add opam --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively.

2024-09-12 09:04.36 ---> saved as "06b256408f1ab0f7201a29c7061c234c3d41911db170b657f5b5b661549101f1"

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 09:04.37 ---> saved as "249d2f117e7a6b7281b0587909ab8a246868378486804c5113f8ba05f0e083aa"

/home/opam: (comment "no build system")

/home/opam: (env DUNE_CACHE disabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy gmp-ecm.7.0.3 host-arch-x86_64.1 conf-libtool.1 conf-gmp.4 conf-g++.1.0 conf-automake.1 conf-autoconf.0.2 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (858 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.3

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.3  (cached)
-> removed   opam-depext.1.2.3
-> installed opam-depext.1.2.3
Done.

<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment

<><> Carrying on to "opam depext -viy gmp-ecm.7.0.3 host-arch-x86_64.1 conf-libtool.1 conf-gmp.4 conf-g++.1.0 conf-automake.1 conf-autoconf.0.2" 

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
autoconf
automake
g++
libgmp-dev
libtool
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
The following actions will be performed:
  - install conf-autoconf 0.2
  - install conf-gmp      4
  - install conf-g++      1.0
  - install conf-libtool  1
  - install conf-automake 1
  - install gmp-ecm       7.0.3
===== 6 to install =====

The following system packages will first need to be installed:
    autoconf automake libgmp-dev libtool

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "autoconf" "automake" "libgmp-dev" "libtool"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libmagic-mgc.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18764 files and directories currently installed.)
- Preparing to unpack .../00-libmagic-mgc_1%3a5.44-3_amd64.deb ...
- Unpacking libmagic-mgc (1:5.44-3) ...
- Selecting previously unselected package libmagic1:amd64.
- Preparing to unpack .../01-libmagic1_1%3a5.44-3_amd64.deb ...
- Unpacking libmagic1:amd64 (1:5.44-3) ...
- Selecting previously unselected package file.
- Preparing to unpack .../02-file_1%3a5.44-3_amd64.deb ...
- Unpacking file (1:5.44-3) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../03-m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../04-autoconf_2.71-3_all.deb ...
- Unpacking autoconf (2.71-3) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../05-autotools-dev_20220109.1_all.deb ...
- Unpacking autotools-dev (20220109.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../06-automake_1%3a1.16.5-1.3_all.deb ...
- Unpacking automake (1:1.16.5-1.3) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../07-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../08-libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libltdl7:amd64.
- Preparing to unpack .../09-libltdl7_2.4.7-7~deb12u1_amd64.deb ...
- Unpacking libltdl7:amd64 (2.4.7-7~deb12u1) ...
- Selecting previously unselected package libltdl-dev:amd64.
- Preparing to unpack .../10-libltdl-dev_2.4.7-7~deb12u1_amd64.deb ...
- Unpacking libltdl-dev:amd64 (2.4.7-7~deb12u1) ...
- Selecting previously unselected package libtool.
- Preparing to unpack .../11-libtool_2.4.7-7~deb12u1_all.deb ...
- Unpacking libtool (2.4.7-7~deb12u1) ...
- Setting up libmagic-mgc (1:5.44-3) ...
- Setting up libmagic1:amd64 (1:5.44-3) ...
- Setting up m4 (1.4.19-3) ...
- Setting up file (1:5.44-3) ...
- Setting up autotools-dev (20220109.1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up libltdl7:amd64 (2.4.7-7~deb12u1) ...
- Setting up autoconf (2.71-3) ...
- Setting up automake (1:1.16.5-1.3) ...
- update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up libtool (2.4.7-7~deb12u1) ...
- Setting up libltdl-dev:amd64 (2.4.7-7~deb12u1) ...
- Processing triggers for libc-bin (2.36-9+deb12u8) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-gmp.4  (cached)
Processing  6/18: [gmp-ecm.7.0.3: http]
Processing  7/18: [gmp-ecm.7.0.3: http] [conf-autoconf: autoconf]
Processing  8/18: [gmp-ecm.7.0.3: http] [conf-autoconf: autoconf] [conf-g++: g++]
Processing  9/18: [gmp-ecm.7.0.3: http] [conf-autoconf: autoconf] [conf-g++: g++] [conf-gmp: sh]
Processing 10/18: [gmp-ecm.7.0.3: http] [conf-autoconf: autoconf] [conf-g++: g++] [conf-gmp: sh] [conf-libtool: libtoolize]
Processing 10/18: [conf-autoconf: autoconf] [conf-g++: g++] [conf-gmp: sh] [conf-libtool: libtoolize]
- autoconf (GNU Autoconf) 2.71
- Copyright (C) 2021 Free Software Foundation, Inc.
- License GPLv3+/Autoconf: GNU GPL version 3 or later
- <https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
- 
- Written by David J. MacKenzie and Akim Demaille.
-> compiled  conf-autoconf.0.2
Processing 10/18: [conf-g++: g++] [conf-gmp: sh] [conf-libtool: libtoolize]
-> installed conf-autoconf.0.2
Processing 11/18: [conf-g++: g++] [conf-gmp: sh] [conf-libtool: libtoolize]
Processing 12/18: [conf-automake: automake] [conf-g++: g++] [conf-gmp: sh] [conf-libtool: libtoolize]
- g++ (Debian 12.2.0-14) 12.2.0
- Copyright (C) 2022 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions.  There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- 
-> compiled  conf-g++.1.0
Processing 12/18: [conf-automake: automake] [conf-gmp: sh] [conf-libtool: libtoolize]
-> installed conf-g++.1.0
Processing 13/18: [conf-automake: automake] [conf-gmp: sh] [conf-libtool: libtoolize]
- + cc -c -I/usr/local/include test.c
-> compiled  conf-gmp.4
Processing 13/18: [conf-automake: automake] [conf-libtool: libtoolize]
-> installed conf-gmp.4
Processing 14/18: [conf-automake: automake] [conf-libtool: libtoolize]
- libtoolize (GNU libtool) 2.4.7
- Written by Gary V. Vaughan <gary@gnu.org>, 2003
- 
- Copyright (C) 2022 Free Software Foundation, Inc.
- 
-> compiled  conf-libtool.1
Processing 14/18: [conf-automake: automake]
-> installed conf-libtool.1
Processing 15/18: [conf-automake: automake]
-> retrieved gmp-ecm.7.0.3  (https://gitlab.inria.fr/zimmerma/ecm/-/archive/git-7.0.3/ecm-git-7.0.3.tar.gz)
+ /usr/bin/automake "--help" (CWD=/home/opam/.opam/5.1/.opam-switch/build/conf-automake.1)
- Usage: /usr/bin/automake [OPTION]... [Makefile]...
- 
- Generate Makefile.in for configure from Makefile.am.
- 
- Operation modes:
-       --help               print this help, then exit
-       --version            print version number, then exit
-   -v, --verbose            verbosely list files processed
-       --no-force           only update Makefile.in's that are out of date
-   -W, --warnings=CATEGORY  report the warnings falling in CATEGORY
- 
- Dependency tracking:
-   -i, --ignore-deps      disable dependency tracking code
-       --include-deps     enable dependency tracking code
- 
- Flavors:
-       --foreign          set strictness to foreign
-       --gnits            set strictness to gnits
-       --gnu              set strictness to gnu
- 
- Library files:
-   -a, --add-missing      add missing standard files to package
-       --libdir=DIR       set directory storing library files
-       --print-libdir     print directory storing library files
-   -c, --copy             with -a, copy missing files (default is symlink)
-   -f, --force-missing    force update of standard files
- 
- Warning categories include:
-   cross                  cross compilation issues
-   gnu                    GNU coding standards (default in gnu and gnits modes)
-   obsolete               obsolete features or constructions (default)
-   override               user redefinitions of Automake rules or variables
-   portability            portability issues (default in gnu and gnits modes)
-   portability-recursive  nested Make variables (default with -Wportability)
-   extra-portability      extra portability issues related to obscure tools
-   syntax                 dubious syntactic constructs (default)
-   unsupported            unsupported or incomplete features (default)
-   all                    all the warnings
-   no-CATEGORY            turn off warnings in CATEGORY
-   none                   turn off all the warnings
-   error                  treat warnings as errors
- 
- Files automatically distributed if found (always):
-   ABOUT-GNU           TODO                install-sh          mdate-sh
-   ABOUT-NLS           ar-lib              libversion.in       missing
-   BACKLOG             compile             ltcf-c.sh           mkinstalldirs
-   COPYING             config.guess        ltcf-cxx.sh         py-compile
-   COPYING.DOC         config.rpath        ltcf-gcj.sh         texinfo.tex
-   COPYING.LESSER      config.sub          ltconfig            ylwrap
-   COPYING.LIB         depcomp             ltmain.sh
- 
- Files automatically distributed if found (as .md if needed):
-   AUTHORS[.md]        INSTALL[.md]        README[.md]         THANKS[.md]
-   ChangeLog[.md]      NEWS[.md]
- 
- Files automatically distributed if found (under certain conditions):
-   README-alpha[.md]   config.h.bot        configure           configure.in
-   acconfig.h          config.h.top        configure.ac        stamp-vti
-   aclocal.m4
- 
- Report bugs to <bug-automake@gnu.org>.
- GNU Automake home page: <https://www.gnu.org/software/automake/>.
- General help using GNU software: <https://www.gnu.org/gethelp/>.
-> compiled  conf-automake.1
-> installed conf-automake.1
Processing 17/18: [gmp-ecm: autoreconf]
+ /usr/bin/autoreconf "-i" "-s" (CWD=/home/opam/.opam/5.1/.opam-switch/build/gmp-ecm.7.0.3)
- libtoolize: putting auxiliary files in '.'.
- libtoolize: linking file './ltmain.sh'
- libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
- libtoolize: linking file 'm4/libtool.m4'
- libtoolize: linking file 'm4/ltoptions.m4'
- libtoolize: linking file 'm4/ltsugar.m4'
- libtoolize: linking file 'm4/ltversion.m4'
- libtoolize: linking file 'm4/lt~obsolete.m4'
- configure.ac:161: warning: The macro `AC_PROG_CC_C99' is obsolete.
- configure.ac:161: You should run autoupdate.
- ./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from...
- configure.ac:161: the top level
- configure.ac:186: warning: The macro `AC_HEADER_TIME' is obsolete.
- configure.ac:186: You should run autoupdate.
- ./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from...
- configure.ac:186: the top level
- configure.ac:268: warning: The macro `AC_FD_CC' is obsolete.
- configure.ac:268: You should run autoupdate.
- ./lib/autoconf/general.m4:399: AC_FD_CC is expanded from...
- lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
- lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
- ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
- ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
- acinclude.m4:76: GMP_PROG_M4 is expanded from...
- configure.ac:268: the top level
- configure.ac:269: warning: The macro `AC_FD_CC' is obsolete.
- configure.ac:269: You should run autoupdate.
- ./lib/autoconf/general.m4:399: AC_FD_CC is expanded from...
- lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
- lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
- ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
- ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
- acinclude.m4:286: GMP_ASM_UNDERSCORE is expanded from...
- configure.ac:269: the top level
- configure.ac:272: warning: The macro `AC_FD_CC' is obsolete.
- configure.ac:272: You should run autoupdate.
- ./lib/autoconf/general.m4:399: AC_FD_CC is expanded from...
- acinclude.m4:157: GMP_TRY_ASSEMBLE is expanded from...
- lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
- lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
- ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
- ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
- acinclude.m4:194: GMP_ASM_TYPE is expanded from...
- configure.ac:272: the top level
- configure.ac:372: warning: The macro `AC_HEADER_STDC' is obsolete.
- configure.ac:372: You should run autoupdate.
- ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
- configure.ac:372: the top level
- configure.ac:161: installing './compile'
- configure.ac:9: installing './config.guess'
- configure.ac:9: installing './config.sub'
- configure.ac:8: installing './install-sh'
- configure.ac:8: installing './missing'
- Makefile.am: installing './INSTALL'
- Makefile.am: installing './depcomp'
- parallel-tests: installing './test-driver'
Processing 17/18: [gmp-ecm: ./configure]
+ /home/opam/.opam/5.1/.opam-switch/build/gmp-ecm.7.0.3/./configure "--prefix" "/home/opam/.opam/5.1" (CWD=/home/opam/.opam/5.1/.opam-switch/build/gmp-ecm.7.0.3)
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a race-free mkdir -p... /usr/bin/mkdir -p
- checking for gawk... no
- checking for mawk... mawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking build system type... x86_64-pc-linux-gnu
- checking host system type... x86_64-pc-linux-gnu
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for a sed that does not truncate output... /usr/bin/sed
- checking for CC and CFLAGS in gmp.h... yes CC=x86_64-linux-gnu-gcc CFLAGS=-g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3
- checking whether CC=x86_64-linux-gnu-gcc and CFLAGS=-g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 works... yes
- checking whether make supports the include directive... yes (GNU style)
- checking for gcc... x86_64-linux-gnu-gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether the compiler supports GNU C... yes
- checking whether x86_64-linux-gnu-gcc accepts -g... yes
- checking for x86_64-linux-gnu-gcc option to enable C11 features... none needed
- checking whether x86_64-linux-gnu-gcc understands -c and -o together... yes
- checking dependency style of x86_64-linux-gnu-gcc... 
- gcc3
- checking dependency style of x86_64-linux-gnu-gcc... gcc3
- checking how to print strings... printf
- checking for a sed that does not truncate output... (cached) /usr/bin/sed
- checking for fgrep... /usr/bin/grep -F
- checking for ld used by x86_64-linux-gnu-gcc... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
- checking the name lister (/usr/bin/nm -B) interface... BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 1572864
- checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
- checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
- checking for /usr/bin/ld option to reload object files... -r
- checking for file... file
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for dlltool... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for ar... ar
- checking for archiver @FILE support... @
- checking for strip... strip
- checking for ranlib... ranlib
- checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... ok
- checking for sysroot... no
- checking for a working dd... /usr/bin/dd
- checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
- checking for mt... no
- checking if : is a manifest tool... no
- checking for stdio.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for strings.h... yes
- checking for sys/stat.h... yes
- checking for sys/types.h... yes
- checking for unistd.h... yes
- checking for sys/time.h... yes
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
- checking for x86_64-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
- checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
- checking if x86_64-linux-gnu-gcc static flag -static works... 
- yes
- checking if x86_64-linux-gnu-gcc supports -c -o file.o... yes
- checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes
- checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking dynamic linker characteristics... GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... no
- checking whether to build static libraries... yes
- checking for int64_t... yes
- checking for uint64_t... yes
- checking for unsigned long long int... yes
- checking for long long int... yes
- checking for an ANSI C-conforming const... yes
- checking for inline... inline
- checking for size_t... yes
- checking if assembly code is ELF... checking how to run the C preprocessor... x86_64-linux-gnu-gcc -E
- yes
- checking for suitable m4... m4
- checking how to switch to text section... .text
- checking how to export a symbol... .globl
- checking what assembly label suffix to use... :
- checking if globals are prefixed by underscore... no
- checking how to switch to text section... (cached) .text
- checking how to export a symbol... (cached) .globl
- checking for assembler .type directive... .type	$1,@$2
- checking for working alloca.h... yes
- checking for alloca... yes
- checking for egrep... (cached) /usr/bin/grep -E
- checking for math.h... 
- yes
- checking for limits.h... yes
- checking for malloc.h... yes
- checking for strings.h... (cached) yes
- checking for sys/time.h... (cached) yes
- checking for unistd.h... (cached) yes
- checking for io.h... no
- checking for signal.h... yes
- checking for fcntl.h... yes
- checking for windows.h... no
- checking for psapi.h... no
- checking for ctype.h... yes
- checking for sys/types.h... (cached) yes
- checking for sys/resource.h... yes
- checking for aio.h... yes
- checking for working strtod... yes
- checking for pow in -lm... yes
- checking for floor in -lm... yes
- checking for sqrt in -lm... yes
- checking for fmod in -lm... yes
- checking for cos in -lm... yes
- checking for aio_read in -lrt... yes
- checking for GetProcessMemoryInfo in -lpsapi... no
- checking for isascii... 
- yes
- checking for memset... yes
- checking for strchr... yes
- checking for strlen... yes
- checking for strncasecmp... yes
- checking for strstr... yes
- checking for access... yes
- checking for unlink... yes
- checking for isspace... yes
- checking for isdigit... yes
- checking for isxdigit... yes
- checking for time... 
- yes
- checking for ctime... yes
- checking for gethostname... yes
- checking for gettimeofday... yes
- checking for getrusage... yes
- checking for memmove... yes
- checking for signal... yes
- checking for fcntl... yes
- checking for fileno... yes
- checking for setvbuf... yes
- checking for fallocate... yes
- checking for aio_read... yes
- checking for aio_init... yes
- checking for _fseeki64... 
- no
- checking for _ftelli64... no
- checking for malloc_usable_size... yes
- checking for gmp.h... yes
- checking for recent GMP... yes
- checking if GMP is MPIR... no
- checking whether we can link against GMP... yes
- checking if gmp.h version and libgmp version are the same... (6.2.1/6.2.1) yes
- checking for __gmpn_add_nc... yes
- checking for __gmpn_mod_34lsub1... yes
- checking for __gmpn_redc_1... yes
- checking for __gmpn_redc_2... yes
- checking for __gmpn_mullo_n... yes
- checking for __gmpn_redc_n... yes
- checking for __gmpn_preinv_mod_1... yes
- checking for __gmpn_mod_1s_4p_cps... yes
- checking for __gmpn_mod_1s_4p... 
- yes
- checking for __gmpn_mul_fft... yes
- checking for __gmpn_fft_next_size... yes
- checking for __gmpn_fft_best_k... yes
- checking for __gmpn_mulmod_bnm1... yes
- checking for __gmpn_mulmod_bnm1_next_size... yes
- checking whether assembler supports --noexecstack option... yes
- checking whether compiler knows __attribute__((hot))... yes
- checking for xsltproc... no
- checking whether self tests are run under valgrind... no
- creating config.m4
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating athlon/Makefile
- config.status: creating pentium4/Makefile
- config.status: creating x86_64/Makefile
- config.status: creating powerpc64/Makefile
- config.status: creating aprtcle/Makefile
- config.status: creating build.vc12/Makefile
- config.status: creating build.vc12/assembler/Makefile
- config.status: creating build.vc12/ecm/Makefile
- config.status: creating build.vc12/ecm_gpu/Makefile
- config.status: creating build.vc12/libecm/Makefile
- config.status: creating build.vc12/libecm_gpu/Makefile
- config.status: creating build.vc12/tune/Makefile
- config.status: creating build.vc12/bench_mulredc/Makefile
- config.status: creating config.h
- config.status: creating ecm.h
- config.status: executing depfiles commands
- config.status: executing libtool commands
- configure: Configuration:
- configure: Build for host type x86_64-pc-linux-gnu
- configure: CC=x86_64-linux-gnu-gcc, CFLAGS=-W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3
- configure: Linking GMP with -lgmp
- configure: Using asm redc code from directory x86_64
- configure: Not using SSE2 instructions in NTT code
- configure: Using APRCL to prove factors prime/composite
- configure: Assertions enabled
- configure: Shell command execution disabled
- configure: OpenMP disabled
- configure: Memory debugging disabled
Processing 17/18: [gmp-ecm: make 39]
+ /usr/bin/make "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/gmp-ecm.7.0.3)
- /usr/bin/make  all-recursive
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/gmp-ecm.7.0.3'
- Making all in x86_64
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/gmp-ecm.7.0.3/x86_64'
- m4 -I../ -DOPERATION_mulredc1 `test -f mulredc1.asm || echo './'`mulredc1.asm >mulredc1.s
- m4 -DLENGTH=2 mulredc.m4 > mulredc2.asm
- m4 -DLENGTH=3 mulredc.m4 > mulredc3.asm
- m4 -DLENGTH=4 mulredc.m4 > mulredc4.asm
- m4 -DLENGTH=5 mulredc.m4 > mulredc5.asm
- m4 -DLENGTH=6 mulredc.m4 > mulredc6.asm
- m4 -DLENGTH=7 mulredc.m4 > mulredc7.asm
- m4 -DLENGTH=8 mulredc.m4 > mulredc8.asm
- m4 -DLENGTH=9 mulredc.m4 > mulredc9.asm
- m4 -DLENGTH=10 mulredc.m4 > mulredc10.asm
- m4 -DLENGTH=11 mulredc.m4 > mulredc11.asm
- m4 -DLENGTH=12 mulredc.m4 > mulredc12.asm
- m4 -DLENGTH=13 mulredc.m4 > mulredc13.asm
- m4 -DLENGTH=14 mulredc.m4 > mulredc14.asm
- m4 -DLENGTH=15 mulredc.m4 > mulredc15.asm
- m4 -DLENGTH=16 mulredc.m4 > mulredc16.asm
- m4 -DLENGTH=17 mulredc.m4 > mulredc17.asm
- m4 -DLENGTH=18 mulredc.m4 > mulredc18.asm
- m4 -DLENGTH=19 mulredc.m4 > mulredc19.asm
- m4 -DLENGTH=20 mulredc.m4 > mulredc20.asm
- m4 -DLENGTH=2 mulredc1.m4 > mulredc1_2.asm
- m4 -DLENGTH=3 mulredc1.m4 > mulredc1_3.asm
- m4 -DLENGTH=4 mulredc1.m4 > mulredc1_4.asm
- m4 -DLENGTH=5 mulredc1.m4 > mulredc1_5.asm
- m4 -DLENGTH=6 mulredc1.m4 > mulredc1_6.asm
- m4 -DLENGTH=7 mulredc1.m4 > mulredc1_7.asm
- m4 -DLENGTH=8 mulredc1.m4 > mulredc1_8.asm
- m4 -DLENGTH=9 mulredc1.m4 > mulredc1_9.asm
- m4 -DLENGTH=10 mulredc1.m4 > mulredc1_10.asm
- m4 -DLENGTH=11 mulredc1.m4 > mulredc1_11.asm
- m4 -DLENGTH=12 mulredc1.m4 > mulredc1_12.asm
- m4 -DLENGTH=13 mulredc1.m4 > mulredc1_13.asm
- m4 -DLENGTH=14 mulredc1.m4 > mulredc1_14.asm
- m4 -DLENGTH=15 mulredc1.m4 > mulredc1_15.asm
- m4 -DLENGTH=16 mulredc1.m4 > mulredc1_16.asm
- m4 -DLENGTH=17 mulredc1.m4 > mulredc1_17.asm
- m4 -DLENGTH=18 mulredc1.m4 > mulredc1_18.asm
- m4 -DLENGTH=19 mulredc1.m4 > mulredc1_19.asm
- m4 -DLENGTH=20 mulredc1.m4 > mulredc1_20.asm
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc1.lo mulredc1.s
- m4 -I../ -DOPERATION_mulredc2 `test -f mulredc2.asm || echo './'`mulredc2.asm >mulredc2.s
- m4 -I../ -DOPERATION_mulredc3 `test -f mulredc3.asm || echo './'`mulredc3.asm >mulredc3.s
- m4 -I../ -DOPERATION_mulredc4 `test -f mulredc4.asm || echo './'`mulredc4.asm >mulredc4.s
- m4 -I../ -DOPERATION_mulredc5 `test -f mulredc5.asm || echo './'`mulredc5.asm >mulredc5.s
- m4 -I../ -DOPERATION_mulredc6 `test -f mulredc6.asm || echo './'`mulredc6.asm >mulredc6.s
- m4 -I../ -DOPERATION_mulredc7 `test -f mulredc7.asm || echo './'`mulredc7.asm >mulredc7.s
- m4 -I../ -DOPERATION_mulredc8 `test -f mulredc8.asm || echo './'`mulredc8.asm >mulredc8.s
- m4 -I../ -DOPERATION_mulredc9 `test -f mulredc9.asm || echo './'`mulredc9.asm >mulredc9.s
- m4 -I../ -DOPERATION_mulredc10 `test -f mulredc10.asm || echo './'`mulredc10.asm >mulredc10.s
- m4 -I../ -DOPERATION_mulredc11 `test -f mulredc11.asm || echo './'`mulredc11.asm >mulredc11.s
- m4 -I../ -DOPERATION_mulredc12 `test -f mulredc12.asm || echo './'`mulredc12.asm >mulredc12.s
- m4 -I../ -DOPERATION_mulredc13 `test -f mulredc13.asm || echo './'`mulredc13.asm >mulredc13.s
- m4 -I../ -DOPERATION_mulredc14 `test -f mulredc14.asm || echo './'`mulredc14.asm >mulredc14.s
- m4 -I../ -DOPERATION_mulredc15 `test -f mulredc15.asm || echo './'`mulredc15.asm >mulredc15.s
- m4 -I../ -DOPERATION_mulredc16 `test -f mulredc16.asm || echo './'`mulredc16.asm >mulredc16.s
- m4 -I../ -DOPERATION_mulredc17 `test -f mulredc17.asm || echo './'`mulredc17.asm >mulredc17.s
- m4 -I../ -DOPERATION_mulredc18 `test -f mulredc18.asm || echo './'`mulredc18.asm >mulredc18.s
- m4 -I../ -DOPERATION_mulredc19 `test -f mulredc19.asm || echo './'`mulredc19.asm >mulredc19.s
- m4 -I../ -DOPERATION_mulredc20 `test -f mulredc20.asm || echo './'`mulredc20.asm >mulredc20.s
- m4 -I../ -DOPERATION_mulredc1_2 `test -f mulredc1_2.asm || echo './'`mulredc1_2.asm >mulredc1_2.s
- m4 -I../ -DOPERATION_mulredc1_3 `test -f mulredc1_3.asm || echo './'`mulredc1_3.asm >mulredc1_3.s
- m4 -I../ -DOPERATION_mulredc1_4 `test -f mulredc1_4.asm || echo './'`mulredc1_4.asm >mulredc1_4.s
- m4 -I../ -DOPERATION_mulredc1_5 `test -f mulredc1_5.asm || echo './'`mulredc1_5.asm >mulredc1_5.s
- m4 -I../ -DOPERATION_mulredc1_6 `test -f mulredc1_6.asm || echo './'`mulredc1_6.asm >mulredc1_6.s
- m4 -I../ -DOPERATION_mulredc1_7 `test -f mulredc1_7.asm || echo './'`mulredc1_7.asm >mulredc1_7.s
- m4 -I../ -DOPERATION_mulredc1_8 `test -f mulredc1_8.asm || echo './'`mulredc1_8.asm >mulredc1_8.s
- m4 -I../ -DOPERATION_mulredc1_9 `test -f mulredc1_9.asm || echo './'`mulredc1_9.asm >mulredc1_9.s
- m4 -I../ -DOPERATION_mulredc1_10 `test -f mulredc1_10.asm || echo './'`mulredc1_10.asm >mulredc1_10.s
- m4 -I../ -DOPERATION_mulredc1_11 `test -f mulredc1_11.asm || echo './'`mulredc1_11.asm >mulredc1_11.s
- m4 -I../ -DOPERATION_mulredc1_12 `test -f mulredc1_12.asm || echo './'`mulredc1_12.asm >mulredc1_12.s
- m4 -I../ -DOPERATION_mulredc1_13 `test -f mulredc1_13.asm || echo './'`mulredc1_13.asm >mulredc1_13.s
- m4 -I../ -DOPERATION_mulredc1_14 `test -f mulredc1_14.asm || echo './'`mulredc1_14.asm >mulredc1_14.s
- m4 -I../ -DOPERATION_mulredc1_15 `test -f mulredc1_15.asm || echo './'`mulredc1_15.asm >mulredc1_15.s
- m4 -I../ -DOPERATION_mulredc1_16 `test -f mulredc1_16.asm || echo './'`mulredc1_16.asm >mulredc1_16.s
- m4 -I../ -DOPERATION_mulredc1_17 `test -f mulredc1_17.asm || echo './'`mulredc1_17.asm >mulredc1_17.s
- m4 -I../ -DOPERATION_mulredc1_18 `test -f mulredc1_18.asm || echo './'`mulredc1_18.asm >mulredc1_18.s
- m4 -I../ -DOPERATION_mulredc1_19 `test -f mulredc1_19.asm || echo './'`mulredc1_19.asm >mulredc1_19.s
- m4 -I../ -DOPERATION_mulredc1_20 `test -f mulredc1_20.asm || echo './'`mulredc1_20.asm >mulredc1_20.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc2.lo mulredc2.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc3.lo mulredc3.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc4.lo mulredc4.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc5.lo mulredc5.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc6.lo mulredc6.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc7.lo mulredc7.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc8.lo mulredc8.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc9.lo mulredc9.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc10.lo mulredc10.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc11.lo mulredc11.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc12.lo mulredc12.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc13.lo mulredc13.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc14.lo mulredc14.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc15.lo mulredc15.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc16.lo mulredc16.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc17.lo mulredc17.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc18.lo mulredc18.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc19.lo mulredc19.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc20.lo mulredc20.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc1_2.lo mulredc1_2.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc1_3.lo mulredc1_3.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc1_4.lo mulredc1_4.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc1_5.lo mulredc1_5.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc1_6.lo mulredc1_6.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc1_7.lo mulredc1_7.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc1_8.lo mulredc1_8.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc1_9.lo mulredc1_9.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc1_10.lo mulredc1_10.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc1_11.lo mulredc1_11.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc1_12.lo mulredc1_12.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc1_13.lo mulredc1_13.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc1_14.lo mulredc1_14.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc1_15.lo mulredc1_15.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc1_16.lo mulredc1_16.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc1_17.lo mulredc1_17.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc1_18.lo mulredc1_18.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc1_19.lo mulredc1_19.s
- /bin/bash ../libtool    --mode=compile x86_64-linux-gnu-gcc  -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c -o mulredc1_20.lo mulredc1_20.s
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc1.s -o mulredc1.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc2.s -o mulredc2.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc5.s -o mulredc5.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc9.s -o mulredc9.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc4.s -o mulredc4.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc8.s -o mulredc8.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc6.s -o mulredc6.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc16.s -o mulredc16.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc17.s -o mulredc17.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc14.s -o mulredc14.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc12.s -o mulredc12.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc10.s -o mulredc10.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc7.s -o mulredc7.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc3.s -o mulredc3.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc18.s -o mulredc18.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc13.s -o mulredc13.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc1_4.s -o mulredc1_4.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc19.s -o mulredc19.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc1_7.s -o mulredc1_7.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc15.s -o mulredc15.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc1_6.s -o mulredc1_6.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc1_11.s -o mulredc1_11.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc1_3.s -o mulredc1_3.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc1_9.s -o mulredc1_9.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc1_2.s -o mulredc1_2.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc20.s -o mulredc20.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc1_10.s -o mulredc1_10.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc1_15.s -o mulredc1_15.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc1_8.s -o mulredc1_8.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc11.s -o mulredc11.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc1_17.s -o mulredc1_17.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc1_20.s -o mulredc1_20.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc1_18.s -o mulredc1_18.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc1_12.s -o mulredc1_12.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc1_5.s -o mulredc1_5.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc1_16.s -o mulredc1_16.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc1_13.s -o mulredc1_13.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc1_14.s -o mulredc1_14.o
- libtool: compile:  x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -c mulredc1_19.s -o mulredc1_19.o
- /bin/bash ../libtool  --tag=CC   --mode=link x86_64-linux-gnu-gcc  -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3   -o libmulredc.la  mulredc1.lo mulredc2.lo mulredc3.lo mulredc4.lo mulredc5.lo mulredc6.lo mulredc7.lo mulredc8.lo mulredc9.lo mulredc10.lo mulredc11.lo mulredc12.lo mulredc13.lo mulredc14.lo mulredc15.lo mulredc16.lo mulredc17.lo mulredc18.lo mulredc19.lo mulredc20.lo mulredc1_2.lo mulredc1_3.lo mulredc1_4.lo mulredc1_5.lo mulredc1_6.lo mulredc1_7.lo mulredc1_8.lo mulredc1_9.lo mulredc1_10.lo mulredc1_11.lo mulredc1_12.lo mulredc1_13.lo mulredc1_14.lo mulredc1_15.lo mulredc1_16.lo mulredc1_17.lo mulredc1_18.lo mulredc1_19.lo mulredc1_20.lo  
- libtool: link: ar cr .libs/libmulredc.a  mulredc1.o mulredc2.o mulredc3.o mulredc4.o mulredc5.o mulredc6.o mulredc7.o mulredc8.o mulredc9.o mulredc10.o mulredc11.o mulredc12.o mulredc13.o mulredc14.o mulredc15.o mulredc16.o mulredc17.o mulredc18.o mulredc19.o mulredc20.o mulredc1_2.o mulredc1_3.o mulredc1_4.o mulredc1_5.o mulredc1_6.o mulredc1_7.o mulredc1_8.o mulredc1_9.o mulredc1_10.o mulredc1_11.o mulredc1_12.o mulredc1_13.o mulredc1_14.o mulredc1_15.o mulredc1_16.o mulredc1_17.o mulredc1_18.o mulredc1_19.o mulredc1_20.o
- libtool: link: ranlib .libs/libmulredc.a
- libtool: link: ( cd ".libs" && rm -f "libmulredc.la" && ln -s "../libmulredc.la" "libmulredc.la" )
- rm mulredc17.s mulredc1_7.s mulredc5.s mulredc1_20.s mulredc1_19.s mulredc1_6.s mulredc1_15.s mulredc8.s mulredc9.s mulredc6.s mulredc1_16.s mulredc13.s mulredc1_18.s mulredc12.s mulredc11.s mulredc1_3.s mulredc14.s mulredc15.s mulredc1_11.s mulredc1_17.s mulredc3.s mulredc7.s mulredc1_4.s mulredc19.s mulredc1_13.s mulredc1_5.s mulredc2.s mulredc10.s mulredc1_9.s mulredc20.s mulredc16.s mulredc1_12.s mulredc1.s mulredc18.s mulredc1_10.s mulredc1_8.s mulredc4.s mulredc1_14.s mulredc1_2.s
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/gmp-ecm.7.0.3/x86_64'
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/gmp-ecm.7.0.3'
- x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DOUTSIDE_LIBECM   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT ecm-auxi.o -MD -MP -MF .deps/ecm-auxi.Tpo -c -o ecm-auxi.o `test -f 'auxi.c' || echo './'`auxi.c
- x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DOUTSIDE_LIBECM   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT ecm-b1_ainc.o -MD -MP -MF .deps/ecm-b1_ainc.Tpo -c -o ecm-b1_ainc.o `test -f 'b1_ainc.c' || echo './'`b1_ainc.c
- x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DOUTSIDE_LIBECM   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT ecm-candi.o -MD -MP -MF .deps/ecm-candi.Tpo -c -o ecm-candi.o `test -f 'candi.c' || echo './'`candi.c
- x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DOUTSIDE_LIBECM   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT ecm-eval.o -MD -MP -MF .deps/ecm-eval.Tpo -c -o ecm-eval.o `test -f 'eval.c' || echo './'`eval.c
- x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DOUTSIDE_LIBECM   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT ecm-main.o -MD -MP -MF .deps/ecm-main.Tpo -c -o ecm-main.o `test -f 'main.c' || echo './'`main.c
- x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DOUTSIDE_LIBECM   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT ecm-resume.o -MD -MP -MF .deps/ecm-resume.Tpo -c -o ecm-resume.o `test -f 'resume.c' || echo './'`resume.c
- x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DOUTSIDE_LIBECM   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT ecm-addlaws.o -MD -MP -MF .deps/ecm-addlaws.Tpo -c -o ecm-addlaws.o `test -f 'addlaws.c' || echo './'`addlaws.c
- x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DOUTSIDE_LIBECM   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT ecm-torsions.o -MD -MP -MF .deps/ecm-torsions.Tpo -c -o ecm-torsions.o `test -f 'torsions.c' || echo './'`torsions.c
- x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DOUTSIDE_LIBECM   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT ecm-getprime_r.o -MD -MP -MF .deps/ecm-getprime_r.Tpo -c -o ecm-getprime_r.o `test -f 'getprime_r.c' || echo './'`getprime_r.c
- x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DOUTSIDE_LIBECM   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT ecm-memusage.o -MD -MP -MF .deps/ecm-memusage.Tpo -c -o ecm-memusage.o `test -f 'memusage.c' || echo './'`memusage.c
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-ecm.lo -MD -MP -MF .deps/libecm_la-ecm.Tpo -c -o libecm_la-ecm.lo `test -f 'ecm.c' || echo './'`ecm.c
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-ecm2.lo -MD -MP -MF .deps/libecm_la-ecm2.Tpo -c -o libecm_la-ecm2.lo `test -f 'ecm2.c' || echo './'`ecm2.c
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-pm1.lo -MD -MP -MF .deps/libecm_la-pm1.Tpo -c -o libecm_la-pm1.lo `test -f 'pm1.c' || echo './'`pm1.c
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-pp1.lo -MD -MP -MF .deps/libecm_la-pp1.Tpo -c -o libecm_la-pp1.lo `test -f 'pp1.c' || echo './'`pp1.c
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-getprime_r.lo -MD -MP -MF .deps/libecm_la-getprime_r.Tpo -c -o libecm_la-getprime_r.lo `test -f 'getprime_r.c' || echo './'`getprime_r.c
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-listz.lo -MD -MP -MF .deps/libecm_la-listz.Tpo -c -o libecm_la-listz.lo `test -f 'listz.c' || echo './'`listz.c
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-lucas.lo -MD -MP -MF .deps/libecm_la-lucas.Tpo -c -o libecm_la-lucas.lo `test -f 'lucas.c' || echo './'`lucas.c
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-stage2.lo -MD -MP -MF .deps/libecm_la-stage2.Tpo -c -o libecm_la-stage2.lo `test -f 'stage2.c' || echo './'`stage2.c
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-mpmod.lo -MD -MP -MF .deps/libecm_la-mpmod.Tpo -c -o libecm_la-mpmod.lo `test -f 'mpmod.c' || echo './'`mpmod.c
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-mul_lo.lo -MD -MP -MF .deps/libecm_la-mul_lo.Tpo -c -o libecm_la-mul_lo.lo `test -f 'mul_lo.c' || echo './'`mul_lo.c
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-polyeval.lo -MD -MP -MF .deps/libecm_la-polyeval.Tpo -c -o libecm_la-polyeval.lo `test -f 'polyeval.c' || echo './'`polyeval.c
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-median.lo -MD -MP -MF .deps/libecm_la-median.Tpo -c -o libecm_la-median.lo `test -f 'median.c' || echo './'`median.c
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-schoen_strass.lo -MD -MP -MF .deps/libecm_la-schoen_strass.Tpo -c -o libecm_la-schoen_strass.lo `test -f 'schoen_strass.c' || echo './'`schoen_strass.c
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-ks-multiply.lo -MD -MP -MF .deps/libecm_la-ks-multiply.Tpo -c -o libecm_la-ks-multiply.lo `test -f 'ks-multiply.c' || echo './'`ks-multiply.c
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-rho.lo -MD -MP -MF .deps/libecm_la-rho.Tpo -c -o libecm_la-rho.lo `test -f 'rho.c' || echo './'`rho.c
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-bestd.lo -MD -MP -MF .deps/libecm_la-bestd.Tpo -c -o libecm_la-bestd.lo `test -f 'bestd.c' || echo './'`bestd.c
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-auxlib.lo -MD -MP -MF .deps/libecm_la-auxlib.Tpo -c -o libecm_la-auxlib.lo `test -f 'auxlib.c' || echo './'`auxlib.c
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-random.lo -MD -MP -MF .deps/libecm_la-random.Tpo -c -o libecm_la-random.lo `test -f 'random.c' || echo './'`random.c
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-factor.lo -MD -MP -MF .deps/libecm_la-factor.Tpo -c -o libecm_la-factor.lo `test -f 'factor.c' || echo './'`factor.c
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-sp.lo -MD -MP -MF .deps/libecm_la-sp.Tpo -c -o libecm_la-sp.lo `test -f 'sp.c' || echo './'`sp.c
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-spv.lo -MD -MP -MF .deps/libecm_la-spv.Tpo -c -o libecm_la-spv.lo `test -f 'spv.c' || echo './'`spv.c
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-spm.lo -MD -MP -MF .deps/libecm_la-spm.Tpo -c -o libecm_la-spm.lo `test -f 'spm.c' || echo './'`spm.c
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-mpzspm.lo -MD -MP -MF .deps/libecm_la-mpzspm.Tpo -c -o libecm_la-mpzspm.lo `test -f 'mpzspm.c' || echo './'`mpzspm.c
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-mpzspv.lo -MD -MP -MF .deps/libecm_la-mpzspv.Tpo -c -o libecm_la-mpzspv.lo `test -f 'mpzspv.c' || echo './'`mpzspv.c
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-ntt_gfp.lo -MD -MP -MF .deps/libecm_la-ntt_gfp.Tpo -c -o libecm_la-ntt_gfp.lo `test -f 'ntt_gfp.c' || echo './'`ntt_gfp.c
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-ecm_ntt.lo -MD -MP -MF .deps/libecm_la-ecm_ntt.Tpo -c -o libecm_la-ecm_ntt.lo `test -f 'ecm_ntt.c' || echo './'`ecm_ntt.c
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-pm1fs2.lo -MD -MP -MF .deps/libecm_la-pm1fs2.Tpo -c -o libecm_la-pm1fs2.lo `test -f 'pm1fs2.c' || echo './'`pm1fs2.c
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-sets_long.lo -MD -MP -MF .deps/libecm_la-sets_long.Tpo -c -o libecm_la-sets_long.lo `test -f 'sets_long.c' || echo './'`sets_long.c
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-auxarith.lo -MD -MP -MF .deps/libecm_la-auxarith.Tpo -c -o libecm_la-auxarith.lo `test -f 'auxarith.c' || echo './'`auxarith.c
- mv -f .deps/ecm-memusage.Tpo .deps/ecm-memusage.Po
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-pp1.lo -MD -MP -MF .deps/libecm_la-pp1.Tpo -c pp1.c -o libecm_la-pp1.o
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-lucas.lo -MD -MP -MF .deps/libecm_la-lucas.Tpo -c lucas.c -o libecm_la-lucas.o
- mv -f .deps/ecm-getprime_r.Tpo .deps/ecm-getprime_r.Po
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-batch.lo -MD -MP -MF .deps/libecm_la-batch.Tpo -c -o libecm_la-batch.lo `test -f 'batch.c' || echo './'`batch.c
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-ecm2.lo -MD -MP -MF .deps/libecm_la-ecm2.Tpo -c ecm2.c -o libecm_la-ecm2.o
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-polyeval.lo -MD -MP -MF .deps/libecm_la-polyeval.Tpo -c polyeval.c -o libecm_la-polyeval.o
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-getprime_r.lo -MD -MP -MF .deps/libecm_la-getprime_r.Tpo -c getprime_r.c -o libecm_la-getprime_r.o
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-listz.lo -MD -MP -MF .deps/libecm_la-listz.Tpo -c listz.c -o libecm_la-listz.o
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-parametrizations.lo -MD -MP -MF .deps/libecm_la-parametrizations.Tpo -c -o libecm_la-parametrizations.lo `test -f 'parametrizations.c' || echo './'`parametrizations.c
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-stage2.lo -MD -MP -MF .deps/libecm_la-stage2.Tpo -c stage2.c -o libecm_la-stage2.o
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-bestd.lo -MD -MP -MF .deps/libecm_la-bestd.Tpo -c bestd.c -o libecm_la-bestd.o
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-mul_lo.lo -MD -MP -MF .deps/libecm_la-mul_lo.Tpo -c mul_lo.c -o libecm_la-mul_lo.o
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-median.lo -MD -MP -MF .deps/libecm_la-median.Tpo -c median.c -o libecm_la-median.o
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-rho.lo -MD -MP -MF .deps/libecm_la-rho.Tpo -c rho.c -o libecm_la-rho.o
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-pm1.lo -MD -MP -MF .deps/libecm_la-pm1.Tpo -c pm1.c -o libecm_la-pm1.o
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-schoen_strass.lo -MD -MP -MF .deps/libecm_la-schoen_strass.Tpo -c schoen_strass.c -o libecm_la-schoen_strass.o
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-random.lo -MD -MP -MF .deps/libecm_la-random.Tpo -c random.c -o libecm_la-random.o
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-mpzspv.lo -MD -MP -MF .deps/libecm_la-mpzspv.Tpo -c mpzspv.c -o libecm_la-mpzspv.o
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-sp.lo -MD -MP -MF .deps/libecm_la-sp.Tpo -c sp.c -o libecm_la-sp.o
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-auxlib.lo -MD -MP -MF .deps/libecm_la-auxlib.Tpo -c auxlib.c -o libecm_la-auxlib.o
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-ks-multiply.lo -MD -MP -MF .deps/libecm_la-ks-multiply.Tpo -c ks-multiply.c -o libecm_la-ks-multiply.o
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-mpmod.lo -MD -MP -MF .deps/libecm_la-mpmod.Tpo -c mpmod.c -o libecm_la-mpmod.o
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-factor.lo -MD -MP -MF .deps/libecm_la-factor.Tpo -c factor.c -o libecm_la-factor.o
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-pm1fs2.lo -MD -MP -MF .deps/libecm_la-pm1fs2.Tpo -c pm1fs2.c -o libecm_la-pm1fs2.o
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-spv.lo -MD -MP -MF .deps/libecm_la-spv.Tpo -c spv.c -o libecm_la-spv.o
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-mpzspm.lo -MD -MP -MF .deps/libecm_la-mpzspm.Tpo -c mpzspm.c -o libecm_la-mpzspm.o
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-ecm.lo -MD -MP -MF .deps/libecm_la-ecm.Tpo -c ecm.c -o libecm_la-ecm.o
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-sets_long.lo -MD -MP -MF .deps/libecm_la-sets_long.Tpo -c sets_long.c -o libecm_la-sets_long.o
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-auxarith.lo -MD -MP -MF .deps/libecm_la-auxarith.Tpo -c auxarith.c -o libecm_la-auxarith.o
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-ntt_gfp.lo -MD -MP -MF .deps/libecm_la-ntt_gfp.Tpo -c ntt_gfp.c -o libecm_la-ntt_gfp.o
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-spm.lo -MD -MP -MF .deps/libecm_la-spm.Tpo -c spm.c -o libecm_la-spm.o
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-ecm_ntt.lo -MD -MP -MF .deps/libecm_la-ecm_ntt.Tpo -c ecm_ntt.c -o libecm_la-ecm_ntt.o
- resume.c: In function 'write_resumefile_line':
- resume.c:440:7: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
-   440 |       else
-       |       ^~~~
- In file included from resume.c:29:
- resume.c:443:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
-   443 |         mpz_out_str (file, 10, sigma);
-       |         ^~~~~~~~~~~
- resume.c: In function 'write_resumefile':
- resume.c:606:21: warning: the comparison will always evaluate as 'false' for the address of 'y' will never be NULL [-Waddress]
-   606 |       if (params->y == NULL)
-       |                     ^~
- In file included from resume.c:30:
- ecm.h:76:12: note: 'y' declared here
-    76 |   mpz_t x, y;        /* starting point (if non zero) */
-       |            ^
- pp1.c: In function 'pp1':
- pp1.c:309:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
-   309 |   if (mpz_sgn (B2min) < 0)
-       |   ^~
- pp1.c:312:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
-   312 |     {
-       |     ^
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-batch.lo -MD -MP -MF .deps/libecm_la-batch.Tpo -c batch.c -o libecm_la-batch.o
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-parametrizations.lo -MD -MP -MF .deps/libecm_la-parametrizations.Tpo -c parametrizations.c -o libecm_la-parametrizations.o
- mv -f .deps/libecm_la-getprime_r.Tpo .deps/libecm_la-getprime_r.Plo
- mv -f .deps/ecm-b1_ainc.Tpo .deps/ecm-b1_ainc.Po
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-cudawrapper.lo -MD -MP -MF .deps/libecm_la-cudawrapper.Tpo -c -o libecm_la-cudawrapper.lo `test -f 'cudawrapper.c' || echo './'`cudawrapper.c
- mv -f .deps/libecm_la-mul_lo.Tpo .deps/libecm_la-mul_lo.Plo
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT aprtcle/libecm_la-mpz_aprcl.lo -MD -MP -MF aprtcle/.deps/libecm_la-mpz_aprcl.Tpo -c -o aprtcle/libecm_la-mpz_aprcl.lo `test -f 'aprtcle/mpz_aprcl.c' || echo './'`aprtcle/mpz_aprcl.c
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-addlaws.lo -MD -MP -MF .deps/libecm_la-addlaws.Tpo -c -o libecm_la-addlaws.lo `test -f 'addlaws.c' || echo './'`addlaws.c
- mv -f .deps/libecm_la-auxarith.Tpo .deps/libecm_la-auxarith.Plo
- mv -f .deps/libecm_la-lucas.Tpo .deps/libecm_la-lucas.Plo
- /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-torsions.lo -MD -MP -MF .deps/libecm_la-torsions.Tpo -c -o libecm_la-torsions.lo `test -f 'torsions.c' || echo './'`torsions.c
- mv -f .deps/libecm_la-sp.Tpo .deps/libecm_la-sp.Plo
- x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DTUNE -I./x86_64   -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT tune-mpmod.o -MD -MP -MF .deps/tune-mpmod.Tpo -c -o tune-mpmod.o `test -f 'mpmod.c' || echo './'`mpmod.c
- x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DTUNE -I./x86_64   -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT tune-tune.o -MD -MP -MF .deps/tune-tune.Tpo -c -o tune-tune.o `test -f 'tune.c' || echo './'`tune.c
- mv -f .deps/libecm_la-random.Tpo .deps/libecm_la-random.Plo
- x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DTUNE -I./x86_64   -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT tune-mul_lo.o -MD -MP -MF .deps/tune-mul_lo.Tpo -c -o tune-mul_lo.o `test -f 'mul_lo.c' || echo './'`mul_lo.c
- mv -f .deps/ecm-candi.Tpo .deps/ecm-candi.Po
- x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DTUNE -I./x86_64   -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT tune-listz.o -MD -MP -MF .deps/tune-listz.Tpo -c -o tune-listz.o `test -f 'listz.c' || echo './'`listz.c
- mv -f .deps/libecm_la-factor.Tpo .deps/libecm_la-factor.Plo
- x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DTUNE -I./x86_64   -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT tune-auxlib.o -MD -MP -MF .deps/tune-auxlib.Tpo -c -o tune-auxlib.o `test -f 'auxlib.c' || echo './'`auxlib.c
- mv -f .deps/libecm_la-auxlib.Tpo .deps/libecm_la-auxlib.Plo
- mv -f .deps/ecm-auxi.Tpo .deps/ecm-auxi.Po
- x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DTUNE -I./x86_64   -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT tune-ks-multiply.o -MD -MP -MF .deps/tune-ks-multiply.Tpo -c -o tune-ks-multiply.o `test -f 'ks-multiply.c' || echo './'`ks-multiply.c
- x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DTUNE -I./x86_64   -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT tune-schoen_strass.o -MD -MP -MF .deps/tune-schoen_strass.Tpo -c -o tune-schoen_strass.o `test -f 'schoen_strass.c' || echo './'`schoen_strass.c
- mv -f .deps/libecm_la-spv.Tpo .deps/libecm_la-spv.Plo
- x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DTUNE -I./x86_64   -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT tune-polyeval.o -MD -MP -MF .deps/tune-polyeval.Tpo -c -o tune-polyeval.o `test -f 'polyeval.c' || echo './'`polyeval.c
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-cudawrapper.lo -MD -MP -MF .deps/libecm_la-cudawrapper.Tpo -c cudawrapper.c -o libecm_la-cudawrapper.o
- mv -f .deps/libecm_la-bestd.Tpo .deps/libecm_la-bestd.Plo
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT aprtcle/libecm_la-mpz_aprcl.lo -MD -MP -MF aprtcle/.deps/libecm_la-mpz_aprcl.Tpo -c aprtcle/mpz_aprcl.c -o aprtcle/libecm_la-mpz_aprcl.o
- x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DTUNE -I./x86_64   -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT tune-median.o -MD -MP -MF .deps/tune-median.Tpo -c -o tune-median.o `test -f 'median.c' || echo './'`median.c
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-addlaws.lo -MD -MP -MF .deps/libecm_la-addlaws.Tpo -c addlaws.c -o libecm_la-addlaws.o
- libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./x86_64 -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT libecm_la-torsions.lo -MD -MP -MF .deps/libecm_la-torsions.Tpo -c torsions.c -o libecm_la-torsions.o
- mv -f .deps/tune-mul_lo.Tpo .deps/tune-mul_lo.Po
- x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DTUNE -I./x86_64   -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT tune-ecm_ntt.o -MD -MP -MF .deps/tune-ecm_ntt.Tpo -c -o tune-ecm_ntt.o `test -f 'ecm_ntt.c' || echo './'`ecm_ntt.c
- mv -f .deps/libecm_la-mpzspm.Tpo .deps/libecm_la-mpzspm.Plo
- x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DTUNE -I./x86_64   -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT tune-ntt_gfp.o -MD -MP -MF .deps/tune-ntt_gfp.Tpo -c -o tune-ntt_gfp.o `test -f 'ntt_gfp.c' || echo './'`ntt_gfp.c
- mv -f .deps/libecm_la-batch.Tpo .deps/libecm_la-batch.Plo
- x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DTUNE -I./x86_64   -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT tune-mpzspv.o -MD -MP -MF .deps/tune-mpzspv.Tpo -c -o tune-mpzspv.o `test -f 'mpzspv.c' || echo './'`mpzspv.c
- mv -f .deps/libecm_la-polyeval.Tpo .deps/libecm_la-polyeval.Plo
- mv -f .deps/libecm_la-pp1.Tpo .deps/libecm_la-pp1.Plo
- x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DTUNE -I./x86_64   -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT tune-mpzspm.o -MD -MP -MF .deps/tune-mpzspm.Tpo -c -o tune-mpzspm.o `test -f 'mpzspm.c' || echo './'`mpzspm.c
- mv -f .deps/libecm_la-spm.Tpo .deps/libecm_la-spm.Plo
- x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DTUNE -I./x86_64   -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT tune-sp.o -MD -MP -MF .deps/tune-sp.Tpo -c -o tune-sp.o `test -f 'sp.c' || echo './'`sp.c
- x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DTUNE -I./x86_64   -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT tune-spv.o -MD -MP -MF .deps/tune-spv.Tpo -c -o tune-spv.o `test -f 'spv.c' || echo './'`spv.c
- mv -f .deps/libecm_la-parametrizations.Tpo .deps/libecm_la-parametrizations.Plo
- mv -f .deps/libecm_la-cudawrapper.Tpo .deps/libecm_la-cudawrapper.Plo
- mv -f .deps/libecm_la-ecm_ntt.Tpo .deps/libecm_la-ecm_ntt.Plo
- x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DTUNE -I./x86_64   -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT tune-spm.o -MD -MP -MF .deps/tune-spm.Tpo -c -o tune-spm.o `test -f 'spm.c' || echo './'`spm.c
- x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DTUNE -I./x86_64   -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT tune-auxarith.o -MD -MP -MF .deps/tune-auxarith.Tpo -c -o tune-auxarith.o `test -f 'auxarith.c' || echo './'`auxarith.c
- x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.     -lpthread -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT ecmfactor-ecmfactor.o -MD -MP -MF .deps/ecmfactor-ecmfactor.Tpo -c -o ecmfactor-ecmfactor.o `test -f 'ecmfactor.c' || echo './'`ecmfactor.c
- mv -f .deps/tune-auxlib.Tpo .deps/tune-auxlib.Po
- x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./x86_64   -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT bench_mulredc-bench_mulredc.o -MD -MP -MF .deps/bench_mulredc-bench_mulredc.Tpo -c -o bench_mulredc-bench_mulredc.o `test -f 'bench_mulredc.c' || echo './'`bench_mulredc.c
- mv -f .deps/libecm_la-ntt_gfp.Tpo .deps/libecm_la-ntt_gfp.Plo
- x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.    -Wall -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT aprtcle/aprcl-mpz_aprcl.o -MD -MP -MF aprtcle/.deps/aprcl-mpz_aprcl.Tpo -c -o aprtcle/aprcl-mpz_aprcl.o `test -f 'aprtcle/mpz_aprcl.c' || echo './'`aprtcle/mpz_aprcl.c
- mv -f .deps/libecm_la-pm1.Tpo .deps/libecm_la-pm1.Plo
- x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.    -Wall -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT aprtcle/aprcl-aprcl.o -MD -MP -MF aprtcle/.deps/aprcl-aprcl.Tpo -c -o aprtcle/aprcl-aprcl.o `test -f 'aprtcle/aprcl.c' || echo './'`aprtcle/aprcl.c
- mv -f .deps/libecm_la-rho.Tpo .deps/libecm_la-rho.Plo
- mv -f .deps/tune-sp.Tpo .deps/tune-sp.Po
- mv -f .deps/tune-auxarith.Tpo .deps/tune-auxarith.Po
- x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DOUTSIDE_LIBECM   -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -MT aprtcle/ecm-mpz_aprcl.o -MD -MP -MF aprtcle/.deps/ecm-mpz_aprcl.Tpo -c -o aprtcle/ecm-mpz_aprcl.o `test -f 'aprtcle/mpz_aprcl.c' || echo './'`aprtcle/mpz_aprcl.c
- mv -f .deps/ecmfactor-ecmfactor.Tpo .deps/ecmfactor-ecmfactor.Po
- mv -f .deps/libecm_la-stage2.Tpo .deps/libecm_la-stage2.Plo
- mv -f .deps/libecm_la-sets_long.Tpo .deps/libecm_la-sets_long.Plo
- mv -f .deps/libecm_la-median.Tpo .deps/libecm_la-median.Plo
- mv -f .deps/libecm_la-listz.Tpo .deps/libecm_la-listz.Plo
- mv -f .deps/ecm-resume.Tpo .deps/ecm-resume.Po
- mv -f .deps/libecm_la-ecm2.Tpo .deps/libecm_la-ecm2.Plo
- mv -f .deps/tune-polyeval.Tpo .deps/tune-polyeval.Po
- mv -f .deps/tune-spv.Tpo .deps/tune-spv.Po
- mv -f .deps/ecm-eval.Tpo .deps/ecm-eval.Po
- mv -f .deps/libecm_la-ks-multiply.Tpo .deps/libecm_la-ks-multiply.Plo
- mv -f .deps/tune-ecm_ntt.Tpo .deps/tune-ecm_ntt.Po
- mv -f .deps/tune-mpzspm.Tpo .deps/tune-mpzspm.Po
- mv -f .deps/ecm-addlaws.Tpo .deps/ecm-addlaws.Po
- mv -f .deps/tune-listz.Tpo .deps/tune-listz.Po
- mv -f .deps/tune-spm.Tpo .deps/tune-spm.Po
- mv -f .deps/tune-ntt_gfp.Tpo .deps/tune-ntt_gfp.Po
- mv -f .deps/tune-median.Tpo .deps/tune-median.Po
- mv -f .deps/tune-ks-multiply.Tpo .deps/tune-ks-multiply.Po
- mv -f .deps/tune-tune.Tpo .deps/tune-tune.Po
- mv -f aprtcle/.deps/aprcl-aprcl.Tpo aprtcle/.deps/aprcl-aprcl.Po
- mv -f .deps/ecm-main.Tpo .deps/ecm-main.Po
- mv -f .deps/ecm-torsions.Tpo .deps/ecm-torsions.Po
- mv -f .deps/libecm_la-ecm.Tpo .deps/libecm_la-ecm.Plo
- mv -f .deps/bench_mulredc-bench_mulredc.Tpo .deps/bench_mulredc-bench_mulredc.Po
- /bin/bash ./libtool  --tag=CC   --mode=link x86_64-linux-gnu-gcc  -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3   -o bench_mulredc bench_mulredc-bench_mulredc.o ./x86_64/libmulredc.la -lgmp -lrt -lm -lm -lm -lm -lm   
- mv -f .deps/libecm_la-addlaws.Tpo .deps/libecm_la-addlaws.Plo
- mv -f .deps/libecm_la-mpzspv.Tpo .deps/libecm_la-mpzspv.Plo
- mv -f .deps/libecm_la-torsions.Tpo .deps/libecm_la-torsions.Plo
- libtool: link: x86_64-linux-gnu-gcc -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -o bench_mulredc bench_mulredc-bench_mulredc.o  ./x86_64/.libs/libmulredc.a -lgmp -lrt -lm
- mv -f .deps/libecm_la-schoen_strass.Tpo .deps/libecm_la-schoen_strass.Plo
- /usr/bin/ld: warning: mulredc1_20.o: missing .note.GNU-stack section implies executable stack
- /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
- mv -f aprtcle/.deps/libecm_la-mpz_aprcl.Tpo aprtcle/.deps/libecm_la-mpz_aprcl.Plo
- mv -f .deps/libecm_la-mpmod.Tpo .deps/libecm_la-mpmod.Plo
- mv -f .deps/tune-schoen_strass.Tpo .deps/tune-schoen_strass.Po
- mv -f .deps/tune-mpzspv.Tpo .deps/tune-mpzspv.Po
- mv -f .deps/tune-mpmod.Tpo .deps/tune-mpmod.Po
- /bin/bash ./libtool  --tag=CC   --mode=link x86_64-linux-gnu-gcc  -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3   -o tune tune-mpmod.o tune-tune.o tune-mul_lo.o tune-listz.o tune-auxlib.o tune-ks-multiply.o tune-schoen_strass.o tune-polyeval.o tune-median.o tune-ecm_ntt.o tune-ntt_gfp.o tune-mpzspv.o tune-mpzspm.o tune-sp.o tune-spv.o tune-spm.o tune-auxarith.o ./x86_64/libmulredc.la -lgmp -lrt -lm -lm -lm -lm -lm   
- mv -f aprtcle/.deps/aprcl-mpz_aprcl.Tpo aprtcle/.deps/aprcl-mpz_aprcl.Po
- /bin/bash ./libtool  --tag=CC   --mode=link x86_64-linux-gnu-gcc -Wall -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3   -o aprcl aprtcle/aprcl-mpz_aprcl.o aprtcle/aprcl-aprcl.o -lgmp -lrt -lm -lm -lm -lm -lm   
- mv -f aprtcle/.deps/ecm-mpz_aprcl.Tpo aprtcle/.deps/ecm-mpz_aprcl.Po
- libtool: link: x86_64-linux-gnu-gcc -Wall -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -o aprcl aprtcle/aprcl-mpz_aprcl.o aprtcle/aprcl-aprcl.o  -lgmp -lrt -lm
- libtool: link: x86_64-linux-gnu-gcc -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -o tune tune-mpmod.o tune-tune.o tune-mul_lo.o tune-listz.o tune-auxlib.o tune-ks-multiply.o tune-schoen_strass.o tune-polyeval.o tune-median.o tune-ecm_ntt.o tune-ntt_gfp.o tune-mpzspv.o tune-mpzspm.o tune-sp.o tune-spv.o tune-spm.o tune-auxarith.o  ./x86_64/.libs/libmulredc.a -lgmp -lrt -lm
- /usr/bin/ld: warning: mulredc1_20.o: missing .note.GNU-stack section implies executable stack
- /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
- mv -f .deps/libecm_la-pm1fs2.Tpo .deps/libecm_la-pm1fs2.Plo
- /bin/bash ./libtool  --tag=CC   --mode=link x86_64-linux-gnu-gcc  -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -Wl,-znoexecstack -version-info 1:0:0 -g   -o libecm.la -rpath /home/opam/.opam/5.1/lib libecm_la-ecm.lo libecm_la-ecm2.lo libecm_la-pm1.lo libecm_la-pp1.lo libecm_la-getprime_r.lo libecm_la-listz.lo libecm_la-lucas.lo libecm_la-stage2.lo libecm_la-mpmod.lo libecm_la-mul_lo.lo libecm_la-polyeval.lo libecm_la-median.lo libecm_la-schoen_strass.lo libecm_la-ks-multiply.lo libecm_la-rho.lo libecm_la-bestd.lo libecm_la-auxlib.lo libecm_la-random.lo libecm_la-factor.lo libecm_la-sp.lo libecm_la-spv.lo libecm_la-spm.lo libecm_la-mpzspm.lo libecm_la-mpzspv.lo libecm_la-ntt_gfp.lo libecm_la-ecm_ntt.lo libecm_la-pm1fs2.lo libecm_la-sets_long.lo libecm_la-auxarith.lo libecm_la-batch.lo libecm_la-parametrizations.lo libecm_la-cudawrapper.lo aprtcle/libecm_la-mpz_aprcl.lo libecm_la-addlaws.lo libecm_la-torsions.lo   ./x86_64/libmulredc.la  -lgmp -lrt -lm -lm -lm -lm -lm   
- libtool: link: (cd .libs/libecm.lax/libmulredc.a && ar x "/home/opam/.opam/5.1/.opam-switch/build/gmp-ecm.7.0.3/./x86_64/.libs/libmulredc.a")
- libtool: link: ar cr .libs/libecm.a  libecm_la-ecm.o libecm_la-ecm2.o libecm_la-pm1.o libecm_la-pp1.o libecm_la-getprime_r.o libecm_la-listz.o libecm_la-lucas.o libecm_la-stage2.o libecm_la-mpmod.o libecm_la-mul_lo.o libecm_la-polyeval.o libecm_la-median.o libecm_la-schoen_strass.o libecm_la-ks-multiply.o libecm_la-rho.o libecm_la-bestd.o libecm_la-auxlib.o libecm_la-random.o libecm_la-factor.o libecm_la-sp.o libecm_la-spv.o libecm_la-spm.o libecm_la-mpzspm.o libecm_la-mpzspv.o libecm_la-ntt_gfp.o libecm_la-ecm_ntt.o libecm_la-pm1fs2.o libecm_la-sets_long.o libecm_la-auxarith.o libecm_la-batch.o libecm_la-parametrizations.o libecm_la-cudawrapper.o aprtcle/libecm_la-mpz_aprcl.o libecm_la-addlaws.o libecm_la-torsions.o  .libs/libecm.lax/libmulredc.a/mulredc1.o .libs/libecm.lax/libmulredc.a/mulredc10.o .libs/libecm.lax/libmulredc.a/mulredc11.o .libs/libecm.lax/libmulredc.a/mulredc12.o .libs/libecm.lax/libmulredc.a/mulredc13.o .libs/libecm.lax/libmulredc.a/mulredc14.o .libs/libecm.lax/libmulredc.a/mulredc15.o .libs/libecm.lax/libmulredc.a/mulredc16.o .libs/libecm.lax/libmulredc.a/mulredc17.o .libs/libecm.lax/libmulredc.a/mulredc18.o .libs/libecm.lax/libmulredc.a/mulredc19.o .libs/libecm.lax/libmulredc.a/mulredc1_10.o .libs/libecm.lax/libmulredc.a/mulredc1_11.o .libs/libecm.lax/libmulredc.a/mulredc1_12.o .libs/libecm.lax/libmulredc.a/mulredc1_13.o .libs/libecm.lax/libmulredc.a/mulredc1_14.o .libs/libecm.lax/libmulredc.a/mulredc1_15.o .libs/libecm.lax/libmulredc.a/mulredc1_16.o .libs/libecm.lax/libmulredc.a/mulredc1_17.o .libs/libecm.lax/libmulredc.a/mulredc1_18.o .libs/libecm.lax/libmulredc.a/mulredc1_19.o .libs/libecm.lax/libmulredc.a/mulredc1_2.o .libs/libecm.lax/libmulredc.a/mulredc1_20.o .libs/libecm.lax/libmulredc.a/mulredc1_3.o .libs/libecm.lax/libmulredc.a/mulredc1_4.o .libs/libecm.lax/libmulredc.a/mulredc1_5.o .libs/libecm.lax/libmulredc.a/mulredc1_6.o .libs/libecm.lax/libmulredc.a/mulredc1_7.o .libs/libecm.lax/libmulredc.a/mulredc1_8.o .libs/libecm.lax/libmulredc.a/mulredc1_9.o .libs/libecm.lax/libmulredc.a/mulredc2.o .libs/libecm.lax/libmulredc.a/mulredc20.o .libs/libecm.lax/libmulredc.a/mulredc3.o .libs/libecm.lax/libmulredc.a/mulredc4.o .libs/libecm.lax/libmulredc.a/mulredc5.o .libs/libecm.lax/libmulredc.a/mulredc6.o .libs/libecm.lax/libmulredc.a/mulredc7.o .libs/libecm.lax/libmulredc.a/mulredc8.o .libs/libecm.lax/libmulredc.a/mulredc9.o 
- libtool: link: ranlib .libs/libecm.a
- libtool: link: rm -fr .libs/libecm.lax
- libtool: link: ( cd ".libs" && rm -f "libecm.la" && ln -s "../libecm.la" "libecm.la" )
- /bin/bash ./libtool  --tag=CC   --mode=link x86_64-linux-gnu-gcc  -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3   -o ecm ecm-auxi.o ecm-b1_ainc.o ecm-candi.o ecm-eval.o ecm-main.o ecm-resume.o ecm-addlaws.o ecm-torsions.o ecm-getprime_r.o aprtcle/ecm-mpz_aprcl.o ecm-memusage.o libecm.la -lgmp -lrt -lm -lm -lm -lm -lm   
- /bin/bash ./libtool  --tag=CC   --mode=link x86_64-linux-gnu-gcc  -lpthread -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3   -o ecmfactor ecmfactor-ecmfactor.o libecm.la -lgmp -lrt -lm -lm -lm -lm -lm   
- libtool: link: x86_64-linux-gnu-gcc -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -o ecmfactor ecmfactor-ecmfactor.o  -lpthread ./.libs/libecm.a -lgmp -lrt -lm
- libtool: link: x86_64-linux-gnu-gcc -g -W -Wall -Wundef -pedantic -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -o ecm ecm-auxi.o ecm-b1_ainc.o ecm-candi.o ecm-eval.o ecm-main.o ecm-resume.o ecm-addlaws.o ecm-torsions.o ecm-getprime_r.o aprtcle/ecm-mpz_aprcl.o ecm-memusage.o  ./.libs/libecm.a -lgmp -lrt -lm
- /usr/bin/ld: warning: mulredc9.o: missing .note.GNU-stack section implies executable stack
- /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
- /usr/bin/ld: warning: mulredc9.o: missing .note.GNU-stack section implies executable stack
- /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/gmp-ecm.7.0.3'
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/gmp-ecm.7.0.3'
-> compiled  gmp-ecm.7.0.3
Processing 18/18: [gmp-ecm: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/gmp-ecm.7.0.3)
- Making install in x86_64
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/gmp-ecm.7.0.3/x86_64'
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/gmp-ecm.7.0.3/x86_64'
- make[2]: Nothing to be done for 'install-exec-am'.
- make[2]: Nothing to be done for 'install-data-am'.
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/gmp-ecm.7.0.3/x86_64'
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/gmp-ecm.7.0.3/x86_64'
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/gmp-ecm.7.0.3'
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/gmp-ecm.7.0.3'
-  /usr/bin/mkdir -p '/home/opam/.opam/5.1/lib'
-  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libecm.la '/home/opam/.opam/5.1/lib'
- libtool: install: /usr/bin/install -c .libs/libecm.lai /home/opam/.opam/5.1/lib/libecm.la
- libtool: install: /usr/bin/install -c .libs/libecm.a /home/opam/.opam/5.1/lib/libecm.a
- libtool: install: chmod 644 /home/opam/.opam/5.1/lib/libecm.a
- libtool: install: ranlib /home/opam/.opam/5.1/lib/libecm.a
- libtool: finish: PATH="/home/opam/.opam/5.1/bin:/home/opam/.opam/plugins/bin:/home/opam/.opam/5.1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /home/opam/.opam/5.1/lib
- ----------------------------------------------------------------------
- Libraries have been installed in:
-    /home/opam/.opam/5.1/lib
- 
- If you ever happen to want to link against installed libraries
- in a given directory, LIBDIR, you must either use libtool, and
- specify the full pathname of the library, or use the '-LLIBDIR'
- flag during linking and do at least one of the following:
-    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
-      during execution
-    - add LIBDIR to the 'LD_RUN_PATH' environment variable
-      during linking
-    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
-    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
- 
- See any operating system documentation about shared libraries for
- more information, such as the ld(1) and ld.so(8) manual pages.
- ----------------------------------------------------------------------
-  /usr/bin/mkdir -p '/home/opam/.opam/5.1/bin'
-   /bin/bash ./libtool   --mode=install /usr/bin/install -c ecm '/home/opam/.opam/5.1/bin'
- libtool: install: /usr/bin/install -c ecm /home/opam/.opam/5.1/bin/ecm
-  /usr/bin/mkdir -p '/home/opam/.opam/5.1/include'
-  /usr/bin/install -c -m 644 ecm.h '/home/opam/.opam/5.1/include'
-  /usr/bin/mkdir -p '/home/opam/.opam/5.1/share/man/man1'
-  /usr/bin/install -c -m 644 ecm.1 '/home/opam/.opam/5.1/share/man/man1'
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/gmp-ecm.7.0.3'
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/gmp-ecm.7.0.3'
-> installed gmp-ecm.7.0.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 09:06.10 ---> saved as "c805f2bc1e169d2da3a809d9212b87574cbf904a6d77fa7313b3ff21563f201a"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u gmp-ecm:082ced06824c9ef177515ec4739ebb54,conf-libtool:d41d8cd98f00b204e9800998ecf8427e,conf-g++:e16d2b39b23b640adce512d9ee5ae4fe"))
2024-09-12 09:06.12 ---> saved as "2f007ef53c29dddb0c4f28df23aa71f5c3bfd65bbd4361bdce2a02e92a065646"

/home/opam: (run (network host)
                 (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config)))
                 (shell "(echo '0.252978') && (for DATA in prep/universes/e16d2b39b23b640adce512d9ee5ae4fe/conf-g++/1.0,conf-g++.1.0-e16d2b39b23b640adce512d9ee5ae4fe,conf-g++.1.0 prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-libtool/1,conf-libtool.1-d41d8cd98f00b204e9800998ecf8427e,conf-libtool.1 prep/universes/082ced06824c9ef177515ec4739ebb54/gmp-ecm/7.0.3,gmp-ecm.7.0.3-082ced06824c9ef177515ec4739ebb54,gmp-ecm.7.0.3; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/e16d2b39b23b640adce512d9ee5ae4fe/conf-g++/1.0,conf-g++.1.0-e16d2b39b23b640adce512d9ee5ae4fe,conf-g++.1.0 prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-libtool/1,conf-libtool.1-d41d8cd98f00b204e9800998ecf8427e,conf-libtool.1 prep/universes/082ced06824c9ef177515ec4739ebb54/gmp-ecm/7.0.3,gmp-ecm.7.0.3-082ced06824c9ef177515ec4739ebb54,gmp-ecm.7.0.3; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/e16d2b39b23b640adce512d9ee5ae4fe/conf-g++/1.0,conf-g++.1.0-e16d2b39b23b640adce512d9ee5ae4fe,conf-g++.1.0 prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-libtool/1,conf-libtool.1-d41d8cd98f00b204e9800998ecf8427e,conf-libtool.1 prep/universes/082ced06824c9ef177515ec4739ebb54/gmp-ecm/7.0.3,gmp-ecm.7.0.3-082ced06824c9ef177515ec4739ebb54,gmp-ecm.7.0.3; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.252978
prep/universes/e16d2b39b23b640adce512d9ee5ae4fe/conf-g++/1.0/opam
prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-libtool/1/opam
prep/universes/082ced06824c9ef177515ec4739ebb54/gmp-ecm/7.0.3/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:conf-g++.1.0-e16d2b39b23b640adce512d9ee5ae4fe:52a00e608560ec944d8f1a81bd0d249af7b8e36e49aff18aa943a236e1c931d8
HASHES:conf-libtool.1-d41d8cd98f00b204e9800998ecf8427e:9b3f858bc21bed1b8a32240c98168e7883254d5b7641538b964a96385ba0eedf
HASHES:gmp-ecm.7.0.3-082ced06824c9ef177515ec4739ebb54:daad787b3c50f34ec3a33ec052f4cf89de2fe2df9282b15d4f99d1c8c3f88bae
2024-09-12 09:06.14 ---> saved as "42597df556950ad50946916d98c90f0477a3008b2085064c3fd05c3472f998b9"
Job succeeded
2024-09-12 09:13.48: gmp-ecm.7.0.3-082ced06824c9ef177515ec4739ebb54 -> daad787b3c50f34ec3a33ec052f4cf89de2fe2df9282b15d4f99d1c8c3f88bae
2024-09-12 09:13.48: conf-libtool.1-d41d8cd98f00b204e9800998ecf8427e -> 9b3f858bc21bed1b8a32240c98168e7883254d5b7641538b964a96385ba0eedf
2024-09-12 09:13.48: conf-g++.1.0-e16d2b39b23b640adce512d9ee5ae4fe -> 52a00e608560ec944d8f1a81bd0d249af7b8e36e49aff18aa943a236e1c931d8
2024-09-12 09:13.48: Job succeeded