Build:
  1. 0
2024-01-29 15:17.04: New job: Voodoo prep gmp-ecm.7.0.3; 9741c8138cba5b9e43700ebde8ae7fba
2024-01-29 15:17.04: Connecting to build cluster…
2024-01-29 15:17.04: Waiting for resource in pool OCluster
2024-01-29 15:23.19: Waiting for worker…
2024-01-29 15:24.40: Got resource from pool OCluster
2024-01-29 15:24.40: Using cache hint "docs-universe-prep-5.1.0"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-5.1@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98)
         (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:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98)
 (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 conf-which.1 conf-libtool.1 conf-gmp.4 conf-g++.1.0 conf-automake.1 conf-autoconf.0.1 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u gmp-ecm:9741c8138cba5b9e43700ebde8ae7fba,conf-libtool:d41d8cd98f00b204e9800998ecf8427e,conf-automake:a0792fb37860013ad702b937a4de4816,conf-autoconf:6361b13fe72d7709b0c8ce480ae8a851"))
 (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.348206') && (for DATA in prep/universes/6361b13fe72d7709b0c8ce480ae8a851/conf-autoconf/0.1,conf-autoconf.0.1-6361b13fe72d7709b0c8ce480ae8a851,conf-autoconf.0.1 prep/universes/a0792fb37860013ad702b937a4de4816/conf-automake/1,conf-automake.1-a0792fb37860013ad702b937a4de4816,conf-automake.1 prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-libtool/1,conf-libtool.1-d41d8cd98f00b204e9800998ecf8427e,conf-libtool.1 prep/universes/9741c8138cba5b9e43700ebde8ae7fba/gmp-ecm/7.0.3,gmp-ecm.7.0.3-9741c8138cba5b9e43700ebde8ae7fba,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/6361b13fe72d7709b0c8ce480ae8a851/conf-autoconf/0.1,conf-autoconf.0.1-6361b13fe72d7709b0c8ce480ae8a851,conf-autoconf.0.1 prep/universes/a0792fb37860013ad702b937a4de4816/conf-automake/1,conf-automake.1-a0792fb37860013ad702b937a4de4816,conf-automake.1 prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-libtool/1,conf-libtool.1-d41d8cd98f00b204e9800998ecf8427e,conf-libtool.1 prep/universes/9741c8138cba5b9e43700ebde8ae7fba/gmp-ecm/7.0.3,gmp-ecm.7.0.3-9741c8138cba5b9e43700ebde8ae7fba,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/6361b13fe72d7709b0c8ce480ae8a851/conf-autoconf/0.1,conf-autoconf.0.1-6361b13fe72d7709b0c8ce480ae8a851,conf-autoconf.0.1 prep/universes/a0792fb37860013ad702b937a4de4816/conf-automake/1,conf-automake.1-a0792fb37860013ad702b937a4de4816,conf-automake.1 prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-libtool/1,conf-libtool.1-d41d8cd98f00b204e9800998ecf8427e,conf-libtool.1 prep/universes/9741c8138cba5b9e43700ebde8ae7fba/gmp-ecm/7.0.3,gmp-ecm.7.0.3-9741c8138cba5b9e43700ebde8ae7fba,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 6c6b9002fe4d4d8cc8a33112090bee94b8c89b36 --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-5.1.0 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-01-29 15:24.40: RETRYING: 2024-01-29/151704-voodoo-prep-fc26f7 Number of retries: 0 (retriable error condition)
Building on toxis.caelum.ci.dev
All commits already cached
Updating files:  67% (22120/32633)
Updating files:  68% (22191/32633)
Updating files:  69% (22517/32633)
Updating files:  70% (22844/32633)
Updating files:  71% (23170/32633)
Updating files:  72% (23496/32633)
Updating files:  73% (23823/32633)
Updating files:  74% (24149/32633)
Updating files:  75% (24475/32633)
Updating files:  76% (24802/32633)
Updating files:  77% (25128/32633)
Updating files:  78% (25454/32633)
Updating files:  79% (25781/32633)
Updating files:  80% (26107/32633)
Updating files:  81% (26433/32633)
Updating files:  82% (26760/32633)
Updating files:  83% (27086/32633)
Updating files:  84% (27412/32633)
Updating files:  85% (27739/32633)
Updating files:  86% (28065/32633)
Updating files:  87% (28391/32633)
Updating files:  88% (28718/32633)
Updating files:  89% (29044/32633)
Updating files:  90% (29370/32633)
Updating files:  91% (29697/32633)
Updating files:  92% (30023/32633)
Updating files:  93% (30349/32633)
Updating files:  94% (30676/32633)
Updating files:  95% (31002/32633)
Updating files:  96% (31328/32633)
Updating files:  97% (31655/32633)
Updating files:  98% (31981/32633)
Updating files:  99% (32307/32633)
Updating files: 100% (32633/32633)
Updating files: 100% (32633/32633), done.
HEAD is now at 6c6b9002fe conf-gmp: Add support for distributions derived from fedora

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98' locally
docker.io/ocaml/opam@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98: Pulling from ocaml/opam
8988d439b0e2: Pulling fs layer
8988d439b0e2: Verifying Checksum
8988d439b0e2: Download complete
8988d439b0e2: Pull complete
Digest: sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98
Status: Downloaded newer image for ocaml/opam@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98
2024-01-29 15:19.35 ---> using "b27d2334d2f7f26e7b6d0a8979baf30909ac8f375ae435953404a8caec0ee19a" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 15:19.35 ---> using "f43f6c03136a95a67111980651f86e2c359d3c05cc3d6d901ec0e1d8bd257eab" 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 [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB]
Fetched 234 kB in 0s (769 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 (7294 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 ... 18774 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+deb12u3) ...
2024-01-29 15:19.35 ---> using "7ddcb640c38cfbc1e37c67af4fc903b97d27a9281eec29c6dab72128dc188154" 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.14.3 [required by bos]
  - install cmdliner         1.2.0  [required by voodoo-prep]
  - install dune             3.13.0 [required by voodoo-prep]
  - install ocamlfind        1.9.6  [required by bos]
  - install seq              base   [required by re]
  - install stdlib-shims     0.3.0  [required by ocamlgraph]
  - install opam-file-format 2.1.6  [required by opam-format]
  - install cppo             1.6.9  [required by opam-core]
  - install topkg            1.0.7  [required by bos]
  - install re               1.11.0 [required by opam-format]
  - install ocamlgraph       2.1.0  [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 opam-core        2.1.5  [required by opam-format]
  - install logs             0.7.0  [required by bos]
  - install fpath            0.7.3  [required by voodoo-prep]
  - install opam-format      2.1.5  [required by voodoo-prep]
  - install bos              0.2.1  [required by voodoo-prep]
  - install voodoo-prep      ~dev*
===== 20 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.1] found in cache
[cmdliner.1.2.0] found in cache
[cppo.1.6.9] found in cache
[dune.3.13.0] found in cache
[fmt.0.9.0] found in cache
[fpath.0.7.3] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.14.3] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlgraph.2.1.0] found in cache
[opam-core.2.1.5] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.1.5] found in cache
[re.1.11.0] found in cache
[rresult.0.7.0] found in cache
[stdlib-shims.0.3.0] found in cache
[topkg.1.0.7] 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.2.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed dune.3.13.0
-> installed bos.0.2.1
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed re.1.11.0
-> installed cppo.1.6.9
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.1.5
-> installed opam-format.2.1.5
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 15:19.35 ---> using "8bf85a2e14befffb455249f80f79ced81ee6f25f73d7d1afa334e830fff7f7c9" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-01-29 15:19.35 ---> using "c2623afe5b7018242824d3c5839aed49285ce388a16e4a5db95145b8b3b27a8b" from cache
2024-01-29 15:19.35 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.1@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98' locally
docker.io/ocaml/opam@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98: Pulling from ocaml/opam
8988d439b0e2: Pulling fs layer
8988d439b0e2: Verifying Checksum
8988d439b0e2: Download complete
8988d439b0e2: Pull complete
Digest: sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98
Status: Downloaded newer image for ocaml/opam@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98
2024-01-29 15:19.35 ---> using "b27d2334d2f7f26e7b6d0a8979baf30909ac8f375ae435953404a8caec0ee19a" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 15:19.35 ---> using "f43f6c03136a95a67111980651f86e2c359d3c05cc3d6d901ec0e1d8bd257eab" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-01-29 15:19.35 ---> using "83b634d60d015b5a14f94e478741eac47a8ab8180316937577ef8602f960fc56" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-01-29 15:19.52 ---> saved as "0ca471561b75b5739971ecc93f73940356673db958b562d82a0e6ca58d6007a2"

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 15:19.52 ---> saved as "33ce131e760488210629daf93456599258cbb9f6825a4376c69f3bf143bc121e"

