build build branch=build; source=; env="VERSION=3.2.5 ALIAS=3.2" 2…

API event #24486.10 passed

  • Ran for
  • Last restarted by smokodon
AMD64
no language set
Git
Raw log
Scroll to End of Log
0.01s0.01s0.01s
worker_info
1Worker information
2hostname: 76451e0a-d073-449c-9ea9-5d3e01be6ede@1.worker-com-654b68849d-zrprh.macstadium-prod-2
3version: deploy_2024.10.02-2-gc32b553 https://github.com/travis-ci/worker/tree/c32b553e81363378d09787f52103ea9bcadf253c
4instance: d9b4436c-9584-4988-9bb9-ece74bc8a179 travis-ci-macos10.12-xcode8.3-1507738863 (via amqp)
5startup: 1m0.600761919s
60.30s0.01s0.01s0.01s
system_info
7Build system information
8Build language: c
9Build id: 272857290
10Job id: 627411114
11Runtime kernel version: 16.7.0
12VM: default
13travis-build version: 6b157a1c
14Build image provisioning date and time
15Wed Oct 11 18:16:37 GMT 2017
16Operating System Details
17ProductName: Mac OS X
18ProductVersion: 10.12.6
19BuildVersion: 16G29
20Darwin Version
2116.7.0
22Git version
23git version 2.13.1
24bash version
25GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin16)
26Copyright (C) 2007 Free Software Foundation, Inc.
27GCC version
28Apple LLVM version 8.1.0 (clang-802.0.42)
29Target: x86_64-apple-darwin16.7.0
30Thread model: posix
31InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
32LLVM version
33Apple LLVM version 8.1.0 (clang-802.0.42)
34Target: x86_64-apple-darwin16.7.0
35Thread model: posix
36InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
37Pre-installed Ruby versions
38ruby-2.3.3
39ruby-2.3.5
40ruby-2.4.1
41ruby-2.4.2
42Pre-installed Node.js versions
43iojs-v3.3
44iojs-v3.3.1
45v0.10.48
46v0.12.17
47v0.12.18
48v0.8.28
49v4.8.4
50v5.12.0
51v6.11.4
52v6.9.1
53mvn -version
54Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-03T19:39:06Z)
55Maven home: /usr/local/Cellar/maven/3.5.0/libexec
56Java version: 1.8.0_112, vendor: Oracle Corporation
57Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_112.jdk/Contents/Home/jre
58Default locale: en_US, platform encoding: UTF-8
59OS name: "mac os x", version: "10.12.6", arch: "x86_64", family: "mac"
610.01s0.01s0.64s0.01s0.01s0.01s0.01s0.01s0.04s0.03s0.03s0.01s0.03s0.01s0.01s0.16s0.12s0.01s0.01s0.02s0.01s1.57sUninstalled oclint to prevent interference with other packages.
62If you need oclint, you must explicitly install it.
640.79s0.03s0.01s0.01s0.01s0.01s0.01s0.08s0.01s0.01s0.01s0.01s0.01s
Docker
git.checkout
650.03s0.34s$ git clone --depth=50 --branch=build https://github.com/travis-ci/travis-rubies.git travis-ci/travis-rubies
66Cloning into 'travis-ci/travis-rubies'...
67$ cd travis-ci/travis-rubies
68$ git checkout -qf 9c5525547af2449b91f725590d83edff91484c33
700.01s
71Setting environment variables from repository settings
72$ export AWS_ACCESS_KEY_ID=[secure]
73$ export AWS_SECRET_ACCESS_KEY=[secure]
74$ export AWS_DEFAULT_REGION=[secure]
75$ export SAFE_RVM_VERSION=1.29.7
77Setting environment variables from .travis.yml
78$ export VERSION=3.2.5
79$ export ALIAS=3.2
81$ export TRAVIS_COMPILER=gcc
82$ export CC=${CC:-gcc}
83$ export CC_FOR_BUILD=${CC_FOR_BUILD:-gcc}
84$ export PATH=/usr/lib/ccache:$PATH
cache.1
85Setting up build cache
86$ export CASHER_DIR=${TRAVIS_HOME}/.casher
870.14s$ Installing caching utilities
880.01s2.76sattempting to download cache archive
89fetching build/cache-x86_64-osx-xcode8.3-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--compiler-gcc.tgz
90fetching build/cache-osx-xcode8.3-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--compiler-gcc.tgz
91fetching build/cache--compiler-gcc.tgz
92could not download cache
930.01s2.99sadding /usr/local/Cellar/python to cache
94/usr/local/opt/python is a symbolic link to ../Cellar/python/2.7.14; not following
cache.ccache
970.01s2.16sadding /Users/travis/.ccache to cache
98creating directory /Users/travis/.ccache
99$ gcc --version
100Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
101Apple LLVM version 8.1.0 (clang-802.0.42)
102Target: x86_64-apple-darwin16.7.0
103Thread model: posix
104InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
before_install.1
1050.02s$ sw_vers
106ProductName: Mac OS X
107ProductVersion: 10.12.6
108BuildVersion: 16G29
before_install.2
1090.01s$ unset -f cd
install.1
1100.01s$ unset -f pushd
install.2
1110.01s$ unset -f popd
1120.01s$ test -f ~/.rvmrc && cat ~/.rvmrc || true
113rvm_silence_path_mismatch_check_flag=1
114The command "test -f ~/.rvmrc && cat ~/.rvmrc || true" exited with 0.
115$ ./build.sh
rvm.1
116update rvm
1171.67s$ rvm remove 1.8.7
118ruby-1.8.7-head - #already gone
120/usr/local/bin/gpg
121gpg: /Users/travis/.gnupg/trustdb.gpg: trustdb created
122gpg: error reading key: No public key
123gpg: keyserver receive failed: No name
124gpg: error reading key: No public key
125gpg: keyserver receive failed: No name
126key 3804BB82D39DC0E3:
12747 signatures not checked due to missing keys
128gpg: key 3804BB82D39DC0E3: public key "Michal Papis (RVM signing) <mpapis@gmail.com>" imported
129gpg: Total number processed: 1
130gpg: imported: 1
131gpg: no ultimately trusted keys found
1320.57s$ rvm reload
133Warning! PATH is not properly set up, '/Users/travis/.rvm/gems/ruby-2.4.2/bin' is not at first place,
134 usually this is caused by shell initialization files - check them for 'PATH=...' entries,
135 it might also help to re-add RVM to your dotfiles: 'rvm get stable --auto-dotfiles',
136 to fix temporarily in this shell session run: 'rvm use ruby-2.4.2'.
137RVM reloaded!
139gpg: key 105BD0E739499BDB: public key "Piotr Kuczynski <piotr.kuczynski@gmail.com>" imported
140gpg: Total number processed: 1
141gpg: imported: 1
142key 3804BB82D39DC0E3:
14347 signatures not checked due to missing keys
144gpg: key 3804BB82D39DC0E3: "Michal Papis (RVM signing) <mpapis@gmail.com>" not changed
145gpg: Total number processed: 1
146gpg: unchanged: 1
1470.20s$: command not found
148Downloading https://github.com/rvm/rvm/archive/1.29.12.tar.gz
149Downloading https://github.com/rvm/rvm/releases/download/1.29.12/1.29.12.tar.gz.asc
150gpg: Signature made Fri Jan 15 18:46:22 2021 GMT
151gpg: using RSA key 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
152gpg: Good signature from "Piotr Kuczynski <piotr.kuczynski@gmail.com>" [unknown]
153gpg: WARNING: This key is not certified with a trusted signature!
154gpg: There is no indication that the signature belongs to the owner.
155Primary key fingerprint: 7D2B AF1C F37B 13E2 069D 6956 105B D0E7 3949 9BDB
156GPG verified '/Users/travis/.rvm/archives/rvm-1.29.12.tgz'
157Upgrading the RVM installation in /Users/travis/.rvm/
158 RVM PATH line found in /Users/travis/.mkshrc /Users/travis/.zshrc.
159 RVM PATH line not found for Bash, rerun this command with '--auto-dotfiles' flag to fix it.
160 RVM sourcing line found in /Users/travis/.bash_profile.
161 RVM sourcing line not found for Zsh, rerun this command with '--auto-dotfiles' flag to fix it.
162Upgrade of RVM in /Users/travis/.rvm/ is complete.
163 * RVM 1.30 simplifies behavior of 'rvm wrapper' subcommand
166<warn>Thanks for installing RVM 🙏</warn>
167Please consider donating to our open collective to help us maintain RVM.
169👉 Donate: <code>https://opencollective.com/rvm/donate</code>
172: command not found
1730.22s$ rvm reset
174Warning! PATH is not properly set up, /Users/travis/.rvm/gems/ruby-2.4.2/bin is not at first place.
175 <log>Usually this is caused by shell initialization files. Search for <code>PATH=...</code> entries.
176 You can also re-add RVM to your profile by running: <code>rvm get stable --auto-dotfiles</code>
177 To fix it temporarily in this shell session run: <code>rvm use ruby-2.4.2</code>
178 To ignore this error add <code>rvm_silence_path_mismatch_check_flag=1</code> to your <code>~/.rvmrc</code> file.
1800.39s$ rvm cleanup all
181Cleaning up rvm archives
182Cleaning up rvm repos
183Cleaning up rvm src
184Cleaning up rvm log
185Cleaning up rvm tmp
186Cleaning up rvm gemsets
187Cleaning up rvm links
188Cleanup done.
1906.18s$ rvm get stable --auto-dotfiles
191Downloading https://get.rvm.io
192Downloading https://raw.githubusercontent.com/rvm/rvm/master/binscripts/rvm-installer.asc
193Verifying /Users/travis/.rvm/archives/rvm-installer.asc
194gpg: Signature made Tue Feb 21 23:35:16 2023 GMT
195gpg: using RSA key 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
196gpg: Good signature from "Piotr Kuczynski <piotr.kuczynski@gmail.com>" [unknown]
197gpg: WARNING: This key is not certified with a trusted signature!
198gpg: There is no indication that the signature belongs to the owner.
199Primary key fingerprint: 7D2B AF1C F37B 13E2 069D 6956 105B D0E7 3949 9BDB
200GPG verified '/Users/travis/.rvm/archives/rvm-installer'
201Turning on auto dotfiles mode.
202Downloading https://github.com/rvm/rvm/archive/1.29.12.tar.gz
203Downloading https://github.com/rvm/rvm/releases/download/1.29.12/1.29.12.tar.gz.asc
204gpg: Signature made Fri Jan 15 18:46:22 2021 GMT
205gpg: using RSA key 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
206gpg: Good signature from "Piotr Kuczynski <piotr.kuczynski@gmail.com>" [unknown]
207gpg: WARNING: This key is not certified with a trusted signature!
208gpg: There is no indication that the signature belongs to the owner.
209Primary key fingerprint: 7D2B AF1C F37B 13E2 069D 6956 105B D0E7 3949 9BDB
210GPG verified '/Users/travis/.rvm/archives/rvm-1.29.12.tgz'
211Upgrading the RVM installation in /Users/travis/.rvm/
212 Removing rvm PATH line from /Users/travis/.mkshrc /Users/travis/.zshrc.
213 Adding rvm PATH line to /Users/travis/.profile /Users/travis/.mkshrc /Users/travis/.bashrc /Users/travis/.zshrc.
214 Removing rvm loading line from /Users/travis/.bash_profile.
215 Adding rvm loading line to /Users/travis/.profile /Users/travis/.bash_profile /Users/travis/.zlogin.
216 Fixing environment link for default.
217Upgrade of RVM in /Users/travis/.rvm/ is complete.
219<warn>Thanks for installing RVM 🙏</warn>
220Please consider donating to our open collective to help us maintain RVM.
222👉 Donate: <code>https://opencollective.com/rvm/donate</code>
225RVM reloaded!
rvm.2
228clean up meta data
229done
rvm.3
231set up env for rvm
2320.02s$ source /Users/travis/.rvm/scripts/rvm
2340.01s$ unset DYLD_LIBRARY_PATH
2360.01s$ export rvm_git_clone_depth=1
2392.99s$ install_autoconf
240/tmp ~/build/travis-ci/travis-rubies
241--2024-10-23 15:21:02-- http://ftp.gnu.org/gnu/autoconf/autoconf-latest.tar.gz
242Resolving ftp.gnu.org... 209.51.188.20, 2001:470:142:3::b
243Connecting to ftp.gnu.org|209.51.188.20|:80... connected.
244HTTP request sent, awaiting response... 200 OK
245Length: 2143794 (2.0M) [application/x-gzip]
246Saving to: ‘autoconf-latest.tar.gz’
248 0K .......... .......... .......... .......... .......... 2% 932K 2s
249 50K .......... .......... .......... .......... .......... 4% 1.84M 2s
250 100K .......... .......... .......... .......... .......... 7% 28.6M 1s
251 150K .......... .......... .......... .......... .......... 9% 1.67M 1s
252 200K .......... .......... .......... .......... .......... 11% 19.4M 1s
253 250K .......... .......... .......... .......... .......... 14% 2.05M 1s
254 300K .......... .......... .......... .......... .......... 16% 11.2M 1s
255 350K .......... .......... .......... .......... .......... 19% 24.8M 1s
256 400K .......... .......... .......... .......... .......... 21% 1.97M 1s
257 450K .......... .......... .......... .......... .......... 23% 20.3M 1s
258 500K .......... .......... .......... .......... .......... 26% 2.38M 1s
259 550K .......... .......... .......... .......... .......... 28% 9.06M 0s
260 600K .......... .......... .......... .......... .......... 31% 2.39M 0s
261 650K .......... .......... .......... .......... .......... 33% 10.5M 0s
262 700K .......... .......... .......... .......... .......... 35% 15.4M 0s
263 750K .......... .......... .......... .......... .......... 38% 2.67M 0s
264 800K .......... .......... .......... .......... .......... 40% 7.40M 0s
265 850K .......... .......... .......... .......... .......... 42% 2.55M 0s
266 900K .......... .......... .......... .......... .......... 45% 8.65M 0s
267 950K .......... .......... .......... .......... .......... 47% 20.8M 0s
268 1000K .......... .......... .......... .......... .......... 50% 2.69M 0s
269 1050K .......... .......... .......... .......... .......... 52% 8.45M 0s
270 1100K .......... .......... .......... .......... .......... 54% 22.0M 0s
271 1150K .......... .......... .......... .......... .......... 57% 2.29M 0s
272 1200K .......... .......... .......... .......... .......... 59% 20.3M 0s
273 1250K .......... .......... .......... .......... .......... 62% 2.74M 0s
274 1300K .......... .......... .......... .......... .......... 64% 8.39M 0s
275 1350K .......... .......... .......... .......... .......... 66% 19.4M 0s
276 1400K .......... .......... .......... .......... .......... 69% 22.2M 0s
277 1450K .......... .......... .......... .......... .......... 71% 2.39M 0s
278 1500K .......... .......... .......... .......... .......... 74% 10.3M 0s
279 1550K .......... .......... .......... .......... .......... 76% 40.8M 0s
280 1600K .......... .......... .......... .......... .......... 78% 2.37M 0s
281 1650K .......... .......... .......... .......... .......... 81% 13.5M 0s
282 1700K .......... .......... .......... .......... .......... 83% 34.6M 0s
283 1750K .......... .......... .......... .......... .......... 85% 2.67M 0s
284 1800K .......... .......... .......... .......... .......... 88% 14.3M 0s
285 1850K .......... .......... .......... .......... .......... 90% 13.6M 0s
286 1900K .......... .......... .......... .......... .......... 93% 22.7M 0s
287 1950K .......... .......... .......... .......... .......... 95% 2.54M 0s
288 2000K .......... .......... .......... .......... .......... 97% 10.4M 0s
289 2050K .......... .......... .......... .......... ... 100% 37.6M=0.5s
2912024-10-23 15:21:03 (4.44 MB/s) - ‘autoconf-latest.tar.gz’ saved [2143794/2143794]
293x autoconf-2.72/
294x autoconf-2.72/.prev-version
295x autoconf-2.72/.tarball-version
296x autoconf-2.72/.version
297x autoconf-2.72/AUTHORS
298x autoconf-2.72/BUGS
299x autoconf-2.72/COPYING
300x autoconf-2.72/COPYING.EXCEPTION
301x autoconf-2.72/COPYINGv3
302x autoconf-2.72/ChangeLog
303x autoconf-2.72/ChangeLog.0
304x autoconf-2.72/ChangeLog.1
305x autoconf-2.72/ChangeLog.2
306x autoconf-2.72/ChangeLog.3
307x autoconf-2.72/GNUmakefile
308x autoconf-2.72/INSTALL
309x autoconf-2.72/Makefile.am
310x autoconf-2.72/Makefile.in
311x autoconf-2.72/NEWS
312x autoconf-2.72/README
313x autoconf-2.72/THANKS
314x autoconf-2.72/TODO
315x autoconf-2.72/aclocal.m4
316x autoconf-2.72/bin/
317x autoconf-2.72/bin/autoconf.in
318x autoconf-2.72/bin/autoheader.in
319x autoconf-2.72/bin/autom4te.in
320x autoconf-2.72/bin/autoreconf.in
321x autoconf-2.72/bin/autoscan.in
322x autoconf-2.72/bin/autoupdate.in
323x autoconf-2.72/bin/ifnames.in
324x autoconf-2.72/bin/local.mk
325x autoconf-2.72/build-aux/
326x autoconf-2.72/build-aux/announce-gen
327x autoconf-2.72/build-aux/config.guess
328x autoconf-2.72/build-aux/config.sub
329x autoconf-2.72/build-aux/gendocs.sh
330x autoconf-2.72/build-aux/git-version-gen
331x autoconf-2.72/build-aux/gitlog-to-changelog
332x autoconf-2.72/build-aux/gnupload
333x autoconf-2.72/build-aux/help-extract.pl
334x autoconf-2.72/build-aux/install-sh
335x autoconf-2.72/build-aux/mdate-sh
336x autoconf-2.72/build-aux/missing
337x autoconf-2.72/build-aux/texinfo.tex
338x autoconf-2.72/cfg.mk
339x autoconf-2.72/configure
340x autoconf-2.72/configure.ac
341x autoconf-2.72/doc/
342x autoconf-2.72/doc/autoconf.info
343x autoconf-2.72/doc/autoconf.texi
344x autoconf-2.72/doc/fdl.texi
345x autoconf-2.72/doc/gendocs_template
346x autoconf-2.72/doc/gnu-oids.texi
347x autoconf-2.72/doc/install.texi
348x autoconf-2.72/doc/local.mk
349x autoconf-2.72/doc/make-stds.texi
350x autoconf-2.72/doc/stamp-vti
351x autoconf-2.72/doc/standards.info
352x autoconf-2.72/doc/standards.texi
353x autoconf-2.72/doc/version.texi
354x autoconf-2.72/lib/
355x autoconf-2.72/lib/Autom4te/
356x autoconf-2.72/lib/Autom4te/C4che.pm
357x autoconf-2.72/lib/Autom4te/ChannelDefs.pm
358x autoconf-2.72/lib/Autom4te/Channels.pm
359x autoconf-2.72/lib/Autom4te/Config.pm
360x autoconf-2.72/lib/Autom4te/Configure_ac.pm
361x autoconf-2.72/lib/Autom4te/FileUtils.pm
362x autoconf-2.72/lib/Autom4te/General.pm
363x autoconf-2.72/lib/Autom4te/Getopt.pm
364x autoconf-2.72/lib/Autom4te/Request.pm
365x autoconf-2.72/lib/Autom4te/XFile.pm
366x autoconf-2.72/lib/autoconf/
367x autoconf-2.72/lib/autoconf/autoconf.m4
368x autoconf-2.72/lib/autoconf/autoheader.m4
369x autoconf-2.72/lib/autoconf/autoscan.m4
370x autoconf-2.72/lib/autoconf/autotest.m4
371x autoconf-2.72/lib/autoconf/autoupdate.m4
372x autoconf-2.72/lib/autoconf/c.m4
373x autoconf-2.72/lib/autoconf/erlang.m4
374x autoconf-2.72/lib/autoconf/fortran.m4
375x autoconf-2.72/lib/autoconf/functions.m4
376x autoconf-2.72/lib/autoconf/general.m4
377x autoconf-2.72/lib/autoconf/go.m4
378x autoconf-2.72/lib/autoconf/headers.m4
379x autoconf-2.72/lib/autoconf/lang.m4
380x autoconf-2.72/lib/autoconf/libs.m4
381x autoconf-2.72/lib/autoconf/oldnames.m4
382x autoconf-2.72/lib/autoconf/programs.m4
383x autoconf-2.72/lib/autoconf/specific.m4
384x autoconf-2.72/lib/autoconf/status.m4
385x autoconf-2.72/lib/autoconf/trailer.m4
386x autoconf-2.72/lib/autoconf/types.m4
387x autoconf-2.72/lib/autom4te.in
388x autoconf-2.72/lib/autoscan/
389x autoconf-2.72/lib/autoscan/autoscan.pre
390x autoconf-2.72/lib/autotest/
391x autoconf-2.72/lib/autotest/autotest.m4
392x autoconf-2.72/lib/autotest/general.m4
393x autoconf-2.72/lib/autotest/specific.m4
394x autoconf-2.72/lib/emacs/
395x autoconf-2.72/lib/emacs/autoconf-mode.el
396x autoconf-2.72/lib/emacs/autotest-mode.el
397x autoconf-2.72/lib/freeze.mk
398x autoconf-2.72/lib/local.mk
399x autoconf-2.72/lib/m4sugar/
400x autoconf-2.72/lib/m4sugar/foreach.m4
401x autoconf-2.72/lib/m4sugar/m4sh.m4
402x autoconf-2.72/lib/m4sugar/m4sugar.m4
403x autoconf-2.72/lib/version.in
404x autoconf-2.72/m4/
405x autoconf-2.72/m4/autobuild.m4
406x autoconf-2.72/m4/m4.m4
407x autoconf-2.72/m4/make-case.m4
408x autoconf-2.72/maint.mk
409x autoconf-2.72/man/
410x autoconf-2.72/man/autoconf.1
411x autoconf-2.72/man/autoconf.w
412x autoconf-2.72/man/autoconf.x
413x autoconf-2.72/man/autoheader.1
414x autoconf-2.72/man/autoheader.w
415x autoconf-2.72/man/autoheader.x
416x autoconf-2.72/man/autom4te.1
417x autoconf-2.72/man/autom4te.w
418x autoconf-2.72/man/autom4te.x
419x autoconf-2.72/man/autoreconf.1
420x autoconf-2.72/man/autoreconf.w
421x autoconf-2.72/man/autoreconf.x
422x autoconf-2.72/man/autoscan.1
423x autoconf-2.72/man/autoscan.w
424x autoconf-2.72/man/autoscan.x
425x autoconf-2.72/man/autoupdate.1
426x autoconf-2.72/man/autoupdate.w
427x autoconf-2.72/man/autoupdate.x
428x autoconf-2.72/man/common.x
429x autoconf-2.72/man/ifnames.1
430x autoconf-2.72/man/ifnames.w
431x autoconf-2.72/man/ifnames.x
432x autoconf-2.72/man/local.mk
433x autoconf-2.72/tests/
434x autoconf-2.72/tests/atlocal.in
435x autoconf-2.72/tests/autoscan.at
436x autoconf-2.72/tests/autotest.at
437x autoconf-2.72/tests/base.at
438x autoconf-2.72/tests/c.at
439x autoconf-2.72/tests/compile.at
440x autoconf-2.72/tests/data/
441x autoconf-2.72/tests/data/ax_prog_cc_for_build_v18.m4
442x autoconf-2.72/tests/data/ax_prog_cxx_for_build_v3.m4
443x autoconf-2.72/tests/data/gnulib_std_gnu11_2020_08_17.m4
444x autoconf-2.72/tests/erlang.at
445x autoconf-2.72/tests/foreign.at
446x autoconf-2.72/tests/fortran.at
447x autoconf-2.72/tests/go.at
448x autoconf-2.72/tests/local.at
449x autoconf-2.72/tests/local.mk
450x autoconf-2.72/tests/m4sh.at
451x autoconf-2.72/tests/m4sugar.at
452x autoconf-2.72/tests/mktests.pl
453x autoconf-2.72/tests/semantics.at
454x autoconf-2.72/tests/statesave.m4
455x autoconf-2.72/tests/suite.at
456x autoconf-2.72/tests/tools.at
457x autoconf-2.72/tests/torture.at
458x autoconf-2.72/tests/wrapper.as
459/tmp/autoconf-2.72 /tmp ~/build/travis-ci/travis-rubies
460checking for a BSD-compatible install... /usr/local/bin/ginstall -c
461checking whether build environment is sane... yes
462checking for a race-free mkdir -p... /usr/local/bin/gmkdir -p
463checking for gawk... no
464checking for mawk... no
465checking for nawk... no
466checking for awk... awk
467checking whether make sets $(MAKE)... yes
468checking whether make supports nested variables... yes
469checking build system type... x86_64-apple-darwin16.7.0
470checking host system type... x86_64-apple-darwin16.7.0
471configure: autobuild project... GNU Autoconf
472configure: autobuild revision... 2.72
473configure: autobuild hostname... Traviss-Mac-463.local
474configure: autobuild timestamp... 20241023T152104Z
475checking for a shell whose -n mode is known to work... /bin/sh
476checking for characters that cannot appear in file names... none
477checking whether directories can have trailing spaces... yes
478checking for expr... /bin/expr
479checking for GNU M4 that supports accurate traces... configure: error: no acceptable m4 could be found in $PATH.
480GNU M4 1.4.8 or later is required; 1.4.16 or newer is recommended.
481GNU M4 1.4.15 uses a buggy replacement strstr on some systems.
482Glibc 2.9 - 2.12 and GNU M4 1.4.11 - 1.4.15 have another strstr bug.
483There seems to be no Makefile in this directory.
484You must run ./configure before running '/Applications/Xcode.app/Contents/Developer/usr/bin/make'.
485make: *** [abort-due-to-no-makefile] Error 1
486There seems to be no Makefile in this directory.
487You must run ./configure before running '/Applications/Xcode.app/Contents/Developer/usr/bin/make'.
488make: *** [abort-due-to-no-makefile] Error 1
489/tmp ~/build/travis-ci/travis-rubies
490~/build/travis-ci/travis-rubies
rvm.4
492OSX specific setup
4930.32s$ rvm autolibs homebrew
4952679.98s$ rvm use --install 2.7.5
496Required ruby-2.7.5 is not installed - installing.
497Searching for binary rubies, this might take some time.
498No binary rubies available for: osx/10.12/x86_64/ruby-2.7.5.
499Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
500Checking requirements for osx_brew.
501Do not know how to check/install gcc 'gcc'.
502Installing requirements for osx_brew.
503Updating system............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
504Installing required packages: zlib......
505Warning: Using `--insecure` with curl to download formula.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
506Warning: Using `--insecure` with curl to download formula_tap_migrations.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
507Warning: Using `--insecure` with curl to download cask.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
508Warning: Using `--insecure` with curl to download cask_tap_migrations.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
509Warning: Using `--insecure` with curl to download formula.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
510Warning: Using `--insecure` with curl to download formula_tap_migrations.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
511Warning: Using `--insecure` with curl to download cask.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
512==> Upgrading 9 outdated packages:
513autoconf 2.69 -> 2.72
514automake 1.15.1 -> 1.17
515coreutils 8.28_1 -> 9.5
516libksba 1.3.5 -> 1.6.7
517libtool 2.4.6_1 -> 2.5.3
518libyaml 0.1.7 -> 0.2.5
519openssl@1.1 1.1.0f -> 1.1.1w
520pkg-config 0.29.2 -> 0.29.2_3
521readline 7.0.3_1 -> 8.2.13
522Warning: You are using macOS 10.12.
523We (and Apple) do not provide support for this old version.
524It is expected behaviour that some formulae will fail to build in this old version.
525It is expected behaviour that Homebrew will be buggy and slow.
526Do not create any issues about this on Homebrew's GitHub repositories.
527Do not create any issues even if you think this message is unrelated.
528Any opened issues will be immediately closed without response.
529Do not ask for help from Homebrew or its maintainers on social media.
530You may ask for help in Homebrew's discussions but are unlikely to receive a response.
531Try to figure out the problem yourself and submit a fix as a pull request.
532We will review it but may or may not accept it.
534Warning: openssl@1.1 has been deprecated! It will be disabled on 2024-10-24.
535==> Fetching dependencies for openssl@1.1: ca-certificates
536==> Fetching ca-certificates
537==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2024-09-24
538==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:212f2576348d5f5797d8d3905eb70d0d9bf8829345bce9e20e2fd0336f344648
539Warning: Using `--insecure` with curl to download an updated certificates file because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
540curl: (22) The requested URL returned error: 421 Misdirected Request
541Error: openssl@1.1: Failed to download resource "ca-certificates"
542Download failed: https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:212f2576348d5f5797d8d3905eb70d0d9bf8829345bce9e20e2fd0336f344648
543==> Fetching readline
544==> Downloading https://raw.githubusercontent.com/Homebrew/homebrew-core/7ce1cd1dcb62fe13721f4730fcb2411599f24437/Formula/r/readline.rb
545==> Downloading https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-001
546==> Downloading https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-002
547==> Downloading https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-003
548==> Downloading https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-004
549==> Downloading https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-005
550==> Downloading https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-006
551==> Downloading https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-007
552==> Downloading https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-008
553==> Downloading https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-009
554==> Downloading https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-010
555==> Downloading https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-011
556==> Downloading https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-012
557==> Downloading https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-013
558==> Downloading https://ftp.gnu.org/gnu/readline/readline-8.2.tar.gz
559==> Fetching dependencies for coreutils: m4, autoconf, automake, libtool and gmp
560==> Fetching m4
561==> Downloading https://raw.githubusercontent.com/Homebrew/homebrew-core/7ce1cd1dcb62fe13721f4730fcb2411599f24437/Formula/m/m4.rb
562==> Downloading https://ftp.gnu.org/gnu/m4/m4-1.4.19.tar.xz
563==> Fetching autoconf
564==> Downloading https://raw.githubusercontent.com/Homebrew/homebrew-core/7ce1cd1dcb62fe13721f4730fcb2411599f24437/Formula/a/autoconf.rb
565==> Downloading https://ftp.gnu.org/gnu/autoconf/autoconf-2.72.tar.gz
566==> Fetching automake
567==> Downloading https://raw.githubusercontent.com/Homebrew/homebrew-core/7ce1cd1dcb62fe13721f4730fcb2411599f24437/Formula/a/automake.rb
568==> Downloading https://ftp.gnu.org/gnu/automake/automake-1.17.tar.xz
569==> Fetching libtool
570==> Downloading https://raw.githubusercontent.com/Homebrew/homebrew-core/7ce1cd1dcb62fe13721f4730fcb2411599f24437/Formula/lib/libtool.rb
571==> Downloading https://ftp.gnu.org/gnu/libtool/libtool-2.5.3.tar.xz
572==> Fetching gmp
573==> Downloading https://raw.githubusercontent.com/Homebrew/homebrew-core/7ce1cd1dcb62fe13721f4730fcb2411599f24437/Formula/g/gmp.rb
574==> Downloading https://ftp.gnu.org/gnu/gmp/gmp-6.3.0.tar.xz
575==> Fetching coreutils
576==> Downloading https://raw.githubusercontent.com/Homebrew/homebrew-core/7ce1cd1dcb62fe13721f4730fcb2411599f24437/Formula/c/coreutils.rb
577==> Downloading https://ftp.gnu.org/gnu/coreutils/coreutils-9.5.tar.xz
578==> Fetching dependencies for libksba: libunistring, gettext and libgpg-error
579==> Fetching libunistring
580==> Downloading https://raw.githubusercontent.com/Homebrew/homebrew-core/7ce1cd1dcb62fe13721f4730fcb2411599f24437/Formula/lib/libunistring.rb
581==> Downloading https://ftp.gnu.org/gnu/libunistring/libunistring-1.3.tar.gz
582==> Fetching gettext
583==> Downloading https://raw.githubusercontent.com/Homebrew/homebrew-core/7ce1cd1dcb62fe13721f4730fcb2411599f24437/Formula/g/gettext.rb
584==> Downloading https://ftp.gnu.org/gnu/gettext/gettext-0.22.5.tar.gz
585==> Fetching libgpg-error
586==> Downloading https://raw.githubusercontent.com/Homebrew/homebrew-core/7ce1cd1dcb62fe13721f4730fcb2411599f24437/Formula/lib/libgpg-error.rb
587==> Downloading https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.50.tar.bz2
588==> Fetching libksba
589==> Downloading https://raw.githubusercontent.com/Homebrew/homebrew-core/7ce1cd1dcb62fe13721f4730fcb2411599f24437/Formula/lib/libksba.rb
590==> Downloading https://gnupg.org/ftp/gcrypt/libksba/libksba-1.6.7.tar.bz2
591Warning: Using `--insecure` with curl to download cask_tap_migrations.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
592==> Fetching dependencies for libyaml: m4, autoconf, automake and libtool
593==> Fetching libyaml
594==> Downloading https://raw.githubusercontent.com/Homebrew/homebrew-core/7ce1cd1dcb62fe13721f4730fcb2411599f24437/Formula/lib/libyaml.rb
595==> Downloading https://github.com/yaml/libyaml/archive/refs/tags/0.2.5.tar.gz
596==> Downloading from https://codeload.github.com/yaml/libyaml/tar.gz/refs/tags/0.2.5
597==> Fetching pkg-config
598==> Downloading https://raw.githubusercontent.com/Homebrew/homebrew-core/7ce1cd1dcb62fe13721f4730fcb2411599f24437/Formula/p/pkg-config.rb
599==> Downloading https://pkgconfig.freedesktop.org/releases/pkg-config-0.29.2.tar.gz
600==> Upgrading readline
601 7.0.3_1 -> 8.2.13
602Warning: Your Xcode (8.3.3) is outdated.
603Please update to Xcode 9.2 (or delete it).
604Xcode can be updated from the App Store.
606Warning: A newer Command Line Tools release is available.
607Update them from Software Update in the App Store.
609If that doesn't show you any updates, run:
610 sudo rm -rf /Library/Developer/CommandLineTools
611 sudo xcode-select --install
613Alternatively, manually download them from:
614 https://developer.apple.com/download/all/.
615You should download the Command Line Tools for Xcode 9.2.
617==> Patching
618==> Applying readline82-001
619patching file nls.c
620patching file patchlevel
621==> Applying readline82-002
622patching file display.c
623patching file patchlevel
624==> Applying readline82-003
625patching file colors.c
626patching file patchlevel
627==> Applying readline82-004
628patching file input.c
629patching file patchlevel
630==> Applying readline82-005
631patching file callback.c
632patching file patchlevel
633==> Applying readline82-006
634patching file input.c
635Hunk #1 succeeded at 805 (offset -7 lines).
636Hunk #2 succeeded at 816 (offset -7 lines).
637Hunk #3 succeeded at 895 (offset -7 lines).
638Hunk #4 succeeded at 938 (offset -7 lines).
639patching file patchlevel
640==> Applying readline82-007
641patching file display.c
642Hunk #1 succeeded at 3391 (offset -3 lines).
643patching file patchlevel
644==> Applying readline82-008
645patching file text.c
646patching file bind.c
647patching file rltty.c
648patching file patchlevel
649==> Applying readline82-009
650patching file complete.c
651patching file patchlevel
652==> Applying readline82-010
653patching file complete.c
654patching file patchlevel
655==> Applying readline82-011
656patching file bind.c
657patching file patchlevel
658==> Applying readline82-012
659patching file readline.c
660patching file isearch.c
661patching file patchlevel
662==> Applying readline82-013
663patching file text.c
664patching file patchlevel
665==> ./configure --with-curses
666==> make install SHLIB_LIBS=-lcurses
667Warning: Using `--insecure` with curl to download formula.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
668==> Downloading https://formulae.brew.sh/api/formula.jws.json
669######################################################################### 100.0%
670🍺 /usr/local/Cellar/readline/8.2.13: 51 files, 1.6MB, built in 26 seconds
671==> Running `brew cleanup readline`...
672Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
673Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
674Removing: /usr/local/Cellar/readline/7.0.3_1... (46 files, 1.5MB)
675Removing: /Users/travis/Library/Caches/Homebrew/readline--patch--1ea434957d6ec3a7b61763f1f3552dad0ebdd6754d65888b5cd6d80db3a788a8... (5.6KB)
676Removing: /Users/travis/Library/Caches/Homebrew/readline--patch--24f587ba46b46ed2b1868ccaf9947504feba154bb8faabd4adaea63ef7e6acb0... (1.2KB)
677Removing: /Users/travis/Library/Caches/Homebrew/readline--patch--3d9885e692e1998523fd5c61f558cecd2aafd67a07bd3bfe1d7ad5a31777a116... (2.2KB)
678Removing: /Users/travis/Library/Caches/Homebrew/readline--patch--5911a5b980d7900aabdbee483f86dab7056851e6400efb002776a0a4a1bab6f6... (1.4KB)
679Removing: /Users/travis/Library/Caches/Homebrew/readline--patch--622ba387dae5c185afb4b9b20634804e5f6c1c6e5e87ebee7c35a8f065114c99... (1.5KB)
680Removing: /Users/travis/Library/Caches/Homebrew/readline--patch--6c8adf8ed4a2ca629f7fd11301ed6293a6248c9da0c674f86217df715efccbd3... (2.8KB)
681Removing: /Users/travis/Library/Caches/Homebrew/readline--patch--758e2ec65a0c214cfe6161f5cde3c5af4377c67d820ea01d13de3ca165f67b4c... (2.6KB)
682Removing: /Users/travis/Library/Caches/Homebrew/readline--patch--79572eeaeb82afdc6869d7ad4cba9d4f519b1218070e17fa90bbecd49bd525ac... (1.7KB)
683Removing: /Users/travis/Library/Caches/Homebrew/readline--patch--a177edc9d8c9f82e8c19d0630ab351f3fd1b201d655a1ddb5d51c4cee197b26a... (1.7KB)
684Removing: /Users/travis/Library/Caches/Homebrew/readline--patch--bbf97f1ec40a929edab5aa81998c1e2ef435436c597754916e6a5868f273aff7... (1.2KB)
685Removing: /Users/travis/Library/Caches/Homebrew/readline--patch--c7b45ff8c0d24d81482e6e0677e81563d13c74241f7b86c4de00d239bc81f5a1... (3.0KB)
686Removing: /Users/travis/Library/Caches/Homebrew/readline--patch--e0013d907f3a9e6482cc0934de1bd82ee3c3c4fd07a9646aa9899af237544dd7... (1.8KB)
687Removing: /Users/travis/Library/Caches/Homebrew/readline--patch--e06503822c62f7bc0d9f387d4c78c09e0ce56e53872011363c74786c7cd4c053... (1.1KB)
688==> Upgrading coreutils
689 8.28_1 -> 9.5
690Warning: Your Xcode (8.3.3) is outdated.
691Please update to Xcode 9.2 (or delete it).
692Xcode can be updated from the App Store.
694Warning: A newer Command Line Tools release is available.
695Update them from Software Update in the App Store.
697If that doesn't show you any updates, run:
698 sudo rm -rf /Library/Developer/CommandLineTools
699 sudo xcode-select --install
701Alternatively, manually download them from:
702 https://developer.apple.com/download/all/.
703You should download the Command Line Tools for Xcode 9.2.
705==> Installing dependencies for coreutils: m4, autoconf, automake, libtool and gmp
706==> Installing coreutils dependency: m4
707Warning: Your Xcode (8.3.3) is outdated.
708Please update to Xcode 9.2 (or delete it).
709Xcode can be updated from the App Store.
711Warning: A newer Command Line Tools release is available.
712Update them from Software Update in the App Store.
714If that doesn't show you any updates, run:
715 sudo rm -rf /Library/Developer/CommandLineTools
716 sudo xcode-select --install
718Alternatively, manually download them from:
719 https://developer.apple.com/download/all/.
720You should download the Command Line Tools for Xcode 9.2.
722==> ./configure
723==> make
724==> make install
725Warning: Using `--insecure` with curl to download formula.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
726==> Downloading https://formulae.brew.sh/api/formula.jws.json
727######################################################################### 100.0%
728🍺 /usr/local/Cellar/m4/1.4.19: 14 files, 702.0KB, built in 1 minute 34 seconds
729==> Installing coreutils dependency: autoconf
730Warning: Your Xcode (8.3.3) is outdated.
731Please update to Xcode 9.2 (or delete it).
732Xcode can be updated from the App Store.
734Warning: A newer Command Line Tools release is available.
735Update them from Software Update in the App Store.
737If that doesn't show you any updates, run:
738 sudo rm -rf /Library/Developer/CommandLineTools
739 sudo xcode-select --install
741Alternatively, manually download them from:
742 https://developer.apple.com/download/all/.
743You should download the Command Line Tools for Xcode 9.2.
745Warning: Using `--insecure` with curl to download formula_tap_migrations.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
746==> Downloading https://formulae.brew.sh/api/formula_tap_migrations.jws.json
747######################################################################### 100.0%
748Warning: Using `--insecure` with curl to download cask_tap_migrations.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
749==> Downloading https://formulae.brew.sh/api/cask_tap_migrations.jws.json
750######################################################################### 100.0%
751Warning: Using `--insecure` with curl to download formula.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
752==> Downloading https://formulae.brew.sh/api/formula.jws.json
753######################################################################### 100.0%
754==> ./configure --with-lispdir=/usr/local/Cellar/autoconf/2.72/share/emacs/site-
755==> make install
756🍺 /usr/local/Cellar/autoconf/2.72: 76 files, 3.6MB, built in 7 seconds
757==> Installing coreutils dependency: automake
758Warning: Your Xcode (8.3.3) is outdated.
759Please update to Xcode 9.2 (or delete it).
760Xcode can be updated from the App Store.
762Warning: A newer Command Line Tools release is available.
763Update them from Software Update in the App Store.
765If that doesn't show you any updates, run:
766 sudo rm -rf /Library/Developer/CommandLineTools
767 sudo xcode-select --install
769Alternatively, manually download them from:
770 https://developer.apple.com/download/all/.
771You should download the Command Line Tools for Xcode 9.2.
773Warning: Using `--insecure` with curl to download formula_tap_migrations.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
774==> Downloading https://formulae.brew.sh/api/formula_tap_migrations.jws.json
775######################################################################### 100.0%
776Warning: Using `--insecure` with curl to download cask_tap_migrations.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
777==> Downloading https://formulae.brew.sh/api/cask_tap_migrations.jws.json
778######################################################################### 100.0%
779Warning: Using `--insecure` with curl to download formula.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
780==> Downloading https://formulae.brew.sh/api/formula.jws.json
781######################################################################### 100.0%
782==> ./configure
783==> make install
784🍺 /usr/local/Cellar/automake/1.17: 134 files, 3.3MB, built in 12 seconds
785==> Installing coreutils dependency: libtool
786Warning: Your Xcode (8.3.3) is outdated.
787Please update to Xcode 9.2 (or delete it).
788Xcode can be updated from the App Store.
790Warning: A newer Command Line Tools release is available.
791Update them from Software Update in the App Store.
793If that doesn't show you any updates, run:
794 sudo rm -rf /Library/Developer/CommandLineTools
795 sudo xcode-select --install
797Alternatively, manually download them from:
798 https://developer.apple.com/download/all/.
799You should download the Command Line Tools for Xcode 9.2.
801Warning: Using `--insecure` with curl to download formula_tap_migrations.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
802==> Downloading https://formulae.brew.sh/api/formula_tap_migrations.jws.json
803######################################################################### 100.0%
804Warning: Using `--insecure` with curl to download cask_tap_migrations.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
805==> Downloading https://formulae.brew.sh/api/cask_tap_migrations.jws.json
806######################################################################### 100.0%
807Warning: Using `--insecure` with curl to download formula.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
808==> Downloading https://formulae.brew.sh/api/formula.jws.json
809######################################################################### 100.0%
810==> ./configure --disable-silent-rules --enable-ltdl-install --program-prefix=g
811==> make install
812🍺 /usr/local/Cellar/libtool/2.5.3: 76 files, 3.8MB, built in 25 seconds
813==> Installing coreutils dependency: gmp
814Warning: Your Xcode (8.3.3) is outdated.
815Please update to Xcode 9.2 (or delete it).
816Xcode can be updated from the App Store.
818Warning: A newer Command Line Tools release is available.
819Update them from Software Update in the App Store.
821If that doesn't show you any updates, run:
822 sudo rm -rf /Library/Developer/CommandLineTools
823 sudo xcode-select --install
825Alternatively, manually download them from:
826 https://developer.apple.com/download/all/.
827You should download the Command Line Tools for Xcode 9.2.
829Warning: Using `--insecure` with curl to download formula_tap_migrations.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
830==> Downloading https://formulae.brew.sh/api/formula_tap_migrations.jws.json
831######################################################################### 100.0%
832Warning: Using `--insecure` with curl to download cask_tap_migrations.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
833==> Downloading https://formulae.brew.sh/api/cask_tap_migrations.jws.json
834######################################################################### 100.0%
835Warning: Using `--insecure` with curl to download formula.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
836==> Downloading https://formulae.brew.sh/api/formula.jws.json
837######################################################################### 100.0%
838==> autoreconf -i -s
839==> ./configure --enable-cxx --with-pic --build=core2-apple-darwin16
840==> make
841==> make check
842==> make install
843🍺 /usr/local/Cellar/gmp/6.3.0: 22 files, 3.2MB, built in 4 minutes 9 seconds
844==> Installing coreutils
845Warning: Using `--insecure` with curl to download formula_tap_migrations.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
846==> Downloading https://formulae.brew.sh/api/formula_tap_migrations.jws.json
847######################################################################### 100.0%
848Warning: Using `--insecure` with curl to download cask_tap_migrations.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
849==> Downloading https://formulae.brew.sh/api/cask_tap_migrations.jws.json
850######################################################################### 100.0%
851Warning: Using `--insecure` with curl to download formula.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
852==> Downloading https://formulae.brew.sh/api/formula.jws.json
853######################################################################### 100.0%
854==> ./configure --program-prefix=g --with-libgmp --without-selinux
855==> make install
856==> Caveats
857Commands also provided by macOS and the commands dir, dircolors, vdir have been installed with the prefix "g".
858If you need to use these commands with their normal names, you can add a "gnubin" directory to your PATH with:
859 PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
860==> Summary
861🍺 /usr/local/Cellar/coreutils/9.5: 481 files, 9.8MB, built in 3 minutes 18 seconds
862==> Running `brew cleanup coreutils`...
863Removing: /usr/local/Cellar/coreutils/8.28_1... (430 files, 8.9MB)
864==> Upgrading libksba
865 1.3.5 -> 1.6.7
866Warning: Your Xcode (8.3.3) is outdated.
867Please update to Xcode 9.2 (or delete it).
868Xcode can be updated from the App Store.
870Warning: A newer Command Line Tools release is available.
871Update them from Software Update in the App Store.
873If that doesn't show you any updates, run:
874 sudo rm -rf /Library/Developer/CommandLineTools
875 sudo xcode-select --install
877Alternatively, manually download them from:
878 https://developer.apple.com/download/all/.
879You should download the Command Line Tools for Xcode 9.2.
881==> Installing dependencies for libksba: libunistring, gettext and libgpg-error
882==> Installing libksba dependency: libunistring
883Warning: Your Xcode (8.3.3) is outdated.
884Please update to Xcode 9.2 (or delete it).
885Xcode can be updated from the App Store.
887Warning: A newer Command Line Tools release is available.
888Update them from Software Update in the App Store.
890If that doesn't show you any updates, run:
891 sudo rm -rf /Library/Developer/CommandLineTools
892 sudo xcode-select --install
894Alternatively, manually download them from:
895 https://developer.apple.com/download/all/.
896You should download the Command Line Tools for Xcode 9.2.
898==> ./configure --disable-silent-rules
899==> make
900==> make check
901==> make install
902Warning: Using `--insecure` with curl to download formula.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
903==> Downloading https://formulae.brew.sh/api/formula.jws.json
904######################################################################### 100.0%
905🍺 /usr/local/Cellar/libunistring/1.3: 59 files, 5.3MB, built in 8 minutes 5 seconds
906==> Installing libksba dependency: gettext
907Warning: Your Xcode (8.3.3) is outdated.
908Please update to Xcode 9.2 (or delete it).
909Xcode can be updated from the App Store.
911Warning: A newer Command Line Tools release is available.
912Update them from Software Update in the App Store.
914If that doesn't show you any updates, run:
915 sudo rm -rf /Library/Developer/CommandLineTools
916 sudo xcode-select --install
918Alternatively, manually download them from:
919 https://developer.apple.com/download/all/.
920You should download the Command Line Tools for Xcode 9.2.
922Warning: Using `--insecure` with curl to download formula_tap_migrations.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
923==> Downloading https://formulae.brew.sh/api/formula_tap_migrations.jws.json
924######################################################################### 100.0%
925Warning: Using `--insecure` with curl to download cask_tap_migrations.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
926==> Downloading https://formulae.brew.sh/api/cask_tap_migrations.jws.json
927######################################################################### 100.0%
928Warning: Using `--insecure` with curl to download formula.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
929==> Downloading https://formulae.brew.sh/api/formula.jws.json
930######################################################################### 100.0%
931==> ./configure --with-libunistring-prefix=/usr/local/opt/libunistring --disable
932==> make
933==> make install
934🍺 /usr/local/Cellar/gettext/0.22.5: 2,050 files, 20.6MB, built in 8 minutes 44 seconds
935==> Installing libksba dependency: libgpg-error
936Warning: Your Xcode (8.3.3) is outdated.
937Please update to Xcode 9.2 (or delete it).
938Xcode can be updated from the App Store.
940Warning: A newer Command Line Tools release is available.
941Update them from Software Update in the App Store.
943If that doesn't show you any updates, run:
944 sudo rm -rf /Library/Developer/CommandLineTools
945 sudo xcode-select --install
947Alternatively, manually download them from:
948 https://developer.apple.com/download/all/.
949You should download the Command Line Tools for Xcode 9.2.
951Warning: Using `--insecure` with curl to download formula_tap_migrations.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
952==> Downloading https://formulae.brew.sh/api/formula_tap_migrations.jws.json
953######################################################################### 100.0%
954Warning: Using `--insecure` with curl to download cask_tap_migrations.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
955==> Downloading https://formulae.brew.sh/api/cask_tap_migrations.jws.json
956######################################################################### 100.0%
957Warning: Using `--insecure` with curl to download formula.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
958==> Downloading https://formulae.brew.sh/api/formula.jws.json
959######################################################################### 100.0%
960==> Patching
961==> ./configure --disable-silent-rules --enable-install-gpg-error-config --enabl
962==> make install
963🍺 /usr/local/Cellar/libgpg-error/1.50: 50 files, 1.6MB, built in 42 seconds
964==> Installing libksba
965Warning: Using `--insecure` with curl to download formula_tap_migrations.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
966==> Downloading https://formulae.brew.sh/api/formula_tap_migrations.jws.json
967######################################################################### 100.0%
968Warning: Using `--insecure` with curl to download cask_tap_migrations.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
969==> Downloading https://formulae.brew.sh/api/cask_tap_migrations.jws.json
970######################################################################### 100.0%
971Warning: Using `--insecure` with curl to download formula.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
972==> Downloading https://formulae.brew.sh/api/formula.jws.json
973######################################################################### 100.0%
974==> ./configure --disable-silent-rules
975==> make check
976==> make install
977🍺 /usr/local/Cellar/libksba/1.6.7: 19 files, 479KB, built in 28 seconds
978==> Running `brew cleanup libksba`...
979Removing: /usr/local/Cellar/libksba/1.3.5... (13 files, 359.4KB)
980==> Running `brew cleanup autoconf`...
981Removing: /usr/local/Cellar/autoconf/2.69... (70 files, 3.0MB)
982==> Upgrading libyaml
983 0.1.7 -> 0.2.5
984Warning: Your Xcode (8.3.3) is outdated.
985Please update to Xcode 9.2 (or delete it).
986Xcode can be updated from the App Store.
988Warning: A newer Command Line Tools release is available.
989Update them from Software Update in the App Store.
991If that doesn't show you any updates, run:
992 sudo rm -rf /Library/Developer/CommandLineTools
993 sudo xcode-select --install
995Alternatively, manually download them from:
996 https://developer.apple.com/download/all/.
997You should download the Command Line Tools for Xcode 9.2.
999Warning: Using `--insecure` with curl to download formula_tap_migrations.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
1000==> Downloading https://formulae.brew.sh/api/formula_tap_migrations.jws.json
1001######################################################################### 100.0%
1002Warning: Using `--insecure` with curl to download cask_tap_migrations.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
1003==> Downloading https://formulae.brew.sh/api/cask_tap_migrations.jws.json
1004######################################################################### 100.0%
1005Warning: Using `--insecure` with curl to download formula.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
1006==> Downloading https://formulae.brew.sh/api/formula.jws.json
1007######################################################################### 100.0%
1008==> ./bootstrap
1009==> ./configure
1010==> make install
1011🍺 /usr/local/Cellar/libyaml/0.2.5: 11 files, 318.4KB, built in 24 seconds
1012==> Running `brew cleanup libyaml`...
1013Removing: /usr/local/Cellar/libyaml/0.1.7... (8 files, 312.5KB)
1014==> Upgrading pkg-config
1015 0.29.2 -> 0.29.2_3
1016Warning: Your Xcode (8.3.3) is outdated.
1017Please update to Xcode 9.2 (or delete it).
1018Xcode can be updated from the App Store.
1020Warning: A newer Command Line Tools release is available.
1021Update them from Software Update in the App Store.
1023If that doesn't show you any updates, run:
1024 sudo rm -rf /Library/Developer/CommandLineTools
1025 sudo xcode-select --install
1027Alternatively, manually download them from:
1028 https://developer.apple.com/download/all/.
1029You should download the Command Line Tools for Xcode 9.2.
1031==> ./configure --disable-host-tool --with-internal-glib --with-pc-path=/usr/loc
1032==> make
1033==> make install
1034Warning: Using `--insecure` with curl to download formula.jws.json because we need it to run `brew install ca-certificates` in order to download securely from now on. Checksums will still be verified.
1035==> Downloading https://formulae.brew.sh/api/formula.jws.json
1036######################################################################### 100.0%
1037🍺 /usr/local/Cellar/pkg-config/0.29.2_3: 12 files, 630.9KB, built in 1 minute 22 seconds
1038==> Running `brew cleanup pkg-config`...
1039Removing: /usr/local/Cellar/pkg-config/0.29.2... (11 files, 627KB)
1040Removing: /Users/travis/Library/Caches/Homebrew/pkg-config--0.29.2.tar.gz... (1.9MB)
1041==> Running `brew cleanup libtool`...
1042Removing: /usr/local/Cellar/libtool/2.4.6_1... (70 files, 3.7MB)
1043==> Running `brew cleanup automake`...
1044Removing: /usr/local/Cellar/automake/1.15.1... (131 files, 3.0MB)
1045Warning: The following dependents of upgraded formulae are outdated but will not
1046be upgraded because they are not bottled:
1047 libspatialite
1048 postgis
1049 postgresql@14
1050 pyenv
1051 python@3.13
1052 sqlite
1053 cgal
1054 gnupg
1055 gnutls
1056 mpfr
1057 nettle
1058 sfcgal
1059 libassuan
1060 libgcrypt
1061 pinentry
1062==> No outdated dependents to upgrade!
1063==> Checking for dependents of upgraded formulae...
1064Disable this behaviour by setting HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK.
1065Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
1066==> No broken dependents to reinstall!
1067==> Caveats
1068==> coreutils
1069Commands also provided by macOS and the commands dir, dircolors, vdir have been installed with the prefix "g".
1070If you need to use these commands with their normal names, you can add a "gnubin" directory to your PATH with:
1071 PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
1072Requirements installation failed with status: 1.
1073Gemset '' does not exist, 'rvm ruby-2.7.5 do rvm gemset create ' first, or append '--create'.
10750.05s$ sudo mkdir -p /etc/openssl
10770.04s$ sudo chown -R travis: /etc/openssl
10790.02s$ mkdir -p /Users/travis/.rvm/patchsets/ruby
1081$ echo "" > $rvm_path/patchsets/ruby/osx_static
ruby
1083check which ruby to build
10840.01s$ export RUBY=ruby-3.2.5
1086EVERYBODY STAND BACK, WE'RE INSTALLING ruby-3.2.5
10870.01s$ unset CC
build
1090build ruby-3.2.5
10910.36s$ rvm alias delete ruby-3.2.5
1092Deleting alias: ruby-3.2.5...
10941.96s$ rvm remove ruby-3.2.5
1095ruby-3.2.5 - #already gone
1096Using /Users/travis/.rvm/gems/ruby-2.4.2
1098info: downloading installer
1099Warning: Not enforcing strong cipher suites for TLS, this is potentially less secure
1100Warning: Detected macOS platform older than 10.13
1101Warning: Not enforcing TLS v1.2, this is potentially less secure
1102info: profile set to 'default'
1103info: default host triple is x86_64-apple-darwin
1104info: syncing channel updates for 'stable-x86_64-apple-darwin'
1105info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
1106info: downloading component 'cargo'
1107info: downloading component 'clippy'
1108info: downloading component 'rust-docs'
1109info: downloading component 'rust-std'
1110info: downloading component 'rustc'
1111info: downloading component 'rustfmt'
1112info: installing component 'cargo'
1113info: installing component 'clippy'
1114info: installing component 'rust-docs'
1115info: installing component 'rust-std'
1116info: installing component 'rustc'
1117info: installing component 'rustfmt'
1118info: default toolchain set to 'stable-x86_64-apple-darwin'
1120 stable-x86_64-apple-darwin installed - rustc 1.82.0 (f6e511eec 2024-10-15)
1123Rust is installed now. Great!
1125To get started you may need to restart your current shell.
1126This would reload your PATH environment variable to include
1127Cargo's bin directory ($HOME/.cargo/bin).
1129To configure your current shell, you need to source
1130the corresponding env file under $HOME/.cargo.
1132This is usually done by running one of the following (note the leading DOT):
1133. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
1134source "$HOME/.cargo/env.fish" # For fish
1135$ rvm install ruby-3.2.5 --enable-yjit --verify-downloads 1 --disable-install-doc -C --without-tcl,--without-tk,--without-gmp
1136Warning! PATH is not properly set up, /Users/travis/.rvm/gems/ruby-2.4.2/bin is not at first place.
1137 <log>Usually this is caused by shell initialization files. Search for <code>PATH=...</code> entries.
1138 You can also re-add RVM to your profile by running: <code>rvm get stable --auto-dotfiles</code>
1139 To fix it temporarily in this shell session run: <code>rvm use ruby-2.4.2</code>
1140 To ignore this error add <code>rvm_silence_path_mismatch_check_flag=1</code> to your <code>~/.rvmrc</code> file.
1141Checking requirements for osx_brew.
1142Usage: brew search, -S [options] text|/regex/ [...]
1144Perform a substring search of cask tokens and formula names for text. If
1145text is flanked by slashes, it is interpreted as a regular expression.
1147 --formula, --formulae Search for formulae.
1148 --cask, --casks Search for casks.
1149 --desc Search for formulae with a description
1150 matching text and casks with a name or
1151 description matching text.
1152 --eval-all Evaluate all available formulae and casks,
1153 whether installed or not, to search their
1154 descriptions. Implied if HOMEBREW_EVAL_ALL
1155 is set.
1156 --pull-request Search for GitHub pull requests containing
1157 text.
1158 --open Search for only open GitHub pull requests.
1159 --closed Search for only closed GitHub pull requests.
1160 --repology Search for text in the given database.
1161 --macports Search for text in the given database.
1162 --fink Search for text in the given database.
1163 --opensuse Search for text in the given database.
1164 --fedora Search for text in the given database.
1165 --archlinux Search for text in the given database.
1166 --debian Search for text in the given database.
1167 --ubuntu Search for text in the given database.
1168 -d, --debug Display any debugging information.
1169 -q, --quiet Make some output more quiet.
1170 -v, --verbose Make some output more verbose.
1171 -h, --help Show this message.
1173Error: Invalid usage: This command requires at least 1 text or regex argument.
1174Usage: brew search, -S [options] text|/regex/ [...]
1176Perform a substring search of cask tokens and formula names for text. If
1177text is flanked by slashes, it is interpreted as a regular expression.
1179 --formula, --formulae Search for formulae.
1180 --cask, --casks Search for casks.
1181 --desc Search for formulae with a description
1182 matching text and casks with a name or
1183 description matching text.
1184 --eval-all Evaluate all available formulae and casks,
1185 whether installed or not, to search their
1186 descriptions. Implied if HOMEBREW_EVAL_ALL
1187 is set.
1188 --pull-request Search for GitHub pull requests containing
1189 text.
1190 --open Search for only open GitHub pull requests.
1191 --closed Search for only closed GitHub pull requests.
1192 --repology Search for text in the given database.
1193 --macports Search for text in the given database.
1194 --fink Search for text in the given database.
1195 --opensuse Search for text in the given database.
1196 --fedora Search for text in the given database.
1197 --archlinux Search for text in the given database.
1198 --debian Search for text in the given database.
1199 --ubuntu Search for text in the given database.
1200 -d, --debug Display any debugging information.
1201 -q, --quiet Make some output more quiet.
1202 -v, --verbose Make some output more verbose.
1203 -h, --help Show this message.
1205Error: Invalid usage: This command requires at least 1 text or regex argument.
1206Usage: brew search, -S [options] text|/regex/ [...]
1208Perform a substring search of cask tokens and formula names for text. If
1209text is flanked by slashes, it is interpreted as a regular expression.
1211 --formula, --formulae Search for formulae.
1212 --cask, --casks Search for casks.
1213 --desc Search for formulae with a description
1214 matching text and casks with a name or
1215 description matching text.
1216 --eval-all Evaluate all available formulae and casks,
1217 whether installed or not, to search their
1218 descriptions. Implied if HOMEBREW_EVAL_ALL
1219 is set.
1220 --pull-request Search for GitHub pull requests containing
1221 text.
1222 --open Search for only open GitHub pull requests.
1223 --closed Search for only closed GitHub pull requests.
1224 --repology Search for text in the given database.
1225 --macports Search for text in the given database.
1226 --fink Search for text in the given database.
1227 --opensuse Search for text in the given database.
1228 --fedora Search for text in the given database.
1229 --archlinux Search for text in the given database.
1230 --debian Search for text in the given database.
1231 --ubuntu Search for text in the given database.
1232 -d, --debug Display any debugging information.
1233 -q, --quiet Make some output more quiet.
1234 -v, --verbose Make some output more verbose.
1235 -h, --help Show this message.
1237Error: Invalid usage: This command requires at least 1 text or regex argument.
1238Usage: brew search, -S [options] text|/regex/ [...]
1240Perform a substring search of cask tokens and formula names for text. If
1241text is flanked by slashes, it is interpreted as a regular expression.
1243 --formula, --formulae Search for formulae.
1244 --cask, --casks Search for casks.
1245 --desc Search for formulae with a description
1246 matching text and casks with a name or
1247 description matching text.
1248 --eval-all Evaluate all available formulae and casks,
1249 whether installed or not, to search their
1250 descriptions. Implied if HOMEBREW_EVAL_ALL
1251 is set.
1252 --pull-request Search for GitHub pull requests containing
1253 text.
1254 --open Search for only open GitHub pull requests.
1255 --closed Search for only closed GitHub pull requests.
1256 --repology Search for text in the given database.
1257 --macports Search for text in the given database.
1258 --fink Search for text in the given database.
1259 --opensuse Search for text in the given database.
1260 --fedora Search for text in the given database.
1261 --archlinux Search for text in the given database.
1262 --debian Search for text in the given database.
1263 --ubuntu Search for text in the given database.
1264 -d, --debug Display any debugging information.
1265 -q, --quiet Make some output more quiet.
1266 -v, --verbose Make some output more verbose.
1267 -h, --help Show this message.
1269Error: Invalid usage: This command requires at least 1 text or regex argument.
1270Usage: brew search, -S [options] text|/regex/ [...]
1272Perform a substring search of cask tokens and formula names for text. If
1273text is flanked by slashes, it is interpreted as a regular expression.
1275 --formula, --formulae Search for formulae.
Top