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

API event #24483.17 passed

  • Ran for
11.6
AMD64
Xcode: xcode13.1 C
Git
Raw log
Scroll to End of Log
0.01s0.01s0.01s
worker_info
1Worker information
2hostname: 172f34c9-0627-4caf-af10-19368aceb1f8@1.worker-com-654b68849d-9s246.macstadium-prod-2
3version: deploy_2024.10.02-2-gc32b553 https://github.com/travis-ci/worker/tree/c32b553e81363378d09787f52103ea9bcadf253c
4instance: 3c8a29f6-3006-4ad6-8662-1c8ce0ef29b4 travis-ci-macos11.6-xcode13.1-1634830466 (via amqp)
5startup: 2m10.52136085s
60.67s0.01s0.01s0.04s
system_info
7Build system information
8Build language: c
9Build id: 272840551
10Job id: 627372742
11Runtime kernel version: 20.6.0
12VM: default
13travis-build version: 6b157a1c
14Build image provisioning date and time
15Thu Oct 21 19:36:15 GMT 2021
16Operating System Details
17ProductName: macOS
18ProductVersion: 11.6
19BuildVersion: 20G165
20Git version
21git version 2.33.1
22bash version
23GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin20)
24Copyright (C) 2007 Free Software Foundation, Inc.
25GCC version
26Apple clang version 13.0.0 (clang-1300.0.29.3)
27Target: x86_64-apple-darwin20.6.0
28Thread model: posix
29InstalledDir: /Applications/Xcode-13.1.Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
30LLVM version
31Apple clang version 13.0.0 (clang-1300.0.29.3)
32Target: x86_64-apple-darwin20.6.0
33Thread model: posix
34InstalledDir: /Applications/Xcode-13.1.Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
35Pre-installed Ruby versions
36ruby-2.6.6
37Pre-installed Node.js versions
38v10.24.1
39v11.15.0
40v12.22.6
41v12.22.7
42v13.14.0
43v14.17.6
44v14.18.1
45v15.14.0
46v16.10.0
47v4.9.1
48v6.17.1
49v8.17.0
50mvn -version
51Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
52Maven home: /usr/local/Cellar/maven/3.8.3/libexec
53Java version: 17, vendor: Homebrew, runtime: /usr/local/Cellar/openjdk/17/libexec/openjdk.jdk/Contents/Home
54Default locale: en_US, platform encoding: UTF-8
55OS name: "mac os x", version: "11.6", arch: "x86_64", family: "mac"
570.01s0.01s0.59s0.01s0.01s0.01s0.02s0.01s0.10s0.06s0.05s0.01s0.10s0.01s0.01s1.00s0.18s0.01s0.02s0.05s0.01s5.97s
581.70s0.06s0.01s0.01s0.01s0.01s0.01s0.17s0.01s0.01s0.01s0.01s0.01s
Docker
git.checkout
590.05s0.38s$ git clone --depth=50 --branch=build https://github.com/travis-ci/travis-rubies.git travis-ci/travis-rubies
60Cloning into 'travis-ci/travis-rubies'...
61$ cd travis-ci/travis-rubies
62$ git checkout -qf a5dc3ca7e17d22437ac41328ede9f5c99226681f
640.01s
65Setting environment variables from repository settings
66$ export AWS_ACCESS_KEY_ID=[secure]
67$ export AWS_SECRET_ACCESS_KEY=[secure]
68$ export AWS_DEFAULT_REGION=[secure]
69$ export SAFE_RVM_VERSION=1.29.7
71Setting environment variables from .travis.yml
72$ export VERSION=3.2.5
73$ export ALIAS=3.2
75$ export TRAVIS_COMPILER=gcc
76$ export CC=${CC:-gcc}
77$ export CC_FOR_BUILD=${CC_FOR_BUILD:-gcc}
78$ export PATH=/usr/lib/ccache:$PATH
cache.1
79Setting up build cache
80$ export CASHER_DIR=${TRAVIS_HOME}/.casher
810.13s$ Installing caching utilities
820.01s3.29sattempting to download cache archive
83fetching build/cache--osx-xcode13.1-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--compiler-gcc.tgz
84fetching build/cache-osx-xcode13.1-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--compiler-gcc.tgz
85fetching build/cache--compiler-gcc.tgz
86could not download cache
870.01s3.04sadding /usr/local/Cellar/python to cache
88creating directory /usr/local/Cellar/python
89/usr/local/opt/python is a symbolic link to ../Cellar/python@3.9/3.9.7_1; not following
cache.ccache
920.01s2.98sadding /Users/travis/.ccache to cache
93creating directory /Users/travis/.ccache
94$ gcc --version
95Configured with: --prefix=/Applications/Xcode-13.1.Release.Candidate.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode-13.1.Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
96Apple clang version 13.0.0 (clang-1300.0.29.3)
97Target: x86_64-apple-darwin20.6.0
98Thread model: posix
99InstalledDir: /Applications/Xcode-13.1.Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
before_install
1000.02s$ sw_vers
101ProductName: macOS
102ProductVersion: 11.6
103BuildVersion: 20G165
1040.01s$ test -f ~/.rvmrc && cat ~/.rvmrc || true
105rvm_silence_path_mismatch_check_flag=1
106The command "test -f ~/.rvmrc && cat ~/.rvmrc || true" exited with 0.
107$ ./build.sh
rvm.1
108update rvm
1092.32s$ rvm remove 1.8.7
110ruby-1.8.7-head - #already gone
111Using /Users/travis/.rvm/gems/ruby-2.6.6
113/usr/local/bin/gpg
114pub rsa4096 2014-10-28 [SC]
115 409B6B1796C275462A1703113804BB82D39DC0E3
116uid [ unknown] Michal Papis (RVM signing) <mpapis@gmail.com>
117uid [ unknown] Michal Papis <michal.papis@toptal.com>
118uid [ unknown] [jpeg image of size 5015]
119sub rsa2048 2015-11-02 [E]
121pub rsa4096 2016-11-11 [SC]
122 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
123uid [ unknown] Piotr Kuczynski <piotr.kuczynski@gmail.com>
124sub rsa4096 2016-11-11 [E]
126gpg: key 3804BB82D39DC0E3: 47 signatures not checked due to missing keys
127gpg: key 3804BB82D39DC0E3: "Michal Papis (RVM signing) <mpapis@gmail.com>" not changed
128gpg: Total number processed: 1
129gpg: unchanged: 1
1300.59s$ rvm reload
131Warning! PATH is not properly set up, /Users/travis/.rvm/gems/ruby-2.6.6/bin is not at first place.
132 <log>Usually this is caused by shell initialization files. Search for <code>PATH=...</code> entries.
133 You can also re-add RVM to your profile by running: <code>rvm get stable --auto-dotfiles</code>
134 To fix it temporarily in this shell session run: <code>rvm use ruby-2.6.6</code>
135 To ignore this error add <code>rvm_silence_path_mismatch_check_flag=1</code> to your <code>~/.rvmrc</code> file.
136RVM reloaded!
138gpg: key 105BD0E739499BDB: "Piotr Kuczynski <piotr.kuczynski@gmail.com>" not changed
139gpg: Total number processed: 1
140gpg: unchanged: 1
141gpg: key 3804BB82D39DC0E3: 47 signatures not checked due to missing keys
142gpg: key 3804BB82D39DC0E3: "Michal Papis (RVM signing) <mpapis@gmail.com>" not changed
143gpg: Total number processed: 1
144gpg: unchanged: 1
1450.20s$: command not found
146Downloading https://github.com/rvm/rvm/archive/1.29.12.tar.gz
147Downloading https://github.com/rvm/rvm/releases/download/1.29.12/1.29.12.tar.gz.asc
148gpg: Signature made Fri Jan 15 18:46:22 2021 GMT
149gpg: using RSA key 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
150gpg: Good signature from "Piotr Kuczynski <piotr.kuczynski@gmail.com>" [unknown]
151gpg: WARNING: This key is not certified with a trusted signature!
152gpg: There is no indication that the signature belongs to the owner.
153Primary key fingerprint: 7D2B AF1C F37B 13E2 069D 6956 105B D0E7 3949 9BDB
154GPG verified '/Users/travis/.rvm/archives/rvm-1.29.12.tgz'
155Upgrading the RVM installation in /Users/travis/.rvm/
156Upgrade of RVM in /Users/travis/.rvm/ is complete.
158<warn>Thanks for installing RVM 🙏</warn>
159Please consider donating to our open collective to help us maintain RVM.
161👉 Donate: <code>https://opencollective.com/rvm/donate</code>
164: command not found
1650.26s$ rvm reset
166Warning! PATH is not properly set up, /Users/travis/.rvm/gems/ruby-2.6.6/bin is not at first place.
167 <log>Usually this is caused by shell initialization files. Search for <code>PATH=...</code> entries.
168 You can also re-add RVM to your profile by running: <code>rvm get stable --auto-dotfiles</code>
169 To fix it temporarily in this shell session run: <code>rvm use ruby-2.6.6</code>
170 To ignore this error add <code>rvm_silence_path_mismatch_check_flag=1</code> to your <code>~/.rvmrc</code> file.
1723.16s$ rvm cleanup all
173Cleaning up rvm archives
174Cleaning up rvm repos
175Cleaning up rvm src
176Cleaning up rvm log
177Cleaning up rvm tmp
178Cleaning up rvm gemsets
179Cleaning up rvm links
180Cleanup done.
1826.44s$ rvm get stable --auto-dotfiles
183Downloading https://get.rvm.io
184Downloading https://raw.githubusercontent.com/rvm/rvm/master/binscripts/rvm-installer.asc
185Verifying /Users/travis/.rvm/archives/rvm-installer.asc
186gpg: Signature made Tue Feb 21 23:35:16 2023 GMT
187gpg: using RSA key 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
188gpg: Good signature from "Piotr Kuczynski <piotr.kuczynski@gmail.com>" [unknown]
189gpg: WARNING: This key is not certified with a trusted signature!
190gpg: There is no indication that the signature belongs to the owner.
191Primary key fingerprint: 7D2B AF1C F37B 13E2 069D 6956 105B D0E7 3949 9BDB
192GPG verified '/Users/travis/.rvm/archives/rvm-installer'
193Turning on auto dotfiles mode.
194Downloading https://github.com/rvm/rvm/archive/1.29.12.tar.gz
195Downloading https://github.com/rvm/rvm/releases/download/1.29.12/1.29.12.tar.gz.asc
196gpg: Signature made Fri Jan 15 18:46:22 2021 GMT
197gpg: using RSA key 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
198gpg: Good signature from "Piotr Kuczynski <piotr.kuczynski@gmail.com>" [unknown]
199gpg: WARNING: This key is not certified with a trusted signature!
200gpg: There is no indication that the signature belongs to the owner.
201Primary key fingerprint: 7D2B AF1C F37B 13E2 069D 6956 105B D0E7 3949 9BDB
202GPG verified '/Users/travis/.rvm/archives/rvm-1.29.12.tgz'
203Upgrading the RVM installation in /Users/travis/.rvm/
204 Fixing environment link for default.
205Upgrade of RVM in /Users/travis/.rvm/ is complete.
207<warn>Thanks for installing RVM 🙏</warn>
208Please consider donating to our open collective to help us maintain RVM.
210👉 Donate: <code>https://opencollective.com/rvm/donate</code>
213RVM reloaded!
rvm.2
216clean up meta data
217done
rvm.3
219set up env for rvm
2200.03s$ source /Users/travis/.rvm/scripts/rvm
2220.01s$ unset DYLD_LIBRARY_PATH
2240.01s$ export rvm_git_clone_depth=1
2275.81s$ install_autoconf
228/tmp ~/build/travis-ci/travis-rubies
229--2024-10-22 16:22:21-- http://ftp.gnu.org/gnu/autoconf/autoconf-latest.tar.gz
230Resolving ftp.gnu.org (ftp.gnu.org)... 209.51.188.20
231Connecting to ftp.gnu.org (ftp.gnu.org)|209.51.188.20|:80... connected.
232HTTP request sent, awaiting response... 200 OK
233Length: 2143794 (2.0M) [application/x-gzip]
234Saving to: ‘autoconf-latest.tar.gz’
236 0K .......... .......... .......... .......... .......... 2% 892K 2s
237 50K .......... .......... .......... .......... .......... 4% 1.71M 2s
238 100K .......... .......... .......... .......... .......... 7% 11.3M 1s
239 150K .......... .......... .......... .......... .......... 9% 1.81M 1s
240 200K .......... .......... .......... .......... .......... 11% 20.4M 1s
241 250K .......... .......... .......... .......... .......... 14% 1.61M 1s
242 300K .......... .......... .......... .......... .......... 16% 1.84M 1s
243 350K .......... .......... .......... .......... .......... 19% 31.6M 1s
244 400K .......... .......... .......... .......... .......... 21% 19.4M 1s
245 450K .......... .......... .......... .......... .......... 23% 2.03M 1s
246 500K .......... .......... .......... .......... .......... 26% 2.60M 1s
247 550K .......... .......... .......... .......... .......... 28% 3.52M 1s
248 600K .......... .......... .......... .......... .......... 31% 1.70M 1s
249 650K .......... .......... .......... .......... .......... 33% 10.1M 1s
250 700K .......... .......... .......... .......... .......... 35% 1.95M 1s
251 750K .......... .......... .......... .......... .......... 38% 1.87M 1s
252 800K .......... .......... .......... .......... .......... 40% 9.16M 0s
253 850K .......... .......... .......... .......... .......... 42% 1.67M 0s
254 900K .......... .......... .......... .......... .......... 45% 2.49M 0s
255 950K .......... .......... .......... .......... .......... 47% 2.23M 0s
256 1000K .......... .......... .......... .......... .......... 50% 3.20M 0s
257 1050K .......... .......... .......... .......... .......... 52% 4.45M 0s
258 1100K .......... .......... .......... .......... .......... 54% 1.67M 0s
259 1150K .......... .......... .......... .......... .......... 57% 1.13M 0s
260 1200K .......... .......... .......... .......... .......... 59% 24.1M 0s
261 1250K .......... .......... .......... .......... .......... 62% 2.18M 0s
262 1300K .......... .......... .......... .......... .......... 64% 2.36M 0s
263 1350K .......... .......... .......... .......... .......... 66% 2.11M 0s
264 1400K .......... .......... .......... .......... .......... 69% 1.63M 0s
265 1450K .......... .......... .......... .......... .......... 71% 1.84M 0s
266 1500K .......... .......... .......... .......... .......... 74% 1.91M 0s
267 1550K .......... .......... .......... .......... .......... 76% 1.88M 0s
268 1600K .......... .......... .......... .......... .......... 78% 9.18M 0s
269 1650K .......... .......... .......... .......... .......... 81% 1.54M 0s
270 1700K .......... .......... .......... .......... .......... 83% 1.64M 0s
271 1750K .......... .......... .......... .......... .......... 85% 1.39M 0s
272 1800K .......... .......... .......... .......... .......... 88% 1.75M 0s
273 1850K .......... .......... .......... .......... .......... 90% 19.3M 0s
274 1900K .......... .......... .......... .......... .......... 93% 1.57M 0s
275 1950K .......... .......... .......... .......... .......... 95% 1.94M 0s
276 2000K .......... .......... .......... .......... .......... 97% 1.76M 0s
277 2050K .......... .......... .......... .......... ... 100% 14.8M=0.9s
2792024-10-22 16:22:22 (2.29 MB/s) - ‘autoconf-latest.tar.gz’ saved [2143794/2143794]
281x autoconf-2.72/
282x autoconf-2.72/.prev-version
283x autoconf-2.72/.tarball-version
284x autoconf-2.72/.version
285x autoconf-2.72/AUTHORS
286x autoconf-2.72/BUGS
287x autoconf-2.72/COPYING
288x autoconf-2.72/COPYING.EXCEPTION
289x autoconf-2.72/COPYINGv3
290x autoconf-2.72/ChangeLog
291x autoconf-2.72/ChangeLog.0
292x autoconf-2.72/ChangeLog.1
293x autoconf-2.72/ChangeLog.2
294x autoconf-2.72/ChangeLog.3
295x autoconf-2.72/GNUmakefile
296x autoconf-2.72/INSTALL
297x autoconf-2.72/Makefile.am
298x autoconf-2.72/Makefile.in
299x autoconf-2.72/NEWS
300x autoconf-2.72/README
301x autoconf-2.72/THANKS
302x autoconf-2.72/TODO
303x autoconf-2.72/aclocal.m4
304x autoconf-2.72/bin/
305x autoconf-2.72/bin/autoconf.in
306x autoconf-2.72/bin/autoheader.in
307x autoconf-2.72/bin/autom4te.in
308x autoconf-2.72/bin/autoreconf.in
309x autoconf-2.72/bin/autoscan.in
310x autoconf-2.72/bin/autoupdate.in
311x autoconf-2.72/bin/ifnames.in
312x autoconf-2.72/bin/local.mk
313x autoconf-2.72/build-aux/
314x autoconf-2.72/build-aux/announce-gen
315x autoconf-2.72/build-aux/config.guess
316x autoconf-2.72/build-aux/config.sub
317x autoconf-2.72/build-aux/gendocs.sh
318x autoconf-2.72/build-aux/git-version-gen
319x autoconf-2.72/build-aux/gitlog-to-changelog
320x autoconf-2.72/build-aux/gnupload
321x autoconf-2.72/build-aux/help-extract.pl
322x autoconf-2.72/build-aux/install-sh
323x autoconf-2.72/build-aux/mdate-sh
324x autoconf-2.72/build-aux/missing
325x autoconf-2.72/build-aux/texinfo.tex
326x autoconf-2.72/cfg.mk
327x autoconf-2.72/configure
328x autoconf-2.72/configure.ac
329x autoconf-2.72/doc/
330x autoconf-2.72/doc/autoconf.info
331x autoconf-2.72/doc/autoconf.texi
332x autoconf-2.72/doc/fdl.texi
333x autoconf-2.72/doc/gendocs_template
334x autoconf-2.72/doc/gnu-oids.texi
335x autoconf-2.72/doc/install.texi
336x autoconf-2.72/doc/local.mk
337x autoconf-2.72/doc/make-stds.texi
338x autoconf-2.72/doc/stamp-vti
339x autoconf-2.72/doc/standards.info
340x autoconf-2.72/doc/standards.texi
341x autoconf-2.72/doc/version.texi
342x autoconf-2.72/lib/
343x autoconf-2.72/lib/Autom4te/
344x autoconf-2.72/lib/Autom4te/C4che.pm
345x autoconf-2.72/lib/Autom4te/ChannelDefs.pm
346x autoconf-2.72/lib/Autom4te/Channels.pm
347x autoconf-2.72/lib/Autom4te/Config.pm
348x autoconf-2.72/lib/Autom4te/Configure_ac.pm
349x autoconf-2.72/lib/Autom4te/FileUtils.pm
350x autoconf-2.72/lib/Autom4te/General.pm
351x autoconf-2.72/lib/Autom4te/Getopt.pm
352x autoconf-2.72/lib/Autom4te/Request.pm
353x autoconf-2.72/lib/Autom4te/XFile.pm
354x autoconf-2.72/lib/autoconf/
355x autoconf-2.72/lib/autoconf/autoconf.m4
356x autoconf-2.72/lib/autoconf/autoheader.m4
357x autoconf-2.72/lib/autoconf/autoscan.m4
358x autoconf-2.72/lib/autoconf/autotest.m4
359x autoconf-2.72/lib/autoconf/autoupdate.m4
360x autoconf-2.72/lib/autoconf/c.m4
361x autoconf-2.72/lib/autoconf/erlang.m4
362x autoconf-2.72/lib/autoconf/fortran.m4
363x autoconf-2.72/lib/autoconf/functions.m4
364x autoconf-2.72/lib/autoconf/general.m4
365x autoconf-2.72/lib/autoconf/go.m4
366x autoconf-2.72/lib/autoconf/headers.m4
367x autoconf-2.72/lib/autoconf/lang.m4
368x autoconf-2.72/lib/autoconf/libs.m4
369x autoconf-2.72/lib/autoconf/oldnames.m4
370x autoconf-2.72/lib/autoconf/programs.m4
371x autoconf-2.72/lib/autoconf/specific.m4
372x autoconf-2.72/lib/autoconf/status.m4
373x autoconf-2.72/lib/autoconf/trailer.m4
374x autoconf-2.72/lib/autoconf/types.m4
375x autoconf-2.72/lib/autom4te.in
376x autoconf-2.72/lib/autoscan/
377x autoconf-2.72/lib/autoscan/autoscan.pre
378x autoconf-2.72/lib/autotest/
379x autoconf-2.72/lib/autotest/autotest.m4
380x autoconf-2.72/lib/autotest/general.m4
381x autoconf-2.72/lib/autotest/specific.m4
382x autoconf-2.72/lib/emacs/
383x autoconf-2.72/lib/emacs/autoconf-mode.el
384x autoconf-2.72/lib/emacs/autotest-mode.el
385x autoconf-2.72/lib/freeze.mk
386x autoconf-2.72/lib/local.mk
387x autoconf-2.72/lib/m4sugar/
388x autoconf-2.72/lib/m4sugar/foreach.m4
389x autoconf-2.72/lib/m4sugar/m4sh.m4
390x autoconf-2.72/lib/m4sugar/m4sugar.m4
391x autoconf-2.72/lib/version.in
392x autoconf-2.72/m4/
393x autoconf-2.72/m4/autobuild.m4
394x autoconf-2.72/m4/m4.m4
395x autoconf-2.72/m4/make-case.m4
396x autoconf-2.72/maint.mk
397x autoconf-2.72/man/
398x autoconf-2.72/man/autoconf.1
399x autoconf-2.72/man/autoconf.w
400x autoconf-2.72/man/autoconf.x
401x autoconf-2.72/man/autoheader.1
402x autoconf-2.72/man/autoheader.w
403x autoconf-2.72/man/autoheader.x
404x autoconf-2.72/man/autom4te.1
405x autoconf-2.72/man/autom4te.w
406x autoconf-2.72/man/autom4te.x
407x autoconf-2.72/man/autoreconf.1
408x autoconf-2.72/man/autoreconf.w
409x autoconf-2.72/man/autoreconf.x
410x autoconf-2.72/man/autoscan.1
411x autoconf-2.72/man/autoscan.w
412x autoconf-2.72/man/autoscan.x
413x autoconf-2.72/man/autoupdate.1
414x autoconf-2.72/man/autoupdate.w
415x autoconf-2.72/man/autoupdate.x
416x autoconf-2.72/man/common.x
417x autoconf-2.72/man/ifnames.1
418x autoconf-2.72/man/ifnames.w
419x autoconf-2.72/man/ifnames.x
420x autoconf-2.72/man/local.mk
421x autoconf-2.72/tests/
422x autoconf-2.72/tests/atlocal.in
423x autoconf-2.72/tests/autoscan.at
424x autoconf-2.72/tests/autotest.at
425x autoconf-2.72/tests/base.at
426x autoconf-2.72/tests/c.at
427x autoconf-2.72/tests/compile.at
428x autoconf-2.72/tests/data/
429x autoconf-2.72/tests/data/ax_prog_cc_for_build_v18.m4
430x autoconf-2.72/tests/data/ax_prog_cxx_for_build_v3.m4
431x autoconf-2.72/tests/data/gnulib_std_gnu11_2020_08_17.m4
432x autoconf-2.72/tests/erlang.at
433x autoconf-2.72/tests/foreign.at
434x autoconf-2.72/tests/fortran.at
435x autoconf-2.72/tests/go.at
436x autoconf-2.72/tests/local.at
437x autoconf-2.72/tests/local.mk
438x autoconf-2.72/tests/m4sh.at
439x autoconf-2.72/tests/m4sugar.at
440x autoconf-2.72/tests/mktests.pl
441x autoconf-2.72/tests/semantics.at
442x autoconf-2.72/tests/statesave.m4
443x autoconf-2.72/tests/suite.at
444x autoconf-2.72/tests/tools.at
445x autoconf-2.72/tests/torture.at
446x autoconf-2.72/tests/wrapper.as
447/tmp/autoconf-2.72 /tmp ~/build/travis-ci/travis-rubies
448checking for a BSD-compatible install... /usr/local/bin/ginstall -c
449checking whether build environment is sane... yes
450checking for a race-free mkdir -p... /usr/local/bin/gmkdir -p
451checking for gawk... no
452checking for mawk... no
453checking for nawk... no
454checking for awk... awk
455checking whether make sets $(MAKE)... yes
456checking whether make supports nested variables... yes
457checking build system type... x86_64-apple-darwin20.6.0
458checking host system type... x86_64-apple-darwin20.6.0
459configure: autobuild project... GNU Autoconf
460configure: autobuild revision... 2.72
461configure: autobuild hostname... Traviss-Mac.local
462configure: autobuild timestamp... 20241022T162224Z
463checking for a shell whose -n mode is known to work... /bin/sh
464checking for characters that cannot appear in file names... none
465checking whether directories can have trailing spaces... yes
466checking for expr... /bin/expr
467checking for GNU M4 that supports accurate traces... configure: error: no acceptable m4 could be found in $PATH.
468GNU M4 1.4.8 or later is required; 1.4.16 or newer is recommended.
469GNU M4 1.4.15 uses a buggy replacement strstr on some systems.
470Glibc 2.9 - 2.12 and GNU M4 1.4.11 - 1.4.15 have another strstr bug.
471There seems to be no Makefile in this directory.
472You must run ./configure before running '/Applications/Xcode-13.1.Release.Candidate.app/Contents/Developer/usr/bin/make'.
473make: *** [abort-due-to-no-makefile] Error 1
474There seems to be no Makefile in this directory.
475You must run ./configure before running '/Applications/Xcode-13.1.Release.Candidate.app/Contents/Developer/usr/bin/make'.
476make: *** [abort-due-to-no-makefile] Error 1
477/tmp ~/build/travis-ci/travis-rubies
478~/build/travis-ci/travis-rubies
rvm.4
480OSX specific setup
4810.40s$ rvm autolibs homebrew
483$ rvm use --install 2.7.5
484Required ruby-2.7.5 is not installed - installing.
485Searching for binary rubies, this might take some time.
486Found remote file https://rubies.travis-ci.org/osx/11.6/x86_64/ruby-2.7.5.tar.bz2
487Checking requirements for osx_brew.
488Do not know how to check/install gcc 'gcc'.
Top