/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 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-01-29 15:21.04 ---> saved as "b1423cf4c9d8e15db1c3210dfb978f168f33e89f296663a9e17913490d549161"

/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-01-29 15:21.26 ---> saved as "b793bbb18d3bd4fc952cf63c47e4d8aa3ef5fa48c762a8c2d2b089cf8a08342d"

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 15:21.28 ---> saved as "e2a401d5761e5586ec38961b5141d36e3e897452a2c9482e7ffd6376bf92e860"

/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 conf-which.1 conf-libtool.1 conf-gmp.4 conf-g++.1.0 conf-automake.1 conf-autoconf.0.1 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 [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB]
Fetched 234 kB in 0s (684 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.1-1

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

<><> opam-depext.1.2.1-1 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 conf-which.1 conf-libtool.1 conf-gmp.4 conf-g++.1.0 conf-automake.1 conf-autoconf.0.1" 

You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
autoconf
automake
debianutils
g++
libgmp-dev
libtool
The following actions will be performed:
  - install conf-which    1
  - install conf-gmp      4
  - install conf-g++      1.0
  - install conf-libtool  1
  - install conf-autoconf 0.1
  - install conf-automake 1
  - install gmp-ecm       7.0.3
===== 7 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 ... 18774 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-5_amd64.deb ...
- Unpacking libltdl7:amd64 (2.4.7-5) ...
- Selecting previously unselected package libltdl-dev:amd64.
- Preparing to unpack .../10-libltdl-dev_2.4.7-5_amd64.deb ...
- Unpacking libltdl-dev:amd64 (2.4.7-5) ...
- Selecting previously unselected package libtool.
- Preparing to unpack .../11-libtool_2.4.7-5_all.deb ...
- Unpacking libtool (2.4.7-5) ...
- 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-5) ...
- 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-5) ...
- Setting up libltdl-dev:amd64 (2.4.7-5) ...
- Processing triggers for libc-bin (2.36-9+deb12u3) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  7/21:
Processing  8/21: [conf-g++: g++]
Processing  9/21: [conf-g++: g++] [conf-gmp: sh]
Processing 10/21: [conf-g++: g++] [conf-gmp: sh] [conf-libtool: libtoolize]
Processing 11/21: [conf-g++: g++] [conf-gmp: sh] [conf-libtool: libtoolize] [conf-which: which which]
-> retrieved gmp-ecm.7.0.3  (cached)
- 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 11/21: [conf-gmp: sh] [conf-libtool: libtoolize] [conf-which: which which]
-> installed conf-g++.1.0
Processing 12/21: [conf-gmp: sh] [conf-libtool: libtoolize] [conf-which: which which]
- + cc -c -I/usr/local/include test.c
-> compiled  conf-gmp.4
Processing 12/21: [conf-libtool: libtoolize] [conf-which: which which]
-> installed conf-gmp.4
Processing 13/21: [conf-libtool: libtoolize] [conf-which: which which]
- 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 13/21: [conf-which: which which]
-> installed conf-libtool.1
Processing 14/21: [conf-which: which which]
+ /usr/bin/which "which" (CWD=/home/opam/.opam/5.1/.opam-switch/build/conf-which.1)
- /usr/bin/which
-> compiled  conf-which.1
-> installed conf-which.1
Processing 16/21: [conf-autoconf: which autoconf]
+ /usr/bin/which "autoconf" (CWD=/home/opam/.opam/5.1/.opam-switch/build/conf-autoconf.0.1)
- /usr/bin/autoconf
-> compiled  conf-autoconf.0.1
-> installed conf-autoconf.0.1
Processing 18/21: [conf-automake: automake]
+ /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 20/21: [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 20/21: [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 20/21: [gmp-ecm: make 255]
+ /usr/bin/make "-j" "255" (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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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_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_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 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 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_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 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 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_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_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 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_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_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_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_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_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_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_19.s -o mulredc1_19.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_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_15.s -o mulredc1_15.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
- /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
- /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
- /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
- /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
- /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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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-pm1.lo -MD -MP -MF .deps/libecm_la-pm1.Tpo -c pm1.c -o libecm_la-pm1.o
- 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
- 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
- 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-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-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-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-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-parametrizations.lo -MD -MP -MF .deps/libecm_la-parametrizations.Tpo -c parametrizations.c -o libecm_la-parametrizations.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-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-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-auxarith.lo -MD -MP -MF .deps/libecm_la-auxarith.Tpo -c auxarith.c -o libecm_la-auxarith.o
- 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-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-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-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-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-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-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-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-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-torsions.lo -MD -MP -MF .deps/libecm_la-torsions.Tpo -c torsions.c -o libecm_la-torsions.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
- 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
- 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
- mv -f .deps/tune-mul_lo.Tpo .deps/tune-mul_lo.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-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-cudawrapper.lo -MD -MP -MF .deps/libecm_la-cudawrapper.Tpo -c cudawrapper.c -o libecm_la-cudawrapper.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
- mv -f .deps/ecm-getprime_r.Tpo .deps/ecm-getprime_r.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-ecm_ntt.lo -MD -MP -MF .deps/libecm_la-ecm_ntt.Tpo -c ecm_ntt.c -o libecm_la-ecm_ntt.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-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-pm1fs2.lo -MD -MP -MF .deps/libecm_la-pm1fs2.Tpo -c pm1fs2.c -o libecm_la-pm1fs2.o
- mv -f .deps/tune-sp.Tpo .deps/tune-sp.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-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-rho.lo -MD -MP -MF .deps/libecm_la-rho.Tpo -c rho.c -o libecm_la-rho.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 |     {
-       |     ^
- mv -f .deps/ecmfactor-ecmfactor.Tpo .deps/ecmfactor-ecmfactor.Po
- mv -f .deps/tune-auxarith.Tpo .deps/tune-auxarith.Po
- mv -f .deps/libecm_la-getprime_r.Tpo .deps/libecm_la-getprime_r.Plo
- mv -f .deps/tune-auxlib.Tpo .deps/tune-auxlib.Po
- mv -f .deps/libecm_la-auxarith.Tpo .deps/libecm_la-auxarith.Plo
- mv -f .deps/libecm_la-mul_lo.Tpo .deps/libecm_la-mul_lo.Plo
- mv -f .deps/libecm_la-cudawrapper.Tpo .deps/libecm_la-cudawrapper.Plo
- mv -f .deps/tune-spv.Tpo .deps/tune-spv.Po
- mv -f .deps/libecm_la-sp.Tpo .deps/libecm_la-sp.Plo
- mv -f .deps/ecm-b1_ainc.Tpo .deps/ecm-b1_ainc.Po
- mv -f .deps/libecm_la-factor.Tpo .deps/libecm_la-factor.Plo
- mv -f .deps/tune-ecm_ntt.Tpo .deps/tune-ecm_ntt.Po
- mv -f .deps/libecm_la-auxlib.Tpo .deps/libecm_la-auxlib.Plo
- mv -f .deps/libecm_la-random.Tpo .deps/libecm_la-random.Plo
- mv -f .deps/tune-mpzspm.Tpo .deps/tune-mpzspm.Po
- mv -f .deps/libecm_la-lucas.Tpo .deps/libecm_la-lucas.Plo
- mv -f .deps/tune-spm.Tpo .deps/tune-spm.Po
- mv -f .deps/ecm-candi.Tpo .deps/ecm-candi.Po
- mv -f .deps/libecm_la-batch.Tpo .deps/libecm_la-batch.Plo
- mv -f .deps/libecm_la-bestd.Tpo .deps/libecm_la-bestd.Plo
- mv -f .deps/libecm_la-polyeval.Tpo .deps/libecm_la-polyeval.Plo
- mv -f .deps/tune-polyeval.Tpo .deps/tune-polyeval.Po
- mv -f .deps/tune-ntt_gfp.Tpo .deps/tune-ntt_gfp.Po
- mv -f aprtcle/.deps/aprcl-aprcl.Tpo aprtcle/.deps/aprcl-aprcl.Po
- mv -f .deps/libecm_la-spv.Tpo .deps/libecm_la-spv.Plo
- mv -f .deps/libecm_la-parametrizations.Tpo .deps/libecm_la-parametrizations.Plo
- mv -f .deps/tune-median.Tpo .deps/tune-median.Po
- mv -f .deps/libecm_la-pp1.Tpo .deps/libecm_la-pp1.Plo
- mv -f .deps/ecm-auxi.Tpo .deps/ecm-auxi.Po
- mv -f .deps/libecm_la-mpzspm.Tpo .deps/libecm_la-mpzspm.Plo
- mv -f .deps/libecm_la-ecm_ntt.Tpo .deps/libecm_la-ecm_ntt.Plo
- mv -f .deps/libecm_la-pm1.Tpo .deps/libecm_la-pm1.Plo
- mv -f .deps/tune-listz.Tpo .deps/tune-listz.Po
- mv -f .deps/libecm_la-spm.Tpo .deps/libecm_la-spm.Plo
- mv -f .deps/tune-ks-multiply.Tpo .deps/tune-ks-multiply.Po
- mv -f .deps/libecm_la-stage2.Tpo .deps/libecm_la-stage2.Plo
- mv -f .deps/libecm_la-listz.Tpo .deps/libecm_la-listz.Plo
- mv -f .deps/libecm_la-rho.Tpo .deps/libecm_la-rho.Plo
- mv -f .deps/libecm_la-ntt_gfp.Tpo .deps/libecm_la-ntt_gfp.Plo
- mv -f .deps/libecm_la-ks-multiply.Tpo .deps/libecm_la-ks-multiply.Plo
- mv -f .deps/ecm-resume.Tpo .deps/ecm-resume.Po
- mv -f .deps/libecm_la-median.Tpo .deps/libecm_la-median.Plo
- mv -f .deps/libecm_la-sets_long.Tpo .deps/libecm_la-sets_long.Plo
- mv -f .deps/libecm_la-ecm2.Tpo .deps/libecm_la-ecm2.Plo
- mv -f .deps/tune-tune.Tpo .deps/tune-tune.Po
- mv -f .deps/ecm-eval.Tpo .deps/ecm-eval.Po
- 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/ecm-addlaws.Tpo .deps/ecm-addlaws.Po
- 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
- /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-ecm.Tpo .deps/libecm_la-ecm.Plo
- mv -f .deps/tune-mpzspv.Tpo .deps/tune-mpzspv.Po
- mv -f .deps/libecm_la-addlaws.Tpo .deps/libecm_la-addlaws.Plo
- 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 .deps/ecm-torsions.Tpo .deps/ecm-torsions.Po
- mv -f .deps/tune-schoen_strass.Tpo .deps/tune-schoen_strass.Po
- 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 -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
- mv -f .deps/ecm-main.Tpo .deps/ecm-main.Po
- mv -f .deps/tune-mpmod.Tpo .deps/tune-mpmod.Po
- mv -f aprtcle/.deps/libecm_la-mpz_aprcl.Tpo aprtcle/.deps/libecm_la-mpz_aprcl.Plo
- /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 .deps/libecm_la-schoen_strass.Tpo .deps/libecm_la-schoen_strass.Plo
- mv -f .deps/libecm_la-mpmod.Tpo .deps/libecm_la-mpmod.Plo
- mv -f aprtcle/.deps/ecm-mpz_aprcl.Tpo aprtcle/.deps/ecm-mpz_aprcl.Po
- 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 21/21: [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-01-29 15:23.11 ---> saved as "e06878dfaa5c773605d4179cd912c1613eb79cc788fd64a466e4c9495ea75a03"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u gmp-ecm:9741c8138cba5b9e43700ebde8ae7fba,conf-libtool:d41d8cd98f00b204e9800998ecf8427e,conf-automake:a0792fb37860013ad702b937a4de4816,conf-autoconf:6361b13fe72d7709b0c8ce480ae8a851"))
2024-01-29 15:23.13 ---> saved as "cbdf7c077ac39ba5398227d6e24818f99827b3fe7a11af8f7489c03a2433b652"

/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.348206') && (for DATA in prep/universes/6361b13fe72d7709b0c8ce480ae8a851/conf-autoconf/0.1,conf-autoconf.0.1-6361b13fe72d7709b0c8ce480ae8a851,conf-autoconf.0.1 prep/universes/a0792fb37860013ad702b937a4de4816/conf-automake/1,conf-automake.1-a0792fb37860013ad702b937a4de4816,conf-automake.1 prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-libtool/1,conf-libtool.1-d41d8cd98f00b204e9800998ecf8427e,conf-libtool.1 prep/universes/9741c8138cba5b9e43700ebde8ae7fba/gmp-ecm/7.0.3,gmp-ecm.7.0.3-9741c8138cba5b9e43700ebde8ae7fba,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/6361b13fe72d7709b0c8ce480ae8a851/conf-autoconf/0.1,conf-autoconf.0.1-6361b13fe72d7709b0c8ce480ae8a851,conf-autoconf.0.1 prep/universes/a0792fb37860013ad702b937a4de4816/conf-automake/1,conf-automake.1-a0792fb37860013ad702b937a4de4816,conf-automake.1 prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-libtool/1,conf-libtool.1-d41d8cd98f00b204e9800998ecf8427e,conf-libtool.1 prep/universes/9741c8138cba5b9e43700ebde8ae7fba/gmp-ecm/7.0.3,gmp-ecm.7.0.3-9741c8138cba5b9e43700ebde8ae7fba,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/6361b13fe72d7709b0c8ce480ae8a851/conf-autoconf/0.1,conf-autoconf.0.1-6361b13fe72d7709b0c8ce480ae8a851,conf-autoconf.0.1 prep/universes/a0792fb37860013ad702b937a4de4816/conf-automake/1,conf-automake.1-a0792fb37860013ad702b937a4de4816,conf-automake.1 prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-libtool/1,conf-libtool.1-d41d8cd98f00b204e9800998ecf8427e,conf-libtool.1 prep/universes/9741c8138cba5b9e43700ebde8ae7fba/gmp-ecm/7.0.3,gmp-ecm.7.0.3-9741c8138cba5b9e43700ebde8ae7fba,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.348206
prep/universes/6361b13fe72d7709b0c8ce480ae8a851/conf-autoconf/0.1/opam
prep/universes/a0792fb37860013ad702b937a4de4816/conf-automake/1/opam
prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-libtool/1/opam
prep/universes/9741c8138cba5b9e43700ebde8ae7fba/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.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:conf-autoconf.0.1-6361b13fe72d7709b0c8ce480ae8a851:c9d5f74e7806d69b8e08a496a1d85fe9a5aba3c6d279c105e9396fb2c5c55881
HASHES:conf-automake.1-a0792fb37860013ad702b937a4de4816:30a2fdf4ae2442972043b0b3e537a1c80c2c9e2cd37ae06a0ca57013d5d3c0d0
HASHES:conf-libtool.1-d41d8cd98f00b204e9800998ecf8427e:5bf9cb66075ef9a39cc6cea6f505de5a745330a3692878301f820c2a510c6afd
HASHES:gmp-ecm.7.0.3-9741c8138cba5b9e43700ebde8ae7fba:f7b98eaf3b4460edcc1f79f64c6997dcc06093d332e7556e3b5c3ea5e799df31
2024-01-29 15:23.15 ---> saved as "f9b7c8c570bee8482d512b8deb1f28a4a7cf63b49dd9de9a1a238fb4ec3b8a52"
Job succeeded
2024-01-29 15:28.57: gmp-ecm.7.0.3-9741c8138cba5b9e43700ebde8ae7fba -> f7b98eaf3b4460edcc1f79f64c6997dcc06093d332e7556e3b5c3ea5e799df31
2024-01-29 15:28.57: conf-libtool.1-d41d8cd98f00b204e9800998ecf8427e -> 5bf9cb66075ef9a39cc6cea6f505de5a745330a3692878301f820c2a510c6afd
2024-01-29 15:28.57: conf-automake.1-a0792fb37860013ad702b937a4de4816 -> 30a2fdf4ae2442972043b0b3e537a1c80c2c9e2cd37ae06a0ca57013d5d3c0d0
2024-01-29 15:28.57: conf-autoconf.0.1-6361b13fe72d7709b0c8ce480ae8a851 -> c9d5f74e7806d69b8e08a496a1d85fe9a5aba3c6d279c105e9396fb2c5c55881
2024-01-29 15:28.57: Job succeeded